Skip to content

Commit 230865d

Browse files
authored
Merge pull request #162 from gianlucam76/prep
Prepare for release v0.7.0
2 parents 91e165d + 191b7df commit 230865d

13 files changed

+80
-143
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARCH ?= amd64
2525
OS ?= $(shell uname -s | tr A-Z a-z)
2626
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
2727
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
28-
TAG ?= dev
28+
TAG ?= v0.7.0
2929

3030
# Get cluster-api version and build ldflags
3131
clusterapi := $(shell go list -m sigs.k8s.io/cluster-api)
@@ -194,10 +194,10 @@ create-cluster: $(KIND) $(CLUSTERCTL) $(KUBECTL) $(ENVSUBST) ## Create a new kin
194194
$(KUBECTL) apply -f $(KIND_CLUSTER_YAML)
195195

196196
@echo "Start projectsveltos"
197-
$(MAKE) deploy-projectsveltos
197+
$(MAKE) deploy-projectsveltos
198198

199-
@echo "wait for cluster to be provisioned"
200-
$(KUBECTL) wait cluster sveltos-management-workload -n default --for=jsonpath='{.status.phase}'=Provisioned --timeout=$(TIMEOUT)
199+
@echo "wait for cluster to be provisioned"
200+
$(KUBECTL) wait cluster sveltos-management-workload -n default --for=jsonpath='{.status.phase}'=Provisioned --timeout=$(TIMEOUT)
201201

202202
@echo "sleep allowing control plane to be ready"
203203
sleep 60

config/crd/bases/config.projectsveltos.io_clusterconfigurations.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.8.0
6+
controller-gen.kubebuilder.io/version: v0.10.0
77
creationTimestamp: null
88
name: clusterconfigurations.config.projectsveltos.io
99
spec:
@@ -170,6 +170,7 @@ spec:
170170
https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
171171
type: string
172172
type: object
173+
x-kubernetes-map-type: atomic
173174
version:
174175
description: Version of the resource deployed in
175176
the Cluster.
@@ -201,9 +202,3 @@ spec:
201202
storage: true
202203
subresources:
203204
status: {}
204-
status:
205-
acceptedNames:
206-
kind: ""
207-
plural: ""
208-
conditions: []
209-
storedVersions: []

config/crd/bases/config.projectsveltos.io_clusterprofiles.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.8.0
6+
controller-gen.kubebuilder.io/version: v0.10.0
77
creationTimestamp: null
88
name: clusterprofiles.config.projectsveltos.io
99
spec:
@@ -97,6 +97,7 @@ spec:
9797
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
9898
type: string
9999
type: object
100+
x-kubernetes-map-type: atomic
100101
type: array
101102
clusterSelector:
102103
description: ClusterSelector identifies clusters to associate to.
@@ -176,6 +177,7 @@ spec:
176177
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
177178
type: string
178179
type: object
180+
x-kubernetes-map-type: atomic
179181
values:
180182
description: 'Values holds the values for this Helm release.
181183
Go templating with the values from the referenced CAPI Cluster.
@@ -319,16 +321,11 @@ spec:
319321
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
320322
type: string
321323
type: object
324+
x-kubernetes-map-type: atomic
322325
type: array
323326
type: object
324327
type: object
325328
served: true
326329
storage: true
327330
subresources:
328331
status: {}
329-
status:
330-
acceptedNames:
331-
kind: ""
332-
plural: ""
333-
conditions: []
334-
storedVersions: []

config/crd/bases/config.projectsveltos.io_clusterreports.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.8.0
6+
controller-gen.kubebuilder.io/version: v0.10.0
77
creationTimestamp: null
88
name: clusterreports.config.projectsveltos.io
99
spec:
@@ -169,6 +169,7 @@ spec:
169169
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
170170
type: string
171171
type: object
172+
x-kubernetes-map-type: atomic
172173
version:
173174
description: Version of the resource deployed in the Cluster.
174175
minLength: 1
@@ -190,9 +191,3 @@ spec:
190191
storage: true
191192
subresources:
192193
status: {}
193-
status:
194-
acceptedNames:
195-
kind: ""
196-
plural: ""
197-
conditions: []
198-
storedVersions: []

config/crd/bases/config.projectsveltos.io_clustersummaries.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.8.0
6+
controller-gen.kubebuilder.io/version: v0.10.0
77
creationTimestamp: null
88
name: clustersummaries.config.projectsveltos.io
99
spec:
@@ -111,6 +111,7 @@ spec:
111111
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
112112
type: string
113113
type: object
114+
x-kubernetes-map-type: atomic
114115
type: array
115116
clusterSelector:
116117
description: ClusterSelector identifies clusters to associate
@@ -192,6 +193,7 @@ spec:
192193
description: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
193194
type: string
194195
type: object
196+
x-kubernetes-map-type: atomic
195197
values:
196198
description: 'Values holds the values for this Helm release.
197199
Go templating with the values from the referenced CAPI
@@ -373,9 +375,3 @@ spec:
373375
storage: true
374376
subresources:
375377
status: {}
376-
status:
377-
acceptedNames:
378-
kind: ""
379-
plural: ""
380-
conditions: []
381-
storedVersions: []

