Skip to content

Commit

Permalink
Merge pull request #2124 from zimnx/mark-1.14-as-stable
Browse files Browse the repository at this point in the history
Mark v1.14 as stable in documentation
  • Loading branch information
scylla-operator-bot[bot] authored Sep 19, 2024
2 parents 5b2ae31 + e363d0a commit 1a9f446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
# Whitelist pattern for branches (set to None to ignore all branches)
BRANCHES = ['master', 'v1.12', 'v1.13', 'v1.14']
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ["master", "v1.14"]
UNSTABLE_VERSIONS = ["master"]
smv_branch_whitelist = multiversion_regex_builder(BRANCHES)
# Defines which version is considered to be the latest stable version.
# Must be listed in smv_tag_whitelist or smv_branch_whitelist.
smv_latest_version = 'v1.13'
smv_latest_version = 'v1.14'
smv_rename_latest_version = 'stable'
# Whitelist pattern for remotes (set to None to use local branches only)
smv_remote_whitelist = r"^origin$"
Expand Down

0 comments on commit 1a9f446

Please sign in to comment.