From 681625b913882549b86f735624fd444cade50e8c Mon Sep 17 00:00:00 2001 From: Simon Dumas Date: Mon, 9 Dec 2024 10:35:05 +0100 Subject: [PATCH] Mark Nexus 1.11 as current release --- build.sbt | 6 ++---- .../main/paradox/docs/delta/api/assets/version.json | 12 ++++++------ docs/src/main/paradox/docs/releases/index.md | 3 +-- .../paradox/docs/releases/v1.11-release-notes.md | 3 +-- .../docs/running-nexus/docker/docker-compose.yaml | 2 +- 5 files changed, 11 insertions(+), 15 deletions(-) diff --git a/build.sbt b/build.sbt index cf09865fdc..e1ff47a4e8 100755 --- a/build.sbt +++ b/build.sbt @@ -165,10 +165,8 @@ lazy val docs = project Compile / paradoxProperties ++= Map( "github.base_url" -> "https://github.com/BlueBrain/nexus/tree/master", - "project.version.short" -> "Snapshot", - "current.url" -> "https://bluebrainnexus.io/docs/", - "version.snapshot" -> "true", - "git.branch" -> "master" + "project.version.short" -> "v1.11.x", + "git.branch" -> "v1.11.x" ), paradoxRoots := List("docs/index.html"), previewPath := "docs/index.html", diff --git a/docs/src/main/paradox/docs/delta/api/assets/version.json b/docs/src/main/paradox/docs/delta/api/assets/version.json index ee6d30fab6..5b393f7b87 100644 --- a/docs/src/main/paradox/docs/delta/api/assets/version.json +++ b/docs/src/main/paradox/docs/delta/api/assets/version.json @@ -1,16 +1,16 @@ { "@context": "https://bluebrain.github.io/nexus/contexts/version.json", - "delta": "1.10.0", + "delta": "1.11.0", "dependencies": { "blazegraph": "2.1.6-RC-21-jre", "postgresql": "17.2", "elasticsearch": "8.16.1" }, "plugins": { - "archive": "1.10.0", - "blazegraph": "1.10.0", - "composite-views": "1.10.0", - "elasticsearch": "1.10.0", - "storage": "1.10.0" + "archive": "1.11.0", + "blazegraph": "1.11.0", + "composite-views": "1.11.0", + "elasticsearch": "1.11.0", + "storage": "1.11.0" } } \ No newline at end of file diff --git a/docs/src/main/paradox/docs/releases/index.md b/docs/src/main/paradox/docs/releases/index.md index bbc6a9cd43..68fa839e4d 100644 --- a/docs/src/main/paradox/docs/releases/index.md +++ b/docs/src/main/paradox/docs/releases/index.md @@ -19,8 +19,7 @@ This section of the documentation lists the significant BlueBrain Nexus releases across all services and web applications. -TODO: update release date -The latest stable release is **v1.10.0** released on **17.09.2024**. +The latest stable release is **v1.11.0** released on **09.12.2024**. ## 1.11.0 diff --git a/docs/src/main/paradox/docs/releases/v1.11-release-notes.md b/docs/src/main/paradox/docs/releases/v1.11-release-notes.md index 89f39cf30a..ad0281676f 100644 --- a/docs/src/main/paradox/docs/releases/v1.11-release-notes.md +++ b/docs/src/main/paradox/docs/releases/v1.11-release-notes.md @@ -4,8 +4,7 @@ > The API is backwards compatible with v1.10 except for creating and updating S3 storages > -// TODO: update date -For the detailed list of updates in this release, see the @link:[list of addressed issues](https://github.com/BlueBrain/nexus/issues?&q=is%3Aissue+is%3Aclosed+created%3A2024-09-17..2024-12-31+){ open=new } since v1.10. +For the detailed list of updates in this release, see the @link:[list of addressed issues](https://github.com/BlueBrain/nexus/issues?&q=is%3Aissue+is%3Aclosed+created%3A2024-09-17..2024-12-09+){ open=new } since v1.10. ## Nexus Delta diff --git a/docs/src/main/paradox/docs/running-nexus/docker/docker-compose.yaml b/docs/src/main/paradox/docs/running-nexus/docker/docker-compose.yaml index c695142d34..699f6528f0 100644 --- a/docs/src/main/paradox/docs/running-nexus/docker/docker-compose.yaml +++ b/docs/src/main/paradox/docs/running-nexus/docker/docker-compose.yaml @@ -7,7 +7,7 @@ services: condition: service_healthy postgres: condition: service_started - image: bluebrain/nexus-delta:1.10.0 + image: bluebrain/nexus-delta:1.11.0 environment: DELTA_PLUGINS: "/opt/docker/plugins/" DELTA_EXTERNAL_CONF: "/config/delta.conf"