Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Semantic
-
Low Hanging Fruit
-
All
-
None
-
Description
Figure out what needs to be done beyond the following…
1. Create release branch
git switch -c cassandra-4.1 trunk
git push --set-upstream origin cassandra-4.1
2. Bump trunk's version
git switch trunk
# increment version to 4.2
edit build.xml debian/changelog CHANGES.txt NEWS.txt
2a. Update jvm-dtest supported upgrade paths
3. Add `4.1.x` to jira versions
(no existing tickets will be changed - assignees need to change appropriate bugs from 4.x to 4.1.x)
4. Update docker images to include cassandra-4.1
(Docker images also need to be deployed)
5. Add pipeline to ci-cassandra
https://github.com/apache/cassandra-builds/blob/trunk/jenkins-dsl/cassandra_job_dsl_seed.groovy#L51
6. Add dtest version and upgrade paths
- https://github.com/apache/cassandra-dtest/blob/trunk/upgrade_tests/upgrade_manifest.py
- https://github.com/apache/cassandra/blob/trunk/.circleci/config.yml#L2374
- https://github.com/apache/cassandra-builds/blob/trunk/build-scripts/cassandra-test.sh#L41
7. Update how_to_commit documentation
https://github.com/apache/cassandra/blob/trunk/doc/source/development/how_to_commit.rst
Attachments
Issue Links
- is a parent of
-
CASSANDRA-17646 Increment CQLSH version for release 4.2
- Resolved
- is blocked by
-
CASSANDRA-17581 nodetool with Java 8u331 returns "URISyntaxException: 'Malformed IPv6 address at index 7: rmi://[127.0.0.1]:7199'"
- Resolved
- is cloned by
-
CASSANDRA-18705 Create release branch cassandra-5.0
- Resolved
- relates to
-
CASSANDRA-17823 WEBSITE – in-tree trunk should be marked as `prerelease: true`
- Resolved
-
CASSANDRA-16642 Create release branch cassandra-4.0
- Resolved
-
CASSANDRA-17429 Use only one image for all CircleCI builds; Switch to "latest" tag
- Resolved