Merge ~athos-ribeiro/cassandra-snap:cassandra-4.0.1 into cassandra-snap:main

Proposed by Athos Ribeiro
Status: Merged
Merged at revision: b8cc30d9a1aa43af2ba5053d02862d580c9a6761
Proposed branch: ~athos-ribeiro/cassandra-snap:cassandra-4.0.1
Merge into: cassandra-snap:main
Diff against target: 13 lines (+1/-1)
1 file modified
snap/snapcraft.yaml (+1/-1)
Reviewer Review Type Date Requested Status
Sergio Durigan Junior Approve
Canonical Server Pending
Review via email: mp+413961@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Thanks for the MP, Athos.

It LGTM. Builds fine locally.

This was bump in the patch component of the release number, and the list of changes (from the CHANGES.txt file) indicates that nothing drastic was introduced in this version.

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
2index d08f376..4ffc887 100644
3--- a/snap/snapcraft.yaml
4+++ b/snap/snapcraft.yaml
5@@ -103,7 +103,7 @@ parts:
6 update-alternatives --set java $(update-alternatives --list java | grep 8-openjdk)
7 git fetch
8 # Set the minimal supported version
9- candidate_version="4.0.0"
10+ candidate_version="4.0.1"
11 candidate_tag="cassandra-${candidate_version}"
12 release_tags=$(git tag | grep -P 'cassandra-\d+\.\d+(\.\d+)?$')
13 for tag in "$release_tags"; do

Subscribers

People subscribed via source and target branches