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.6 #2650

Closed
35 of 36 tasks
github-actions bot opened this issue Sep 20, 2022 · 9 comments
Closed
35 of 36 tasks

[RELEASE] Release version 1.3.6 #2650

github-actions bot opened this issue Sep 20, 2022 · 9 comments
Assignees

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Sep 20, 2022

Release OpenSearch and OpenSearch Dashboards 1.3.6

I noticed that a manifest was automatically created in manifests/1.3.6. 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.
  • Sep 30th 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 N/A since we want this would be a lightweight 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.
  • Increase the build frequency for the this release from once a day (H 1 * * *) to once every hour (H/60 * * * *) in jenkinsFile

CI/CD (Feature Freeze) - _Ends Sep 30th

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

Campaigns

REPLACE with OpenSearch wide initiatives to improve quality and consistency.

Code Complete - _Ends Sep 30th

Release testing - _Ends Oct 4th

  • All components should have cut branch <MajorVersion>.<MinorVersion> for the release.
  • Declare a release candidate build, and provide the instructions with the release candidates for teams on testing ().
  • 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.
  • 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 Oct 6th

Post Release

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

@opensearch-ci-bot
Copy link
Collaborator

opensearch-ci-bot commented Oct 3, 2022

OpenSearch CommitID(after 2022-08-16) & Release Notes info

Repo Branch CommitID Commit Date Release Notes
OpenSearch 1.3 eae88a9 2022-10-05 True
common-utils 1.3 e693bf1 2022-10-04 True
job-scheduler 1.3 55b6208 2022-10-03 False
security 1.3 d002416 2022-10-04 True
alerting 1.3 a67527b 2022-10-05 True
dashboards-reports 1.3 fe168d3 2022-10-05 True
performance-analyzer 1.3 36d85f2 2022-09-30 False
opensearch-observability 1.3 409cbd2 2022-10-03 True
ml-commons 1.3 0cd7065 2022-10-05 True
k-NN 1.3 fa25d3b 2022-10-03 False
asynchronous-search 1.3 62faaeb 2022-10-03 False
anomaly-detection 1.3 39638c2 2022-10-04 True
index-management 1.3 6274212 2022-10-04 True
cross-cluster-replication 1.3 e7dfc1b 2022-10-04 True
sql 1.3 ef0bce3 2022-10-03 False

@opensearch-ci-bot
Copy link
Collaborator

opensearch-ci-bot commented Oct 3, 2022

OpenSearch Dashboards CommitID(after 2022-08-16) & Release Notes info

Repo Branch CommitID Commit Date Release Notes
OpenSearch-Dashboards 1.3 13c7df4 2022-10-06 True
functionalTestDashboards 1.3 966442b 2022-09-29 False
securityDashboards 1.3 64715fa 2022-10-05 True
anomalyDetectionDashboards 1.3 c200179 2022-10-03 False
indexManagementDashboards 1.3 7efab7e 2022-10-03 False
queryWorkbenchDashboards 1.3 ef0bce3 2022-10-03 False
reportsDashboards 1.3 fe168d3 2022-10-05 True
ganttChartDashboards 1.3 6c0169a 2022-09-30 False
observabilityDashboards 1.3 409cbd2 2022-10-03 True
alertingDashboards 1.3 d4f1019 2022-10-04 False

@zelinh
Copy link
Member

zelinh commented Oct 5, 2022

Release testing

10/04/2022
We have new Artifacts built and ready for testing.


OpenSearch docker

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

#### OpenSearch-Dashboards docker

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

Use TARs to deploy OpenSearch Manually

OpenSearch - Build 6118

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

OpenSearch Dashboards - Build 4139

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

@zelinh
Copy link
Member

zelinh commented Oct 6, 2022

Update 10/05/2022
We have a new release candidates for 1.3.6 OpenSearch Dashboards.

OpenSearch-Dashboards docker

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

OpenSearch Dashboards - Build 4142

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

@zelinh
Copy link
Member

zelinh commented Oct 6, 2022

Integ Test for OS:
arm64:

2022-10-04 23:01:27 INFO     | ml-commons           | with-security        | PASS  |    0 |
2022-10-04 23:01:27 INFO     | ml-commons           | without-security     | PASS  |    0 |
2022-10-04 23:08:22 INFO     | dashboards-reports   | without-security     | PASS  |    0 |
2022-10-04 23:08:52 INFO     | asynchronous-search  | with-security        | PASS  |    0 |
2022-10-04 23:08:52 INFO     | asynchronous-search  | without-security     | PASS  |    0 |
2022-10-04 23:10:53 INFO     | sql                  | with-security        | PASS  |    0 |
2022-10-04 23:10:53 INFO     | sql                  | without-security     | PASS  |    0 |
2022-10-04 23:12:00 INFO     | alerting             | with-security        | PASS  |    0 |
2022-10-04 23:12:00 INFO     | alerting             | without-security     | PASS  |    0 |
2022-10-04 23:18:55 INFO     | k-NN                 | with-security        | PASS  |    0 |
2022-10-04 23:18:55 INFO     | k-NN                 | without-security     | PASS  |    0 |
2022-10-04 23:26:13 INFO     | anomaly-detection    | with-security        | PASS  |    0 |
2022-10-04 23:26:13 INFO     | anomaly-detection    | without-security     | PASS  |    0 |
2022-10-04 23:42:41 INFO     | index-management     | with-security        | PASS  |    0 |
2022-10-04 23:42:41 INFO     | index-management     | without-security     | PASS  |    0 |

x64

