Skip to content

Commit 57c407e

Browse files
authored
Merge pull request #24 from weaveworks/bump-dependencies
Bump dependencies again
2 parents 93d3801 + e21e40a commit 57c407e

File tree

3 files changed

+63
-56
lines changed

3 files changed

+63
-56
lines changed

config/crd/bases/capi.weave.works_clusterbootstrapconfigs.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,8 @@ spec:
18241824
defined in spec.resourceClaims, that are used
18251825
by this container. \n This is an alpha field and
18261826
requires enabling the DynamicResourceAllocation
1827-
feature gate. \n This field is immutable."
1827+
feature gate. \n This field is immutable. It can
1828+
only be set for containers."
18281829
items:
18291830
description: ResourceClaim references one entry
18301831
in PodSpec.ResourceClaims.
@@ -3194,7 +3195,8 @@ spec:
31943195
defined in spec.resourceClaims, that are used
31953196
by this container. \n This is an alpha field and
31963197
requires enabling the DynamicResourceAllocation
3197-
feature gate. \n This field is immutable."
3198+
feature gate. \n This field is immutable. It can
3199+
only be set for containers."
31983200
items:
31993201
description: ResourceClaim references one entry
32003202
in PodSpec.ResourceClaims.
@@ -4597,7 +4599,8 @@ spec:
45974599
defined in spec.resourceClaims, that are used
45984600
by this container. \n This is an alpha field and
45994601
requires enabling the DynamicResourceAllocation
4600-
feature gate. \n This field is immutable."
4602+
feature gate. \n This field is immutable. It can
4603+
only be set for containers."
46014604
items:
46024605
description: ResourceClaim references one entry
46034606
in PodSpec.ResourceClaims.
@@ -6386,7 +6389,8 @@ spec:
63866389
that are used by this container. \n
63876390
This is an alpha field and requires
63886391
enabling the DynamicResourceAllocation
6389-
feature gate. \n This field is immutable."
6392+
feature gate. \n This field is immutable.
6393+
It can only be set for containers."
63906394
items:
63916395
description: ResourceClaim references
63926396
one entry in PodSpec.ResourceClaims.

go.mod

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@ module github.com/weaveworks/cluster-bootstrap-controller
33
go 1.19
44

55
require (
6-
github.com/fluxcd/pkg/runtime v0.31.0
7-
github.com/go-logr/logr v1.2.3
6+
github.com/fluxcd/pkg/runtime v0.35.0
7+
github.com/go-logr/logr v1.2.4
88
github.com/google/go-cmp v0.5.9
99
github.com/weaveworks/cluster-controller v1.4.2-0.20230314084534-893b54eaffa5
10-
k8s.io/api v0.26.2
11-
k8s.io/apimachinery v0.26.2
12-
k8s.io/client-go v0.26.2
10+
k8s.io/api v0.26.3
11+
k8s.io/apimachinery v0.26.3
12+
k8s.io/client-go v0.26.3
1313
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
14-
sigs.k8s.io/controller-runtime v0.14.5
14+
sigs.k8s.io/controller-runtime v0.14.6
1515
sigs.k8s.io/yaml v1.3.0
16-
1716
)
1817

1918
require (
@@ -23,15 +22,15 @@ require (
2322
github.com/emicklei/go-restful/v3 v3.10.0 // indirect
2423
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
2524
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
26-
github.com/fluxcd/pkg/apis/meta v0.19.1 // indirect
25+
github.com/fluxcd/pkg/apis/meta v1.0.0 // indirect
2726
github.com/fsnotify/fsnotify v1.6.0 // indirect
2827
github.com/go-logr/zapr v1.2.3 // indirect
29-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
30-
github.com/go-openapi/jsonreference v0.20.0 // indirect
28+
github.com/go-openapi/jsonpointer v0.19.6 // indirect
29+
github.com/go-openapi/jsonreference v0.20.1 // indirect
3130
github.com/go-openapi/swag v0.22.3 // indirect
3231
github.com/gogo/protobuf v1.3.2 // indirect
3332
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
34-
github.com/golang/protobuf v1.5.2 // indirect
33+
github.com/golang/protobuf v1.5.3 // indirect
3534
github.com/google/gnostic v0.6.9 // indirect
3635
github.com/google/gofuzz v1.2.0 // indirect
3736
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
@@ -44,8 +43,7 @@ require (
4443
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4544
github.com/modern-go/reflect2 v1.0.2 // indirect
4645
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
47-
github.com/onsi/ginkgo/v2 v2.9.0 // indirect
48-
github.com/onsi/gomega v1.27.2 // indirect
46+
github.com/onsi/gomega v1.27.5 // indirect
4947
github.com/pkg/errors v0.9.1 // indirect
5048
github.com/prometheus/client_golang v1.14.0 // indirect
5149
github.com/prometheus/client_model v0.3.0 // indirect
@@ -68,9 +66,9 @@ require (
6866
gopkg.in/yaml.v2 v2.4.0 // indirect
6967
gopkg.in/yaml.v3 v3.0.1 // indirect
7068
k8s.io/apiextensions-apiserver v0.26.1 // indirect
71-
k8s.io/component-base v0.26.2 // indirect
69+
k8s.io/component-base v0.26.3 // indirect
7270
k8s.io/klog/v2 v2.90.1 // indirect
73-
k8s.io/kube-openapi v0.0.0-20221110221610-a28e98eb7c70 // indirect
74-
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
71+
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
72+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
7573
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
7674
)

0 commit comments

Comments
 (0)