Skip to content

Releases: hakwerk/labca

v23.07.1

20 Jul 05:50
a8a91a3
Compare
Choose a tag to compare
  • Downgrade docker-compose-plugin v2.19.x to v2.18 (#76)
  • Force recreating containers after docker-compose-plugin downgrade (#76)
  • Include optional custom nginx config files (#72)
  • Update several dependencies to latest versions
  • Unmark docker-only setup as beta as it seems stable now

v23.07

13 Jul 17:15
c8afcad
Compare
Choose a tag to compare
  • Update nginx image to 1.25.1 which only accepts TLS v1.2 and v1.3 (#72)
  • Switch from docker-compose to docker compose plugin (#73)
  • Restore MySQL data after renaming containers (#75)
  • Fix migration of database schema to preserve data (#75)
  • It is now possible to upload backup files on the manage page (#75)
  • Do not generate new web certificate if the one from a restored backup is still valid
  • Fix restart of control container (also after restoring backup)
  • Use host part of fqdn in backup names instead of docker container name
  • Remove fqdn restriction from wfe2 DirectoryCAAIdentity config (#76)
  • Fix restart of control container in docker-only mode
  • Fix several minor issues
  • Bump boulder version to release-2023-07-11

v23.06

17 Jun 09:06
e32b692
Compare
Choose a tag to compare
  • Add ability to keep private Root CA key offline (#53)
  • Add options to trigger CRL generation and upload a Root CRL (#53)
  • Make Issuer CRL generation interval configurable (default 24h)
  • Bump boulder version to release-2023-06-12
  • Use optional environment variable for labca image version
  • Install zip for exporting certificates
  • Keep version number in config file when restoring
  • Fix MySQL container name; fix workdir for apply script in install
  • Fix bconsul container working_dir and restart always

v23.05

02 May 17:12
9a6553b
Compare
Choose a tag to compare
  • Now can run from a docker-compose.yml file only, no longer need a dedicated (virtual) machine! (#41) - beta
  • Use go 1.20 in gui go.mod
  • Reduce akamai purger interval to save CPU cycles
  • Bump boulder version to release-2023-04-24
  • Fix connMaxIdleTime after spaces were changed to tabs

v23.04

08 Apr 14:25
b5db9b8
Compare
Choose a tag to compare
  • Bump golang.org/x/crypto in /gui (#71) [dependabot]
  • Make it clearer when an error occurs in install script
  • Explicitly add some safe.directory to git config
  • Let apply scripts collect their own data from config
  • File setup_complete was created too soon on new installs
  • Bump boulder version to release-2023-04-04
  • File config/ocsp-updater.json was removed from boulder

v23.03

08 Mar 20:14
b2aa100
Compare
Choose a tag to compare
  • install "patch" if not yet present (#66)
  • Make sure that cron_d file is not group writable (#67)
  • Bump golang.org/x/net in /gui (#69) [dependabot]
  • Move dns settings from Common to main config
  • Bump boulder version to release-2023-03-06

v23.1

25 Jan 20:52
22403b7
Compare
Choose a tag to compare
  • Remove update button from GUI as it is not possible from inside docker
  • Bump boulder version to release-2023-01-24

v22.12

10 Dec 10:26
7045e4a
Compare
Choose a tag to compare
  • Generate first CRL file as soon as possible (#63)
  • Regularly update CRL info on static certificates page (#63)
  • Fix missing issuer_name_id in existing installations
  • Fix paths to static files on details pages of standalone version (#55)
  • Add systemd service to README_standalone.md (#55)
  • Bump boulder version to release-2022-12-05

v22.10.2

28 Oct 18:09
564fa7b
Compare
Choose a tag to compare
  • Fix missing count function when installing via curl
  • Fix startup script to use correct config folder
  • Include the status/stats for consul container
  • Bump boulder version to release-2022-10-25
  • Cosmetic: remove datacenter 'unknown' from log messages

v22.10.1

16 Oct 08:58
ad7330a
Compare
Choose a tag to compare
  • Do not restart control container while it is still building (#60)