Release OpenSearch and OpenSearch Dashboards 1.2.0
I noticed that a manifest was automatically created in manifests/1.2.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 add a comment on this issue for help. There are linked issues on components of the release where individual components can be tracked.
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.
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 manually updated based on the status of the component issues.
Preparation - Ends Oct 28th
Engine and Dashboard Development - Ends Nov 2nd
All Component Development - Ends Nov 8th
Release testing - Ends Nov 16th
Release - Ends Nov 18th Ends Nov 23
Post Release
Components
Overall status: Post Release 1.2.0 has been released, all post release tasks should be worked on and component release tasks closed out.
Next Step: Closing this release task, ETA Dec 13th.
Legend
| Symbol | Meaning |
| -------- | ---------- |
| 🟢 | On track with overall release |
| 🟡 | Missed last milestone |
| 🔴 | Missed multiple milestones |
Issue tracking
Updated on 11/16 9:18a CST Query are accessible in the table headers
Campaigns
Release testing
To aid in release testing we are providing all teams with access to docker images of OpenSearch to aid in the rapid setup/tear down for testing, for additional discussion about test documentation see #933
-
Use Docker-Compose to setup a cluster
- Download this gist as docker-compose.yml on your machine
- Get latest image versions
docker-compose pull
- Start the cluster
docker-compose up
-
OpenSearch docker
- Start without security
- Docker command
docker pull opensearchstaging/opensearch:1.2.0 && docker run -it -p 9200:9200 -e "discovery.type=single-node" -e "DISABLE_SECURITY_PLUGIN=true" opensearchstaging/opensearch:1.2.0
- Connect command
curl https://localhost:9200
- Start with security
- Docker command
docker pull opensearchstaging/opensearch:1.2.0 && docker run -it -p 9200:9200 -e "discovery.type=single-node" opensearchstaging/opensearch:1.2.0
- Connect command
curl --insecure https://admin:admin@localhost:9200
-
OpenSearch-Dashboards docker
- Start without security
- Docker command
docker pull opensearchstaging/opensearch-dashboards:1.2.0 && docker run -it --network="host" -e "DISABLE_SECURITY_DASHBOARDS_PLUGIN=true" opensearchstaging/opensearch-dashboards:1.2.0
- URL
https://localhost:5601
- Start without security
- Docker command
docker pull opensearchstaging/opensearch-dashboards:1.2.0 && docker run -it --network="host" opensearchstaging/opensearch-dashboards:1.2.0
- URL
https://localhost:5601
-
Use TARs to deploy OpenSearch Manually (Updated 2021/11/22 11:00 PST)
From Docker Release
Release OpenSearch and OpenSearch Dashboards 1.2.0
I noticed that a manifest was automatically created in manifests/1.2.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 add a comment on this issue for help. There are linked issues on components of the release where individual components can be tracked.
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.
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 manually updated based on the status of the component issues.
Preparation - Ends Oct 28th
Engine and Dashboard Development - Ends Nov 2nd
All Component Development - Ends Nov 8th
Release testing - Ends Nov 16th
Release -
Ends Nov 18thEnds Nov 23v1.2.0in all projects have been resolved.Post Release
Components
Overall status: Post Release 1.2.0 has been released, all post release tasks should be worked on and component release tasks closed out.
Next Step: Closing this release task, ETA Dec 13th.
Legend
| Symbol | Meaning | | -------- | ---------- | | 🟢 | On track with overall release | | 🟡 | Missed last milestone | | 🔴 | Missed multiple milestones |
Issue tracking
Updated on 11/16 9:18a CST Query are accessible in the table headers
Campaigns
Release testing
To aid in release testing we are providing all teams with access to docker images of OpenSearch to aid in the rapid setup/tear down for testing, for additional discussion about test documentation see #933
Use Docker-Compose to setup a cluster
docker-compose pulldocker-compose upOpenSearch docker
docker pull opensearchstaging/opensearch:1.2.0 && docker run -it -p 9200:9200 -e "discovery.type=single-node" -e "DISABLE_SECURITY_PLUGIN=true" opensearchstaging/opensearch:1.2.0curl https://localhost:9200docker pull opensearchstaging/opensearch:1.2.0 && docker run -it -p 9200:9200 -e "discovery.type=single-node" opensearchstaging/opensearch:1.2.0curl --insecure https://admin:admin@localhost:9200OpenSearch-Dashboards docker
docker pull opensearchstaging/opensearch-dashboards:1.2.0 && docker run -it --network="host" -e "DISABLE_SECURITY_DASHBOARDS_PLUGIN=true" opensearchstaging/opensearch-dashboards:1.2.0https://localhost:5601docker pull opensearchstaging/opensearch-dashboards:1.2.0 && docker run -it --network="host" opensearchstaging/opensearch-dashboards:1.2.0https://localhost:5601Use TARs to deploy OpenSearch Manually (Updated 2021/11/22 11:00 PST)
OpenSearch - Build 1127
OpenSearch Dashboards - Build 512
From Docker Release