Skip to content

Commit

Permalink
Merge branch 'main' into forward/1.3.1-release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
DarshitChanpura authored May 20, 2022
2 parents 6fbef93 + aaa77fb commit 544dc81
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
steps:
- name: Download OpenSearch Core
run: |
wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.0.0-rc1/latest/linux/x64/tar/builds/opensearch/dist/opensearch-min-2.0.0-rc1-linux-x64.tar.gz
wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.0.0/latest/linux/x64/tar/builds/opensearch/dist/opensearch-min-2.0.0-linux-x64.tar.gz
tar -xzf opensearch-*.tar.gz
rm -f opensearch-*.tar.gz
- name: Download OpenSearch Security Plugin
run: wget -O opensearch-security.zip https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.0.0-rc1/latest/linux/x64/tar/builds/opensearch/plugins/opensearch-security-2.0.0.0-rc1.zip
run: wget -O opensearch-security.zip https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.0.0/latest/linux/x64/tar/builds/opensearch/plugins/opensearch-security-2.0.0.0.zip


- name: Run OpenSearch with plugin
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
with:
path: OpenSearch-Dashboards
repository: opensearch-project/OpenSearch-Dashboards
ref: 'main'
ref: '2.0'
fetch-depth: 0

- name: Create plugins dir
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": "2.0.0.0-rc1",
"version": "2.0.0.0",
"opensearchDashboardsVersion": "2.0.0",
"configPath": ["opensearch_security"],
"requiredPlugins": ["navigation"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch-security-dashboards",
"version": "2.0.0.0-rc1",
"version": "2.0.0.0",
"main": "target/plugins/opensearch_security_dashboards",
"opensearchDashboards": {
"version": "2.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## 2022-05-24 Version 2.0.0.0

Compatible with Opensearch-Dashboards 2.0.0

### Enhancements
* Change 2.0-alpha1 to 2.0-rc1. ([#946](https://github.com/opensearch-project/security-dashboards-plugin/pull/946))
* Make Git ignore .idea/ folder ([#944](https://github.com/opensearch-project/security-dashboards-plugin/pull/944))
* Updated issue templates from .github. ([#931](https://github.com/opensearch-project/security-dashboards-plugin/pull/931))
* Bumps version of main to 2.0.0.0 ([#928](https://github.com/opensearch-project/security-dashboards-plugin/pull/928))
* Enforce authentication on api/status route by default ([#968](https://github.com/opensearch-project/security-dashboards-plugin/pull/968))

### Bug fixes
* Fix broken `nextUrl=` parameter logic ([#940](https://github.com/opensearch-project/security-dashboards-plugin/pull/940))
* Fix 'openserach' typo in constants.tsx ([#953](https://github.com/opensearch-project/security-dashboards-plugin/pull/953))
* Select tenant popup only appears when mutli-tenacy is enabled ([#965](https://github.com/opensearch-project/security-dashboards-plugin/pull/965))

### Maintenance
* Revert "Enforce authentication on api/status route by default (#943)" ([#950](https://github.com/opensearch-project/security-dashboards-plugin/pull/950))
* Enforce authentication on api/status route by default ([#943](https://github.com/opensearch-project/security-dashboards-plugin/pull/943))
* [Build] restore osdVersion to 2.0.0 ([#947](https://github.com/opensearch-project/security-dashboards-plugin/pull/947))
* [Build] bump to 2.0.0.0-rc1 ([#941](https://github.com/opensearch-project/security-dashboards-plugin/pull/941))
* Generate release notes for 2.0.0 ([#955](https://github.com/opensearch-project/security-dashboards-plugin/pull/955))
* Build OSD on 2.0 branch ([#986](https://github.com/opensearch-project/security-dashboards-plugin/pull/986))
* Remove redundant DCO check for the GitHub app ([#974](https://github.com/opensearch-project/security-dashboards-plugin/pull/974))
* Fixes broken main build which was caused due to version mismatch ([#989](https://github.com/opensearch-project/security-dashboards-plugin/pull/989))

0 comments on commit 544dc81

Please sign in to comment.