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.4 #2205

Closed
32 of 34 tasks
github-actions bot opened this issue Jun 16, 2022 · 6 comments
Closed
32 of 34 tasks

[RELEASE] Release version 1.3.4 #2205

github-actions bot opened this issue Jun 16, 2022 · 6 comments
Assignees

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jun 16, 2022

Release OpenSearch and OpenSearch Dashboards 1.3.4

I noticed that a manifest was automatically created in manifests/1.3.4. 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.
  • July 8th 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. We won't create component release issue for this patch release.
  • 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) - _Ends July 8th

  • Create Jenkins workflows that run daily snapshot builds for OpenSearch and OpenSearch Dashboards.
  • Increment each component version to 1.3.4 and ensure working CI in component repositories.
  • Make pull requests to add each component to manifests/1.3.4/opensearch-1.3.4.yml and manifests/1.3.4/opensearch-dashboards-1.3.4.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

Release testing - _Ends July 13th

  • Declare a release candidate build, and provide the instructions with the release candidates for teams on testing (REPLACE_RELEASE-minus-8-days).
  • 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.

Release - _Ends July 14th.

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 Jun 16, 2022
@zelinh zelinh added v1.3.4 and removed v{{ env.VERSION }} untriaged Issues that have not yet been triaged labels Jun 21, 2022
@zelinh zelinh pinned this issue Jul 6, 2022
@zelinh zelinh self-assigned this Jul 6, 2022
This was referenced Jul 6, 2022
@zelinh
Copy link
Member

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

Use TARs to deploy OpenSearch Manually

OpenSearch - Build 5801

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

@zelinh
Copy link
Member

zelinh commented Jul 13, 2022

Integ test for OS
x64:

2022-07-13 17:55:53 INFO     | dashboards-reports   | without-security     | PASS  |    0 |
2022-07-13 17:57:10 INFO     | ml-commons           | with-security        | PASS  |    0 |
2022-07-13 17:57:10 INFO     | ml-commons           | without-security     | PASS  |    0 |
2022-07-13 18:01:23 INFO     | sql                  | with-security        | PASS  |    0 |
2022-07-13 18:01:23 INFO     | sql                  | without-security     | PASS  |    0 |
2022-07-13 18:01:42 INFO     | alerting             | with-security        | PASS  |    0 |
2022-07-13 18:01:42 INFO     | alerting             | without-security     | PASS  |    0 |
2022-07-13 18:01:56 INFO     | asynchronous-search  | with-security        | PASS  |    0 |
2022-07-13 18:01:56 INFO     | asynchronous-search  | without-security     | PASS  |    0 |
2022-07-13 18:07:35 INFO     | k-NN                 | with-security        | PASS  |    0 |
2022-07-13 18:07:35 INFO     | k-NN                 | without-security     | PASS  |    0 |
2022-07-13 18:20:36 INFO     | anomaly-detection    | with-security        | PASS  |    0 |
2022-07-13 18:20:36 INFO     | anomaly-detection    | without-security     | PASS  |    0 |
2022-07-13 18:38:22 INFO     | index-management     | with-security        | PASS  |    0 |
2022-07-13 18:38:22 INFO     | index-management     | without-security     | PASS  |    0 |

arm64:

2022-07-13 18:05:10 INFO     | dashboards-reports   | without-security     | PASS  |    0 |
2022-07-13 18:06:41 INFO     | sql                  | with-security        | PASS  |    0 |
2022-07-13 18:06:41 INFO     | sql                  | without-security     | PASS  |    0 |
2022-07-13 18:06:57 INFO     | ml-commons           | with-security        | PASS  |    0 |
2022-07-13 18:06:57 INFO     | ml-commons           | without-security     | PASS  |    0 |
2022-07-13 18:07:46 INFO     | asynchronous-search  | with-security        | PASS  |    0 |
2022-07-13 18:07:46 INFO     | asynchronous-search  | without-security     | PASS  |    0 |
2022-07-13 18:10:37 INFO     | alerting             | with-security        | PASS  |    0 |
2022-07-13 18:10:37 INFO     | alerting             | without-security     | PASS  |    0 |
2022-07-13 18:16:39 INFO     | k-NN                 | with-security        | PASS  |    0 |
2022-07-13 18:16:39 INFO     | k-NN                 | without-security     | PASS  |    0 |
2022-07-13 18:31:36 INFO     | anomaly-detection    | with-security        | PASS  |    0 |
2022-07-13 18:31:36 INFO     | anomaly-detection    | without-security     | PASS  |    0 |
2022-07-13 18:47:35 INFO     | index-management     | with-security        | PASS  |    0 |
2022-07-13 18:47:35 INFO     | index-management     | without-security     | PASS  |    0 |

@zelinh
Copy link
Member

zelinh commented Jul 13, 2022

Release Candidates for OpenSearch-Dashboards

OpenSearch-Dashboards docker

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

OpenSearch Dashboards - Build 4017

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

@zelinh
Copy link
Member

zelinh commented Jul 14, 2022

Native plugins installation has been validated.

% ./opensearch-plugin install repository-s3
-> Installing repository-s3
-> Downloading repository-s3 from opensearch
[=================================================] 100%
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@     WARNING: plugin requires additional permissions     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.lang.RuntimePermission accessDeclaredMembers
* java.lang.RuntimePermission getClassLoader
* java.lang.reflect.ReflectPermission suppressAccessChecks
* java.net.NetPermission setDefaultAuthenticator
* java.net.SocketPermission * connect,resolve
* java.util.PropertyPermission opensearch.allow_insecure_settings read,write
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-s3 with folder name repository-s3

@zelinh
Copy link
Member

zelinh commented Jul 14, 2022

Maven artifacts have been released and should be available within 24 hours.
https://repo1.maven.org/maven2/org/opensearch/opensearch/1.3.4/
Screen Shot 2022-07-14 at 11 36 29 AM

@bbarani
Copy link
Member

bbarani commented Jul 21, 2022

Closing this issue as we have released 1.3.4 version.

@bbarani bbarani closed this as completed Jul 21, 2022
@bbarani bbarani unpinned this issue Jul 26, 2022
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

2 participants