Skip to content

Commit e2c1fe6

Browse files
authored
Merge pull request #408 from stefanprodan/k8s.io-v0.30.2
Update dependencies to Kubernetes v1.30.2
2 parents 1abbda9 + 1600eb8 commit e2c1fe6

File tree

4 files changed

+135
-131
lines changed

4 files changed

+135
-131
lines changed

Diff for: blueprints/starter/values.cue

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
package main
77

88
// Placeholder for user-supplied values.
9-
values: {
10-
}
9+
values: {}

Diff for: go.mod

+41-40
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
module github.com/stefanprodan/timoni
22

3-
go 1.22
3+
go 1.22.0
44

55
require (
66
cuelang.org/go v0.9.2
77
github.com/Masterminds/semver/v3 v3.2.1
8-
github.com/briandowns/spinner v1.23.0
8+
github.com/briandowns/spinner v1.23.1
99
github.com/distribution/distribution/v3 v3.0.0-alpha.1
10-
github.com/fatih/color v1.16.0
11-
github.com/fluxcd/cli-utils v0.36.0-flux.4
12-
github.com/fluxcd/pkg/sourceignore v0.6.0
13-
github.com/fluxcd/pkg/ssa v0.37.0
14-
github.com/fluxcd/pkg/tar v0.6.0
15-
github.com/getkin/kin-openapi v0.123.0
16-
github.com/go-logr/logr v1.4.1
10+
github.com/fatih/color v1.17.0
11+
github.com/fluxcd/cli-utils v0.36.0-flux.7
12+
github.com/fluxcd/pkg/sourceignore v0.7.0
13+
github.com/fluxcd/pkg/ssa v0.39.1
14+
github.com/fluxcd/pkg/tar v0.7.0
15+
github.com/getkin/kin-openapi v0.125.0
16+
github.com/go-logr/logr v1.4.2
1717
github.com/go-logr/zerologr v1.2.3
1818
github.com/gonvenience/ytbx v1.4.4
1919
github.com/google/go-cmp v0.6.0
20-
github.com/google/go-containerregistry v0.19.1
20+
github.com/google/go-containerregistry v0.19.2
2121
github.com/hashicorp/go-cleanhttp v0.5.2
22-
github.com/homeport/dyff v1.7.1
22+
github.com/homeport/dyff v1.8.0
2323
github.com/mattn/go-shellwords v1.0.12
2424
github.com/olekukonko/tablewriter v0.0.5
25-
github.com/onsi/gomega v1.32.0
25+
github.com/onsi/gomega v1.33.1
2626
github.com/otiai10/copy v1.14.0
2727
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
28-
github.com/rs/zerolog v1.32.0
28+
github.com/rs/zerolog v1.33.0
2929
github.com/sirupsen/logrus v1.9.3
30-
github.com/spf13/cobra v1.8.0
31-
k8s.io/api v0.29.3
32-
k8s.io/apiextensions-apiserver v0.29.3
33-
k8s.io/apimachinery v0.29.3
34-
k8s.io/cli-runtime v0.29.3
35-
k8s.io/client-go v0.29.3
36-
sigs.k8s.io/controller-runtime v0.17.2
30+
github.com/spf13/cobra v1.8.1
31+
k8s.io/api v0.30.2
32+
k8s.io/apiextensions-apiserver v0.30.2
33+
k8s.io/apimachinery v0.30.2
34+
k8s.io/cli-runtime v0.30.2
35+
k8s.io/client-go v0.30.2
36+
sigs.k8s.io/controller-runtime v0.18.4
3737
sigs.k8s.io/yaml v1.4.0
3838
)
3939

