Skip to content

Commit 9b43f7c

Browse files
Update all non-major dependencies
1 parent e61e4e3 commit 9b43f7c

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.github/workflows/e2e/package/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM registry.suse.com/bci/golang:1.24 AS helm
22
RUN zypper -n install git
3-
RUN git -C / clone --branch release-v3.9.0 --depth=1 https://github.com/rancher/helm
3+
RUN git -C / clone --branch release-v3.11.3 --depth=1 https://github.com/rancher/helm
44
RUN make -C /helm
55

66
FROM registry.suse.com/bci/golang:1.24
77

88
ARG ARCH=amd64
9-
ENV KUBECTL_VERSION=v1.32.0
9+
ENV KUBECTL_VERSION=v1.34.0
1010

1111
# Install dependencies
1212
RUN zypper -n install awk git docker curl wget nodejs sudo

examples/helm-locker/helm-locker-chart-example/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ global:
1010

1111
kubectl:
1212
repository: rancher/kubectl
13-
tag: v1.25.16
13+
tag: v1.34.0
1414
pullPolicy: IfNotPresent
1515

1616
rbac:

examples/helm-project-operator/chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ debugLevel: 0
202202
cleanup:
203203
image:
204204
repository: rancher/shell
205-
tag: v0.1.19
205+
tag: v0.5.0
206206
pullPolicy: IfNotPresent
207207

208208
## Define which Nodes the Pods are scheduled on.

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ module github.com/rancher/prometheus-federator
22

33
go 1.24.0
44

5-
toolchain go1.24.4
5+
toolchain go1.25.1
66

77
require (
8-
github.com/caarlos0/env/v11 v11.1.0
8+
github.com/caarlos0/env/v11 v11.3.1
99
github.com/google/uuid v1.6.0
1010
github.com/hashicorp/go-multierror v1.1.1
11-
github.com/k3s-io/helm-controller v0.16.6
11+
github.com/k3s-io/helm-controller v0.16.13
1212
github.com/kralicky/kmatch v0.0.0-20240603031752-4aaff7842056
1313
github.com/novln/docker-parser v1.0.0
14-
github.com/onsi/ginkgo/v2 v2.22.2
15-
github.com/onsi/gomega v1.36.2
14+
github.com/onsi/ginkgo/v2 v2.25.3
15+
github.com/onsi/gomega v1.38.2
1616
github.com/rancher/lasso v0.0.0-20250109193533-00757eec2dbd
1717
github.com/rancher/wrangler/v3 v3.2.0-rc.2
18-
github.com/samber/lo v1.47.0
18+
github.com/samber/lo v1.51.0
1919
github.com/sirupsen/logrus v1.9.3
20-
github.com/spf13/cobra v1.8.1
21-
github.com/spf13/viper v1.10.0
22-
github.com/stretchr/testify v1.10.0
23-
go.uber.org/mock v0.4.0
24-
golang.org/x/mod v0.22.0
25-
golang.org/x/text v0.23.0
20+
github.com/spf13/cobra v1.10.1
21+
github.com/spf13/viper v1.21.0
22+
github.com/stretchr/testify v1.11.1
23+
go.uber.org/mock v0.6.0
24+
golang.org/x/mod v0.28.0
25+
golang.org/x/text v0.29.0
2626
gopkg.in/yaml.v2 v2.4.0
2727
gopkg.in/yaml.v3 v3.0.1
2828
helm.sh/helm/v3 v3.15.3

package/Dockerfile-helm-project-operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS builder
55
ARG TARGETARCH
66
ENV BUILD_TARGET="helm-project-operator"
77
WORKDIR /usr/src/app
8-
ENV YQ_VERSION=v4.25.1
8+
ENV YQ_VERSION=v4.47.2
99
RUN zypper -n install git curl wget make helm
1010
RUN export ARCH=$(go env GOHOSTARCH)
1111
RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${TARGETARCH} -O /usr/bin/yq && chmod +x /usr/bin/yq;

0 commit comments

Comments
 (0)