diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ec68e4..c9438a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,46 @@ # Change Log +## [0.0.33] + +### Enhancements + +- use the adal library for spn when --legacy is specified by @weinong in https://github.com/Azure/kubelogin/pull/338 + +### Maintenance + +- Bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in https://github.com/Azure/kubelogin/pull/334 +- Add 1P client/server app IDs to docs by @rharpavat in https://github.com/Azure/kubelogin/pull/336 +- Update install.md by @torreymicrosoft in https://github.com/Azure/kubelogin/pull/342 +- Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in https://github.com/Azure/kubelogin/pull/347 +- Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.1 to 1.8.0 by @dependabot in https://github.com/Azure/kubelogin/pull/344 +- Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.3.0 to 1.4.0 by @dependabot in https://github.com/Azure/kubelogin/pull/346 +- Bump k8s.io/cli-runtime from 0.27.2 to 0.28.2 by @dependabot in https://github.com/Azure/kubelogin/pull/340 +- Bump k8s.io/cli-runtime from 0.28.2 to 0.28.3 by @dependabot in https://github.com/Azure/kubelogin/pull/351 +- Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in https://github.com/Azure/kubelogin/pull/349 +- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in https://github.com/Azure/kubelogin/pull/348 + +## New Contributors + +- @torreymicrosoft made their first contribution in https://github.com/Azure/kubelogin/pull/342 + +**Full Changelog**: https://github.com/Azure/kubelogin/compare/v0.0.32...v0.0.33 + ## [0.0.32] ### Enhancements -* Add PoP token support to interactive+spn get-token/convert-kubeconfig flows by @rharpavat in https://github.com/Azure/kubelogin/pull/319 +- Add PoP token support to interactive+spn get-token/convert-kubeconfig flows by @rharpavat in https://github.com/Azure/kubelogin/pull/319 ### Maintenance -* Fixed typo in top header for convert-kubeconfig documentation by @byk0t in https://github.com/Azure/kubelogin/pull/323 -* Bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in https://github.com/Azure/kubelogin/pull/315 -* Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 by @dependabot in https://github.com/Azure/kubelogin/pull/310 +- Fixed typo in top header for convert-kubeconfig documentation by @byk0t in https://github.com/Azure/kubelogin/pull/323 +- Bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in https://github.com/Azure/kubelogin/pull/315 +- Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 by @dependabot in https://github.com/Azure/kubelogin/pull/310 ## New Contributors -* @byk0t made their first contribution in https://github.com/Azure/kubelogin/pull/323 -* @rharpavat made their first contribution in https://github.com/Azure/kubelogin/pull/319 +- @byk0t made their first contribution in https://github.com/Azure/kubelogin/pull/323 +- @rharpavat made their first contribution in https://github.com/Azure/kubelogin/pull/319 **Full Changelog**: https://github.com/Azure/kubelogin/compare/v0.0.31...v0.0.32 @@ -27,10 +52,10 @@ ### Maintenance -- Bump k8s.io/apimachinery from 0.27.2 to 0.27.3 by @dependabot in https://github.com/Azure/kubelogin/pull/297 +- Bump k8s.io/apimachinery from 0.27.2 to 0.27.3 by @dependabot in https://github.com/Azure/kubelogin/pull/297 - Bump golang.org/x/crypto from 0.10.0 to 0.11.0 by @dependabot in https://github.com/Azure/kubelogin/pull/303 -- Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.0 to 1.6.1 by @dependabot in https://github.com/Azure/kubelogin/pull/292 -- Bump golang.org/x/crypto from 0.9.0 to 0.10.0 by @dependabot in https://github.com/Azure/kubelogin/pull/294 +- Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.0 to 1.6.1 by @dependabot in https://github.com/Azure/kubelogin/pull/292 +- Bump golang.org/x/crypto from 0.9.0 to 0.10.0 by @dependabot in https://github.com/Azure/kubelogin/pull/294 ### Doc Update @@ -112,67 +137,4 @@ - ignore docs and readme on some workflows by @weinong in https://github.com/Azure/kubelogin/pull/248 - Add reference to a context. by @Tatsinnit in https://github.com/Azure/kubelogin/pull/253 - How to install kubelogin with asdf tool manager by @daveneeley in https://github.com/Azure/kubelogin/pull/256 -- Update devicecode.md by @madhurgupta03 in https://github.com/Azure/kubelogin/pull/266 - -## New Contributors - -- @goostleek made their first contribution in https://github.com/Azure/kubelogin/pull/242 -- @daveneeley made their first contribution in https://github.com/Azure/kubelogin/pull/256 -- @cirvine-MSFT made their first contribution in https://github.com/Azure/kubelogin/pull/264 -- @madhurgupta03 made their first contribution in https://github.com/Azure/kubelogin/pull/266 - -**Full Changelog**: https://github.com/Azure/kubelogin/compare/v0.0.28...v0.0.29 - -## [0.0.28] - -### What's Changed - -- Create dependabot.yml by @bcho in https://github.com/Azure/kubelogin/pull/201 -- fix: set package ecosystem by @bcho in https://github.com/Azure/kubelogin/pull/203 -- document the default device code login doesn't work with conditional … by @weinong in https://github.com/Azure/kubelogin/pull/202 -- ci: remove snapstore publish step from push action by @bcho in https://github.com/Azure/kubelogin/pull/210 -- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in https://github.com/Azure/kubelogin/pull/209 -- Bump k8s.io/cli-runtime from 0.24.2 to 0.26.1 by @dependabot in https://github.com/Azure/kubelogin/pull/208 -- Bump github.com/Azure/go-autorest/autorest/adal from 0.9.21 to 0.9.22 by @dependabot in https://github.com/Azure/kubelogin/pull/204 -- Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in https://github.com/Azure/kubelogin/pull/213 -- Bump github.com/Azure/go-autorest/autorest from 0.11.27 to 0.11.28 by @dependabot in https://github.com/Azure/kubelogin/pull/212 -- Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 by @dependabot in https://github.com/Azure/kubelogin/pull/214 -- Bump golang.org/x/crypto from 0.0.0-20220722155217-630584e8d5aa to 0.6.0 by @dependabot in https://github.com/Azure/kubelogin/pull/211 -- Bump k8s.io/apimachinery from 0.26.1 to 0.26.2 by @dependabot in https://github.com/Azure/kubelogin/pull/217 -- Bump k8s.io/cli-runtime from 0.26.1 to 0.26.2 by @dependabot in https://github.com/Azure/kubelogin/pull/218 - -### New Contributors - -- @bcho made their first contribution in https://github.com/Azure/kubelogin/pull/201 -- @dependabot made their first contribution in https://github.com/Azure/kubelogin/pull/209 - -## [0.0.27] - -### Whats Changed - -- Added Binaries for windows/arm64 by @ssrahul96 in https://github.com/Azure/kubelogin/pull/195 -- update go-restful mod. by @Tatsinnit in https://github.com/Azure/kubelogin/pull/198 - -## [0.0.26] - -### Whats Changed - -- 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 -- Enable CodeQL Analysis. by @Tatsinnit in https://github.com/Azure/kubelogin/pull/179 -- Possible enhancement - Add changelog for this repo for automating release tags. ❤️☕️💡 by @Tatsinnit in https://github.com/Azure/kubelogin/pull/177 - -### Experimental Features - -- build: add support for Ubuntu snap package by @Exodus in https://github.com/Azure/kubelogin/pull/182 -- update workflow +- Update devicecode.md by @madhurgupta03 in https://github.com/Azu