Skip to content

Commit 1059d07

Browse files
fix(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c955529 commit 1059d07

File tree

5 files changed

+204
-279
lines changed

5 files changed

+204
-279
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
cache-to: type=gha,scope=${{ github.ref_name }}-${{ env.IMAGE_TAG }}
102102

103103
- name: Generate SBOM
104-
uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9
104+
uses: anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
105105
with:
106106
image: ${{ env.IMAGE_TAG }}
107107
artifact-name: sbom-${{ env.IMAGE_NAME }}

Diff for: .github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040

4141
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
4242
with:
43-
python-version: '3.9'
43+
python-version: '3.13'
4444
check-latest: true
4545

4646
- name: Set up chart-testing
47-
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
47+
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
4848
- name: Run chart-testing (list-changed)
4949
id: list-changed
5050
run: |
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Create kind cluster
6565
if: steps.list-changed.outputs.changed == 'true'
66-
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
66+
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
6767

6868
- name: Run chart-testing (install)
6969
if: steps.list-changed.outputs.changed == 'true'

Diff for: chart/operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ controllerManager:
3232
- ALL
3333
image:
3434
repository: quay.io/brancz/kube-rbac-proxy
35-
tag: v0.18.2
35+
tag: v0.19.0
3636
resources:
3737
limits:
3838
cpu: 500m

Diff for: go.mod

+61-60
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,113 @@
11
module github.com/k8sgpt-ai/k8sgpt-operator
22

3-
go 1.22.0
3+
go 1.23.0
44

5-
toolchain go1.23.4
5+
toolchain go1.24.2
66

77
require (
8-
buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go v1.5.1-20240920204244-7a91c8620515.1
9-
buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go v1.35.2-20241118152629-1379a5a1889d.1
10-
github.com/agnivade/levenshtein v1.2.0
8+
buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go v1.5.1-20241118152629-1379a5a1889d.2
9+
buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go v1.36.6-20241118152629-1379a5a1889d.1
10+
github.com/agnivade/levenshtein v1.2.1
1111
github.com/go-logr/logr v1.4.2
12-
github.com/onsi/ginkgo/v2 v2.22.1
13-
github.com/onsi/gomega v1.36.2
14-
github.com/prometheus/client_golang v1.20.5
15-
google.golang.org/grpc v1.69.0
12+
github.com/onsi/ginkgo/v2 v2.23.4
13+
github.com/onsi/gomega v1.37.0
14+
github.com/prometheus/client_golang v1.21.1
15+
google.golang.org/grpc v1.71.1
1616
gopkg.in/yaml.v2 v2.4.0
17-
gopkg.in/yaml.v3 v3.0.1
18-
k8s.io/api v0.29.3
19-
k8s.io/apimachinery v0.29.3
20-
k8s.io/cli-runtime v0.29.3
21-
k8s.io/client-go v0.29.3
22-
k8s.io/kubectl v0.29.3
17+
k8s.io/api v0.32.3
18+
k8s.io/apimachinery v0.32.3
19+
k8s.io/cli-runtime v0.32.3
20+
k8s.io/client-go v0.32.3
21+
k8s.io/kubectl v0.32.3
2322
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
24-
sigs.k8s.io/controller-runtime v0.15.0
25-
sigs.k8s.io/yaml v1.3.0
23+
sigs.k8s.io/controller-runtime v0.20.4
24+
sigs.k8s.io/yaml v1.4.0
2625
)
2726

2827
require (
29-
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
28+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
3029
github.com/stretchr/testify v1.10.0
31-
golang.org/x/tools v0.28.0 // indirect
30+
golang.org/x/tools v0.31.0 // indirect
3231
)
3332

3433
require (
35-
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
34+
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
3635
github.com/MakeNowJust/heredoc v1.0.0 // indirect
3736
github.com/beorn7/perks v1.0.1 // indirect
37+
github.com/blang/semver/v4 v4.0.0 // indirect
3838
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3939
github.com/chai2010/gettext-go v1.0.2 // indirect
40-
github.com/davecgh/go-spew v1.1.1 // indirect
40+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4141
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
4242
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
43-
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
44-
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
45-
github.com/fsnotify/fsnotify v1.6.0 // indirect
43+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
44+
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
45+
github.com/fsnotify/fsnotify v1.7.0 // indirect
46+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4647
github.com/go-errors/errors v1.4.2 // indirect
47-
github.com/go-logr/zapr v1.2.4 // indirect
48-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
48+
github.com/go-logr/zapr v1.3.0 // indirect
49+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
4950
github.com/go-openapi/jsonreference v0.20.2 // indirect
50-
github.com/go-openapi/swag v0.22.3 // indirect
51+
github.com/go-openapi/swag v0.23.0 // indirect
5152
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
5253
github.com/gogo/protobuf v1.3.2 // indirect
53-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5454
github.com/golang/protobuf v1.5.4 // indirect
55-
github.com/google/btree v1.0.1 // indirect
55+
github.com/google/btree v1.1.3 // indirect
5656
github.com/google/gnostic-models v0.6.8 // indirect
57-
github.com/google/go-cmp v0.6.0 // indirect
57+
github.com/google/go-cmp v0.7.0 // indirect
5858
github.com/google/gofuzz v1.2.0 // indirect
5959
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6060
github.com/google/uuid v1.6.0 // indirect
6161
github.com/gorilla/websocket v1.5.0 // indirect
62-
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
63-
github.com/imdario/mergo v0.3.15 // indirect
62+
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
6463
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6564
github.com/josharian/intern v1.0.0 // indirect
6665
github.com/json-iterator/go v1.1.12 // indirect
67-
github.com/klauspost/compress v1.17.9 // indirect
66+
github.com/klauspost/compress v1.17.11 // indirect
6867
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
6968
github.com/mailru/easyjson v0.7.7 // indirect
7069
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
71-
github.com/moby/spdystream v0.2.0 // indirect
72-
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
70+
github.com/moby/spdystream v0.5.0 // indirect
71+
github.com/moby/term v0.5.0 // indirect
7372
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7473
github.com/modern-go/reflect2 v1.0.2 // indirect
7574
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
7675
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7776
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
7877
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
7978
github.com/pkg/errors v0.9.1 // indirect
80-
github.com/pmezard/go-difflib v1.0.0 // indirect
79+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8180
github.com/prometheus/client_model v0.6.1 // indirect
82-
github.com/prometheus/common v0.55.0 // indirect
81+
github.com/prometheus/common v0.62.0 // indirect
8382
github.com/prometheus/procfs v0.15.1 // indirect
8483
github.com/russross/blackfriday/v2 v2.1.0 // indirect
85-
github.com/spf13/cobra v1.7.0 // indirect
84+
github.com/spf13/cobra v1.8.1 // indirect
8685
github.com/spf13/pflag v1.0.5 // indirect
86+
github.com/x448/float16 v0.8.4 // indirect
8787
github.com/xlab/treeprint v1.2.0 // indirect
88-
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
89-
go.uber.org/atomic v1.10.0 // indirect
88+
go.uber.org/automaxprocs v1.6.0 // indirect
9089
go.uber.org/multierr v1.11.0 // indirect
91-
go.uber.org/zap v1.24.0 // indirect
92-
golang.org/x/net v0.33.0 // indirect
93-
golang.org/x/oauth2 v0.23.0 // indirect
94-
golang.org/x/sync v0.10.0 // indirect
95-
golang.org/x/sys v0.28.0 // indirect
96-
golang.org/x/term v0.27.0 // indirect
97-
golang.org/x/text v0.21.0 // indirect
98-
golang.org/x/time v0.3.0 // indirect
99-
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
100-
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
101-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
102-
google.golang.org/protobuf v1.36.1 // indirect
90+
go.uber.org/zap v1.27.0 // indirect
91+
golang.org/x/net v0.37.0 // indirect
92+
golang.org/x/oauth2 v0.25.0 // indirect
93+
golang.org/x/sync v0.12.0 // indirect
94+
golang.org/x/sys v0.32.0 // indirect
95+
golang.org/x/term v0.30.0 // indirect
96+
golang.org/x/text v0.23.0 // indirect
97+
golang.org/x/time v0.7.0 // indirect
98+
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
99+
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
100+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
101+
google.golang.org/protobuf v1.36.6 // indirect
102+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
103103
gopkg.in/inf.v0 v0.9.1 // indirect
104-
k8s.io/apiextensions-apiserver v0.27.2 // indirect
105-
k8s.io/component-base v0.29.3 // indirect
106-
k8s.io/klog/v2 v2.110.1 // indirect
107-
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
108-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
109-
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
110-
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
111-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
104+
gopkg.in/yaml.v3 v3.0.1 // indirect
105+
k8s.io/apiextensions-apiserver v0.32.1 // indirect
106+
k8s.io/component-base v0.32.3 // indirect
107+
k8s.io/klog/v2 v2.130.1 // indirect
108+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
109+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
110+
sigs.k8s.io/kustomize/api v0.18.0 // indirect
111+
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
112+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
112113
)

0 commit comments

Comments
 (0)