Skip to content

Commit

Permalink
Bump FossilDB to 0.1.33 (#8287)
Browse files Browse the repository at this point in the history
* Bump FossilDB version to 0.1.33

* also adapt hosting/docker-compose.yml

* migration guide

* Apply suggestions from code review

---------

Co-authored-by: Norman Rzepka <[email protected]>
  • Loading branch information
fm3 and normanrz authored Dec 17, 2024
1 parent 8b3102e commit cc75b60
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions MIGRATIONS.unreleased.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ User-facing changes are documented in the [changelog](CHANGELOG.released.md).
## Unreleased
[Commits](https://github.com/scalableminds/webknossos/compare/24.12.0...HEAD)
- Removed support for HTTP API versions 3 and 4. [#8075](https://github.com/scalableminds/webknossos/pull/8075)
- New FossilDB version `0.1.33` (docker image `scalableminds/fossildb:master__504`) is required.

### Postgres Evolutions:
- [124-decouple-dataset-directory-from-name](conf/evolutions/124-decouple-dataset-directory-from-name)
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -269,7 +269,7 @@ services:

# FossilDB
fossildb:
image: scalableminds/fossildb:master__484
image: scalableminds/fossildb:master__504
command:
- fossildb
- -c
2 changes: 1 addition & 1 deletion fossildb/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.31
0.1.33
4 changes: 2 additions & 2 deletions tools/hosting/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ version: "2.2"

services:
webknossos:
image: scalableminds/webknossos:${DOCKER_TAG:-23.04.0}
image: scalableminds/webknossos:${DOCKER_TAG:-24.12.0}
ports:
- "127.0.0.1:9000:9000"
depends_on:
@@ -58,7 +58,7 @@ services:

# FossilDB
fossildb:
image: scalableminds/fossildb:master__489
image: scalableminds/fossildb:master__504
command:
- fossildb
- -c

0 comments on commit cc75b60

Please sign in to comment.