Skip to content

Latest commit

 

History

History
125 lines (112 loc) · 2.64 KB

File metadata and controls

125 lines (112 loc) · 2.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Changed

  • Upgrade packages to latest compatible versions in backend and frontend #29
  • Persist data protection keys in database bbac9c7e84a21dcc67bc5a9446032b862af51b5b
  • Build Docker images with BuildKit 4ce5fa2c4dbe67de14f5e1c9be22896921349b50
  • Improve OpenId Connect usage and security #46
  • Do not manage JWT keys and GnuPG keys in files. JWT keys are created and rotated by the C# webserver daily. GnuPG keys are manually managed within the shell make manage and stored in the volume gnupg.
  • Use forge.mk to build and push images to the server noting the image tag, which is just the commit hash. On the server use deploy.mk deploy TARGET=<the-commit-hash> to deploy backend and frontend based on those images.

Removed

Fixed

v1.0.0 - 2022-02-28