Skip to content

Commit 13bbd92

Browse files
Copilotyxxhero
andauthored
chore: bump Helm versions to v3.21.0 and v4.2.0 (#997)
Agent-Logs-Url: https://github.com/databus23/helm-diff/sessions/7ae871ba-5345-4dce-8a42-600a68f7163a Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
1 parent daf8708 commit 13bbd92

3 files changed

Lines changed: 91 additions & 25 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
os: [ubuntu-latest, macos-latest, windows-latest]
4141
shell: [default]
4242
experimental: [false]
43-
helm-version: [v3.18.6, v3.20.2, v4.1.4]
43+
helm-version: [v3.18.6, v3.21.0, v4.2.0]
4444
include:
4545
- os: windows-latest
4646
shell: wsl
@@ -58,29 +58,29 @@ jobs:
5858
- os: windows-latest
5959
shell: wsl
6060
experimental: false
61-
helm-version: v3.20.2
61+
helm-version: v3.21.0
6262
- os: windows-latest
6363
shell: cygwin
6464
experimental: false
65-
helm-version: v3.20.2
65+
helm-version: v3.21.0
6666
- os: ubuntu-latest
6767
container: alpine
6868
shell: sh
6969
experimental: false
70-
helm-version: v3.20.2
70+
helm-version: v3.21.0
7171
- os: windows-latest
7272
shell: wsl
7373
experimental: false
74-
helm-version: v4.1.4
74+
helm-version: v4.2.0
7575
- os: windows-latest
7676
shell: cygwin
7777
experimental: false
78-
helm-version: v4.1.4
78+
helm-version: v4.2.0
7979
- os: ubuntu-latest
8080
container: alpine
8181
shell: sh
8282
experimental: false
83-
helm-version: v4.1.4
83+
helm-version: v4.2.0
8484

8585
steps:
8686
- name: Disable autocrlf
@@ -119,8 +119,8 @@ jobs:
119119
# That's why we cover only 2 Helm minor versions in this matrix.
120120
# See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context.
121121
- helm-version: v3.18.6
122-
- helm-version: v3.20.2
123-
- helm-version: v4.1.4
122+
- helm-version: v3.21.0
123+
- helm-version: v4.2.0
124124
steps:
125125
- uses: engineerd/setup-kind@v0.6.2
126126
with:

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ require (
1717
github.com/stretchr/testify v1.11.1
1818
golang.org/x/term v0.43.0
1919
gopkg.in/yaml.v2 v2.4.0
20-
helm.sh/helm/v4 v4.1.4
21-
k8s.io/api v0.35.4
22-
k8s.io/apiextensions-apiserver v0.35.4
20+
helm.sh/helm/v4 v4.2.0
21+
k8s.io/api v0.36.0
22+
k8s.io/apiextensions-apiserver v0.36.0
2323
k8s.io/apimachinery v0.36.1
24-
k8s.io/cli-runtime v0.35.4
25-
k8s.io/client-go v0.35.4
24+
k8s.io/cli-runtime v0.36.0
25+
k8s.io/client-go v0.36.0
2626
sigs.k8s.io/yaml v1.6.0
2727
)
2828

@@ -34,7 +34,7 @@ require (
3434
github.com/Masterminds/goutils v1.1.1 // indirect
3535
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
3636
github.com/Masterminds/squirrel v1.5.4 // indirect
37-
github.com/ProtonMail/go-crypto v1.4.0 // indirect
37+
github.com/ProtonMail/go-crypto v1.4.1 // indirect
3838
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
3939
github.com/blang/semver/v4 v4.0.0 // indirect
4040
github.com/chai2010/gettext-go v1.0.3 // indirect
@@ -46,8 +46,8 @@ require (
4646
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
4747
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
4848
github.com/extism/go-sdk v1.7.1 // indirect
49-
github.com/fatih/color v1.18.0 // indirect
50-
github.com/fluxcd/cli-utils v0.37.2-flux.1 // indirect
49+
github.com/fatih/color v1.19.0 // indirect
50+
github.com/fluxcd/cli-utils v1.2.0 // indirect
5151
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
5252
github.com/go-errors/errors v1.5.1 // indirect
5353
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
@@ -83,7 +83,7 @@ require (
8383
github.com/jmoiron/sqlx v1.4.0 // indirect
8484
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
8585
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
86-
github.com/lib/pq v1.11.2 // indirect
86+
github.com/lib/pq v1.12.3 // indirect
8787
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
8888
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
8989
github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 // indirect
@@ -116,28 +116,28 @@ require (
116116
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
117117
github.com/x448/float16 v0.8.4 // indirect
118118
github.com/xlab/treeprint v1.2.0 // indirect
119-
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
119+
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
120120
go.yaml.in/yaml/v2 v2.4.4 // indirect
121121
go.yaml.in/yaml/v3 v3.0.4 // indirect
122122
golang.org/x/crypto v0.50.0 // indirect
123123
golang.org/x/net v0.53.0 // indirect
124-
golang.org/x/oauth2 v0.35.0 // indirect
124+
golang.org/x/oauth2 v0.36.0 // indirect
125125
golang.org/x/sync v0.20.0 // indirect
126126
golang.org/x/sys v0.44.0 // indirect
127127
golang.org/x/text v0.36.0 // indirect
128-
golang.org/x/time v0.14.0 // indirect
128+
golang.org/x/time v0.15.0 // indirect
129129
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
130130
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
131131
gopkg.in/inf.v0 v0.9.1 // indirect
132132
gopkg.in/yaml.v3 v3.0.1 // indirect
133-
k8s.io/apiserver v0.35.4 // indirect
134-
k8s.io/component-base v0.35.4 // indirect
133+
k8s.io/apiserver v0.36.0 // indirect
134+
k8s.io/component-base v0.36.0 // indirect
135135
k8s.io/klog/v2 v2.140.0 // indirect
136136
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
137-
k8s.io/kubectl v0.35.2 // indirect
137+
k8s.io/kubectl v0.36.0 // indirect
138138
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
139139
oras.land/oras-go/v2 v2.6.0 // indirect
140-
sigs.k8s.io/controller-runtime v0.23.1 // indirect
140+
sigs.k8s.io/controller-runtime v0.24.0 // indirect
141141
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
142142
sigs.k8s.io/kustomize/api v0.21.1 // indirect
143143
sigs.k8s.io/kustomize/kyaml v0.21.1 // indirect

0 commit comments

Comments
 (0)