Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE] Release version 1.3.3 #2101

Closed
34 tasks done
github-actions bot opened this issue May 7, 2022 · 5 comments
Closed
34 tasks done

[RELEASE] Release version 1.3.3 #2101

github-actions bot opened this issue May 7, 2022 · 5 comments
Assignees

Comments

@github-actions
Copy link
Contributor

github-actions bot commented May 7, 2022

Release OpenSearch and OpenSearch Dashboards 1.3.3

I noticed that a manifest was automatically created in manifests/1.3.3. 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.
  • June 03 2022 is pencils down date for feature 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.

CI/CD (Feature Freeze) - Jun 03 2022

  • Create Jenkins workflows that run daily snapshot builds for OpenSearch and OpenSearch Dashboards.
  • Increment each component version to 1.3.3 and ensure working CI in component repositories.
  • Make pull requests to add each component to manifests/1.3.3/opensearch-1.3.3.yml and manifests/1.3.3/opensearch-dashboards-1.3.3.yml with the corresponding checks.
  • OpenSearch / OpenSearch-Dashboards core and components teams finalize their features

Campaigns

REPLACE with OpenSearch wide initiatives to improve quality and consistency.

Code Complete - Jun 03 2022

  • Code Complete (No More Changes committed to 1.3 branch): 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.
  • Verify pull requests to add each component to manifests/1.3.3/opensearch-1.3.3.yml and manifests/1.3.3/opensearch-dashboards-1.3.3.yml have been merged.
  • Gather, review and combine the release notes from components repositories.

Release testing - Jun 07 2022

  • Declare a release candidate build, and provide the instructions with the release candidates for teams on testing.
  • Sanity Testing: 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 - Jun 07 2022

- [ ] Performance tests do not show a regression
- [ ] Longevity tests do not show any issues

Release - Jun 09 2022

Post Release

Components

Replace with links to all component tracking issues.

Component On track Notes
{COMPONENT_ISSUE_LINK} {INDICATOR}} {STATUS}
Legend

Symbol Meaning
🟢 On track with overall release
🟡 Missed last milestone
🔴 Missed multiple milestones

@github-actions github-actions bot added release untriaged Issues that have not yet been triaged v{{ env.VERSION }} labels May 7, 2022
@zelinh zelinh added v1.3.3 and removed untriaged Issues that have not yet been triaged v{{ env.VERSION }} labels May 17, 2022
@zelinh zelinh pinned this issue Jun 1, 2022
This was referenced Jun 1, 2022
@prudhvigodithi
Copy link
Member

prudhvigodithi commented Jun 7, 2022

Release testing

We have new Artifacts built and ready for testing.


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.3.3.3862 && docker run -it -d -p 9200:9200 -e "discovery.type=single-node" -e "DISABLE_SECURITY_PLUGIN=true" opensearchstaging/opensearch:1.3.3.3862
Connect command curl http://localhost:9200
Start with security
Docker command docker pull opensearchstaging/opensearch:1.3.3.3862 && docker run -it -d -p 9200:9200 -e "discovery.type=single-node" opensearchstaging/opensearch:1.3.3.3862
Connect command curl --insecure https://admin:admin@localhost:9200

OpenSearch-Dashboards docker

Start without security
Docker command docker pull opensearchstaging/opensearch-dashboards:1.3.3.3961 && docker run -it -d --network="host" -e "DISABLE_SECURITY_DASHBOARDS_PLUGIN=true" opensearchstaging/opensearch-dashboards:1.3.3.3961
URL http://localhost:5601
Start without security
Docker command docker pull opensearchstaging/opensearch-dashboards:1.3.3.3961 && docker run -it -d --network="host" opensearchstaging/opensearch-dashboards:1.3.3.3961
URL http://localhost:5601

Use TARs to deploy OpenSearch Manually

OpenSearch - Build 3862

