From 3e83c8867e6a258dc1d1c9154a80b40763d68877 Mon Sep 17 00:00:00 2001 From: hbc Date: Sat, 2 Dec 2023 12:13:54 +0800 Subject: [PATCH] feat: add 0.0.34 release change log (#369) * feat: add 0.0.34 release change log --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9438a90..82237c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## [0.0.34] + +### Enhancements + +* feat(timeout): Implement customizable timeout for Azure CLI token ret… by @Aricg in https://github.com/Azure/kubelogin/pull/362 +* added github token support by @weinong in https://github.com/Azure/kubelogin/pull/366 +* added armv7 support by @weinong in https://github.com/Azure/kubelogin/pull/367 + +### Maintenance + +* bump golang to 1.21 by @weinong in https://github.com/Azure/kubelogin/pull/356 +* Bump k8s.io/klog/v2 from 2.100.1 to 2.110.1 by @dependabot in https://github.com/Azure/kubelogin/pull/357 +* Bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in https://github.com/Azure/kubelogin/pull/355 + +## New Contributors +* @Aricg made their first contribution in https://github.com/Azure/kubelogin/pull/362 + +**Full Changelog**: https://github.com/Azure/kubelogin/compare/v0.0.33...v0.0.34 + ## [0.0.33] ### Enhancements