Skip to content

Commit

Permalink
Release 1.30 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 authored and neoaggelos committed May 4, 2024
1 parent 1ee1537 commit 34738cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build-scripts/components/k8s-dqlite/version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

echo "master"
echo "release-1.30"
2 changes: 1 addition & 1 deletion build-scripts/components/kubernetes/version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

KUBE_TRACK="${KUBE_TRACK:-}" # example: "1.24"
KUBE_TRACK="1.30" # example: "1.24"
KUBE_VERSION="${KUBE_VERSION:-}" # example: "v1.24.2"

if [ -z "${KUBE_VERSION}" ]; then
Expand Down
8 changes: 4 additions & 4 deletions build-scripts/hack/generate-sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,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.30"
COREDNS_ROCK_REPO = "https://github.com/canonical/coredns-rock"
COREDNS_ROCK_TAG = "main"
COREDNS_ROCK_TAG = "release-1.30"
METRICS_SERVER_ROCK_REPO = "https://github.com/canonical/metrics-server-rock"
METRICS_SERVER_ROCK_TAG = "main"
METRICS_SERVER_ROCK_TAG = "release-1.30"
RAWFILE_LOCALPV_REPO = "https://github.com/canonical/rawfile-localpv"
RAWFILE_LOCALPV_TAG = "main"
RAWFILE_LOCALPV_TAG = "release-1.30"
SNAPCRAFT_C_COMPONENTS = ["libmnl", "libnftnl", "iptables"]
SNAPCRAFT_GO_COMPONENTS = [
"runc",
Expand Down

0 comments on commit 34738cf

Please sign in to comment.