generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Description
Release OpenSearch and OpenSearch Dashboards 1.1.0
I noticed that a manifest was automatically created in manifests/1.1.0. Please follow the following checklist to make a release.
- Review this task in SIM to see if anything is pending
- Old Release Issue: [Release] OpenSearch/Dashboards 1.1.0 Release #477
Preparation
- Assign this issue to a release owner.
- Document any new quality requirements or changes.
- Declare a pencils down date for new features to be merged.
- Finalize scope and feature set and update the Public Roadmap.
- Create a version label in each component repo.
- Create a release issue in every component repo that links back to this issue.
- Ensure that all release issues created above are assigned to an owner in the component team.
CI/CD
- Create Jenkins workflows that run daily snapshot builds for OpenSearch and OpenSearch Dashboards.
- Increment each component version to 1.1.0 and ensure working CI in component repositories.
- Make pull requests to add each component to manifests/1.1.0/opensearch-1.1.0.yml and manifests/1.1.0/opensearch-dashboards-1.1.0.yml with the corresponding checks.
- Generate TAR for both OpenSearch and Dashboards #623
- Deploy Tarball to Test Clusters for Plugin Owners #612
- k-NN library x64 build should use generic march #481
- [Bug] CentOS7 docker runner needs to setup locale or certain builds will fail #635
- Performance Testing Cluster + Run Performance Test #654
- Integration tests for OpenSearch and Dashboards bundles #667
- Generating docker images on both x64 and arm64 (multi-arch) #676
- Set Maven Staging Repository for 1.1.0 jars and sign them #688
- Pre-compile and host native plugins on artifacts.opensearch.org #86
- Add 1.1.0 releasenotes draft md file #478
- [Bug]: The location specified in bundle-manifest (manifest.yml) are invalid #661
- Sign all the artifacts before release #687
Release
- Tarball min release #682
- Tarball bundle release #683
- Docker multi-arch images release production bucket #684
- Release jars on Maven Central for 1.1.0 #685
- Release Native Plugins for 1.1.0 on S3 Production Bucket #686
- Declare a release candidate build, and publish all test results.
- Verify all issued labeled
1.1.0in all projects have been resolved. Query - Complete documentation for this release.
- Author and publish a blog post for this release.
- Gather, review and publish release notes. Add 1.1.0 releasenotes draft md file #478
- Publish this release on opensearch.org.
Post Release
- Create release tags for each component.
- Update this template with any new or missed steps.
- Conduct a postmortem, and publish its results.