Skip to content

Commit

Permalink
Bump K3s version for release-1.28
Browse files Browse the repository at this point in the history
Updates k3s: k3s-io/k3s@571f20a...63bfb19

Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Oct 16, 2024
1 parent dff72b4 commit ace2a14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ require (
github.com/google/go-containerregistry v0.20.2
github.com/iamacarpet/go-win64api v0.0.0-20210311141720-fe38760bed28
github.com/k3s-io/helm-controller v0.15.15
github.com/k3s-io/k3s v1.28.15-0.20241012053957-571f20aa661a // release-1.28
github.com/k3s-io/k3s v1.28.15-0.20241016053552-63bfb1936862 // release-1.28
github.com/k3s-io/kine v0.13.2
github.com/libp2p/go-netroute v0.2.1
github.com/natefinch/lumberjack v2.0.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1235,8 +1235,8 @@ github.com/k3s-io/etcd/server/v3 v3.5.13-k3s1 h1:Pqcxkg7V60c26ZpHoekP9QoUdLuduxF
github.com/k3s-io/etcd/server/v3 v3.5.13-k3s1/go.mod h1:K/8nbsGupHqmr5MkgaZpLlH1QdX1pcNQLAkODy44XcQ=
github.com/k3s-io/helm-controller v0.15.15 h1:Ot7IWTyl0+gowYG9ZxOq8esyxqoOmKUPMRPvD3TUTas=
github.com/k3s-io/helm-controller v0.15.15/go.mod h1:xGN8KNHGkmlaCwyjNx281cR8IEqC9MJgyMaS3wn1k+o=
github.com/k3s-io/k3s v1.28.15-0.20241012053957-571f20aa661a h1:okyAqc3tYOfGT6PGt4BRKBDx6jdjscPHoto7900yd4Y=
github.com/k3s-io/k3s v1.28.15-0.20241012053957-571f20aa661a/go.mod h1:NK/PNDoGD6LcAospuoy4ij8t+w9iPBP2+hBa70zAsec=
github.com/k3s-io/k3s v1.28.15-0.20241016053552-63bfb1936862 h1:d0EqC1ge7KDdwczNLshzAPpRagQWcUs0z9yqQeYApH0=
github.com/k3s-io/k3s v1.28.15-0.20241016053552-63bfb1936862/go.mod h1:NK/PNDoGD6LcAospuoy4ij8t+w9iPBP2+hBa70zAsec=
github.com/k3s-io/kine v0.13.2 h1:l++g2KY/3UaPJiGpgYuGoqaaYKeMpVj9fP/yfnSxHxo=
github.com/k3s-io/kine v0.13.2/go.mod h1:Zi9F142tmeXVqhPjL6KHVnwOBs8wc/V5r3avKSpIHn0=
github.com/k3s-io/klog v1.0.0-k3s2/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I=
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ xargs -n1 -t docker image pull --quiet << EOF >> build/images-core.txt
${REGISTRY}/rancher/hardened-k8s-metrics-server:v0.7.1-build20240910
${REGISTRY}/rancher/hardened-addon-resizer:1.8.20-build20240910
${REGISTRY}/rancher/klipper-helm:v0.9.3-build20241008
${REGISTRY}/rancher/mirrored-library-busybox:1.36.1
${REGISTRY}/rancher/klipper-lb:v0.4.9
${REGISTRY}/rancher/mirrored-pause:${PAUSE_VERSION}
${REGISTRY}/rancher/mirrored-ingress-nginx-kube-webhook-certgen:v1.4.4
${REGISTRY}/rancher/nginx-ingress-controller:v1.10.5-hardened1
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ KUBERNETES_VERSION=${KUBERNETES_VERSION:-v1.28.14}
KUBERNETES_IMAGE_TAG=${KUBERNETES_IMAGE_TAG:-v1.28.14-rke2r1-build20240912}
ETCD_VERSION=${ETCD_VERSION:-v3.5.13-k3s1}
PAUSE_VERSION=${PAUSE_VERSION:-3.6}
CCM_VERSION=${CCM_VERSION:-v1.28.15-0.20241012053957-571f20aa661a-build20241014}
CCM_VERSION=${CCM_VERSION:-v1.28.15-0.20241016053552-63bfb1936862-build20241016}

if [ -d .git ]; then
if [ -z "$GIT_TAG" ]; then
Expand Down

0 comments on commit ace2a14

Please sign in to comment.