Merge branch 'cassandra-4.0' into cassandra-4.1

This commit is contained in:
Brandon Williams 2024-04-03 16:49:47 -05:00
commit 7cbf59e9a1
3 changed files with 11 additions and 7 deletions

View File

@ -1 +1 @@
$ curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
$ curl -o /etc/apt/keyrings/apache-cassandra.asc https://downloads.apache.org/cassandra/KEYS

View File

@ -1,2 +1,2 @@
$ echo "deb https://debian.cassandra.apache.org 41x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
$ echo "deb [signed-by=/etc/apt/keyrings/apache-cassandra.asc] https://debian.cassandra.apache.org 41x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
deb https://debian.cassandra.apache.org 41x main

View File

@ -1,5 +1,9 @@
The latest major version is {40_version} and the
corresponding distribution name is `40x` (with an "x" as the suffix).
For older releases use `311x` for C* {3x_version} series, `30x` for {30_version}, `22x`
for {22_version} and `21x` for {21_version}. For example, to add the repository for
version {40_version} (`40x`):
The latest major version is {41_version} and the corresponding distribution name is `41x` (with an "x" as the suffix).
For older releases use:
* `41x` for C* {41_version} series
* `40x` for C* {40_version} series
* `311x` for C* {311_version} series
* `30x` for C* {30_version} series
For example, to add the repository for version {41_version} (`41x`):