Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark Nexus 1.11 as current release #5262

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions docs/src/main/paradox/docs/delta/api/assets/version.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
3 changes: 1 addition & 2 deletions docs/src/main/paradox/docs/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions docs/src/main/paradox/docs/releases/v1.11-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading