Release v1.6.0 #41

Merged
alexvanin merged 1 commit from nightly-v1.6 into master 2024-09-04 19:51:22 +00:00
2 changed files with 3 additions and 2 deletions

2
.env
View file

@ -1,3 +1,3 @@
FROSTFS_HUB_IMAGE=truecloudlab/frostfs FROSTFS_HUB_IMAGE=truecloudlab/frostfs
AIO_IMAGE=truecloudlab/frostfs-aio AIO_IMAGE=truecloudlab/frostfs-aio
AIO_VERSION=1.5.1 AIO_VERSION=1.6.0

View file

@ -62,7 +62,8 @@ Data and the system configuration is stored in container's volume.
Next time container is started, it will take less time to initialize. Next time container is started, it will take less time to initialize.
Before updating image version, reset `frostfs-aio` by clearing its local volume Before updating image version, reset `frostfs-aio` by clearing its local volume
before starting container. before starting container. Update may contain incompatible changes, e.g. neo-go
database format update. This repository does not provide any migration tools.
``` ```
$ make clean $ make clean