File tree Expand file tree Collapse file tree 6 files changed +28
-28
lines changed Expand file tree Collapse file tree 6 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 6
6
replace (
7
7
github.com/onsi/ginkgo/v2 => github.com/onsi/ginkgo/v2 v2.13.1
8
8
github.com/onsi/gomega => github.com/onsi/gomega v1.30.0
9
- sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.6.1
9
+ sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.6.2
10
10
)
11
11
12
12
require (
@@ -38,9 +38,9 @@ require (
38
38
k8s.io/client-go v0.28.4
39
39
k8s.io/klog/v2 v2.100.1
40
40
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
41
- sigs.k8s.io/cluster-api v1.6.1
42
- sigs.k8s.io/cluster-api/test v1.6.1
43
- sigs.k8s.io/controller-runtime v0.16.3
41
+ sigs.k8s.io/cluster-api v1.6.2
42
+ sigs.k8s.io/cluster-api/test v1.6.2
43
+ sigs.k8s.io/controller-runtime v0.16.5
44
44
sigs.k8s.io/yaml v1.4.0
45
45
)
46
46
Original file line number Diff line number Diff line change @@ -950,12 +950,12 @@ rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
950
950
rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
951
951
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 h1:trsWhjU5jZrx6UvFu4WzQDrN7Pga4a7Qg+zcfcj64PA =
952
952
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 /go.mod h1:+qG7ISXqCDVVcyO8hLn12AKVYYUjM7ftlqsqmrhMZE0 =
953
- sigs.k8s.io/cluster-api v1.6.1 h1:I34p/fwgRlEhs+o9cUhKXDwNNfPS3no0yJsd2bJyQVc =
954
- sigs.k8s.io/cluster-api v1.6.1 /go.mod h1:DaxwruDvSaEYq5q6FREDaGzX6UsAVUCA99Sp8vfMHyQ =
955
- sigs.k8s.io/cluster-api/test v1.6.1 h1:9TffRPOuYNUyfHqdeWQtFhdK0oY+NAbvjlzbqK7chTw =
956
- sigs.k8s.io/cluster-api/test v1.6.1 /go.mod h1:+zOSrnG/2wI2XtWOkaVpVJ1BXumT/73zqRXZBYrclPQ =
957
- sigs.k8s.io/controller-runtime v0.16.3 h1:2TuvuokmfXvDUamSx1SuAOO3eTyye+47mJCigwG62c4 =
958
- sigs.k8s.io/controller-runtime v0.16.3 /go.mod h1:j7bialYoSn142nv9sCOJmQgDXQXxnroFU4VnX/brVJ0 =
953
+ sigs.k8s.io/cluster-api v1.6.2 h1:ruUi4q/9jXFuI+hmnDjo9izHgrBk4bjfQXLKx678PQE =
954
+ sigs.k8s.io/cluster-api v1.6.2 /go.mod h1:Anm4cA6R/AIP6KdIuVje8CdFc/TdGl+382bi5oPawRc =
955
+ sigs.k8s.io/cluster-api/test v1.6.2 h1:RjrYL8Ag9vBxfv++RWEKy/vgTukQYeYVJBMkWvylASc =
956
+ sigs.k8s.io/cluster-api/test v1.6.2 /go.mod h1:qfkWBqONPAyOwsPFlS8tsrAq7pjKH55pCpKtjhEbUrk =
957
+ sigs.k8s.io/controller-runtime v0.16.5 h1:yr1cEJbX08xsTW6XEIzT13KHHmIyX8Umvme2cULvFZw =
958
+ sigs.k8s.io/controller-runtime v0.16.5 /go.mod h1:j7bialYoSn142nv9sCOJmQgDXQXxnroFU4VnX/brVJ0 =
959
959
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
960
960
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
961
961
sigs.k8s.io/kind v0.20.0 h1:f0sc3v9mQbGnjBUaqSFST1dwIuiikKVGgoTwpoP33a8 =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-provider-ibmcloud/hack/tools
2
2
3
3
go 1.21
4
4
5
- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.6.1
5
+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.6.2
6
6
7
7
require (
8
8
github.com/aquasecurity/trivy v0.48.3
@@ -15,7 +15,7 @@ require (
15
15
golang.org/x/vuln v1.0.4
16
16
gotest.tools/gotestsum v1.11.0
17
17
k8s.io/code-generator v0.28.4
18
- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240116152609-a150f715f5a6
18
+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240220100102-da795db4c7da
19
19
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9
20
20
sigs.k8s.io/controller-tools v0.13.0
21
21
sigs.k8s.io/kustomize/kustomize/v5 v5.3.0
Original file line number Diff line number Diff line change @@ -2470,10 +2470,10 @@ oras.land/oras-go v1.2.4/go.mod h1:DYcGfb3YF1nKjcezfX2SNlDAeQFKSXmf+qrFmrh4324=
2470
2470
rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
2471
2471
rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
2472
2472
rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
2473
- sigs.k8s.io/cluster-api v1.6.1 h1:I34p/fwgRlEhs+o9cUhKXDwNNfPS3no0yJsd2bJyQVc =
2474
- sigs.k8s.io/cluster-api v1.6.1 /go.mod h1:DaxwruDvSaEYq5q6FREDaGzX6UsAVUCA99Sp8vfMHyQ =
2475
- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240116152609-a150f715f5a6 h1:3vOZYD9ROp5z3z1m05lgtNHERfEqn6wLvRRrS1YF0KE =
2476
- sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240116152609-a150f715f5a6 /go.mod h1:kutC7+SDho0qE9WwQQH8Uxm6txX5khBlYgZVro2xOL0 =
2473
+ sigs.k8s.io/cluster-api v1.6.2 h1:ruUi4q/9jXFuI+hmnDjo9izHgrBk4bjfQXLKx678PQE =
2474
+ sigs.k8s.io/cluster-api v1.6.2 /go.mod h1:Anm4cA6R/AIP6KdIuVje8CdFc/TdGl+382bi5oPawRc =
2475
+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240220100102-da795db4c7da h1:FKtxCIrLLLdcAw5/MirBRXb23IlSpq2yggmQ7S3P8rI =
2476
+ sigs.k8s.io/cluster-api/hack/tools v0.0.0-20240220100102-da795db4c7da /go.mod h1:5eRvT6vw07kA/O6oIZAnLJSJ/9cSAxRJk1qbhhtX4IY =
2477
2477
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9 h1:ylYUI5uaq/guUFerFRVG81FHSA5/3+fERCE1RQbQUZ4 =
2478
2478
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9 /go.mod h1:+sJcI1F0QI0Cv+8fp5rH5B2fK1LxzrAQqYnaPx9nY8I =
2479
2479
sigs.k8s.io/controller-tools v0.13.0 h1:NfrvuZ4bxyolhDBt/rCZhDnx3M2hzlhgo5n3Iv2RykI =
Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ providers:
9
9
- name : cluster-api
10
10
type : CoreProvider
11
11
versions :
12
- - name : v1.6.1
13
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.1 /core-components.yaml
12
+ - name : v1.6.2
13
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.2 /core-components.yaml
14
14
type : url
15
15
files :
16
16
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
17
17
- name : kubeadm
18
18
type : BootstrapProvider
19
19
versions :
20
- - name : v1.6.1
21
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.1 /bootstrap-components.yaml
20
+ - name : v1.6.2
21
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.2 /bootstrap-components.yaml
22
22
type : url
23
23
files :
24
24
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
25
25
- name : kubeadm
26
26
type : ControlPlaneProvider
27
27
versions :
28
- - name : v1.6.1
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.1 /control-plane-components.yaml
28
+ - name : v1.6.2
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.2 /control-plane-components.yaml
30
30
type : url
31
31
files :
32
32
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ providers:
9
9
- name : cluster-api
10
10
type : CoreProvider
11
11
versions :
12
- - name : v1.6.1
13
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.1 /core-components.yaml
12
+ - name : v1.6.2
13
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.2 /core-components.yaml
14
14
type : url
15
15
files :
16
16
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
17
17
- name : kubeadm
18
18
type : BootstrapProvider
19
19
versions :
20
- - name : v1.6.1
21
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.1 /bootstrap-components.yaml
20
+ - name : v1.6.2
21
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.2 /bootstrap-components.yaml
22
22
type : url
23
23
files :
24
24
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
25
25
- name : kubeadm
26
26
type : ControlPlaneProvider
27
27
versions :
28
- - name : v1.6.1
29
- value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.1 /control-plane-components.yaml
28
+ - name : v1.6.2
29
+ value : https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.2 /control-plane-components.yaml
30
30
type : url
31
31
files :
32
32
- sourcePath : " ${PWD}/test/e2e/data/shared/metadata.yaml"
You can’t perform that action at this time.
0 commit comments