quarkus-release / release

Releasing Quarkus, the supersonic subatomic way
1 stars 1 forks source link

3.8.0 #46

Closed gsmet closed 4 months ago

gsmet commented 4 months ago

Branch

3.8

Qualifier

No response

Major version

github-actions[bot] commented 4 months ago

:gear: Proceeding to step Prerequisites

You can follow the progress of the workflow here.


Where am I? - [ ] Prerequisites :gear: ☚ You are here - [ ] Approve the core release - [ ] Create branch (if needed) - [ ] Prepare the core release - [ ] Perform the core release - [ ] Sync core release to Maven Central - [ ] Release Gradle plugin - [ ] Execute post-core-release operations - [ ] Prepare the Quarkus Platform - [ ] Release the Quarkus Platform - [ ] Sync Platform release to Maven Central - [ ] Update extension catalog - [ ] Execute post-Platform-release operations - [ ] Update JBang catalog - [ ] Publish CLI - [ ] Update quickstarts - [ ] Update documentation - [ ] Announce release
gsmet commented 4 months ago

@quarkusbot yes

github-actions[bot] commented 4 months ago

:gear: Proceeding to step Approve the core release

You can follow the progress of the workflow here.


Where am I? - [X] Prerequisites - [ ] Approve the core release :gear: ☚ You are here - [ ] Create branch (if needed) - [ ] Prepare the core release - [ ] Perform the core release - [ ] Sync core release to Maven Central - [ ] Release Gradle plugin - [ ] Execute post-core-release operations - [ ] Prepare the Quarkus Platform - [ ] Release the Quarkus Platform - [ ] Sync Platform release to Maven Central - [ ] Update extension catalog - [ ] Execute post-Platform-release operations - [ ] Update JBang catalog - [ ] Publish CLI - [ ] Update quickstarts - [ ] Update documentation - [ ] Announce release
github-actions[bot] commented 4 months ago

:white_check_mark: Core release is approved, proceeding...

:bulb: The Core release steps take approximately 2 hours and 30 minutes so don't panic if it takes time. You will receive feedback in this very issue if an error occurs or when further input is needed.

github-actions[bot] commented 4 months ago

:white_check_mark: The core artifacts have been pushed to s01.oss.sonatype.org.

IMPORTANT You need to wait for them to be synced to Maven Central before continuing with the release:

The publication of the core artifacts will take 60-80 minutes.

We started a separate workflow to monitor the situation for you. It will automatically continue the release process once it detects the artifacts have been synced to Maven Central.


If things go south If things go south, you can monitor the situation manually: * Wait for 1 hour (starting from the time of this comment) * Check that https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/3.8.0/ does not return a 404 Once these two conditions are met, you can continue with the release by adding a `@quarkusbot continue` comment.

Where am I? - [X] Prerequisites - [X] Approve the core release - [X] Create branch (if needed) - [X] Prepare the core release - [X] Perform the core release - [ ] Sync core release to Maven Central :pause_button: ☚ You are here - [ ] Release Gradle plugin - [ ] Execute post-core-release operations - [ ] Prepare the Quarkus Platform - [ ] Release the Quarkus Platform - [ ] Sync Platform release to Maven Central - [ ] Update extension catalog - [ ] Execute post-Platform-release operations - [ ] Update JBang catalog - [ ] Publish CLI - [ ] Update quickstarts - [ ] Update documentation - [ ] Announce release
quarkusbot commented 4 months ago

@quarkusbot continue

:white_check_mark: We have detected that the core artifacts have been synced to Maven Central.

github-actions[bot] commented 4 months ago

:gear: Proceeding to step Sync core release to Maven Central

You can follow the progress of the workflow here.


Where am I? - [X] Prerequisites - [X] Approve the core release - [X] Create branch (if needed) - [X] Prepare the core release - [X] Perform the core release - [ ] Sync core release to Maven Central :gear: ☚ You are here - [ ] Release Gradle plugin - [ ] Execute post-core-release operations - [ ] Prepare the Quarkus Platform - [ ] Release the Quarkus Platform - [ ] Sync Platform release to Maven Central - [ ] Update extension catalog - [ ] Execute post-Platform-release operations - [ ] Update JBang catalog - [ ] Publish CLI - [ ] Update quickstarts - [ ] Update documentation - [ ] Announce release
github-actions[bot] commented 4 months ago

:white_check_mark: Core artifacts have been synced to Maven Central, continuing...

github-actions[bot] commented 4 months ago

Now is time to update Quarkus in the Quarkus Platform. This is a manual process.

:warning: This is the .0 release so we update the Platform first then wait one week for the Platform members to contribute their updates then we release. Make sure you follow the instructions closely.

cd <your quarkus-platform clone>
git checkout main
git pull upstream main
git checkout -b quarkus-3.8.0
./update-quarkus-version.sh 3.8.0
git add .
git commit -m 'Upgrade to Quarkus 3.8.0'
git push origin quarkus-3.8.0

Subject: Quarkus 3.8.0 core artifacts are available

Hi,

The Quarkus 3.8.0 core artifacts are available on Maven Central.

The pull request updating the Platform to Quarkus 3.8.0 has been merged in the main branch.
We pinged the team maintaining components not passing the tests in the pull request.

If you want to update your components, please create your pull requests and make sure they are merged before next Tuesday.

Thanks.

--
The Quarkus dev team

:warning: IMPORTANT - STOP HERE :warning: IMPORTANT - Wait a week before continuing with the Platform release

git checkout main
git pull upstream main
git checkout -b 3.8
git push upstream 3.8

Once everything has been merged to branch 3.8, you can continue with the release by adding a @quarkusbot continue comment.


If you have to release 3.8.1 right away as the first Platform release This can happen if, for instance, an important regression is detected just after the `3.8.0` core release and before the Platform release. It might also happen if you want to fix a CVE before releasing the Platform. In this case, just close the comment for this release and start a new release for the `3.8.1` release as usual. The instructions will be automatically adapted.

Where am I? - [X] Prerequisites - [X] Approve the core release - [X] Create branch (if needed) - [X] Prepare the core release - [X] Perform the core release - [X] Sync core release to Maven Central - [X] Release Gradle plugin - [X] Execute post-core-release operations - [ ] Prepare the Quarkus Platform :pause_button: ☚ You are here - [ ] Release the Quarkus Platform - [ ] Sync Platform release to Maven Central - [ ] Update extension catalog - [ ] Execute post-Platform-release operations - [ ] Update JBang catalog - [ ] Publish CLI - [ ] Update quickstarts - [ ] Update documentation - [ ] Announce release