app-gelinkt-notuleren 3.4.0

Release information

Frontend

App

Editor

No changes

Plugins

No changes

Executive summary

Updated the frontend which includes avoid saving the editor title without changes, improvements to the regulatory statement styling when inserted into an agendapoint and enabled the new link paste handler. Also fixed the schema of the intro and outro components to avoid errors.

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 v3.4.0

  6. production only: make sure to bump the version of controle-editor to the correct frontend version (3.4.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