github.com/Azure/kubelogin
v0.2.19
Azure/kubelogin
What this package is like to depend on
Last release 9 days ago
14 Aug 2026
Ships fairly regularly
a new release about every 3 weeks
Rarely documented
notes for 10 of 64 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
139 releases · first in 2020
24 releases in the last 12 months
see the full history below
Release timeline
139 releases · Mar 2020 to Aug 2026Releases
latest 60 of 139-
v0.2.20-0.20260814180309-66784961ef4414 Aug 2026 pre-releaseNothing published for this version
-
v0.2.20-0.20260721230200-afbb62fffb1921 Jul 2026 pre-releaseNothing published for this version
-
v0.2.1923 Jun 2026Release notes
Open source →What's Changed
- Add optional Azure CLI subscription selection via
--subscription(-s) by @Copilot in #767 - Return errors when cache cleanup fails by πάθει κόσμος (@pathei-kosmos) in #760
Maintenance
- Bump golang.org/x/crypto to v0.52.0 and Go to 1.26.4 by @Copilot in #781
- Bump MSAL Go v1.4.2→v1.7.2 and azidentity v1.8.0→v1.14.0 to use form_post response mode by default for AcquireTokenInteractive by Vineeth Thumma (@vineeth-thumma) in #778
- Bump softprops/action-gh-release from 3.0.0 to 3.0.1 by Dependabot (@dependabot)[bot] in #779
- Bump actions/checkout from 6.0.3 to 7.0.0 by Dependabot (@dependabot)[bot] in #777
- Bump mindsers/changelog-reader-action from 2.2.2 to 2.4.0 by Dependabot (@dependabot)[bot] in #775
- Bump docker/login-action from 3.0.0 to 4.2.0 by Dependabot (@dependabot)[bot] in #774
- Bump golangci/golangci-lint-action from 8.0.0 to 9.2.1 by Dependabot (@dependabot)[bot] in #773
- Bump docker/build-push-action from 5.1.0 to 7.2.0 by Dependabot (@dependabot)[bot] in #772
- Bump actions/upload-artifact from 4 to 7 by Dependabot (@dependabot)[bot] in #771
- Bump softprops/action-gh-release from 1 to 3 by Dependabot (@dependabot)[bot] in #770
- Bump mukunku/tag-exists-action from 1.6.0 to 1.7.0 by Dependabot (@dependabot)[bot] in #769
- Bump codecov/codecov-action from 6.0.1 to 7.0.0 by Dependabot (@dependabot)[bot] in #768
- Bump actions/checkout from 3.6.0 to 6.0.3 by Dependabot (@dependabot)[bot] in #766
- Bump actions/setup-go from 4.1.0 to 6.4.0 by Dependabot (@dependabot)[bot] in #765
- Bump peaceiris/actions-gh-pages from 3.9.3 to 4.1.0 by Dependabot (@dependabot)[bot] in #764
- Bump actions/download-artifact from 4 to 8 by Dependabot (@dependabot)[bot] in #763
- Bump peter-evans/create-pull-request from 5 to 8 by Dependabot (@dependabot)[bot] in #759
- Bump codecov/codecov-action from 5.1.2 to 6.0.1 by Dependabot (@dependabot)[bot] in #758
- Bump docker/setup-buildx-action from 3.0.0 to 4.1.0 by Dependabot (@dependabot)[bot] in #757
- Bump actions/dependency-review-action from 2.5.1 to 5.0.0 by Dependabot (@dependabot)[bot] in #756
New Contributors
- πάθει κόσμος (@pathei-kosmos) made their first contribution in #760
Full Changelog: v0.2.18...v0.2.19
- Add optional Azure CLI subscription selection via
-
v0.2.1830 May 2026Release notes
Open source →What's Changed
- Add kubelogin-version.txt as a release asset to avoid GitHub API rate limits by @Copilot in #749
Maintenance
- Bump kubelogin build toolchain pins to Go 1.26.3 for CVE-2026-27137 remediation by @Copilot in #753
- Update README with official Azure kubelogin sources by hbc (@bcho) in #751
Full Changelog: v0.2.17...v0.2.18
-
v0.2.18-0.20260430211506-c2258086e22330 Apr 2026 pre-releaseNothing published for this version
-
v0.2.1709 Apr 2026Release notes
Open source →Bug Fixes
- fix: add cross-process lock around cache.New to prevent macOS keychain race by Weinong Wang (@weinong) in #744
Maintenance
- chore: upgrade Go toolchain from 1.24 to 1.25.9 by @Copilot in #745
Full Changelog: v0.2.16...v0.2.17
-
v0.2.17-0.20260320174353-5868949ef7fc20 Mar 2026 pre-releaseNothing published for this version
-
v0.2.1610 Mar 2026Release notes
Open source →Maintenance
- Bump Go to 1.24.13 to address CVE-2025-68121, CVE-2025-61726, CVE-2025-61728, CVE-2025-61730 by @Copilot in #741
Full Changelog: v0.2.15...v0.2.16
-
v0.2.1520 Feb 2026Release notes
Open source →Bug Fixes
- PoP token flow crash with nil pointer in cache.Replace when running non-root by Vineeth Thumma (@vineeth-thumma) in #736
Enhancements
- feat: automate CHANGELOG.md generation for releases by @Copilot in #737
Full Changelog: v0.2.14...v0.2.15
-
v0.2.1406 Jan 2026Release notes
Open source →Maintenance
- Bump Go to 1.24.11 and golangci-lint to v2.7.2 to address CVE-2025-61727 and CVE-2025-61729 by @Copilot in #731
Full Changelog: v0.2.13...v0.2.14
-
v0.2.1320 Nov 2025Release notes
Open source →What's Changed
- Mention PEM support for client certificates by Ian Rodney (@ijrsvt) in #717
- added winget publish actions by Weinong Wang (@weinong) in #718
- Fix PoP token keychain storage conflict by fangluguomsft in #723
- docs(installation): add alternative mise installation method by Jean-Yves LENHOF (@jylenhof) in #724
Maintenance
- Bump Go to 1.24.9 to address stdlib CVEs by @Copilot in #726
- Bump golang.org/x/crypto from 0.40.0 to 0.45.0 by Dependabot (@dependabot)[bot] in #727
New Contributors
- Ian Rodney (@ijrsvt) made their first contribution in #717
- fangluguomsft made their first contribution in #723
- Jean-Yves LENHOF (@jylenhof) made their first contribution in #724
Full Changelog: v0.2.12...v0.2.13
-
v0.2.13-0.20251120064936-4e190a4c140b20 Nov 2025 pre-releaseNothing published for this version
-
v0.2.13-0.20251114052014-1f3bcca1ad4a14 Nov 2025 pre-releaseNothing published for this version
-
v0.2.13-0.20251027111158-5d4ba838185027 Oct 2025 pre-releaseNothing published for this version
-
v0.2.1216 Oct 2025Release notes
Open source →What's Changed
- Support Azure Pipelines Environment Variables for AzurePipelinesCredential by @Copilot in #713
- [PoP token Cache] Fallback to no caching when encrypted cache creation fails by Vineeth Thumma (@vineeth-thumma) in #715
Full Changelog: v0.2.11...v0.2.12
-
v0.2.1110 Oct 2025 -
v0.2.11-0.20250717004605-54644c97584017 Jul 2025 pre-releaseNothing published for this version
-
v0.2.1016 Jul 2025Release notes
Open source →What's Changed
- Add Docker Image Build and Publish Workflow by @Copilot in #680
- Fix Docker registry name case issue in GitHub Actions workflow by @Copilot in #682
Maintenance
- Fix CVE-2025-22871 and CVE-2025-22868: Update Go version and security dependencies by @Copilot in #678
New Contributors
- @Copilot made their first contribution in #678
Full Changelog: v0.2.9...v0.2.10
-
v0.2.925 Jun 2025Nothing published for this version
-
v0.2.9-0.20250514153842-c22fb2bf48f814 May 2025 pre-releaseNothing published for this version
-
v0.2.9-0.20250426005128-aac3f20f3a9226 Apr 2025 pre-releaseNothing published for this version
-
v0.2.825 Apr 2025Nothing published for this version
-
v0.2.721 Mar 2025Nothing published for this version
-
v0.2.619 Mar 2025Nothing published for this version
-
v0.2.6-0.20250319202200-e1da6511eead19 Mar 2025 pre-releaseNothing published for this version
-
v0.2.519 Mar 2025Nothing published for this version
-
v0.2.419 Mar 2025Nothing published for this version
-
v0.2.318 Mar 2025Nothing published for this version
-
v0.2.214 Mar 2025Nothing published for this version
-
v0.2.114 Mar 2025Nothing published for this version
-
v0.2.1-0.20250314043930-bbb3ffc5677914 Mar 2025 pre-releaseNothing published for this version
-
v0.2.014 Mar 2025Nothing published for this version
-
v0.1.911 Mar 2025Nothing published for this version
-
v0.1.9-0.20250220000853-f31e3a51eb7820 Feb 2025 pre-releaseNothing published for this version
-
v0.1.830 Jan 2025Nothing published for this version
-
v0.1.730 Jan 2025Nothing published for this version
-
v0.1.7-0.20250122233125-76f17d0a8d6e22 Jan 2025 pre-releaseNothing published for this version
-
v0.1.7-0.20250107213403-2cd42fbb1a4d07 Jan 2025 pre-releaseNothing published for this version
-
v0.1.613 Dec 2024Nothing published for this version
-
v0.1.6-0.20241203014339-b1245d8ea22903 Dec 2024 pre-releaseNothing published for this version
-
v0.1.502 Dec 2024Nothing published for this version
-
v0.1.5-0.20241202181213-7e3d2249ebc302 Dec 2024 pre-releaseNothing published for this version
-
v0.1.5-0.20241106211412-d3cc69c9d78406 Nov 2024 pre-releaseNothing published for this version
-
v0.1.5-0.20241007232536-ae4b42a770c307 Oct 2024 pre-releaseNothing published for this version
-
v0.1.5-0.20240917233014-22d3285f5d9417 Sep 2024 pre-releaseNothing published for this version
-
v0.1.5-0.20240831012221-cabc5a9ca49831 Aug 2024 pre-releaseNothing published for this version
-
v0.1.5-0.20240807231508-86e8fbaf695a07 Aug 2024 pre-releaseNothing published for this version
-
v0.1.405 Jul 2024Nothing published for this version
-
v0.1.4-0.20240705195024-aed62b00778205 Jul 2024 pre-releaseNothing published for this version
-
v0.1.323 Apr 2024Nothing published for this version
-
v0.1.3-0.20240423000448-308f96875c0223 Apr 2024 pre-releaseNothing published for this version
-
v0.1.3-0.20240420011750-38dcb82019dd20 Apr 2024 pre-releaseNothing published for this version
-
v0.1.219 Apr 2024Nothing published for this version
-
v0.1.2-0.20240419014717-3509182dcb7619 Apr 2024 pre-releaseNothing published for this version
-
v0.1.123 Feb 2024Nothing published for this version
-
v0.1.1-0.20240223200736-26e44121432223 Feb 2024 pre-releaseNothing published for this version
-
v0.1.1-0.20240206044724-a6824d85cf3006 Feb 2024 pre-releaseNothing published for this version
-
v0.1.1-0.20240123180816-4c8a6b26e8fc23 Jan 2024 pre-releaseNothing published for this version
-
v0.1.1-0.20240123010447-8d55d74afed023 Jan 2024 pre-releaseNothing published for this version
-
v0.1.1-0.20231229233604-2b43d04d1a5729 Dec 2023 pre-releaseNothing published for this version