Releases: DefangLabs/defang-github-action
Releases · DefangLabs/defang-github-action
v2.1.0 expose allow-upgrade option
This minor release adds a new option allow-upgrade with which you control whether Defang uses the latest released version of the CD image. By default, Defang will keep using the version of the CD image that was previously used to deploy the project. This requires Defang CLI v3.4.0 or newer.
Full Changelog: v2.0...v2.1.0
v2.0.0
What's Changed
Full Changelog: v1.5...v2.0.0
v1.5.0
What's Changed
- allow configuring project name from github action by @jordanstephens in #41
Full Changelog: v1.4.1...v1.5.0
v1.4.1
- Add an action output that contains the captured stdout
Full Changelog: v1.4.0...v1.4.1
v1.4.0: Add support for config-vars-init-random
What's Changed
- print a github settings url to set missing config vars by @jordanstephens in #37
- avoid repeatedly installing defang by @jordanstephens in #39
Full Changelog: v1.3.2...v1.4.0
v1.3.2
What's Changed
- Remove default value for provider by @raphaeltm in #34
Full Changelog: v1.3.1...v1.3.2
Run whoami from project directory
What's Changed
- run login and whoami from working directory by @jordanstephens in #33
Full Changelog: v1.3.0...v1.3.1
Add support for stacks
Handle YAML booleans for verbose flag
This is a patch release to allow all YAML booleans to be correctly interpreted. This is relevant for the verbose option added in v1.2.2
v1.2.2 Add support for verbose mode
Merge pull request #28 from DefangLabs/jordan/verbose-mode add support for verbose mode