Skip to content

Commit ad8fd26

Browse files
authored
Merge pull request #14 from fluxcd/k8s-1.33.0
Update to Kubernetes 1.33.0 and Go 1.24.0
2 parents e4d3759 + 2feca1c commit ad8fd26

File tree

7 files changed

+119
-110
lines changed

7 files changed

+119
-110
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Set up Go
2323
uses: actions/setup-go@v4
2424
with:
25-
go-version: 1.23.x
25+
go-version: 1.24.x
2626
cache-dependency-path: |
2727
**/go.sum
2828
**/go.mod

go.mod

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
module github.com/fluxcd/cli-utils
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
6-
github.com/google/go-cmp v0.6.0
6+
github.com/google/go-cmp v0.7.0
77
github.com/google/uuid v1.6.0
8-
github.com/onsi/ginkgo/v2 v2.22.2
9-
github.com/onsi/gomega v1.36.2
10-
github.com/spf13/cobra v1.8.1
8+
github.com/onsi/ginkgo/v2 v2.23.4
9+
github.com/onsi/gomega v1.37.0
10+
github.com/spf13/cobra v1.9.1
1111
github.com/spyzhov/ajson v0.9.6
1212
github.com/stretchr/testify v1.10.0
1313
gopkg.in/yaml.v3 v3.0.1
14-
k8s.io/api v0.32.1
15-
k8s.io/apiextensions-apiserver v0.32.1
16-
k8s.io/apimachinery v0.32.1
17-
k8s.io/cli-runtime v0.32.1
18-
k8s.io/client-go v0.32.1
19-
k8s.io/component-base v0.32.1
14+
k8s.io/api v0.33.0
15+
k8s.io/apiextensions-apiserver v0.33.0
16+
k8s.io/apimachinery v0.33.0
17+
k8s.io/cli-runtime v0.33.0
18+
k8s.io/client-go v0.33.0
19+
k8s.io/component-base v0.33.0
2020
k8s.io/klog/v2 v2.130.1
21-
k8s.io/kubectl v0.32.1
22-
k8s.io/utils v0.0.0-20241210054802-24370beab758
23-
sigs.k8s.io/controller-runtime v0.20.1
21+
k8s.io/kubectl v0.33.0
22+
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
23+
sigs.k8s.io/controller-runtime v0.20.4
2424
sigs.k8s.io/kustomize/kyaml v0.19.0
2525
sigs.k8s.io/yaml v1.4.0
2626
)
@@ -47,19 +47,16 @@ require (
4747
github.com/go-openapi/swag v0.23.0 // indirect
4848
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
4949
github.com/gogo/protobuf v1.3.2 // indirect
50-
github.com/golang/protobuf v1.5.4 // indirect
5150
github.com/google/btree v1.1.3 // indirect
5251
github.com/google/gnostic-models v0.6.9 // indirect
53-
github.com/google/gofuzz v1.2.0 // indirect
54-
github.com/google/pprof v0.0.0-20250128161936-077ca0a936bf // indirect
52+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
5553
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
56-
github.com/gorilla/websocket v1.5.3 // indirect
54+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
5755
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
5856
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5957
github.com/jonboulle/clockwork v0.4.0 // indirect
6058
github.com/josharian/intern v1.0.0 // indirect
6159
github.com/json-iterator/go v1.1.12 // indirect
62-
github.com/klauspost/compress v1.17.11 // indirect
6360
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
6461
github.com/mailru/easyjson v0.9.0 // indirect
6562
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -73,31 +70,33 @@ require (
7370
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
7471
github.com/pkg/errors v0.9.1 // indirect
7572
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
76-
github.com/prometheus/client_golang v1.20.5 // indirect
73+
github.com/prometheus/client_golang v1.22.0 // indirect
7774
github.com/prometheus/client_model v0.6.1 // indirect
7875
github.com/prometheus/common v0.62.0 // indirect
7976
github.com/prometheus/procfs v0.15.1 // indirect
80-
github.com/rogpeppe/go-internal v1.13.1 // indirect
8177
github.com/russross/blackfriday/v2 v2.1.0 // indirect
8278
github.com/spf13/pflag v1.0.6 // indirect
8379
github.com/x448/float16 v0.8.4 // indirect
8480
github.com/xlab/treeprint v1.2.0 // indirect
8581
go.opentelemetry.io/otel v1.34.0 // indirect
8682
go.opentelemetry.io/otel/trace v1.34.0 // indirect
87-
golang.org/x/net v0.34.0 // indirect
88-
golang.org/x/oauth2 v0.25.0 // indirect
89-
golang.org/x/sync v0.10.0 // indirect
90-
golang.org/x/sys v0.29.0 // indirect
91-
golang.org/x/term v0.28.0 // indirect
92-
golang.org/x/text v0.21.0 // indirect
93-
golang.org/x/time v0.9.0 // indirect
94-
golang.org/x/tools v0.29.0 // indirect
83+
go.uber.org/automaxprocs v1.6.0 // indirect
84+
golang.org/x/net v0.39.0 // indirect
85+
golang.org/x/oauth2 v0.29.0 // indirect
86+
golang.org/x/sync v0.13.0 // indirect
87+
golang.org/x/sys v0.32.0 // indirect
88+
golang.org/x/term v0.31.0 // indirect
89+
golang.org/x/text v0.24.0 // indirect
90+
golang.org/x/time v0.11.0 // indirect
91+
golang.org/x/tools v0.32.0 // indirect
9592
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
96-
google.golang.org/protobuf v1.36.4 // indirect
93+
google.golang.org/protobuf v1.36.5 // indirect
9794
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
9895
gopkg.in/inf.v0 v0.9.1 // indirect
99-
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
96+
k8s.io/component-helpers v0.33.0 // indirect
97+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
10098
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
101-
sigs.k8s.io/kustomize/api v0.18.0 // indirect
102-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
99+
sigs.k8s.io/kustomize/api v0.19.0 // indirect
100+
sigs.k8s.io/randfill v1.0.0 // indirect
101+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
103102
)

0 commit comments

Comments
 (0)