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.9 #3195

Closed
22 of 33 tasks
github-actions bot opened this issue Feb 9, 2023 · 16 comments
Closed
22 of 33 tasks

[RELEASE] Release version 1.3.9 #3195

github-actions bot opened this issue Feb 9, 2023 · 16 comments
Assignees

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2023

Release OpenSearch and OpenSearch Dashboards 1.3.9

I noticed that a manifest was automatically created in manifests/1.3.9. 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.
  • Mar 9, 2023 is pencils down date for feature freeze.
  • Update the Campaigns section to include monitoring campaigns during this release.
  • Update this issue so all __1.3.9__ 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.
  • Increase the build frequency for the this release from once a day (H 1 * * *) to once every hour (H/60 * * * *) in jenkinsFile.

Campaigns

Code Complete - Ends Mar 9, 2023

Release testing - Ends Mar 14, 2023

  • Declare a release candidate build, and provide the instructions with the release candidates for teams on testing (Mar 10, 2023).
  • Stop builds for this version of OpenSearch and/or OpenSearch Dashboards in order to avoid accidental commits going in unknowingly. Restart only if necessary else manually run the build workflow and declare new release candidate.
  • After generate the release candidates, raise PR to lock input manifest refs of both OS and OSD builds with the commit ids from distribution manifest of the release candidates.
  • Sanity Testing (Mar 10, 2023 - Mar 14, 2023): 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 - Mar 16, 2023

Post Release

  • Create release tags for each component (Jenkins job name: release-tag-creation).
  • Replace refs in manifests/1.3.9 with tags and remove checks.
  • If this is a major or minor version release, stop building previous patch version.
  • Generate distribution release notes reviewed by PM team for opensearch-build repository.
  • Increment version for Helm Charts (sample PR) for the 1.3.9 release.
  • Increment version for Ansible Charts (sample PR) for the 1.3.9 release.
  • Prepare for next patch release by incrementing patch versions for each component.
  • Update this template with any new or missed steps.
  • Create an issue for a retrospective, solicit feedback, and publish a summary.

Components

Replace with links to all component tracking issues.

Component On track Release 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 v1.3.9 labels Feb 9, 2023
@jordarlu jordarlu removed the untriaged Issues that have not yet been triaged label Feb 14, 2023
@bbarani
Copy link
Member

bbarani commented Feb 27, 2023

@jordarlu Please work with @Divyaasm to create child component issues on the repos that has changes in 1.3.9 version once 2.6.0 is out. @peterzhuamazon , can you please work with @jordarlu to add Debian support?

@jordarlu
Copy link
Collaborator

Thanks, @bbarani , I will reach out to @Divyaasm and @peterzhuamazon for further assistance ..

@jordarlu
Copy link
Collaborator

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.9.7289 && docker run -it -d -p 9200:9200 -e "discovery.type=single-node" -e "DISABLE_SECURITY_PLUGIN=true" opensearchstaging/opensearch:1.3.9.7289
Connect command curl http://localhost:9200

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

OpenSearch Dashboards Docker

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

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

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

OpenSearch - Build 7289

OpenSearch Dashboards - Build 5607

How to install via yum, tarball, windows etc?

@jordarlu
Copy link
Collaborator

jordarlu commented Mar 15, 2023

OS core Release notes - opensearch-project/OpenSearch#6682

Core has made a small change in the release note:
opensearch-project/OpenSearch#6698

@jordarlu
Copy link
Collaborator

Security Release notes - opensearch-project/security#2539

@jordarlu
Copy link
Collaborator

jordarlu commented Mar 15, 2023

security-dashboards-plugin Release notes - opensearch-project/security-dashboards-plugin#1379

@jordarlu
Copy link
Collaborator

OpenSearch-Dashboards Release notes - opensearch-project/OpenSearch-Dashboards#3613

@jordarlu
Copy link
Collaborator

OSD functional test result - https://paste.amazon.com/show/chunglu/1678911791

   Spec                                              Tests  Passing  Failing  Pending  Skipped  

┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ✔ core-opensearch-dashboards/opensear 00:35 34 34 - - - │
│ ch-dashboards/dashboard_sanity_test │
spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/alerting-dashboards-plugin/ 01:15 3 3 - - - │
│ acknowledge_alerts_modal_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/alerting-dashboards-plugin/ 02:13 5 5 - - - │
│ alert_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/alerting-dashboards-plugin/ 01:19 2 2 - - - │
│ alerts_dashboard_flyout_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/alerting-dashboards-plugin/ 00:42 4 4 - - - │
│ bucket_level_monitor_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/alerting-dashboards-plugin/ 00:12 4 4 - - - │
│ destination_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/alerting-dashboards-plugin/ 00:16 4 4 - - - │
│ query_level_monitor_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/anomaly-detection-dashboard 00:14 1 1 - - - │
│ s-plugin/create_detector_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/anomaly-detection-dashboard 00:11 8 8 - - - │
│ s-plugin/dashboard_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/anomaly-detection-dashboard 00:08 5 5 - - - │
│ s-plugin/detector_configuration_spe │
│ c.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/anomaly-detection-dashboard 00:14 11 11 - - - │
│ s-plugin/detector_list_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/anomaly-detection-dashboard 01:05 6 6 - - - │
│ s-plugin/historical_analysis_spec.j │
│ s │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/anomaly-detection-dashboard 00:09 6 6 - - - │
│ s-plugin/overview_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/anomaly-detection-dashboard 00:08 3 3 - - - │
│ s-plugin/real_time_results_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/anomaly-detection-dashboard 00:15 3 3 - - - │
│ s-plugin/sample_detector_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/gantt-chart-dashboards/gant 00:32 9 9 - - - │
│ t_ui.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/index-management-dashboards 00:18 3 3 - - - │
│ -plugin/indices_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/index-management-dashboards 01:00 5 5 - - - │
│ -plugin/managed_indices_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/index-management-dashboards 00:18 5 5 - - - │
│ -plugin/policies_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/index-management-dashboards 00:29 4 4 - - - │
│ -plugin/rollups_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/index-management-dashboards 00:19 4 4 - - - │
│ -plugin/transforms_spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/observability-dashboards/0
00:07 1 1 - - - │
│ before.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/observability-dashboards/1_ 00:37 7 4 - 3 - │
│ trace_analytics_dashboard.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/observability-dashboards/2_ 00:27 6 5 - 1 - │
│ trace_analytics_services.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/observability-dashboards/3_ 00:28 5 5 - - - │
│ trace_analytics_traces.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/observability-dashboards/4_ 08:25 25 25 - - - │
│ panels.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/observability-dashboards/5_ 01:41 23 21 - 2 - │
│ event_analytics.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✖ plugins/observability-dashboards/6_ 05:08 27 24 1 2 - │
│ notebooks.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/observability-dashboards/7_ 00:08 1 1 - - - │
│ app_analytics.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/observability-dashboards/8_ 66ms 1 1 - - - │
│ after.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✖ plugins/query-workbench-dashboards/ 03:05 20 4 4 - 12 │
│ ui.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/reports-dashboards/01-creat 04:04 14 14 - - - │
│ e.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/reports-dashboards/02-edit. 01:20 3 3 - - - │
│ spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/reports-dashboards/03-detai 01:57 6 6 - - - │
│ ls.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✖ plugins/reports-dashboards/04-downl 02:05 5 3 2 - - │
│ oad.spec.js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/security/audit_log_spec.js 00:04 4 4 - - - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/security/auth_spec.js 00:03 2 2 - - - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/security/get_started_spec.j 00:07 8 8 - - - │
│ s │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✖ plugins/security/internalusers_spec 01:05 4 3 1 - - │
│ .js │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/security/permissions_spec.j 00:08 5 5 - - - │
│ s │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/security/roles_spec.js 00:05 4 4 - - - │
├────────────────────────────────────────────────────────────────────────────────────────────────┤
│ ✔ plugins/security/tenants_spec.js 00:04 2 2 - - - │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
✖ 4 of 42 failed (10%) 43:22 302 274 8 8 12

@jordarlu
Copy link
Collaborator

k-NN Release notes - opensearch-project/k-NN#802

@jordarlu
Copy link
Collaborator

consolidated Release notes - #3319

@jordarlu
Copy link
Collaborator

Create Tags for 1.3.9 and issue PR to update manifest ref to tag - #3322

@jordarlu
Copy link
Collaborator

Ansible-playbook repo version bump opensearch-project/ansible-playbook#121

@jordarlu
Copy link
Collaborator

jordarlu commented Mar 16, 2023

Helm-chart repo version bump opensearch-project/helm-charts#410

@jordarlu
Copy link
Collaborator

Retro - #3326

@jordarlu
Copy link
Collaborator

Adding 1.3.10 in manifest as preparation for next 1.x release #3327

@jordarlu
Copy link
Collaborator

close issue as the v1.3.9 is published. 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

2 participants