@@ -43,16 +43,17 @@ require (
4343
github.com/BurntSushi/toml v1.3.2 // indirect
4444
github.com/MakeNowJust/heredoc v1.0.0 // indirect
4545
github.com/beorn7/perks v1.0.1 // indirect
46+
github.com/blang/semver/v4 v4.0.0 // indirect
4647
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect
4748
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
4849
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4950
github.com/chai2010/gettext-go v1.0.2 // indirect
5051
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
5152
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
5253
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
53-
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
54-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
55-
github.com/davecgh/go-spew v1.1.1 // indirect
54+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
55+
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
56+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5657
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
5758
github.com/distribution/reference v0.5.0 // indirect
5859
github.com/docker/cli v24.0.9+incompatible // indirect
@@ -64,7 +65,7 @@ require (
6465
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
6566
github.com/emicklei/proto v1.10.0 // indirect
6667
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
67-
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
68+
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
6869
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
6970
github.com/felixge/httpsnoop v1.0.4 // indirect
7071
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -94,8 +95,8 @@ require (
9495
github.com/gorilla/websocket v1.5.0 // indirect
9596
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
9697
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
97-
github.com/hashicorp/golang-lru/arc/v2 v2.0.5 // indirect
98-
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
98+
github.com/hashicorp/golang-lru/arc/v2 v2.0.7 // indirect
99+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
99100
github.com/imdario/mergo v0.3.15 // indirect
100101
github.com/inconshreveable/mousetrap v1.1.0 // indirect
101102
github.com/invopop/yaml v0.2.0 // indirect
@@ -161,33 +162,33 @@ require (
161162
go.opentelemetry.io/otel/trace v1.21.0 // indirect
162163
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
163164
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
164-
golang.org/x/crypto v0.23.0 // indirect
165+
golang.org/x/crypto v0.24.0 // indirect
165166
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
166-
golang.org/x/mod v0.17.0 // indirect
167-
golang.org/x/net v0.25.0 // indirect
168-
golang.org/x/oauth2 v0.20.0 // indirect
167+
golang.org/x/mod v0.18.0 // indirect
168+
golang.org/x/net v0.26.0 // indirect
169+
golang.org/x/oauth2 v0.21.0 // indirect
169170
golang.org/x/sync v0.7.0 // indirect
170-
golang.org/x/sys v0.20.0 // indirect
171-
golang.org/x/term v0.20.0 // indirect
172-
golang.org/x/text v0.15.0 // indirect
171+
golang.org/x/sys v0.21.0 // indirect
172+
golang.org/x/term v0.21.0 // indirect
173+
golang.org/x/text v0.16.0 // indirect
173174
golang.org/x/time v0.5.0 // indirect
174175
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
175176
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
176177
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
177178
google.golang.org/grpc v1.59.0 // indirect
178179
google.golang.org/protobuf v1.33.0 // indirect
179-
gopkg.in/evanphx/json-patch.v5 v5.6.0 // indirect
180+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
180181
gopkg.in/inf.v0 v0.9.1 // indirect
181182
gopkg.in/warnings.v0 v0.1.2 // indirect
182183
gopkg.in/yaml.v2 v2.4.0 // indirect
183184
gopkg.in/yaml.v3 v3.0.1 // indirect
184-
k8s.io/component-base v0.29.3 // indirect
185-
k8s.io/klog/v2 v2.110.1 // indirect
186-
k8s.io/kube-openapi v0.0.0-20231206194836-bf4651e18aa8 // indirect
187-
k8s.io/kubectl v0.29.3 // indirect
185+
k8s.io/component-base v0.30.2 // indirect
186+
k8s.io/klog/v2 v2.120.1 // indirect
187+
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
188+
k8s.io/kubectl v0.30.2 // indirect
188189
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
189190
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
190-
sigs.k8s.io/kustomize/api v0.16.0 // indirect
191-
sigs.k8s.io/kustomize/kyaml v0.16.0 // indirect
191+
sigs.k8s.io/kustomize/api v0.17.1 // indirect
192+
sigs.k8s.io/kustomize/kyaml v0.17.0 // indirect
192193
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
193194
)

0 commit comments

Comments
 (0)