Skip to content

2.0.0-next.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 04:50
· 4 commits to next since this release

2.0.0-next.4 (2023-11-30)

Bug Fixes

  • added info log to list configs updated (31f1ca5)
  • added python3 to dockerfile install and updated dependency tests (b6db7e2)
  • caught edge case of no backups existing if it is first time creating config (6e92fdf)
  • corrected syntax issue in ark-sa-bootstrap (b85efc0)
  • fixed bug that stopped new configs being updated when CONFIG_ values changed (be8e4e3)
  • integrated new python config generation into ark-sa-bootstrap (8060e1a)
  • updated config_from_env_vars to main capitalization and remove spaces around = (ae9e790)

Features

  • configs are now backedup instead of overwritten, and removing CONFIG_ vars now also remove it from config (d204ee6)
  • created python script to extract env vars and convert to ini files (26745c4)
  • introduced MANUAL_CONFIG to control if config file generation should be used (3b72b1f)