Skip to content

Commit

Permalink
Add release notes for 1.3.7 release (#1341) (#1342)
Browse files Browse the repository at this point in the history
* add release notes for 1.3.7 observability

Signed-off-by: Derek Ho <[email protected]>

* fix file length issue

Signed-off-by: Derek Ho <[email protected]>

Signed-off-by: Derek Ho <[email protected]>
(cherry picked from commit 19e5dfa)

Co-authored-by: Derek Ho <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and derek-ho authored Dec 13, 2022
1 parent a2eadcb commit 1d4dc23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: Checkout Plugin
uses: actions/checkout@v1

# Enable longer filenames for windows
- name: Enable longer filenames
if: ${{ matrix.os == 'windows-latest' }}
run: git config --system core.longpaths true

- name: Checkout OpenSearch Dashboards
uses: actions/checkout@v2
with:
Expand Down
11 changes: 11 additions & 0 deletions release-notes/opensearch-observability.release-notes-1.3.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Version 1.3.7.0 Release Notes
Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.7

### Bug Fix
* Various CVE fixes: detekt to 1.21.0, snakeyaml to 1.32 ([#1317](https://github.com/opensearch-project/dashboards-observability/pull/1317))
* Update moment to 2.29.4 ([#1313](https://github.com/opensearch-project/dashboards-observability/pull/1313))
* Update minimatch to 3.0.5 ([#1315](https://github.com/opensearch-project/dashboards-observability/pull/1315))
* Update qs to version 6.5.3 ([#1316](https://github.com/opensearch-project/dashboards-observability/pull/1316))

### Infrastructure
* Add support for windows ([#1328](https://github.com/opensearch-project/dashboards-observability/pull/1328))

0 comments on commit 1d4dc23

Please sign in to comment.