Skip to content

Latest commit

 

History

History
108 lines (50 loc) · 4.85 KB

CHANGELOG.md

File metadata and controls

108 lines (50 loc) · 4.85 KB

Changelog

3.2.1 (2024-02-04)

Bug Fixes

  • deps: pin dependencies (acebfc6)
  • deps: update dependency @actions/core to v1.10.1 (819a294)

3.2.0 (2023-12-14)

Features

3.1.0 (2023-08-30)

Features

  • Adds support for authenticating with access token (#304) (bfe787c)

3.0.3 (2023-02-06)

Bug Fixes

  • Fixed a bug with the capability API checks (#299) (3f4b34d)

3.0.2 (2023-01-31)

Bug Fixes

  • Updated client library to get capability checks and better information on required Octopus version (c95a407)

3.0.1 (2023-01-11)

Bug Fixes

  • Fixed issue with serialization of prompted variable values (#294) (8a35c76)

3.0.0 (2022-12-13)

⚠ BREAKING CHANGES

  • Updated action to use the native API client

Features

  • Updated action to use the native API client (959a89a)

Bug Fixes

2.1.0 (2022-11-04)

Features

2.0.1 (2022-07-18)

Bug Fixes

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

2.0.0 (2022-07-14)

⚠ BREAKING CHANGES

  • v2 (#250)

Features

Bug Fixes

  • added missing input test values (d6aecfd)

1.1.0 (2022-05-26)

Features

  • implemented support for multiple input values (20d2ac7)

1.0.1 (2021-09-18)

Bug Fixes

  • added missing input test values (d6aecfd)