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

  1. docker-compose down
  2. Edit the .env file, and replace 8.4.1 with 7.17.0 for ELASTICSEARCH_VERSION

  3. docker-compose up -d --build
  4. Wait a couple of minutes

  5. docker-compose down
  6. Edit the .env file, and replace 7.17.0 with 8.4.1 for ELASTICSEARCH_VERSION

  7. docker-compose up -d

OR Delete the elasticsearch docker volume

  1. docker-compose down
  2. docker volume rm asta7_am-esdata
  3. docker-compose up -d --build
  4. Reindex all the projects from the admin client.

Configuration:

Â