Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 945f9dc

Browse files
committed
Bump helm to 3.14.1
Also bumps kubernetes to 1.29, controller runtime to 0.17.2, golang to 1.21 Signed-off-by: kevinrizza <[email protected]>
1 parent 6a8a84c commit 945f9dc

File tree

5 files changed

+136
-90
lines changed

5 files changed

+136
-90
lines changed

.github/workflows/tilt.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
path: rukpak
2525
- name: Install Tilt
2626
run: |
27-
TILT_VERSION="0.33.3"
27+
TILT_VERSION="0.33.11"
2828
curl -fsSL https://github.com/tilt-dev/tilt/releases/download/v$TILT_VERSION/tilt.$TILT_VERSION.linux.x86_64.tar.gz | \
2929
tar -xzv -C /usr/local/bin tilt
3030
- name: Install ctlptl
3131
run: |
32-
CTLPTL_VERSION="0.8.20"
32+
CTLPTL_VERSION="0.8.27"
3333
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.linux.x86_64.tar.gz | \
3434
tar -xzv -C /usr/local/bin ctlptl
3535
- name: Set up kind

go.mod

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/operator-framework/rukpak
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.21.3
46

57
require (
68
github.com/go-git/go-billy/v5 v5.5.0
@@ -18,17 +20,17 @@ require (
1820
github.com/stretchr/testify v1.8.4
1921
golang.org/x/crypto v0.18.0
2022
golang.org/x/sync v0.6.0
21-
helm.sh/helm/v3 v3.13.3
22-
k8s.io/api v0.28.5
23-
k8s.io/apiextensions-apiserver v0.28.5
24-
k8s.io/apimachinery v0.28.5
25-
k8s.io/cli-runtime v0.28.5
26-
k8s.io/client-go v0.28.5
27-
k8s.io/component-base v0.28.5
23+
helm.sh/helm/v3 v3.14.0
24+
k8s.io/api v0.29.0
25+
k8s.io/apiextensions-apiserver v0.29.0
26+
k8s.io/apimachinery v0.29.0
27+
k8s.io/cli-runtime v0.29.0
28+
k8s.io/client-go v0.29.0
29+
k8s.io/component-base v0.29.0
2830
k8s.io/kube-aggregator v0.28.5
29-
k8s.io/utils v0.0.0-20230505201702-9f6742963106
31+
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
3032
sigs.k8s.io/cli-utils v0.35.0
31-
sigs.k8s.io/controller-runtime v0.16.3
33+
sigs.k8s.io/controller-runtime v0.17.2
3234
sigs.k8s.io/yaml v1.4.0
3335
)
3436

@@ -76,8 +78,8 @@ require (
7678
github.com/docker/go-units v0.5.0 // indirect
7779
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
7880
github.com/emirpasic/gods v1.18.1 // indirect
79-
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
80-
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
81+
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
82+
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
8183
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
8284
github.com/fatih/color v1.15.0 // indirect
8385
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -86,7 +88,7 @@ require (
8688
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
8789
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
8890
github.com/go-logr/stdr v1.2.2 // indirect
89-
github.com/go-logr/zapr v1.2.4 // indirect
91+
github.com/go-logr/zapr v1.3.0 // indirect
9092
github.com/go-openapi/jsonpointer v0.19.6 // indirect
9193
github.com/go-openapi/jsonreference v0.20.2 // indirect
9294
github.com/go-openapi/swag v0.22.4 // indirect
@@ -96,14 +98,15 @@ require (
9698
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
9799
github.com/golang/protobuf v1.5.3 // indirect
98100
github.com/google/btree v1.1.2 // indirect
99-
github.com/google/cel-go v0.16.1 // indirect
101+
github.com/google/cel-go v0.17.7 // indirect
100102
github.com/google/gnostic-models v0.6.8 // indirect
101103
github.com/google/go-cmp v0.6.0 // indirect
102104
github.com/google/gofuzz v1.2.0 // indirect
103105
github.com/google/pprof v0.0.0-20230907193218-d3ddc7976beb // indirect
104106
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
105107
github.com/google/uuid v1.4.0 // indirect
106108
github.com/gorilla/mux v1.8.1 // indirect
109+
github.com/gorilla/websocket v1.5.0 // indirect
107110
github.com/gosuri/uitable v0.0.4 // indirect
108111
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
109112
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
@@ -143,6 +146,7 @@ require (
143146
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
144147
github.com/morikuni/aec v1.0.0 // indirect
145148
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
149+
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
146150
github.com/opencontainers/go-digest v1.0.0 // indirect
147151
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
148152
github.com/opencontainers/runc v1.1.10 // indirect
@@ -186,7 +190,7 @@ require (
186190
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
187191
go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect
188192
go.uber.org/multierr v1.11.0 // indirect
189-
go.uber.org/zap v1.25.0 // indirect
193+
go.uber.org/zap v1.26.0 // indirect
190194
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
191195
golang.org/x/mod v0.14.0 // indirect
192196
golang.org/x/net v0.20.0 // indirect
@@ -207,15 +211,15 @@ require (
207211
gopkg.in/warnings.v0 v0.1.2 // indirect
208212
gopkg.in/yaml.v2 v2.4.0 // indirect
209213
gopkg.in/yaml.v3 v3.0.1 // indirect
210-
k8s.io/apiserver v0.28.5 // indirect
211-
k8s.io/klog/v2 v2.100.1 // indirect
212-
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
213-
k8s.io/kubectl v0.28.5 // indirect
214+
k8s.io/apiserver v0.29.0 // indirect
215+
k8s.io/klog/v2 v2.110.1 // indirect
216+
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
217+
k8s.io/kubectl v0.29.0 // indirect
214218
oras.land/oras-go v1.2.4 // indirect
215219
rsc.io/letsencrypt v0.0.3 // indirect
216-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect
220+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
217221
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
218222
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
219223
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
220-
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
224+
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
221225
)

0 commit comments

Comments
 (0)