Skip to content

Commit

Permalink
Release 1.31 (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess authored Sep 13, 2024
1 parent 3958be5 commit f9c7dde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.31"
COREDNS_ROCK_REPO = "https://github.com/canonical/coredns-rock"
COREDNS_ROCK_TAG = "main"
COREDNS_ROCK_TAG = "release-1.31"
METRICS_SERVER_ROCK_REPO = "https://github.com/canonical/metrics-server-rock"
METRICS_SERVER_ROCK_TAG = "main"
METRICS_SERVER_ROCK_TAG = "release-1.31"
RAWFILE_LOCALPV_REPO = "https://github.com/canonical/rawfile-localpv"
RAWFILE_LOCALPV_TAG = "main"
RAWFILE_LOCALPV_TAG = "release-1.31"
SNAPCRAFT_C_COMPONENTS = ["libmnl", "libnftnl", "iptables"]
SNAPCRAFT_GO_COMPONENTS = [
"runc",
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 @@ -30,7 +30,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/stable-1.31.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 f9c7dde

Please sign in to comment.