2022-10-04 23:00:18 INFO     | ml-commons           | with-security        | PASS  |    0 |
2022-10-04 23:00:18 INFO     | ml-commons           | without-security     | PASS  |    0 |
2022-10-04 23:04:04 INFO     | dashboards-reports   | without-security     | PASS  |    0 |
2022-10-04 23:04:33 INFO     | asynchronous-search  | with-security        | PASS  |    0 |
2022-10-04 23:04:33 INFO     | asynchronous-search  | without-security     | PASS  |    0 |
2022-10-04 23:05:37 INFO     | sql                  | with-security        | PASS  |    0 |
2022-10-04 23:05:37 INFO     | sql                  | without-security     | PASS  |    0 |
2022-10-04 23:06:14 INFO     | alerting             | with-security        | PASS  |    0 |
2022-10-04 23:06:14 INFO     | alerting             | without-security     | PASS  |    0 |
2022-10-04 23:15:30 INFO     | k-NN                 | with-security        | PASS  |    0 |
2022-10-04 23:15:30 INFO     | k-NN                 | without-security     | PASS  |    0 |
2022-10-04 23:22:10 INFO     | anomaly-detection    | with-security        | PASS  |    0 |
2022-10-04 23:22:10 INFO     | anomaly-detection    | without-security     | PASS  |    0 |
2022-10-04 23:39:41 INFO     | index-management     | with-security        | PASS  |    0 |
2022-10-04 23:39:41 ERROR    | index-management     | without-security     | FAIL  |    1 |

@zelinh
Copy link
Member

zelinh commented Oct 6, 2022

Native plugins installation validated:

☁  ~/workplace/1.3.6/opensearch-1.3.6/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

@prudhvigodithi
Copy link
Collaborator

prudhvigodithi commented Oct 6, 2022

Docker validation ✅

---
version: '3'
services:
  opensearch-node1:
    image: opensearchproject/opensearch:1.3.6
    container_name: opensearch-node1
    environment:
      - cluster.name=opensearch-cluster
      - node.name=opensearch-node1
      - discovery.seed_hosts=opensearch-node1,opensearch-node2
      - cluster.initial_master_nodes=opensearch-node1,opensearch-node2
      - bootstrap.memory_lock=true  # along with the memlock settings below, disables swapping
      - OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m    # minimum and maximum Java heap size, recommend setting both to 50% of system RAM
    ulimits:
      memlock:
        soft: -1
        hard: -1
      nofile:
        soft: 65536  # maximum number of open files for the OpenSearch user, set to at least 65536 on modern systems
        hard: 65536
    volumes:
      - opensearch-data1:/usr/share/opensearch/data
    ports:
      - 9200:9200
      - 9600:9600  # required for Performance Analyzer
    networks:
      - opensearch-net
  opensearch-node2:
    image: opensearchproject/opensearch:1.3.6
    container_name: opensearch-node2
    environment:
      - cluster.name=opensearch-cluster
      - node.name=opensearch-node2
      - discovery.seed_hosts=opensearch-node1,opensearch-node2
      - cluster.initial_master_nodes=opensearch-node1,opensearch-node2
      - bootstrap.memory_lock=true
      - OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m
    ulimits:
      memlock:
        soft: -1
        hard: -1
      nofile:
        soft: 65536
        hard: 65536
    volumes:
      - opensearch-data2:/usr/share/opensearch/data
    networks:
      - opensearch-net
  opensearch-dashboards:
    image: opensearchproject/opensearch-dashboards:1.3.6
    container_name: opensearch-dashboards
    ports:
      - 5601:5601
    expose:
      - '5601'
    environment:
      OPENSEARCH_HOSTS: https://opensearch-node1:9200
    networks:
      - opensearch-net

volumes:
  opensearch-data1:
  opensearch-data2:

networks:
  opensearch-net:

OpenSearch docker

[opensearch@cadd7832d8e9 ~]$ curl -XGET https://localhost:9200 -u 'admin:admin' --insecure
{
  "name" : "opensearch-node1",
  "cluster_name" : "opensearch-cluster",
  "cluster_uuid" : "PLV7zZpnSse1rx5cUTQKmw",
  "version" : {
    "distribution" : "opensearch",
    "number" : "1.3.6",
    "build_type" : "tar",
    "build_hash" : "cbf74db21db3eb4d79c43caeafc23eec592bf697",
    "build_date" : "2022-10-04T20:26:16.847170Z",
    "build_snapshot" : false,
    "lucene_version" : "8.10.1",
    "minimum_wire_compatibility_version" : "6.8.0",
    "minimum_index_compatibility_version" : "6.0.0-beta1"
  },
  "tagline" : "The OpenSearch Project: https://opensearch.org/"
}

OpenSearch dashboard docker

[opensearch-dashboards@4f2ea1753ee9 ~]$ curl -XGET http://localhost:5601/api/status -u 'admin:admin' --insecure
{"name":"4f2ea1753ee9","uuid":"8767ef1f-9d10-4b0e-a94a-7ac62f2ddd7b","version":{"number":"1.3.6","build_hash":"377e1f049eeba4d1206bf93fb3653ff42eab85b9","build_number":4142,"build_snapshot":false}

@zelinh
Copy link
Member

zelinh commented Oct 6, 2022

Screen Shot 2022-10-06 at 1 33 07 PM

Maven artifacts have been released.
https://repo1.maven.org/maven2/org/opensearch/opensearch/1.3.6/

@gaiksaya
Copy link
Member

Closing this issue since 1.3.6 is released. https://opensearch.org/versions/opensearch-1-3-6.html

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

5 participants