Skip to content

Commit

Permalink
Adds release notes for 2.16 (#667)
Browse files Browse the repository at this point in the history
* Adds release notes for 2.16

Signed-off-by: Tejas Shah <shatejas@amazon.com>

* Fixes CI build

Signed-off-by: Tejas Shah <shatejas@amazon.com>

* Fixing CI by ignoring links

Signed-off-by: Tejas Shah <shatejas@amazon.com>

---------

Signed-off-by: Tejas Shah <shatejas@amazon.com>
  • Loading branch information
shatejas authored Jul 22, 2024
1 parent 8b5b57a commit 8607569
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- "*"
- "feature/**"
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
Get-CI-Image-Tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions release-notes/opensearch-geospatial.release-notes-2.16.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Version 2.16.0.0 Release Notes

Compatible with OpenSearch 2.16.0

0 comments on commit 8607569

Please sign in to comment.