From 05c12eac285ff4beaecb046cee905f8a1e14cf5b Mon Sep 17 00:00:00 2001 From: team-modern-deployments-bot <124109055+team-modern-deployments-bot@users.noreply.github.com> Date: Fri, 28 Aug 2026 10:33:15 +1000 Subject: [PATCH 1/2] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ version.txt | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 031ff3f..5cd9a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.2.0](https://github.com/OctopusDeploy/create-release-buildkite-plugin/compare/v0.1.1...v0.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](https://github.com/OctopusDeploy/create-release-buildkite-plugin/commit/a6688fe657c5fbb0c33e2f65618a364572fb5fee)) + + +### Bug Fixes + +* correct version references in migration notes ([1dc2191](https://github.com/OctopusDeploy/create-release-buildkite-plugin/commit/1dc2191c46b0063b56c1cdbf898ac4adf44f20f6)) + ### [0.1.1](https://github.com/OctopusDeploy/create-release-buildkite-plugin/compare/v0.1.0...v0.1.1) (2022-02-21) diff --git a/version.txt b/version.txt index 17e51c3..0ea3a94 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.1 +0.2.0 From f271736005e115de32b91c83aa0af7d9f6a745ed Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Fri, 28 Aug 2026 00:33:22 +0000 Subject: [PATCH 2/2] chore: update README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d2c0f80..5f722f4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ steps: - OctopusDeploy/octopus-login#v1.0.0: server: "https://my.octopus.app" service_account_id: "d5de4670-4678-4c08-9479-09555cd6ccbb" - - OctopusDeploy/create-release#v0.1.1: + - OctopusDeploy/create-release#v0.2.0: project: "HelloWorld" ``` @@ -48,7 +48,7 @@ Incorporate the following step in your `pipeline.yml` to create a release in Oct steps: - label: ":octopus-deploy: Create a release in Octopus Deploy" plugins: - - OctopusDeploy/create-release#v0.1.1: + - OctopusDeploy/create-release#v0.2.0: api_key: "${MY_OCTOPUS_API_KEY}" project: "HelloWorld" server: "${MY_OCTOPUS_SERVER}" @@ -60,7 +60,7 @@ steps: steps: - label: ":octopus-deploy: Create a release in Octopus Deploy" plugins: - - OctopusDeploy/create-release#v0.1.1: + - OctopusDeploy/create-release#v0.2.0: api_key: "${MY_OCTOPUS_API_KEY}" project: "HelloWorld" release_number: "1.0.3" @@ -75,7 +75,7 @@ steps: steps: - label: ":octopus-deploy: Create a release in Octopus Deploy" plugins: - - OctopusDeploy/create-release#v0.1.1: + - OctopusDeploy/create-release#v0.2.0: api_key: "${MY_OCTOPUS_API_KEY}" git_ref: "main" project: "HelloWorld" @@ -91,7 +91,7 @@ steps: steps: - label: ":octopus-deploy: Create a release in Octopus Deploy" plugins: - - OctopusDeploy/create-release#v0.1.1: + - OctopusDeploy/create-release#v0.2.0: api_key: "${MY_OCTOPUS_API_KEY}" default_package_version: "1.0.1" project: "HelloWorld" @@ -105,7 +105,7 @@ steps: steps: - label: ":octopus-deploy: Create a release in Octopus Deploy" plugins: - - OctopusDeploy/create-release#v0.1.1: + - OctopusDeploy/create-release#v0.2.0: api_key: "${MY_OCTOPUS_API_KEY}" packages: - "StepA:1.0.1" @@ -121,7 +121,7 @@ steps: steps: - label: ":octopus-deploy: Create a release in Octopus Deploy" plugins: - - OctopusDeploy/create-release#v0.1.1: + - OctopusDeploy/create-release#v0.2.0: api_key: "${MY_OCTOPUS_API_KEY}" packages: - "StepA:Acme.Web:1.0.0"