From 584497114d74eca24f55f078befb11d8955bb0ba Mon Sep 17 00:00:00 2001 From: Weinong Wang Date: Wed, 8 Feb 2023 16:55:45 -0800 Subject: [PATCH] publish v0.0.26 (#190) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 978d237f..43c12d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ - Add support of env var convention used by azure sdk by @weinong in https://github.com/Azure/kubelogin/pull/174 - update release archives to omit unnecessary file by @weinong in https://github.com/Azure/kubelogin/pull/176 +### Bug fixes + +- fix/release tagging by Tatsinnit in https://github.com/Azure/kubelogin/pull/189 ### Doc Update + - update doc with interactive login index by @weinong in https://github.com/Azure/kubelogin/pull/175 - Go-report and cli flare addition. by @Tatsinnit in https://github.com/Azure/kubelogin/pull/178 - Add go reference for this repo. by @Tatsinnit in https://github.com/Azure/kubelogin/pull/181