From 9e512a0277c0fd3051e957a632b2658177f3b8f3 Mon Sep 17 00:00:00 2001 From: Ben Ash Date: Mon, 27 Sep 2021 09:26:48 -0400 Subject: [PATCH] fix: include k8s-auth PR links in the changelog --- changelog/12633.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/12633.txt b/changelog/12633.txt index 7a48eb7d7bfbe..d8f16099ae756 100644 --- a/changelog/12633.txt +++ b/changelog/12633.txt @@ -1,3 +1,3 @@ ```release-note:feature -auth/kubernetes: Add ability to configure entity alias names based on the serviceaccount's namespace and name +auth/kubernetes: Add ability to configure entity alias names based on the serviceaccount's namespace and name. [#110](https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/110) [#112](https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/112) ```