v0.59.0 - 2023-05-24
- Add an option for Terraform involved commands (release, deploy, destroy, setup) to set
TF_LOG
level.
v0.58.0 - 2023-03-22
- Fix volume in use error during release command (#43)
v0.57.0 - 2023-02-17
-
Fix terraform providers upload during release command (#33)
WARNING!
Using terraform 0.13.x image version is not recommended anymore for cdflow2.
Please upgrade to 0.14 or newer otherwise you will see increased build times when running 'release' command.
v0.56.0 - 2023-01-25
- Create infra directory if not exists before using terraform container (#34)
- Fix docker registry parsing (#35)
- Remove container volumes automatically (#38)
- Deprecate quiet global argument (#37)
It's not used anywhere in the code, so currently doesn't do anything, please remove from commands.
v0.55.0 - 2023-01-11
- Fix unknow option handling in commands (#32)
v0.54.0 - 2023-01-04
- Unify missing argument handling (#31)
v0.53.1 - 2022-12-15
- Disable CGO for release binary (#30)
v0.53.0 - 2022-12-14
- Add Datadog monitoring (#28)
- Fix panic when release env map nil (#29)
v0.52.1 - 2022-11-25
- Fix global state loading for init command (#27)
v0.52.0 - 2022-11-23
- Create init command (#26)
Docs: https://developer-preview.acuris.com/opensource/cdflow2/commands/init
v0.51.0 - 2022-11-09
- Set container terminal width/height based on host settings for shell command interactive mode (#25)