Skip to content

Releases: Azure/kubelogin

v0.1.3 release

23 Apr 00:06
308f968
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2 release

19 Apr 01:55
3509182
Compare
Choose a tag to compare

Maintenance

Full Changelog: v0.1.1...v0.1.2

v0.1.1 release

23 Feb 20:27
26e4412
Compare
Choose a tag to compare

Enhancements

  • Adds Azure Developer CLI (azd) as a new login method by @wbreza in #398
  • Add PoP token support for ROPC flow by @rharpavat in #412

Maintenance

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0 release

28 Dec 19:13
0fcd072
Compare
Choose a tag to compare

Enhancements

  • [library usage] Move modules under pkg to pkg/internal by @bcho in #376
  • [library usage] Update module version usages by @bcho in #377
  • [library usage] Refine internal token types by @bcho in #379
  • [library usage] Implement library token provider by @bcho in #380
  • [library usage] fix: downgrade required go version to 1.20 by @bcho in #386

Maintenance

Full Changelog: v0.0.34...v0.1.0

v0.0.34 release

02 Dec 09:58
3e83c88
Compare
Choose a tag to compare

Enhancements

  • feat(timeout): Implement customizable timeout for Azure CLI token ret… by @Aricg in #362
  • added github token support by @weinong in #366
  • added armv7 support by @weinong in #367

Maintenance

v0.0.33 release

26 Oct 15:47
441bb55
Compare
Choose a tag to compare

Enhancements

  • use the adal library for spn when --legacy is specified by @weinong in #338

Maintenance

v0.0.32 release

06 Sep 22:21
88d7ecd
Compare
Choose a tag to compare

Enhancements

  • Add PoP token support to interactive+spn get-token/convert-kubeconfig flows by @rharpavat in #319

Maintenance

  • Fixed typo in top header for convert-kubeconfig documentation by @byk0t in #323
  • Bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in #315
  • Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 by @dependabot in #310

v0.0.31 release

19 Jul 15:51
e5dd891
Compare
Choose a tag to compare

Enhancements

Maintenance

  • Bump k8s.io/apimachinery from 0.27.2 to 0.27.3 by @dependabot in #297
  • Bump golang.org/x/crypto from 0.10.0 to 0.11.0 by @dependabot in #303
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.0 to 1.6.1 by @dependabot in #292
  • Bump golang.org/x/crypto from 0.9.0 to 0.10.0 by @dependabot in #294

Doc Update

  • docs: Use asdf-plugins index instead of hard coded repo #298
  • Add chocolatey installation instructions #299

New Contributors

Full Changelog: v0.0.30...v0.0.31

v0.0.30 release

07 Jun 00:35
f9291df
Compare
Choose a tag to compare

Enhancements

  • added verbose logging in convert-kubeconfig by @weinong in #272
  • Adding installHint field to kubeconfigs that have been converted to the exec format by @cirvine-MSFT in #282

Maintenance

  • Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.1.1 to 1.5.0 by @dependabot in #249
  • Bump github.com/AzureAD/microsoft-authentication-library-for-go from 0.9.0 to 1.0.0 by @dependabot in #259
  • Bump k8s.io/cli-runtime from 0.26.3 to 0.27.1 by @dependabot in #262
  • Bump github.com/Azure/go-autorest/autorest from 0.11.28 to 0.11.29 by @dependabot in #273
  • add unit tests for manualtoken_test.go by @khareyash05 in #268
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.5.0 to 1.6.0 by @dependabot in #274
  • Bump golang.org/x/crypto from 0.8.0 to 0.9.0 by @dependabot in #277
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.2.2 to 1.3.0 by @dependabot in #278
  • Bump k8s.io/apimachinery from 0.27.1 to 0.27.2 by @dependabot in #283
  • Bump k8s.io/cli-runtime from 0.27.1 to 0.27.2 by @dependabot in #285
  • Azidentity migration for service principal token by @ekoehn in #287
  • update go to address CVE by @weinong in #290

Doc Update

New Contributors

Full Changelog: v0.0.29...v0.0.30

v0.0.29 release

02 May 00:24
1dd14d9
Compare
Choose a tag to compare

Enhancements

  • add --context support in convert subcommand by @weinong in #260
  • return error when specified context is not found by @weinong in #261
  • add --azure-config-dir in convert-kubeconfig subcommand by @weinong in #263

Maintenance

Doc Update