Description
Release OpenSearch and OpenSearch Dashboards 2.5.0
I noticed that a manifest was automatically created in manifests/2.5.0. Please follow the following checklist to make a release.
How to use this issue
This Release Issue
This issue captures the state of the OpenSearch release, its assignee is responsible for driving the release. Please contact them or @mention them on this issue for help. There are linked issues on components of the release where individual components can be tracked. More details are included in the Maintainers Release owner section.
Release Steps
There are several steps to the release process, these steps are completed as the whole release and components that are behind present risk to the release. The release owner completes the tasks in this ticket, whereas component owners resolve tasks on their ticket in their repositories.
Steps have completion dates for coordinating efforts between the components of a release; components can start as soon as they are ready far in advance of a future release.
Component List
To aid in understanding the state of the release there is a table with status indicating each component state. This is updated based on the status of the component issues.
Preparation
- Assign this issue to a release owner.
- Declare a pencils down date for new features to be merged.
- 2023/01/10 is pencils down date for code freeze.
- Update the Campaigns section to include monitoring campaigns during this release.
- Update this issue so all
__REPLACE_RELEASE-__
placeholders have actual dates. - Document any new quality requirements or changes.
- Finalize scope and feature set and update the Public Roadmap.
- Create a release issue in every component repo that links back to this issue, update Components section with these links.
- Ensure the label is created in each component repo for this new version, and the next minor release. Create a version label
- Ensure that all release issues created above are assigned to an owner in the component team.
- Increase the build frequency for the this release from once a day (H 1 * * *) to once every hour (H/60 * * * *) in jenkinsFile
Campaigns
- [META] Add Windows Support opensearch-plugins#95
- [Meta] Add automated license header check to all plugins opensearch-plugins#138
- [PROPOSAL] Add flaky test retry opensearch-plugins#139
- [IntegTest] Onboard all plugins into automated integration tests for the distribution #58
- [Campaign] Ensure 1.x and 2.x branches (main should be 3.0) opensearch-plugins#142
- [Meta] Add auto github release workflow opensearch-plugins#201
Release Readiness
Release branch readiness - Ends 2023/01/06
- Component versions are auto-incremented to
2.5.0
version - Plugins team to ensure working CI in component repositories and merge the version increment PR's.
- OpenSearch and OpenSearch-Dashboards core create
2.5
release branch - All components create
2.5
branch for the release.
CI/CD Freeze - Ends 2023/01/09
- OpenSearch Engineering Effectiveness team will update the input manifests to point to
2.5
branch and configure the CI to run against2.5
branch. - Create Jenkins workflows that run daily snapshot builds for OpenSearch and OpenSearch Dashboards.
Code Complete - Ends 2023/01/10
- Code Complete: Make sure that the code for this specific version of the release is ready and the branch corresponding to this release has been added to this release version manifest.
- OpenSearch / OpenSearch-Dashboards core and components teams finalize their features
- Verify pull requests to add each component to manifests/2.5.0/opensearch-2.5.0.yml and manifests/2.5.0/opensearch-dashboards-2.5.0.yml have been merged.
- Gather, review and combine the release notes from components repositories.
Release testing - 2023/01/11 - 2023/01/13
- Declare a release candidate build, and provide the instructions with the release candidates for teams on testing (2022/11/11).
- Stop builds for this version of OpenSearch and/or OpenSearch Dashboards in order to avoid accidental commits going in unknowingly. Restart only if necessary else manually run the build workflow and declare new release candidate.
- Sanity Testing (2023/01/12 - 2023/01/13): Sanity testing and fixing of critical issues found by teams. Teams test their components within the distribution, ensuring integration, backwards compatibility, and perf tests pass.
- Publish all test results in the comments of this issue.
Performance testing validation - 2023/01/12 - 2023/01/13
- Performance tests do not show a regression
- Longevity tests do not show any issues
Release - 2023/01/16 - 2023/01/17 2023/01/18 - 2023/01/19
- Verify all issues labeled
v2.5.0
in all projects have been resolved. - Complete documentation for this release.
- Author blog post for this release.
- 2023/01/16 - Publish this release on opensearch.org.
- 2023/01/17 - Publish a blog post - release is launched!
Post Release
- Create release tags for each component (Jenkins job name: release-tag-creation).
- Replace refs in manifests/2.5.0 with tags and remove checks.
- If this is a major or minor version release, stop building previous patch version.
- Generate distribution release notes reviewed by PM team for opensearch-build repository.
- Increment version for Helm Charts (sample PR) for the
2.5.0
release. - Increment version for Ansible Charts (sample PR) for the
2.5.0
release. - Prepare for next patch release by incrementing patch versions for each component.
- Update this template with any new or missed steps.
- Create an issue for a retrospective, solicit feedback, and publish a summary.
Components
Legend
Symbol | Meaning |
---|---|
🟢 | On track with overall release |
🟡 | Missed last milestone |
🔴 | Missed multiple milestones |
Issues:
PRs:
- Move everything in 2.5.0 from 2.x to 2.5 branch in manifest #3061
- Adding DEB Maintainers Scripts and Build CI Images #3060
- Add PA fix to missing config files errors #3090
- Add deb support to the libs opensearch-build-libraries#109
- Add 1.5.4 as the new lib version for deb support #3095
- Including possible configs in the rpm data directory #3096
- Resolve service file not properly load k-NN libs #3114
- feat: remove snapshot_spec and duplicate commands opensearch-dashboards-functional-test#450