Skip to content

Releases: DefangLabs/defang-github-action

v2.1.0 expose allow-upgrade option

27 Mar 17:07
99bad9e

Choose a tag to compare

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

13 Mar 23:35
f416775

Choose a tag to compare

What's Changed

  • Batch config variable setting in action.yaml by @lionello in #43 Requires at least CLI v2.10

Full Changelog: v1.5...v2.0.0

v1.5.0

07 Mar 00:33
048fda4

Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.1

25 Feb 02:26

Choose a tag to compare

  • 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

28 Jan 03:12
d628b54

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.0

v1.3.2

21 Jan 19:01
827ecca

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

Run whoami from project directory

20 Jan 00:14
fa9e43c

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

Add support for stacks

07 Jan 18:39
5bb8aa7

Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.3.0

Handle YAML booleans for verbose flag

28 Nov 19:52
cddc845

Choose a tag to compare

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

28 Oct 16:51
35be153

Choose a tag to compare

Merge pull request #28 from DefangLabs/jordan/verbose-mode

add support for verbose mode