Skip to content

Commit

Permalink
Merge branch '1.3' into update-deps-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cwperks authored Dec 4, 2024
2 parents 8b444fd + 2bb8a47 commit d66435d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "securityDashboards",
"version": "1.3.19.0",
"opensearchDashboardsVersion": "1.3.19",
"version": "1.3.20.0",
"opensearchDashboardsVersion": "1.3.20",
"configPath": [
"opensearch_security"
],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "opensearch-security-dashboards",
"version": "1.3.19.0",
"version": "1.3.20.0",
"main": "target/plugins/opensearch_security_dashboards",
"opensearchDashboards": {
"version": "1.3.19",
"templateVersion": "1.3.19"
"version": "1.3.20",
"templateVersion": "1.3.20"
},
"license": "Apache-2.0",
"homepage": "https://github.com/opensearch-project/security-dashboards-plugin",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Version 1.3.19.0

Compatible with Opensearch-Dashboards 1.3.19

### Bug Fixes

* Update nextUrl validation to incorporate serverBasePath ([#2066](https://github.com/opensearch-project/security-dashboards-plugin/pull/2066))
* Fix a bug where basepath nextUrl is invalid when it should be valid ([#2098](https://github.com/opensearch-project/security-dashboards-plugin/pull/2098))

0 comments on commit d66435d

Please sign in to comment.