config/default/manager_image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
spec:
99
containers:
1010
# Change the value of image field below to your controller image URL
11-
- image: projectsveltos/sveltos-manager-amd64:dev
11+
- image: projectsveltos/sveltos-manager-amd64:v0.7.0
1212
name: manager

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ require (
1212
github.com/onsi/ginkgo/v2 v2.6.0
1313
github.com/onsi/gomega v1.24.1
1414
github.com/pkg/errors v0.9.1
15-
github.com/projectsveltos/libsveltos v0.6.1-0.20230304171348-dae99f8a9d5a
15+
github.com/projectsveltos/libsveltos v0.7.0
1616
github.com/prometheus/client_golang v1.13.0
1717
github.com/spf13/pflag v1.0.5
18-
golang.org/x/text v0.5.0
18+
golang.org/x/text v0.7.0
1919
gopkg.in/yaml.v2 v2.4.0
2020
helm.sh/helm/v3 v3.10.3
2121
k8s.io/api v0.25.3
@@ -25,7 +25,7 @@ require (
2525
k8s.io/component-base v0.25.3
2626
k8s.io/klog/v2 v2.80.1
2727
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73
28-
sigs.k8s.io/cluster-api v1.3.3
28+
sigs.k8s.io/cluster-api v1.3.5
2929
sigs.k8s.io/controller-runtime v0.13.1
3030
sigs.k8s.io/gateway-api v0.5.0
3131
)
@@ -135,11 +135,11 @@ require (
135135
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
136136
go.uber.org/multierr v1.8.0 // indirect
137137
golang.org/x/crypto v0.3.0 // indirect
138-
golang.org/x/net v0.4.0 // indirect
138+
golang.org/x/net v0.7.0 // indirect
139139
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
140140
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
141-
golang.org/x/sys v0.3.0 // indirect
142-
golang.org/x/term v0.3.0 // indirect
141+
golang.org/x/sys v0.5.0 // indirect
142+
golang.org/x/term v0.5.0 // indirect
143143
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
144144
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
145145
google.golang.org/appengine v1.6.7 // indirect

go.sum

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ github.com/containerd/cgroups v1.0.3 h1:ADZftAkglvCiD44c77s5YmMqaP2pzVCFZvBmAlBd
186186
github.com/containerd/containerd v1.6.6 h1:xJNPhbrmz8xAMDNoVjHy9YHtWwEQNS+CDkcIRh7t8Y0=
187187
github.com/containerd/containerd v1.6.6/go.mod h1:ZoP1geJldzCVY3Tonoz7b1IXk8rIX0Nltt5QE4OMNk0=
188188
github.com/coredns/caddy v1.1.0 h1:ezvsPrT/tA/7pYDBZxu0cT0VmWk75AfIaf6GSYCNMf0=
189-
github.com/coredns/corefile-migration v1.0.18 h1:zs5PJm/VGZVje1ESRj6ZqyUuVsVfagExkbLU2QKV5mI=
189+
github.com/coredns/corefile-migration v1.0.20 h1:MdOkT6F3ehju/n9tgxlGct8XAajOX2vN+wG7To4BWSI=
190190
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
191191
github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk=
192192
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
@@ -790,8 +790,8 @@ github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndr
790790
github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s=
791791
github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 h1:oL4IBbcqwhhNWh31bjOX8C/OCy0zs9906d/VUru+bqg=
792792
github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1/go.mod h1:nSbFQvMj97ZyhFRSJYtut+msi4sOY6zJDGCdSc+/rZU=
793-
github.com/projectsveltos/libsveltos v0.6.1-0.20230304171348-dae99f8a9d5a h1:lbcf+cBFAXRKY5DQ2uwnAwxBH5sQnDpZ7bIVMDpjfFg=
794-
github.com/projectsveltos/libsveltos v0.6.1-0.20230304171348-dae99f8a9d5a/go.mod h1:7QZOMDZjXklss3RA0IDNJB3ZOAyJBnBiiM+142BFeNc=
793+
github.com/projectsveltos/libsveltos v0.7.0 h1:xObnyRPVJEYvwnlSc+T6NMfE+oYLb1fVM1tLxVIVvTM=
794+
github.com/projectsveltos/libsveltos v0.7.0/go.mod h1:K2IJCkj2dz6qgZyv0F7tkZkzJ+7il1qjDyIBaBS2NpQ=
795795
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
796796
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
797797
github.com/prometheus/client_golang v1.1.0/go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g=
@@ -1125,8 +1125,8 @@ golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su
11251125
golang.org/x/net v0.0.0-20220607020251-c690dde0001d/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
11261126
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
11271127
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
1128-
golang.org/x/net v0.4.0 h1:Q5QPcMlvfxFTAPV0+07Xz/MpK9NTXu2VDUuy0FeMfaU=
1129-
golang.org/x/net v0.4.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE=
1128+
golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g=
1129+
golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
11301130
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
11311131
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
11321132
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -1264,14 +1264,14 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc
12641264
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12651265
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12661266
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1267-
golang.org/x/sys v0.3.0 h1:w8ZOecv6NaNa/zC8944JTU3vz4u6Lagfk4RPQxv92NQ=
1268-
golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1267+
golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU=
1268+
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12691269
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
12701270
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
12711271
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
12721272
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
1273-
golang.org/x/term v0.3.0 h1:qoo4akIqOcDME5bhc/NgxUdovd6BSS2uMsVjB56q1xI=
1274-
golang.org/x/term v0.3.0/go.mod h1:q750SLmJuPmVoN1blW3UFBPREJfb1KmY3vwxfr+nFDA=
1273+
golang.org/x/term v0.5.0 h1:n2a8QNdAb0sZNpU9R1ALUXBbY+w51fCQDN+7EdxNBsY=
1274+
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
12751275
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
12761276
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
12771277
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -1282,8 +1282,8 @@ golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
12821282
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
12831283
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
12841284
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
1285-
golang.org/x/text v0.5.0 h1:OLmvp0KP+FVG99Ct/qFiL/Fhk4zp4QQnZ7b2U+5piUM=
1286-
golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
1285+
golang.org/x/text v0.7.0 h1:4BRB4x83lYWy72KwLD/qYDuTu7q9PjSagHvijDw7cLo=
1286+
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
12871287
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
12881288
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
12891289
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -1674,8 +1674,8 @@ oras.land/oras-go v1.2.0/go.mod h1:pFNs7oHp2dYsYMSS82HaX5l4mpnGO7hbpPN6EWH2ltc=
16741674
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
16751675
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
16761676
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
1677-
sigs.k8s.io/cluster-api v1.3.3 h1:sHRAbuev6+bz3OAySmdmT62md/D/UUIy0EYwvP38H/4=
1678-
sigs.k8s.io/cluster-api v1.3.3/go.mod h1:nnXmR51rHshpMEXmB4LZIwdiXWKXV6yaooB1KzrL0Qs=
1677+
sigs.k8s.io/cluster-api v1.3.5 h1:Chg56Piv5ip0AFRN83H1I8uIn6qsdk+mr9hdq5Cxkf0=
1678+
sigs.k8s.io/cluster-api v1.3.5/go.mod h1:9FNHNItE5c+klfDLNG3+ApSTX0H4yGAumdbFJMnk6Vc=
16791679
sigs.k8s.io/controller-runtime v0.13.1 h1:tUsRCSJVM1QQOOeViGeX3GMT3dQF1eePPw6sEE3xSlg=
16801680
sigs.k8s.io/controller-runtime v0.13.1/go.mod h1:Zbz+el8Yg31jubvAEyglRZGdLAjplZl+PgtYNI6WNTI=
16811681
sigs.k8s.io/gateway-api v0.5.0 h1:ze+k9fJqvmL8s1t3e4q1ST8RnN+f09dEv+gfacahlAE=

hack/tools/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require (
77
github.com/golangci/golangci-lint v1.50.1
88
github.com/onsi/ginkgo/v2 v2.6.0
99
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
10-
k8s.io/client-go v0.25.2
11-
sigs.k8s.io/cluster-api v1.3.3
12-
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211110210527-619e6b92dab9
13-
sigs.k8s.io/controller-tools v0.8.0
10+
k8s.io/client-go v0.25.3
11+
sigs.k8s.io/cluster-api v1.3.5
12+
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20230307042619-c304e7ec2ee7
13+
sigs.k8s.io/controller-tools v0.10.0
1414
sigs.k8s.io/kind v0.17.0
1515
sigs.k8s.io/kustomize/kustomize/v4 v4.5.7
1616
)
@@ -238,11 +238,11 @@ require (
238238
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
239239
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect
240240
golang.org/x/mod v0.6.0 // indirect
241-
golang.org/x/net v0.4.0 // indirect
241+
golang.org/x/net v0.7.0 // indirect
242242
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
243-
golang.org/x/sys v0.3.0 // indirect
244-
golang.org/x/term v0.3.0 // indirect
245-
golang.org/x/text v0.5.0 // indirect
243+
golang.org/x/sys v0.5.0 // indirect
244+
golang.org/x/term v0.5.0 // indirect
245+
golang.org/x/text v0.7.0 // indirect
246246
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
247247
golang.org/x/tools v0.2.0 // indirect
248248
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
@@ -254,9 +254,9 @@ require (
254254
gopkg.in/yaml.v2 v2.4.0 // indirect
255255
gopkg.in/yaml.v3 v3.0.1 // indirect
256256
honnef.co/go/tools v0.3.3 // indirect
257-
k8s.io/api v0.25.2 // indirect
257+
k8s.io/api v0.25.3 // indirect
258258
k8s.io/apiextensions-apiserver v0.25.0 // indirect
259-
k8s.io/apimachinery v0.25.2 // indirect
259+
k8s.io/apimachinery v0.25.3 // indirect
260260
k8s.io/apiserver v0.25.0 // indirect
261261
k8s.io/cluster-bootstrap v0.25.0 // indirect
262262
k8s.io/component-base v0.25.0 // indirect

0 commit comments

Comments
 (0)