1.35.0 - Asta 7 Core
Highlights:
https://stiftelsenasta.atlassian.net/browse/AAM-1047
https://stiftelsenasta.atlassian.net/browse/AAM-1050%27
https://stiftelsenasta.atlassian.net/browse/AAM-1039
Bug fixes:
https://stiftelsenasta.atlassian.net/browse/AAM-1063
https://stiftelsenasta.atlassian.net/browse/AAM-1057
https://stiftelsenasta.atlassian.net/browse/AAM-1058
https://stiftelsenasta.atlassian.net/browse/AAM-1061
https://stiftelsenasta.atlassian.net/browse/AAM-1055
Stories:
https://stiftelsenasta.atlassian.net/browse/AAM-1047
https://stiftelsenasta.atlassian.net/browse/AAM-1050%27
https://stiftelsenasta.atlassian.net/browse/AAM-1039
https://stiftelsenasta.atlassian.net/browse/AM-125
Tasks:
https://stiftelsenasta.atlassian.net/browse/AAM-1024
https://stiftelsenasta.atlassian.net/browse/AAM-1054
Breaking changes:
Elasticsearch has been upgraded from 7.16
to 8.4
, but directly upgrading from 7.16 to 8.4 is not allowed. To mitigate this problem there are a couple of ways
Use intermediate version
docker-compose down
Edit the
.env
file, and replace8.4.1
with7.17.0
forELASTICSEARCH_VERSION
docker-compose up -d --build
Wait a couple of minutes
docker-compose down
Edit the
.env
file, and replace7.17.0
with8.4.1
forELASTICSEARCH_VERSION
docker-compose up -d
OR Delete the elasticsearch docker volume
docker-compose down
docker volume rm asta7_am-esdata
docker-compose up -d --build
Reindex all the projects from the admin client.
Configuration:
Â