Skip to content

Commit 7e3d224

Browse files
authored
v0.1.5 release (#563)
1 parent 8d6ce2f commit 7e3d224

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Change Log
22

3+
## [0.1.5]
4+
5+
### Enhancements
6+
7+
* support of environment variable KUBECACHEDIR #500 by @jjournet in https://github.com/Azure/kubelogin/pull/501
8+
* Use AZURE_CONFIG_DIR in kubelogin command example by @tspearconquest in https://github.com/Azure/kubelogin/pull/522
9+
* fix: fix fallback to Git tag if VCS is unavailable by @maxbrunet in https://github.com/Azure/kubelogin/pull/530
10+
* Expose MSAL PoP for Consistent CSP Integration by @JorgeDaboub in https://github.com/Azure/kubelogin/pull/542
11+
12+
### Maintenance
13+
14+
* Bump ossf/scorecard-action from 2.0.6 to 2.4.0 by @dependabot in https://github.com/Azure/kubelogin/pull/498
15+
* Bump golang.org/x/crypto from 0.24.0 to 0.25.0 by @dependabot in https://github.com/Azure/kubelogin/pull/490
16+
* Bump golang.org/x/crypto from 0.25.0 to 0.26.0 by @dependabot in https://github.com/Azure/kubelogin/pull/505
17+
* Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in https://github.com/Azure/kubelogin/pull/543
18+
* Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.6.0 to 1.8.0 by @dependabot in https://github.com/Azure/kubelogin/pull/534
19+
* Preemptive fix for the breaking GH Action. by @Tatsinnit in https://github.com/Azure/kubelogin/pull/546
20+
21+
### New Contributors
22+
23+
* @jjournet made their first contribution in https://github.com/Azure/kubelogin/pull/501
24+
* @tspearconquest made their first contribution in https://github.com/Azure/kubelogin/pull/522
25+
* @maxbrunet made their first contribution in https://github.com/Azure/kubelogin/pull/530
26+
* @JorgeDaboub made their first contribution in https://github.com/Azure/kubelogin/pull/542
27+
28+
**Full Changelog**: https://github.com/Azure/kubelogin/compare/v0.1.4...v0.1.5
29+
330
## [0.1.4]
431

532
### Maintenance

0 commit comments

Comments
 (0)