Skip to content

Commit

Permalink
init 1.32 release (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 authored Dec 10, 2024
1 parent dd6b5e7 commit 3b1b3e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-scripts/components/kubernetes/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.31.3
v1.32.0-rc.2
6 changes: 3 additions & 3 deletions build-scripts/hack/generate-sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@

# FIXME: This information should not be hardcoded here
CILIUM_ROCK_REPO = "https://github.com/canonical/cilium-rocks"
CILIUM_ROCK_TAG = "main"
CILIUM_ROCK_TAG = "release-1.32"
CILIUM_VERSION = "1.16.3"
COREDNS_ROCK_REPO = "https://github.com/canonical/coredns-rock"
COREDNS_ROCK_TAG = "main"
COREDNS_ROCK_TAG = "release-1.32"
COREDNS_VERSION = "1.11.3"
METRICS_SERVER_ROCK_REPO = "https://github.com/canonical/metrics-server-rock"
METRICS_SERVER_ROCK_TAG = "main"
METRICS_SERVER_ROCK_TAG = "release-1.32"
METRICS_SERVER_VERSION = "0.7.2"
RAWFILE_LOCALPV_REPO = "https://github.com/canonical/rawfile-localpv"
RAWFILE_LOCALPV_TAG = "main"
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/hack/update-component-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# - "https://dl.k8s.io/release/stable.txt"
# - "https://dl.k8s.io/release/stable-1.xx.txt"
# - "https://dl.k8s.io/release/latest-1.xx.txt" (e.g. for release candidate builds)
KUBERNETES_VERSION_MARKER = "https://dl.k8s.io/release/stable.txt"
KUBERNETES_VERSION_MARKER = "https://dl.k8s.io/release/latest-1.32.txt"

# Containerd release branch to track. The most recent tag in the branch will be used.
CONTAINERD_RELEASE_BRANCH = "release/1.6"
Expand Down

0 comments on commit 3b1b3e7

Please sign in to comment.