camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.05k stars 1.53k forks source link

Camunda Automation Platform 7.22.0-alpha1 is released #4280

Closed danielkelemen closed 2 months ago

danielkelemen commented 3 months ago

Details

- [x] [Check calendar appointments](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-Checkcalendarappointments)
- [x] [Prepare the Forum post](https://confluence.camunda.com/pages/viewpage.action?spaceKey=AP&title=Performing+an+Alpha+Release#PerforminganAlphaRelease-Preparetheforumpost)
- [x] [Share the forum post with PM for review](https://confluence.camunda.com/pages/viewpage.action?spaceKey=AP&title=Performing+an+Alpha+Release#PerforminganAlphaRelease-SharetheforumpostwithPMforreview)
- [x] [Release GitHub issues](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-ReleaseGitHubissues)
- [x] [Remind QA to create the alpha release test plan and to update the minor release test plan](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-RemindQAtocreatethealphareleasetestplanandtoupdatetheminorreleasetestplan)
- [x] [Monitor CI](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-MonitorCI)
- [x] [Check Preconditions](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-CheckPreconditions)
- [x] [Code Freeze](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-CodeFreeze.1)
- [x] [Trigger the Release Build](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-TriggertheReleaseBuild)
- [x] [Update the Enterprise Download Page](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-UpdatetheEnterpriseDownloadPage)
- [x] [Release the Enterprise Page](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-ReleasetheEnterprisePage)
- [x] [Test Release](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-TestRelease)
- [x] [Code Unfreeze](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-CodeUnfreeze)
- [x] [Inform the support team](https://confluence.camunda.com/pages/viewpage.action?spaceKey=AP&title=Performing+an+Alpha+Release#PerforminganAlphaRelease-Informthesupportteam)
- [x] [Release Maven Central](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-ReleaseMavenCentral)
- [x] [Release the Documentation (Manual)](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-ReleasetheDocumentation(Manual))
- [x] [Release Javadocs/REST docs](https://confluence.camunda.com/pages/viewpage.action?spaceKey=AP&title=Performing+an+Alpha+Release#PerforminganAlphaRelease-ReleaseJavadocs/RESTdocs)
- [x] [Check Docker Images](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-CheckDockerImages)
- [x] [Publish the Enterprise Page](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-PublishtheEnterprisePage)
- [x] [Inform the Support Team and Forward the Security Reports](https://confluence.camunda.com/pages/viewpage.action?spaceKey=AP&title=Performing+an+Alpha+Release#PerforminganAlphaRelease-SendSlackreleasenotifications)
- [x] [Announce the Release in the Forum](https://confluence.camunda.com/pages/viewpage.action?spaceKey=AP&title=Performing+an+Alpha+Release#PerforminganAlphaRelease-AnnouncetheReleaseintheForum)
- [x] [Improve this Guide](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-ImprovethisGuide)
- [x] [Present and Celebrate the Release](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-PresentandCelebratetheRelease)
- [x] [Pick Next Release Manager](https://confluence.camunda.com/display/AP/Performing+an+Alpha+Release#PerforminganAlphaRelease-PickNextReleaseManager)
venetrius commented 2 months ago

Check Preconditions: Latest 7.22 Daily failed on step QA DB tests / large-data-tests-postgresql-160 One before that failed on step QA DB tests / old-engine-postgresql-160

Both jobs are built on the same commit. All other tests cases passed both times, it is just flakiness.

venetrius commented 2 months ago

Link to Release Github issues: https://github.com/camunda/camunda-bpm-platform/issues?q=is%3Aissue++is%3Aclosed+label%3Aversion%3A7.22.0-alpha1

venetrius commented 2 months ago

Started release job: https://release.cambpm.camunda.cloud/view/Release-Master/builds

venetrius commented 2 months ago

Docker images are build: https://ci.cambpm.camunda.cloud/job/7.22/job/7.22-platform-docker-ee/ https://ci.cambpm.camunda.cloud/job/7.22/job/7.22-platform-docker-ce/

venetrius commented 2 months ago

Triggered release in Maven Central. Artefacts are released.

venetrius commented 2 months ago

The build for the manual docs is failing. The error:

[camunda-docs-manual-stage (latest, latest)] $ /bin/sh -xe /tmp/jenkins11146249271946029569.sh
+ sudo yum -y -q install python34 python34-pip
+ sudo pip3.4 install soupsieve==2.2.1 pylinkvalidator

Collecting soupsieve==2.2.1
  Could not fetch URL https://pypi.python.org/simple/soupsieve/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600) - skipping
  Could not find a version that satisfies the requirement soupsieve==2.2.1 (from versions: )
No matching distribution found for soupsieve==2.2.1
Build step 'Execute shell' marked build as failure
I think the issue might be the outdated python version. However I don't know where to find the job definition.

Reached out to infra team: https://camunda.slack.com/archives/C5AHF1D8T/p1715673409716569

Configured the job on-the-fly to temp resolve issue using the recommended change from the above Slack thread. Job passed, will create PR with permanent fix later.

venetrius commented 2 months ago

Camunda Automation Platform 7.22.0-alpha1 is released