[
https://issues.apache.org/jira/browse/CASSANDRA-18705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Semb Wever updated CASSANDRA-18705:
-------------------------------------------
Description:
Figure out what needs to be done beyond the following…
1. Create release branch
{code:java}
git switch -c cassandra-5.0 trunk
git push --set-upstream origin cassandra-5.0
{code}
2. Bump trunk's version
{code:java}
git switch trunk
# increment version to 5.1
edit build.xml debian/changelog CHANGES.txt NEWS.txt
{code}
2a. Update jvm-dtest supported upgrade paths, and dtest jar generation (both
circleci and in-tree scripts)
-
[https://github.com/apache/cassandra/blob/trunk/test/distributed/org/apache/cassandra/distributed/upgrade/UpgradeTestBase.java#L85-L96]
- [https://github.com/apache/cassandra/blob/trunk/.circleci/config.yml#L2374]
- [https://github.com/apache/cassandra/blob/trunk/.build/run-tests.sh#L85]
3. Add `5.0-alpha`, `5.0-alpha1`, `5.0-beta`, `5.0-rc`, `5.0.x` and `5.1` to
jira versions
(no existing tickets will be changed - assignees need to change appropriate
bugs from 5.x to what is appropriate…)
4. Update docker images to include cassandra-5.0
(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-builds/blob/trunk/build-scripts/cassandra-test.sh#L41]
7. Update how_to_commit documentation
[https://github.com/apache/cassandra-website/blob/trunk/site-content/source/modules/ROOT/pages/development/how_to_commit.adoc]
8. Update website CI to trigger off cassandra-5.0 builds
-
[https://github.com/apache/cassandra-builds/commit/1fc9b5ee71dc37e1145f276ead5c680c6b3fe3db]
was:
Figure out what needs to be done beyond the following…
1. Create release branch
{code}
git switch -c cassandra-5.0 trunk
git push --set-upstream origin cassandra-5.0
{code}
2. Bump trunk's version
{code}
git switch trunk
# increment version to 5.1
edit build.xml debian/changelog CHANGES.txt NEWS.txt
{code}
2a. Update jvm-dtest supported upgrade paths, and dtest jar generation (both
circleci and in-tree scripts)
-
https://github.com/apache/cassandra/blob/trunk/test/distributed/org/apache/cassandra/distributed/upgrade/UpgradeTestBase.java#L85-L96
-
https://github.com/apache/cassandra/blob/trunk/.circleci/config.yml#L2374
- https://github.com/apache/cassandra/blob/trunk/.build/run-tests.sh#L85
3. Add `5.0-alpha`, `5.0-alpha1`, `5.0-beta`, `5.0-rc`, `5.0.x` and `5.1.x` to
jira versions
(no existing tickets will be changed - assignees need to change appropriate
bugs from 5.x to what is appropriate…)
4. Update docker images to include cassandra-5.0
(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-builds/blob/trunk/build-scripts/cassandra-test.sh#L41
7. Update how_to_commit documentation
https://github.com/apache/cassandra-website/blob/trunk/site-content/source/modules/ROOT/pages/development/how_to_commit.adoc
8. Update website CI to trigger off cassandra-5.0 builds
-
https://github.com/apache/cassandra-builds/commit/1fc9b5ee71dc37e1145f276ead5c680c6b3fe3db
> Create release branch cassandra-5.0
> -----------------------------------
>
> Key: CASSANDRA-18705
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18705
> Project: Cassandra
> Issue Type: Task
> Components: Build
> Reporter: Michael Semb Wever
> Assignee: Michael Semb Wever
> Priority: Normal
> Fix For: 5.x
>
>
> Figure out what needs to be done beyond the following…
> 1. Create release branch
> {code:java}
> git switch -c cassandra-5.0 trunk
> git push --set-upstream origin cassandra-5.0
> {code}
> 2. Bump trunk's version
> {code:java}
> git switch trunk
> # increment version to 5.1
> edit build.xml debian/changelog CHANGES.txt NEWS.txt
> {code}
> 2a. Update jvm-dtest supported upgrade paths, and dtest jar generation (both
> circleci and in-tree scripts)
> -
> [https://github.com/apache/cassandra/blob/trunk/test/distributed/org/apache/cassandra/distributed/upgrade/UpgradeTestBase.java#L85-L96]
> - [https://github.com/apache/cassandra/blob/trunk/.circleci/config.yml#L2374]
> - [https://github.com/apache/cassandra/blob/trunk/.build/run-tests.sh#L85]
> 3. Add `5.0-alpha`, `5.0-alpha1`, `5.0-beta`, `5.0-rc`, `5.0.x` and `5.1` to
> jira versions
> (no existing tickets will be changed - assignees need to change appropriate
> bugs from 5.x to what is appropriate…)
> 4. Update docker images to include cassandra-5.0
> (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-builds/blob/trunk/build-scripts/cassandra-test.sh#L41]
> 7. Update how_to_commit documentation
> [https://github.com/apache/cassandra-website/blob/trunk/site-content/source/modules/ROOT/pages/development/how_to_commit.adoc]
> 8. Update website CI to trigger off cassandra-5.0 builds
> -
> [https://github.com/apache/cassandra-builds/commit/1fc9b5ee71dc37e1145f276ead5c680c6b3fe3db]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]