Skip to content

Commit

Permalink
Merge pull request #3562 from magda-io/opensearch-2.16
Browse files Browse the repository at this point in the history
Upgraded OpenSearch to v2.16.0
  • Loading branch information
t83714 authored Sep 16, 2024
2 parents 2913644 + 6e2e368 commit c3f6c63
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- #3559: Set `conflicts` to true when Indexer performs the trim operation.
- Increase indexer client connection idle-timeout to avoid encountering connection reset error for downloading large region files
- Upgraded OpenSearch to v2.16.0

## v4.2.3

Expand Down
2 changes: 1 addition & 1 deletion magda-opensearch-dashboards/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM opensearchproject/opensearch-dashboards:2.15.0
FROM opensearchproject/opensearch-dashboards:2.16.0
RUN /usr/share/opensearch-dashboards/bin/opensearch-dashboards-plugin remove securityDashboards
COPY --chown=opensearch-dashboards:opensearch-dashboards component/opensearch_dashboards.yml /usr/share/opensearch-dashboards/config/
2 changes: 1 addition & 1 deletion magda-opensearch-dashboards/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
test-opensearch-dashboards:
image: opensearchproject/opensearch-dashboards:2.15.0
image: opensearchproject/opensearch-dashboards:2.16.0
ports:
- 5601:5601 # Map host port 5601 to container port 5601
expose:
Expand Down
2 changes: 1 addition & 1 deletion magda-opensearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM opensearchproject/opensearch:2.15.0
FROM opensearchproject/opensearch:2.16.0
RUN /usr/share/opensearch/bin/opensearch-plugin remove opensearch-security --purge
COPY --chown=opensearch:opensearch component/wn_s.pl /usr/share/opensearch/config/analysis/
COPY --chown=opensearch:opensearch component/regionSynonyms.txt /usr/share/opensearch/config/analysis/
2 changes: 1 addition & 1 deletion magda-opensearch/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
test-opensearch:
image: opensearchproject/opensearch:2.15.0
image: opensearchproject/opensearch:2.16.0
ports:
- 9200:9200
- 9300:9300
Expand Down

0 comments on commit c3f6c63

Please sign in to comment.