Skip to content

Latest commit

 

History

History
139 lines (84 loc) · 9.44 KB

CHANGELOG.md

File metadata and controls

139 lines (84 loc) · 9.44 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

7.0.0 (2023-02-23)

Features

  • build and populate database in dev container (5799267)

6.0.0 (2022-02-02)

Features

  • add development compose to simplify getting started (98310ae)
  • provide production docker config (0385fdf)
  • update release process (549b11c)

Bug Fixes

  • correct use of function in script (4c93934)
  • correct use of standard version on release (2f02598)
  • ensure release checks respository state (69d7f3e)
  • ensure release notes are in commit before tag (21ec887)
  • remove pdfgen settings (8b1d689)
  • simplify volumes in development compose (77cb990)

5.0.6 (2021-12-09)

Bug Fixes

  • improve the release process (1d196f0)

5.0.5 (2021-12-07)

Features

  • add mail configuration options (5c4189a)

Bug Fixes

  • update actions in release script (55e1d33)

5.0.4 (2021-12-06)

Features

  • add scheduled cron tasks for repeated actions (2f9ca9c)
  • add scheduled tasks to PDFGen container (442ebba)
  • enhance deployment handling of errors (4661cd7)

5.0.3 (2021-11-19)

5.0.2 (2021-11-19)

5.0.1 (2021-10-27)

Bug Fixes

  • trigger image builds on push to v tags (dbd91ed)

5.0.0 (2021-10-13)

Features

  • add test publish script to aid in testing deployments (94f7ea2)

Bug Fixes

  • correct links in dist compose for rabbit mq (fb9d0c9)
  • ignore data in dist folder and ensure db container script is executable (ba71fd0)
  • push to version branch and fix syntax error in release script (3244b51)

5.0.0-2 (2021-08-09)

Bug Fixes

  • correct syntax error in release script (b88a836)
  • correct tag name in dist docker compose (db4549f)

5.0.0-1 (2021-08-06)

Features

  • add ability to run deploy workflow from release (1294c8f)
  • Add docker compose for deployment (7890b1f)
  • add release and branch creation scripts (b2911e7)
  • Add scripts to assist setting up production (591392b)
  • introduce overseer docker image (53db4ef)
  • introduce release script to simplify build and release process (1bd04e6)
  • Remove database and add watchtower to dist compose (c2b0101)

Bug Fixes

  • Add context to webserver build (9fbf398)
  • Add missing with in checkout action (351bb90)
  • Add setup buildx and try different file and context for build (3baf3d7)
  • add the env to the github action (9361c60)
  • Adjust context for docker build (f6d105f)
  • correct comma use in bash script parameters (c8c2d0f)
  • Correct meta for docker and redo npm install (bec78b6)
  • Correct path to pdfGen dockerfile (db6f29c)
  • Correct typo in pdfgen image name (370ed89)
  • Ensure build errors end build process (ad3a995)
  • ensure remote only asked for once (e39aa2a)
  • pull submodules correctly on ghactions (97c8a07)
  • Reinstate webserver build on push (70d125d)
  • switch build to use docker compose in place of docker-compose (0fcd126)
  • Switch to use token for dockerhub login (a087b55)
  • syntax error in ga build config (d3d2925)
  • update docker meta (b932e00)
  • Update doubtfire-web (301056f)
  • update submodule pull method in ghactions (cefced7)
  • use correct docker_meta tag in push config (9db97b6)
  • use https for branch origin (63a92a0)

1.0.0 (2021-06-03)

Bug Fixes

  • add the env to the github action (9361c60)
  • pull submodules correctly on ghactions (97c8a07)
  • syntax error in ga build config (d3d2925)
  • Update doubtfire-web (301056f)
  • update submodule pull method in ghactions (cefced7)