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.13 #3878

Closed
35 of 70 tasks
github-actions bot opened this issue Aug 13, 2023 · 9 comments
Closed
35 of 70 tasks

[RELEASE] Release version 1.3.13 #3878

github-actions bot opened this issue Aug 13, 2023 · 9 comments
Assignees

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Aug 13, 2023

Release OpenSearch and OpenSearch Dashboards 1.3.13

I noticed that a manifest was automatically created in manifests/1.3.13. 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 (Release Manager) 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. For more information check the the Release Process OpenSearch Guide.

Please refer to the following link for the release version dates: Release Schedule and Maintenance Policy.

Preparation

Release Branch and Version Increment

Feature Freeze - Ends Sep 14th

  • OpenSearch / OpenSearch-Dashboards core and components teams finalize their features.

Code Complete - Ends Sep 14th

Release Candidate Creation and Testing - Ends Sep 15th

Pre Release - Ends Sep 20th

Release - Ends Sep 21st

Release Checklist.


Release Checklist

Pre-Release activities

  • Promote Repos.
      • OS
      • OSD
  • Promote Artifacts.
      • Windows
      • Linux Debian
      • Linux RPM
      • Linux TAR
  • Consolidated Release Notes.

Release activities

  • Docker Promotion.
  • Release Validation part 1.
      • OpenSearch and OpenSearch Dashboard Validation.
      • Validate the native plugin installation.
  • Merge consolidated release notes PR.
  • Website and Documentation Changes.
      • Merge staging website PR.
      • Promote the website changes to prod.
      • Add website alert.
  • Release Validation part 2.
      • Validate the artifact download URL's and signatures.
  • Release Validation part 3.
      • Trigger the validation build (Search for Completed validation for <> in the logs).
  • Maven Promotion.
  • Publish blog posts.
  • Advertise on Social Media.
  • Post on public slack and Github Release issue.

Post-Release activities

  • Release Tags.
  • Input Manifest Update.
  • Decrease the Build Frequency.
  • OpenSearch Build Release notes.
  • Retrospective Issue.
  • Helm and Ansible Playbook release.
  • Upcoming Release Preparation.


Post Release

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 v1.3.13 labels Aug 13, 2023
@zelinh zelinh removed the untriaged Issues that have not yet been triaged label Aug 17, 2023
@peterzhuamazon
Copy link
Member

Pending Issues:

  • Make sure 1.x is build on CentOS7 and AL2, with nodejs10 untouched on the pipelines

@zelinh
Copy link
Member

zelinh commented Sep 18, 2023

This is the old RC ### Release testing

We have release candidates built and ready for testing.


OpenSearch Docker

Start without security
Docker command docker pull docker pull opensearchstaging/opensearch:1.3.13.8499 && docker run -it -d -p 9200:9200 -e "discovery.type=single-node" -e "DISABLE_SECURITY_PLUGIN=true" opensearchstaging/opensearch:1.3.13.8499
Connect command curl http://localhost:9200

Start with security
Docker command docker pull opensearchstaging/opensearch:1.3.13.8499 && docker run -it -d -p 9200:9200 -e "discovery.type=single-node" opensearchstaging/opensearch:1.3.13.8499
Connect command curl --insecure https://admin:admin@localhost:9200

OpenSearch Dashboards Docker

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

Start with security
Docker command docker pull opensearchstaging/opensearch-dashboards:1.3.13.6598 && docker run -it -d --network="host" opensearchstaging/opensearch-dashboards:1.3.13.6598
URL http://localhost:5601

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

Use below artifacts to deploy OpenSearch and OpenSearch Dashboards on different platforms

OpenSearch - Build 8499

x64 artifacts: [manifest] [tar] [rpm] [yum] [windows]

arm64 artifacts: [manifest] [tar] [rpm] [yum]

OpenSearch Dashboards - Build 6598

x64 artifacts: [manifest] [tar] [rpm] [yum] [windows]

arm64 artifacts: [manifest] [tar] [rpm] [yum]

@zelinh
Copy link
Member

zelinh commented Sep 19, 2023

Integ tests
tarball:
OS: All passing.
OSD:
https://build.ci.opensearch.org/job/integ-test-opensearch-dashboards/4093/
https://build.ci.opensearch.org/job/integ-test-opensearch-dashboards/4094/
both x64 & arm64

2023-09-19 02:04:58 ERROR    | observabilityDashboards | with-security        | FAIL  |
2023-09-19 02:04:58 ERROR    | observabilityDashboards | without-security     | FAIL  |
2023-09-19 01:35:59 ERROR    | reportsDashboards    | with-security        | FAIL  |
2023-09-19 01:35:59 ERROR    | reportsDashboards    | without-security     | FAIL  |

@opensearch-ci-bot
Copy link
Collaborator

opensearch-ci-bot commented Sep 19, 2023

OpenSearch CommitID(after 2023-09-08) & Release Notes info

