github Azure/kubelogin v0.2.0
v0.2.0 release

latest release: v0.2.1
pre-release3 hours ago

What's Changed

  • rewrote token implementation and added official cache support by @weinong in #608
    This change includes breaking change so that the minor version is bumped:
    • Previous caching implementation is removed. Now we are using caching provided by azidentity. This also means any credential flows not implemented by azidentity will not have any caching. Notably, interactive with pop, device code with legacy and ropc with pop will NOT have cache.
    • The binary is now built with CGO enabled to allow secure token caching on the host

Maintenance

Full Changelog: v0.1.9...v0.2.0

Don't miss a new kubelogin release

NewReleases is sending notifications on new releases.