Merge ~ubuntu-docker-images/ubuntu-docker-images/+git/cassandra:4.0-21.04-update-version into ~ubuntu-docker-images/ubuntu-docker-images/+git/cassandra:4.0-21.04

Proposed by Athos Ribeiro
Status: Merged
Merge reported by: Athos Ribeiro
Merged at revision: 591772fab0cfce2d507673d8041619b7309842fa
Proposed branch: ~ubuntu-docker-images/ubuntu-docker-images/+git/cassandra:4.0-21.04-update-version
Merge into: ~ubuntu-docker-images/ubuntu-docker-images/+git/cassandra:4.0-21.04
Diff against target: 44 lines (+4/-4)
2 files modified
README.md (+3/-3)
data/cassandra.yaml (+1/-1)
Reviewer Review Type Date Requested Status
Sergio Durigan Junior Approve
Ubuntu Docker Images Pending
Review via email: mp+406329@code.launchpad.net

Description of the change

Update version to 4.0.0

To post a comment you must log in.
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

LGTM, thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/README.md b/README.md
2index f989812..96fe3b1 100644
3--- a/README.md
4+++ b/README.md
5@@ -19,7 +19,7 @@ _Tags in italics are not available in ubuntu/cassandra but are shown here for co
6
7 | Channel Tag | | | Currently | Architectures |
8 |---|---|---|---|---|
9-| **`4.0-rc1-21.04_beta`**    | | | Cassandra 4.0-rc1 on Ubuntu 21.04 | `amd64`, `arm64`, `ppc64el`, `s390x` |
10+| **`4.0-21.04_beta`**    | | | Cassandra 4.0.0 on Ubuntu 21.04 | `amd64`, `arm64`, `ppc64el`, `s390x` |
11 | _`track_risk`_ |
12
13 Channel tag shows the most stable channel for that track ordered `stable`, `candidate`, `beta`, `edge`. More risky channels are always implicitly available. So if `beta` is listed, you can also pull `edge`. If `candidate` is listed, you can pull `beta` and `edge`. When `stable` is listed, all four are available. Images are guaranteed to progress through the sequence `edge`, `beta`, `candidate` before `stable`.
14@@ -30,7 +30,7 @@ Channel tag shows the most stable channel for that track ordered `stable`, `cand
15 Launch this image locally:
16
17 ```sh
18-docker run -d --name cassandra-container -e TZ=UTC -p 7000:7000 -p 7001:7001 -p 7199:7199 -p 9042:9042 -p 9160:9160 ubuntu/cassandra:4.0-rc1-21.04_beta
19+docker run -d --name cassandra-container -e TZ=UTC -p 7000:7000 -p 7001:7001 -p 7199:7199 -p 9042:9042 -p 9160:9160 ubuntu/cassandra:4.0-21.04_beta
20 ```
21 Access your Cassandra server with `cqlsh localhost 9042`.
22
23@@ -68,7 +68,7 @@ docker exec -it cassandra-container /bin/bash
24 Works with any Kubernetes; if you don't have one, we recommend you [install MicroK8s](https://microk8s.io/) and `microk8s.enable dns storage` then `snap alias microk8s.kubectl kubectl`.
25
26 Download
27-[cassandra-deployment.yml](TBD) and set `containers.cassandra.image` in `cassandra-deployment.yml` to your chosen channel tag (e.g. `ubuntu/cassandra:4.0-rc1-21.04_beta`), then:
28+[cassandra-deployment.yml](TBD) and set `containers.cassandra.image` in `cassandra-deployment.yml` to your chosen channel tag (e.g. `ubuntu/cassandra:4.0-21.04_beta`), then:
29
30 ```sh
31 kubectl apply -f cassandra-deployment.yml
32diff --git a/data/cassandra.yaml b/data/cassandra.yaml
33index eed631b..9d5fc41 100644
34--- a/data/cassandra.yaml
35+++ b/data/cassandra.yaml
36@@ -7,7 +7,7 @@ description: >
37 compromising performance. Linear scalability and proven fault-tolerance on
38 commodity hardware or cloud infrastructure make it a good platform for
39 mission-critical data.
40-version: "4.0-rc1"
41+version: "4.0.0"
42 base: Ubuntu 21.04
43 architectures:
44 - amd64

Subscribers

People subscribed via source and target branches

to all changes: