Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Aug 07:01

0.2.0 (2026-08-28)

⚠ BREAKING CHANGES

  • api_key now takes the API key itself rather than the name of an environment variable to eval. what_if, packages_folder and package_prerelease are rejected, because the octopus CLI has no equivalent and silently ignoring them would change what a build does. config_file, log_level, timeout, proxy, proxy_username, proxy_password and ignore_ssl_errors warn and are ignored. OCTOPUS_CLI_SERVER and OCTOPUS_CLI_API_KEY are no longer read.

Features

  • migrate from the retired octo CLI to the octopus CLI (a6688fe)

Bug Fixes

  • correct version references in migration notes (1dc2191)