3.0.5 (2023-04-20)
- incorrectly error when server version is checked (cc3cf65)
3.0.4 (2023-02-06)
3.0.3 (2023-01-31)
- Updated client library to get better error messages capabilities and required Octopus version (072c13b)
3.0.2 (2022-12-23)
- 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)
- updated dependencies (9085cc2)
3.0.0 (2022-12-13)
- Update action to use the native API client
- Update action to use the native API client (982b7d4)
- updated dependencies (c10ca9e)
2.1.0 (2022-11-03)
2.0.1 (2022-07-18)
- 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)
- 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
- 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)
- 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)
1.1.4 (2022-06-28)
- updated README (63d0581)
- release 1.1.4 (f2bcab1)
1.1.3 (2022-05-04)
1.1.2 (2022-02-28)
- --guidedFailure flag set to 'false' is evaluated as boolean true (789ffc8)
1.1.1 (2021-09-17)
- updated tests (505b877)
- trimmed input from multiline inputs (282dd50)
- release 1.1.1 (fcaee1a)
1.1.0 (2021-09-15)
- added support for packages input (2bf1c08)
- updated error handling (3a1aa24)
1.0.6 (2021-08-12)
- updated tests to return valid results (3172be8)
1.0.4 (2021-07-21)
- updated input variables (c38c573)