Skip to content

Latest commit

 

History

History
165 lines (75 loc) · 7.05 KB

CHANGELOG.md

File metadata and controls

165 lines (75 loc) · 7.05 KB

Changelog

3.2.1 (2024-02-04)

Bug Fixes

  • deps: pin dependencies (df4c18d)
  • deps: update dependency @actions/core to v1.10.1 (eb605c3)

3.2.0 (2023-12-14)

Features

3.1.0 (2023-08-30)

Features

  • Adds support for authenticating with access token (#305) (0292ab7)

3.0.4 (2023-02-23)

Bug Fixes

  • space lookups for > 30 spaces (a496244)
  • url encoding in space names (3f43723)

3.0.3 (2023-01-31)

Bug Fixes

  • updated user-agent value (70b9a85)

3.0.2 (2022-12-19)

Bug Fixes

Miscellaneous Chores

3.0.1 (2022-12-16)

Bug Fixes

  • failed package push outcome reported (1519d62)

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 (bfb8b66)

Bug Fixes

2.2.0 (2022-11-04)

Features

2.1.0 (2022-07-26)

Features

2.0.1 (2022-07-19)

Bug Fixes

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

2.0.0 (2022-07-14)

⚠ BREAKING CHANGES

  • remove unused inputs

Features

Bug Fixes

  • fix bug where we'd add the wrong parameter when a log level has been specified (68b5334)

Code Refactoring

1.2.1 (2022-06-27)

Bug Fixes

1.2.0 (2022-06-27)

Features

  • Updated build pipeline and process (0423898)

1.1.2 (2022-04-11)

Bug Fixes

  • updated logic to fix use_delta_compression bug (b40ba56)

1.1.1 (2021-09-17)

Bug Fixes

  • updated action YAML configuration (ac96b74)

1.1.0 (2021-09-15)

Features

  • added multiline support for packages (1134249)

Bug Fixes

  • added boolean defaults for testing (e6be1ed)
  • replaced use of forEach (b549384)

1.0.2 (2021-07-16)

Miscellaneous Chores