arm64 [manifest] [tar] [rpm] [yum]
x64 [manifest] [tar] [rpm] [yum]

OpenSearch Dashboards - Build 3961

arm64 [manifest] [tar][rpm] [yum]
x64 [manifest] [tar][rpm] [yum]

@prudhvigodithi
Copy link
Member

prudhvigodithi commented Jun 8, 2022

OpenSearch Dashboard Integ tests

2022-06-07 22:59:31 ERROR    | functionalTestDashboards | with-security        | FAIL  |   15 |
2022-06-07 22:59:31 ERROR    | functionalTestDashboards | without-security     | FAIL  |   14 |
Spec    Tests  Passing  Failing  Pending  Skipped 
plugins/observability-dashboards/app_analytics.spec.js 05:41 20 6 4 2 
plugins/observability-dashboards/event_analytics.spec.js 03:37 24 20 2 2 
plugins/observability-dashboards/panels.spec.js  15:38 26 15 11  -  

OpenSearch Integ tests

2022-06-07 18:04:38 INFO     | alerting             | with-security        | PASS  |    0 |
2022-06-07 18:04:38 INFO     | alerting             | without-security     | PASS  |    0 |
2022-06-07 18:07:06 INFO     | asynchronous-search  | with-security        | PASS  |    0 |
2022-06-07 18:07:06 INFO     | asynchronous-search  | without-security     | PASS  |    0 |
2022-06-07 18:11:26 INFO     | k-NN                 | with-security        | PASS  |    0 |
2022-06-07 18:11:26 INFO     | k-NN                 | without-security     | PASS  |    0 |
2022-06-07 18:26:52 INFO     | anomaly-detection    | with-security        | PASS  |    0 |
2022-06-07 18:26:52 INFO     | anomaly-detection    | without-security     | PASS  |    0 |
2022-06-07 18:43:42 INFO     | index-management     | with-security        | PASS  |    0 |
2022-06-07 18:43:42 INFO     | index-management     | without-security     | PASS  |    0 |
2022-06-07 18:04:38 INFO     | alerting             | with-security        | PASS  |    0 |
2022-06-07 18:04:38 INFO     | alerting             | without-security     | PASS  |    0 |
2022-06-07 18:04:38 INFO     | sql                  | with-security        | PASS  |    0 |
2022-06-07 18:04:38 INFO     | sql                  | without-security     | PASS  |    0 |
2022-06-07 18:01:51 INFO     | ml-commons           | with-security        | PASS  |    0 |
2022-06-07 18:01:51 INFO     | ml-commons           | without-security     | PASS  |    0 |
2022-06-07 18:02:23 INFO     | dashboards-reports   | without-security     | PASS  |    0 |

@prudhvigodithi
Copy link
Member

prudhvigodithi commented Jun 9, 2022

native plugin installation repository-azure

./opensearch-plugin install repository-azure
-> Installing repository-azure
-> Downloading repository-azure from opensearch
[=================================================] 100%   
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@     WARNING: plugin requires additional permissions     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.lang.RuntimePermission accessDeclaredMembers
* java.lang.RuntimePermission setContextClassLoader
* java.lang.RuntimePermission setFactory
* java.lang.reflect.ReflectPermission suppressAccessChecks
* java.net.NetPermission getProxySelector
* java.net.NetPermission setDefaultAuthenticator
* java.net.SocketPermission * connect,resolve
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.

Continue with installation? [y/N]y
-> Installed repository-azure with folder name repository-azure

@prudhvigodithi
Copy link
Member

prudhvigodithi commented Jun 9, 2022

The 1.3.3 maven artifact will be available in next 24 hours
https://repo1.maven.org/maven2/org/opensearch/opensearch/1.3.3/
Screen Shot 2022-06-09 at 2 38 18 PM

@prudhvigodithi
Copy link
Member

Closing the Release 1.3.3 issue as we have released the distribution. Feel free to re-open if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants