From 6e0d8f4105430bfbf0aa3f4f8be4643cdd9bc024 Mon Sep 17 00:00:00 2001 From: team-modern-deployments-bot <124109055+team-modern-deployments-bot@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:00:57 +1000 Subject: [PATCH 1/2] chore(main): release 6.5.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72924e16..fd29e17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.5.0](https://github.com/OctopusDeploy/Octopus-TeamCity/compare/v6.4.2...v6.5.0) (2026-07-03) + + +### Features + +* Warn when OIDC build feature is missing or misconfigured ([#209](https://github.com/OctopusDeploy/Octopus-TeamCity/issues/209)) ([5880907](https://github.com/OctopusDeploy/Octopus-TeamCity/commit/588090775e8697ec161b2accac436f800408fa77)) + + +### Bug Fixes + +* Remove stored inline creds on save when a connection is selected ([#207](https://github.com/OctopusDeploy/Octopus-TeamCity/issues/207)) ([567ca26](https://github.com/OctopusDeploy/Octopus-TeamCity/commit/567ca26c8df79b4542a4c11d859e610a06def671)) + ## [6.4.2](https://github.com/OctopusDeploy/Octopus-TeamCity/compare/v6.4.1...v6.4.2) (2026-06-17) From 893a2b84fe3e37b5ef6908fb3e725f9a90a7bfe7 Mon Sep 17 00:00:00 2001 From: Matt Richardson Date: Sat, 4 Jul 2026 13:27:50 +1000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd29e17d..e3c7f756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Features +* Allow specification of API Key source (inline, parameter, or oidc plugin) ([#205](https://github.com/OctopusDeploy/Octopus-TeamCity/pull/205)) ([401a10d](https://github.com/OctopusDeploy/Octopus-TeamCity/commit/401a10d2562ec2feca405726512be5dbad9a3dde)) * Warn when OIDC build feature is missing or misconfigured ([#209](https://github.com/OctopusDeploy/Octopus-TeamCity/issues/209)) ([5880907](https://github.com/OctopusDeploy/Octopus-TeamCity/commit/588090775e8697ec161b2accac436f800408fa77))