Skip to content

Commit

Permalink
Update Elasticsearch version to 8.9.1 (#4226)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas authored Aug 29, 2023
1 parent 416bd5a commit a0ff591
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ElasticSearchContainer(password: String)
}

object ElasticSearchContainer {
private val Version = "8.8.1"
private val Version = "8.9.1"

val ElasticSearchUser = "elastic"
val ElasticSearchPassword = "password"
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/paradox/docs/delta/api/assets/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"dependencies": {
"blazegraph": "2.1.6-RC",
"postgresql": "15.4",
"elasticsearch": "8.8.1",
"remoteStorage": "1.8.0"
"elasticsearch": "8.9.1",
"remoteStorage": "1.9.0"
},
"plugins": {
"archive": "1.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- blazegraph
- elasticsearch
- postgres
image: bluebrain/nexus-delta:1.8.0-M10
image: bluebrain/nexus-delta:1.9.0-M4
environment:
DELTA_PLUGINS: "/opt/docker/plugins/"
DELTA_EXTERNAL_CONF: "/config/delta.conf"
Expand All @@ -23,7 +23,7 @@ services:
memory: 1024M

elasticsearch:
image: "docker.elastic.co/elasticsearch/elasticsearch:8.8.1"
image: "docker.elastic.co/elasticsearch/elasticsearch:8.9.1"
environment:
discovery.type: "single-node"
bootstrap.memory_lock: "true"
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
- 9090:8080

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.8.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.9.1
environment:
discovery.type: "single-node"
bootstrap.memory_lock: "true"
Expand Down

0 comments on commit a0ff591

Please sign in to comment.