Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DarshitChanpura authored Dec 10, 2024
2 parents d5bb312 + e68ae88 commit 2d03947
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 617 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
"glob-parent": "^5.1.2",
"debug": "^4.3.4",
"ejs": "^3.1.10",
"express": "^4.19.2",
"braces": "^3.0.3"
"express": "^4.21.1",
"braces": "^3.0.3",
"body-parser": "^1.20.3",
"micromatch": "^4.0.8"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Version 1.3.20.0

Compatible with Opensearch-Dashboards 1.3.20

### Maintenance

* Backport CVE fixes to 1.3 branch ([#2152](https://github.com/opensearch-project/security-dashboards-plugin/pull/2152))
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Version 2.18.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 2.18.0

### Enhancements
* Add JWT authentication type to MultipleAuthentication ([#2107](https://github.com/opensearch-project/security-dashboards-plugin/pull/2107))

### Bug Fixes
* Update category label for security plugin ([#2121](https://github.com/opensearch-project/security-dashboards-plugin/pull/2121))
* Fix button label ([#2130](https://github.com/opensearch-project/security-dashboards-plugin/pull/2130))
Loading

0 comments on commit 2d03947

Please sign in to comment.