-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathconsul-k8s-1.6.yaml
94 lines (84 loc) · 2.06 KB
/
consul-k8s-1.6.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
package:
name: consul-k8s-1.6
version: 1.6.2
epoch: 8
description: The consul-k8s includes first-class integrations between Consul and Kubernetes.
copyright:
- license: MPL-2.0
dependencies:
runtime:
- go-discover
provides:
- consul-k8s=${{package.full-version}}
pipeline:
- uses: git-checkout
with:
repository: https://github.com/hashicorp/consul-k8s
expected-commit: 89d4f70a79268b57430303293659f6fe7ff8fe20
tag: v${{package.version}}
- uses: go/bump
with:
deps: |-
github.com/go-jose/go-jose/v3@v3.0.4
golang.org/x/crypto@v0.35.0
golang.org/x/oauth2@v0.27.0
modroot: ./acceptance
- uses: go/bump
with:
deps: |-
github.com/go-jose/go-jose/v3@v3.0.4
golang.org/x/crypto@v0.35.0
golang.org/x/oauth2@v0.27.0
golang.org/x/net@v0.36.0
modroot: ./control-plane
- uses: go/bump
with:
deps: |-
golang.org/x/crypto@v0.35.0
golang.org/x/oauth2@v0.27.0
golang.org/x/net@v0.36.0
modroot: ./cli
- uses: go/bump
with:
deps: |-
golang.org/x/oauth2@v0.27.0
golang.org/x/net@v0.36.0
modroot: ./control-plane/cni
- uses: go/build
with:
modroot: ./control-plane/cni
output: consul-cni
packages: .
- uses: go/build
with:
modroot: ./control-plane
output: consul-k8s-control-plane
packages: .
subpackages:
- name: ${{package.name}}-cli
description: "CLI for interacting with Consul on Kubernetes"
pipeline:
- uses: go/build
with:
modroot: ./cli
output: consul-k8s
packages: .
test:
pipeline:
- name: Verify help
runs: |
consul-k8s --help
update:
enabled: true
github:
identifier: hashicorp/consul-k8s
strip-prefix: v
tag-filter-prefix: v1.6.
test:
pipeline:
- name: Verify help
runs: |
consul-cni --help
consul-k8s-control-plane --help
consul-cni --version
consul-k8s-control-plane --version