From 89c6daecf2e3f0cd2937ebdd17f0d9349d5160d7 Mon Sep 17 00:00:00 2001 From: Tejas Shah Date: Mon, 22 Jul 2024 11:53:06 -0700 Subject: [PATCH 1/3] Adds release notes for 2.16 Signed-off-by: Tejas Shah --- CHANGELOG.md | 2 +- release-notes/opensearch-geospatial.release-notes-2.16.0.0.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 release-notes/opensearch-geospatial.release-notes-2.16.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0ac9a6..e27b9e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ See the [CONTRIBUTING guide](./CONTRIBUTING.md#Changelog) for instructions on ho ### Maintenance ### Refactoring -## [Unreleased 2.x](https://github.com/opensearch-project/geospatial/compare/2.15...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/geospatial/compare/2.16...2.x) ### Features ### Enhancements ### Bug Fixes diff --git a/release-notes/opensearch-geospatial.release-notes-2.16.0.0.md b/release-notes/opensearch-geospatial.release-notes-2.16.0.0.md new file mode 100644 index 00000000..1bedb4dd --- /dev/null +++ b/release-notes/opensearch-geospatial.release-notes-2.16.0.0.md @@ -0,0 +1,3 @@ +## Version 2.16.0.0 Release Notes + +Compatible with OpenSearch 2.16.0 \ No newline at end of file From 0c547e4eda5a432613da40812b1fe41206dca438 Mon Sep 17 00:00:00 2001 From: Tejas Shah Date: Mon, 22 Jul 2024 12:20:04 -0700 Subject: [PATCH 2/3] Fixes CI build Signed-off-by: Tejas Shah --- .github/workflows/CI.yml | 2 ++ .github/workflows/test_security.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1309a5eb..a959a5b6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,6 +8,8 @@ on: branches: - "*" - "feature/**" +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Get-CI-Image-Tag: diff --git a/.github/workflows/test_security.yml b/.github/workflows/test_security.yml index d7e053af..92f8b0d7 100644 --- a/.github/workflows/test_security.yml +++ b/.github/workflows/test_security.yml @@ -10,12 +10,14 @@ on: branches: - "*" - "feature/**" +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Build-ad: strategy: matrix: - java: [ 11,17,21 ] + java: [ 21 ] os: [ubuntu-latest] fail-fast: true From 2d24a3d7f102ec62f948c837f1c8dfa1658527b0 Mon Sep 17 00:00:00 2001 From: Tejas Shah Date: Mon, 22 Jul 2024 15:28:29 -0700 Subject: [PATCH 3/3] Fixing CI by ignoring links Signed-off-by: Tejas Shah --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 3d0b81ad..5b5e04ec 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -16,7 +16,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@master with: - args: --accept=200,403,429 **/*.html **/*.md **/*.txt **/*.json + args: --accept=200,403,429 **/*.html **/*.md **/*.txt **/*.json --exclude "https://test.com/db.zip" --exclude "http://localhost:8001/country/country.zip" --exclude "http://localhost:8001/city/city.zip" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Fail if there were link errors