Skip to content

Latest commit

 

History

History
159 lines (109 loc) · 8.82 KB

CHANGELOG.md

File metadata and controls

159 lines (109 loc) · 8.82 KB

Change Log

[0.0.34]

Enhancements

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

Maintenance

  • bump golang to 1.21 by @weinong in Azure#356
  • Bump k8s.io/klog/v2 from 2.100.1 to 2.110.1 by @dependabot in Azure#357
  • Bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in Azure#355

New Contributors

  • @Aricg made their first contribution in Azure#362

Full Changelog: https://github.com/Azure/kubelogin/compare/v0.0.33...v0.0.34

[0.0.33]

Enhancements

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

Maintenance

  • Bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in Azure#334
  • Add 1P client/server app IDs to docs by @rharpavat in Azure#336
  • Update install.md by @torreymicrosoft in Azure#342
  • Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in Azure#347
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.1 to 1.8.0 by @dependabot in Azure#344
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.3.0 to 1.4.0 by @dependabot in Azure#346
  • Bump k8s.io/cli-runtime from 0.27.2 to 0.28.2 by @dependabot in Azure#340
  • Bump k8s.io/cli-runtime from 0.28.2 to 0.28.3 by @dependabot in Azure#351
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in Azure#349
  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in Azure#348

New Contributors

  • @torreymicrosoft made their first contribution in Azure#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 Azure#319

Maintenance

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

New Contributors

  • @byk0t made their first contribution in Azure#323
  • @rharpavat made their first contribution in Azure#319

Full Changelog: https://github.com/Azure/kubelogin/compare/v0.0.31...v0.0.32

[0.0.31]

Enhancements

  • upgrade klog from v1 to v2 by @peterbom in Azure#306

Maintenance

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

Doc Update

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

New Contributors

  • @peterbom made their first contribution in Azure#306
  • @sechmann made their first contribution in Azure#298
  • @moredatapls made their first contribution in Azure#299

Full Changelog: https://github.com/Azure/kubelogin/compare/v0.0.30...v0.0.31

[0.0.30]

Enhancements

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

Maintenance

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

Doc Update

  • update doc for v0.0.29 by @weinong in Azure#270

New Contributors

  • @khareyash05 made their first contribution in Azure#268
  • @ekoehn made their first contribution in Azure#287

Full Changelog: https://github.com/Azure/kubelogin/compare/v0.0.29...v0.0.30

[0.0.29]

Enhancements

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

Maintenance

  • Enable Code Cov for this repo. by @Tatsinnit in Azure#229
  • Bump golang.org/x/crypto from 0.6.0 to 0.7.0 by @dependabot in Azure#230
  • Bump k8s.io/client-go from 0.26.2 to 0.26.3 by @dependabot in Azure#234
  • Feature/addtests by @Tatsinnit in Azure#238
  • Bump k8s.io/cli-runtime from 0.26.2 to 0.26.3 by @dependabot in Azure#237
  • Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in Azure#245
  • Bump golang.org/x/crypto from 0.7.0 to 0.8.0 by @dependabot in Azure#250
  • Add codecov badge to this repo. by @Tatsinnit in Azure#252
  • Bump k8s.io/apimachinery from 0.26.3 to 0.27.1 by @dependabot in Azure#257
  • Bump k8s.io/client-go from 0.26.3 to 0.27.1 by @dependabot in Azure#258
  • Fix merge conflicts and breaking changes in PR 221 by @cirvine-MSFT in Azure#264
  • Fix merge conflicts in PR 232 updating adal from 0.9.22 to 0.9.23 by @cirvine-MSFT in Azure#265

Doc Update

  • refactor windows install doc by @weinong in Azure#233
  • adding github pages by @weinong in Azure#241
  • added inline toc by @weinong in Azure#244
  • Document scoop installation option by @goostleek in Azure#242
  • revamp the website by @weinong in Azure#246
  • update readme and docs by @weinong in Azure#247
  • ignore docs and readme on some workflows by @weinong in Azure#248
  • Add reference to a context. by @Tatsinnit in Azure#253
  • How to install kubelogin with asdf tool manager by @daveneeley in Azure#256
  • Update devicecode.md by @madhurgupta03 in https://github.com/Azu