app-gelinkt-notuleren 2.21.3 (hotfix)

Release information

Frontend

App

Editor

No changes

Executive summary

This is a hotfix release.

  • fix broken sorting on uittreksel publication table

  • add a hotfix for broken decisions that can occur in some particular user workflows preventing them from being able to publish. Somehow the content in decisions got mangled up where it would actually contain 2 decisions in the document data-wise, but only 1 would be visible. This would cause validation before publishing to fail because that invisible decision would have no type.

Deploy guide

  1. set up the maintenance frontend in docker-compose.override.yml

  2. optional: create a backup of the database with /data/useful-scripts/virtuoso-backup.sh ${name-of-container}

  3. bring down everything with docker-compose down

  4. bring up just the maintenance frontend with docker-compose up -d editor

  5. git fetch && git checkout v2.21.3

  6. production only: make sure to bump the version of controle-editor to the correct frontend version (2.36.1)

  7. start the database and migrations service with docker-compose up -d virtuoso migrations

  8. verify the migrations have completed successfully

  9. remove (comment out) maintenance frontend from docker-compose.override.yml

  10. start the stack docker-compose up -d

  11. verify it's up

Deployments

Last updated