From 846d60ff093ffa0b317fb43ceea681faaf310d0e Mon Sep 17 00:00:00 2001 From: chanchalkhatri19 Date: Fri, 30 Jan 2026 07:10:11 +0000 Subject: [PATCH 1/2] docs: fix malformed markdown links in v1.2.0 release notes Signed-off-by: chanchalkhatri19 --- docs/releases/v1.2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/v1.2.0.md b/docs/releases/v1.2.0.md index 3751217ae4..44e576eace 100644 --- a/docs/releases/v1.2.0.md +++ b/docs/releases/v1.2.0.md @@ -38,7 +38,7 @@ Server-to-server authentication tokens issued from a TokenManager (specifically, ### Kubernetes -Added support for `oidc` as an auth provider for kubernetes authentication and added an optional `oidcTokenProvider` config value. This will allow users to authenticate to kubernetes clusters using ID tokens obtained from the configured auth provider in their Backstage instance. Contributed by @dbravovmw(https://github.com/dbravovmw). #11328(https://github.com/backstage/backstage/pull/11328) +Added support for `oidc` as an auth provider for kubernetes authentication and added an optional `oidcTokenProvider` config value. This will allow users to authenticate to kubernetes clusters using ID tokens obtained from the configured auth provider in their Backstage instance. Contributed by [@dbravovmw](https://github.com/dbravovmw). [#11328](https://github.com/backstage/backstage/pull/11328) ### Misc From d404e3efe8dd6092463eb183e2ad12098700de1b Mon Sep 17 00:00:00 2001 From: chanchalkhatri Date: Fri, 30 Jan 2026 19:57:52 +0530 Subject: [PATCH 2/2] Update docs/releases/v1.2.0.md Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: chanchalkhatri --- docs/releases/v1.2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/v1.2.0.md b/docs/releases/v1.2.0.md index 44e576eace..c4e0879071 100644 --- a/docs/releases/v1.2.0.md +++ b/docs/releases/v1.2.0.md @@ -38,7 +38,7 @@ Server-to-server authentication tokens issued from a TokenManager (specifically, ### Kubernetes -Added support for `oidc` as an auth provider for kubernetes authentication and added an optional `oidcTokenProvider` config value. This will allow users to authenticate to kubernetes clusters using ID tokens obtained from the configured auth provider in their Backstage instance. Contributed by [@dbravovmw](https://github.com/dbravovmw). [#11328](https://github.com/backstage/backstage/pull/11328) +Added support for `oidc` as an auth provider for kubernetes authentication and added an optional `oidcTokenProvider` config value. This will allow users to authenticate to kubernetes clusters using ID tokens obtained from the configured auth provider in their Backstage instance. Contributed by [@dbravovmw](https://github.com/dbravovmw) in [#11328](https://github.com/backstage/backstage/pull/11328) ### Misc