app-gelinkt-notuleren 2.21.2

Release information

Frontend

App

Editor

Executive summary

This release finishes the entire regulatory statement flow, from creation to publication (and marking the regulatory statement readonly on finish). Regulatory statement feature can be toggled using a feature flag, by default it's hidden from users.

Revisions of agendapoints are now available to users, with the option to restore an earlier version. Aside from that editing of agendapoints was streamlined, with both editing from the agendapoints overview and meeting now using the same interface.

Meetings are now marked read only when notulen are published

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.1

  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