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

Promote v1.4 documentation and update release info #751

Merged
merged 2 commits into from
Aug 10, 2021
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.
Jump to
Jump to file
Failed to load files.
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 @@ -161,7 +161,7 @@ def setup(sphinx):
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.3'
smv_latest_version = 'v1.4'
smv_rename_latest_version = 'stable'
# Whitelist pattern for remotes (set to None to use local branches only)
smv_remote_whitelist = r"^origin$"
Expand Down
19 changes: 10 additions & 9 deletions docs/source/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ We are aiming to ship a new release approximately every 6 weeks. The following r

| Release | Code freeze | General availability |
| :-----: | :---------: | :------------------: |
| 1.4 | 2021-07-01 | 2021-07-29 |
| 1.5 | 2021-09-01 | 2021-09-22 |

## Supported releases
We support the latest 2 releases of the operator to give everyone time to upgrade.

| Release | General availability | Support ends |
| :-----: | :-----------------------: | :------------: |
| 1.4 | 2021-08-10 | Release of 1.6 |
| 1.3 | 2021-06-17 | Release of 1.5 |
| 1.2 | 2021-05-06 | Release of 1.4 |
| 1.2 | 2021-05-06 | 2021-08-10 |
| 1.1 | 2021-03-22 | 2021-06-17 |
| 1.0 | 2021-01-21 | 2021-05-06 |

Expand Down Expand Up @@ -42,10 +43,10 @@ GA images aren't build from scratch but rather promoted from an existing release

Support matrix table shows the version requirements for a particular **scylla-operator** version. Be sure to match these requirements, otherwise some functionality will not work.

| | v1.4 | v1.3 | v1.2 | v1.1 | v1.0 |
| :----------------: | :---------: | :---------: | :---------: | :---------: | :--------: |
| Kubernetes | `>=1.19.10` | `>=1.19` | `>=1.19` | `>=1.11` | `>=1.11` |
| Scylla OS | `>=4.3` | `>=4.2` | `>=4.2` | `>=4.0` | `>=4.0` |
| Scylla Enterprise | `>=2021.1` | `>=2020.1` | `>=2020.1` | `>=2020.1` | `>=2020.1` |
| Scylla Manager | `>=2.2` | `>=2.2` | `>=2.2` | `>=2.2` | `>=2.2` |
| Scylla Monitoring | `>=1.0` | `>=1.0` | `>=1.0` | `>=1.0` | `>=1.0` |
| | v1.5 | v1.4 | v1.3 | v1.2 | v1.1 | v1.0 |
| :----------------: | :---------: | :---------: | :---------: | :---------: | :---------: | :--------: |
| Kubernetes | `>=1.19.10` | `>=1.19.10` | `>=1.19` | `>=1.19` | `>=1.11` | `>=1.11` |
| Scylla OS | `>=4.3` | `>=4.3` | `>=4.2` | `>=4.2` | `>=4.0` | `>=4.0` |
| Scylla Enterprise | `>=2021.1` | `>=2021.1` | `>=2020.1` | `>=2020.1` | `>=2020.1` | `>=2020.1` |
| Scylla Manager | `>=2.2` | `>=2.2` | `>=2.2` | `>=2.2` | `>=2.2` | `>=2.2` |
| Scylla Monitoring | `>=1.0` | `>=1.0` | `>=1.0` | `>=1.0` | `>=1.0` | `>=1.0` |