Skip to content

Commit

Permalink
Create release notes for rc-1 and Bump version to 1.0.0.0-rc1 (opense…
Browse files Browse the repository at this point in the history
…arch-project#771)

* Create release notes for rc-1

* Bump plugin version to 1.0.0.0-rc1

* Add PR#763, opensearch-project#771 and opensearch-project#770 to release notes rc1

* Build security backend rc1

* change the version in release notes

* Change plugin version to rc1
  • Loading branch information
cliu123 authored May 27, 2021
1 parent b366325 commit 27e2a30
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
docker build -t opensearch-test:latest -f- . <<EOF
FROM ubuntu:latest
COPY --chown=1001:1001 os-ep.sh /docker-host/
COPY --chown=1001:1001 security/target/releases/opensearch-security-1.0.0.0-beta1.zip /docker-host/security-plugin.zip
COPY --chown=1001:1001 security/target/releases/opensearch-security-1.0.0.0-rc1.zip /docker-host/security-plugin.zip
COPY --chown=1001:1001 opensearch* /opensearch/
RUN chmod +x /docker-host/os-ep.sh
RUN useradd -u 1001 -s /sbin/nologin opensearch
Expand Down
2 changes: 1 addition & 1 deletion opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "securityDashboards",
"version": "1.0.0.0-beta1",
"version": "1.0.0.0-rc1",
"opensearchDashboardsVersion": "1.0.0",
"configPath": ["opensearch_security"],
"requiredPlugins": ["navigation"],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "opensearch-security-dashboards",
"version": "1.0.0.0-beta1",
"version": "1.0.0.0-rc1",
"main": "target/plugins/opensearch_security_dashboards",
"opensearchDashboards": {
"version": "1.0.0-beta1",
"version": "1.0.0-rc1",
"templateVersion": "1.0.0"
},
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 1.0.0.0-beta1
## Version 1.0.0.0-rc1

### Enhancements
* Save tenant selection by default and remove the checkbox [#725](https://github.com/opensearch-project/security-dashboards-plugin/pull/725)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Version 1.0.0.0-beta1

### Enhancements
* add svg content [#766](https://github.com/opensearch-project/security-dashboards-plugin/pull/766)
* Changes regarding the anonymous auth flow [#768](https://github.com/opensearch-project/security-dashboards-plugin/pull/768)

### Bug Fixes
* Fixing JSON parsing in SAML for strings that contain '\' character [#749](https://github.com/opensearch-project/security-dashboards-plugin/pull/749)

### Maintenance
* move issue templates to ISSUE_TEMPLATE [#758](https://github.com/opensearch-project/security-dashboards-plugin/pull/758)
* Update issue template with multiple labels [#756](https://github.com/opensearch-project/security-dashboards-plugin/pull/756)
* Naming convention change in repo [#764](https://github.com/opensearch-project/security-dashboards-plugin/pull/764)
* Point document links to opensearch.org [#763](https://github.com/opensearch-project/security-dashboards-plugin/pull/763)
* Create release notes for rc-1 and Bump version to 1.0.0.0-rc1 [#771](https://github.com/opensearch-project/security-dashboards-plugin/pull/771)
* Point OpenSearch Dashboards to to new back end APIs [#770](https://github.com/opensearch-project/security-dashboards-plugin/pull/770)

0 comments on commit 27e2a30

Please sign in to comment.