app-gelinkt-notuleren 2.17.0

Release information

Release notes:

Release notes frontend:

Release notes editor:

Executive summary

Adds the ability to create Regulatory Statements/Attachments. Includes a new section in the inbox view with an overview of all the statements, and the ability to create new ones based on a template from the registry. Some bugfixes in various plugins are also included.

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. set the EMBER_REGULATORY_STATEMENT_ENDPOINT and EMBER_REGULATORY_STATEMENT_PREVIEW_ENDPOINT environment variables to the correct values on the editor service in the docker-compose.override.yaml

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

  6. git fetch && git checkout v2.17.0

  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