Skip to content

Releases: OctopusDeploy/create-release-action

v2.0.1

18 Jul 04:02
6590af3
Compare
Choose a tag to compare

2.0.1 (2022-07-18)

Bug Fixes

  • Environment variables from the GitHub action context were not passed through to the underlying Octopus CLI (d43577d), closes #318
  • StdError and the process exit code returned by the CLI are now shown in Github Action runs (d43577d)

v2.0.0

13 Jul 05:22
2df86df
Compare
Choose a tag to compare

2.0.0 (2022-07-13)

⚠ BREAKING CHANGES

  • The action now has an output release_number, which returns the Release Number assigned by the Octopus server. You can use this for future steps in your workflow if you would like to do additional things with the release.
  • The action would previously ignore errors from the underlying Octopus CLI. These are now correctly reported through the action.
  • Release 2.0

Features

  • Release 2.0 (e04cfc9)
  • The action now has an output release_number, which returns the Release Number assigned by the Octopus server. You can use this for future steps in your workflow if you would like to do additional things with the release. (e04cfc9)
  • The action now supports loading some options from environment variables: OCTOPUS_HOST, OCTOPUS_API_KEY, OCTOPUS_PROXY, OCTOPUS_PROXY_USERNAME, OCTOPUS_PROXY_PASSWORD, OCTOPUS_SPACE. Action inputs remain supported. (e04cfc9)

Bug Fixes

  • The action would previously ignore errors from the underlying Octopus CLI. These are now correctly reported through the action. (e04cfc9)

v1.2.0

01 Jul 04:28
1b82e86
Compare
Choose a tag to compare

1.2.0 (2022-07-01)

Features

  • added multiple input support for tenants, tenant tags, and variables (#260) (04615c8)

v1.1.4

28 Jun 07:21
24a605b
Compare
Choose a tag to compare

1.1.4 (2022-06-28)

Features

Bug Fixes

Miscellaneous Chores

v1.1.3

04 May 09:04
b75aa0c
Compare
Choose a tag to compare

1.1.3 (2022-05-04)

Bug Fixes

  • updated deprecation message to fix typo (18bd3d3)
  • updated reference (75d67a3)

create-release-action v1.1.2

28 Feb 22:04
a746356
Compare
Choose a tag to compare

Bug Fixes

  • --guidedFailure flag set to 'false' is evaluated as boolean true (789ffc8)

create-release-action v1.1.1

17 Sep 23:32
c524a18
Compare
Choose a tag to compare

Features

Bug Fixes

  • trimmed input from multiline inputs (282dd50)

Miscellaneous Chores

create-release-action v1.1.0

15 Sep 00:13
b74abb1
Compare
Choose a tag to compare

Features

  • added support for packages input (2bf1c08)

Bug Fixes

create-release-action v1.0.6

12 Aug 01:29
4068071
Compare
Choose a tag to compare

Bug Fixes

  • updated tests to return valid results (3172be8)

Miscellaneous Chores

create-release-action v1.0.4

21 Jul 08:40
3b343d9
Compare
Choose a tag to compare

Bug Fixes

  • updated input variables (c38c573)