Skip to content

Commit

Permalink
Publish snaps to all risks in the 1.31 track
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Aug 13, 2024
1 parent 402e890 commit 923dbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cilib/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
K8S_NEXT_VERSION = "1.32"

# Lowest K8S SEMVER to process, this is usually K8S_STABLE_VERSION - 4
K8S_STARTING_SEMVER = "1.26.0"
K8S_STARTING_SEMVER = "1.27.0"

# Supported arches
K8S_SUPPORT_ARCHES = ["amd64", "ppc64el", "s390x", "arm64"]
Expand Down Expand Up @@ -83,7 +83,7 @@
("1.28", ["1.28/stable", "1.28/candidate", "1.28/beta", "1.28/edge"]),
("1.29", ["1.29/stable", "1.29/candidate", "1.29/beta", "1.29/edge"]),
("1.30", ["1.30/stable", "1.30/candidate", "1.30/beta", "1.30/edge"]),
("1.31", ["1.31/edge"]),
("1.31", ["1.30/stable", "1.31/candidate", "1.31/beta", "1.31/edge"]),
]
SNAP_K8S_TRACK_MAP = dict(SNAP_K8S_TRACK_LIST)

Expand Down

0 comments on commit 923dbe3

Please sign in to comment.