Repo Branch CommitID Commit Date Release Notes
OpenSearch [07ebac12b8942b51d9d4ada93a95aee76dc1e8e1] 07ebac1 2023-09-14 True
common-utils [5e018ca5ef61291a5b4be886f1b2ff34064c149b] 5e018ca 2023-09-08 False
job-scheduler [c1d4c101b92f4068cce6f80bee8eb70e44724cba] False
alerting [97e8d278703cf9eb266758777bf62f70c11bda90] 97e8d27 2023-09-11 False
security [705366a7d51787bd4413dcee1e9f31ac78f3ae23] False
opensearch-reports [a1bbe3a1c51f6a0bd1ed98623885ff246e57998b] a1bbe3a 2023-09-11 False
cross-cluster-replication [a548485eb6e0987ae12f8788e43937a1f10207cc] a548485 2023-09-15 False
ml-commons [c45fe11c743c36362bc1e6048c61d6241b2da1ec] c45fe11 2023-09-12 False
sql [3256e58667c0d4f92a1190a45d16aa703f781dbf] 3256e58 2023-09-11 False
k-NN [ade48abccba94dcc44105ae786a867ccdc9c796c] ade48ab 2023-09-12 False
opensearch-observability [a5bb8ddec1b25c2c237b09ef3d3fe0a68317fc25] a5bb8dd 2023-09-12 False
index-management [e76c00ebd01e5c69123c39c2990d3fcb5dc68773] e76c00e 2023-09-12 False
performance-analyzer [3e358b4d0e9b65d8c79981869f2e7885042e24c9] 3e358b4 2023-09-11 False
anomaly-detection [f67386fbfb7a4362d550a2fffe14cf71e7be2e14] f67386f 2023-09-14 True
asynchronous-search [a10ac34f741a3d7855e51b1ba0ffe88485369222] a10ac34 2023-09-13 False

@opensearch-ci-bot
Copy link
Collaborator

opensearch-ci-bot commented Sep 19, 2023

OpenSearch Dashboards CommitID(after 2023-09-08) & Release Notes info

Repo Branch CommitID Commit Date Release Notes
OpenSearch-Dashboards [329fa729d8cf80a54fec0da848f7c5740791c58a] 329fa72 2023-09-15 True
anomalyDetectionDashboards [a2eee301fe96fa5cc7bbcb2488bb5973f4fa6e8b] a2eee30 2023-09-11 False
functionalTestDashboards [a574f9c7e8971bef2f40129e4829dba37e3080a9] a574f9c 2023-09-13 False
ganttChartDashboards [cf022ba490efc7def8bf2cbb4c4ad818303bbe8d] False
observabilityDashboards [a2550a14965d1a16f0c0ea6c947fbc9006f0c29c] False
alertingDashboards [38a76763a4c58224f637d8dfe614dfa4d5f5c90f] 38a7676 2023-09-12 False
indexManagementDashboards [c5a193e48a323226c0b369e6c55fbc2a555f988f] c5a193e 2023-09-14 False
reportsDashboards [28520d8f2b78aee921942a11ebee57a22390cfdb] False
securityDashboards [fba07b81bec75179558db2190f3e783cd22463a2] fba07b8 2023-09-12 False
queryWorkbenchDashboards [bfe6dcc5344514c1d591791df506eb2338338094] bfe6dcc 2023-09-12 False

@zelinh
Copy link
Member

zelinh commented Sep 20, 2023

Release testing

We have release candidates built and ready for testing.


OpenSearch Docker

Start without security
Docker command docker pull docker pull opensearchstaging/opensearch:1.3.13.8513 && docker run -it -d -p 9200:9200 -e "discovery.type=single-node" -e "DISABLE_SECURITY_PLUGIN=true" opensearchstaging/opensearch:1.3.13.8513
Connect command curl http://localhost:9200

Start with security
Docker command docker pull opensearchstaging/opensearch:1.3.13.8513 && docker run -it -d -p 9200:9200 -e "discovery.type=single-node" opensearchstaging/opensearch:1.3.13.8513
Connect command curl --insecure https://admin:admin@localhost:9200

OpenSearch Dashboards Docker

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

Start with security
Docker command docker pull opensearchstaging/opensearch-dashboards:1.3.13.6605 && docker run -it -d --network="host" opensearchstaging/opensearch-dashboards:1.3.13.6605
URL http://localhost:5601

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

Use below artifacts to deploy OpenSearch and OpenSearch Dashboards on different platforms

OpenSearch - Build 8513

x64 artifacts: [manifest] [tar] [rpm] [yum] [windows]

arm64 artifacts: [manifest] [tar] [rpm] [yum]

OpenSearch Dashboards - Build 6605

x64 artifacts: [manifest] [tar] [rpm] [yum] [windows]

arm64 artifacts: [manifest] [tar] [rpm] [yum]

@zelinh
Copy link
Member

zelinh commented Sep 21, 2023

Native plugins install verified.

☁  ~/workplace/1.3.13/opensearch-1.3.13 ./bin/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 Sep 21, 2023

Retrospective issue is raised here. #4060

@gaiksaya
Copy link
Member

We have successfully release 1.3.13. Please use #4060 for retrospective.
Thanks!

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

No branches or pull requests

4 participants