Skip to content

Latest commit

 

History

History
188 lines (88 loc) · 9.23 KB

CHANGELOG.md

File metadata and controls

188 lines (88 loc) · 9.23 KB

Changelog

3.0.5 (2023-04-20)

Bug Fixes

  • incorrectly error when server version is checked (cc3cf65)

3.0.4 (2023-02-06)

Bug Fixes

  • Fixed a bug with the capability API checks (#374) (ba5e15f)

3.0.3 (2023-01-31)

Bug Fixes

  • Updated client library to get better error messages capabilities and required Octopus version (072c13b)

3.0.2 (2022-12-23)

Bug Fixes

  • Added release notes file back in, as trying to pass large data through action outputs isn't practical (#367) (f4b624a)

3.0.1 (2022-12-19)

Bug Fixes

3.0.0 (2022-12-13)

⚠ BREAKING CHANGES

  • Update action to use the native API client

Features

  • Update action to use the native API client (982b7d4)

Bug Fixes

2.1.0 (2022-11-03)

Features

  • bump dependencies (6cdf8b5)
  • Update runner dependencies to Node 16 (0ab7db0)

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)

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)

1.2.0 (2022-07-01)

Features

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

1.1.4 (2022-06-28)

Features

Bug Fixes

Miscellaneous Chores

1.1.3 (2022-05-04)

Bug Fixes

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

1.1.2 (2022-02-28)

Bug Fixes

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

1.1.1 (2021-09-17)

Features

Bug Fixes

  • trimmed input from multiline inputs (282dd50)

Miscellaneous Chores

1.1.0 (2021-09-15)

Features

  • added support for packages input (2bf1c08)

Bug Fixes

1.0.6 (2021-08-12)

Bug Fixes

  • updated tests to return valid results (3172be8)

Miscellaneous Chores

1.0.4 (2021-07-21)

Bug Fixes

  • updated input variables (c38c573)

1.0.3 (2021-07-16)

Bug Fixes