Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supported releases in docs and stop building unsupported branches #2024

Merged
merged 2 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
TAGS = []
smv_tag_whitelist = multiversion_regex_builder(TAGS)
# Whitelist pattern for branches (set to None to ignore all branches)
BRANCHES = ['master', 'v1.10', 'v1.11', 'v1.12', 'v1.13']
BRANCHES = ['master', 'v1.12', 'v1.13']
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ["master"]
smv_branch_whitelist = multiversion_regex_builder(BRANCHES)
Expand Down
5 changes: 3 additions & 2 deletions docs/source/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We are aiming to ship a new release approximately every 6 weeks. The following r
:::{table}
| Release | Code freeze | General availability |
|:-------:|:-----------:|:--------------------:|
| 1.13 | 2024-04-25 | 2024-05-09 |
| 1.14 | 2024-08-14 | 2024-08-31 |
:::

## Supported releases
Expand All @@ -15,8 +15,9 @@ We support the latest 2 releases of the operator to give everyone time to upgrad
:::{table}
| Release | General availability | Support ends |
|:-------:|:--------------------:|:---------------:|
| 1.13 | 2024-06-20 | Release of 1.15 |
| 1.12 | 2024-03-28 | Release of 1.14 |
| 1.11 | 2023-11-09 | Release of 1.13 |
| 1.11 | 2023-11-09 | 2024-06-20 |
| 1.10 | 2023-08-25 | 2024-03-28 |
| 1.9 | 2023-07-04 | 2023-11-09 |
| 1.8 | 2023-01-25 | 2023-08-25 |
Expand Down