Skip to content

Commit

Permalink
0.0.33 release (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
weinong committed Oct 26, 2023
1 parent 2bce1c3 commit 441bb55
Showing 1 changed file with 35 additions and 73 deletions.
108 changes: 35 additions & 73 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,46 @@
# Change Log

## [0.0.33]

### Enhancements

- use the adal library for spn when --legacy is specified by @weinong in https://github.com/Azure/kubelogin/pull/338

### Maintenance

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

## New Contributors

- @torreymicrosoft made their first contribution in https://github.com/Azure/kubelogin/pull/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 https://github.com/Azure/kubelogin/pull/319
- Add PoP token support to interactive+spn get-token/convert-kubeconfig flows by @rharpavat in https://github.com/Azure/kubelogin/pull/319

### Maintenance

* Fixed typo in top header for convert-kubeconfig documentation by @byk0t in https://github.com/Azure/kubelogin/pull/323
* Bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in https://github.com/Azure/kubelogin/pull/315
* Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 by @dependabot in https://github.com/Azure/kubelogin/pull/310
- Fixed typo in top header for convert-kubeconfig documentation by @byk0t in https://github.com/Azure/kubelogin/pull/323
- Bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in https://github.com/Azure/kubelogin/pull/315
- Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 by @dependabot in https://github.com/Azure/kubelogin/pull/310

## New Contributors

* @byk0t made their first contribution in https://github.com/Azure/kubelogin/pull/323
* @rharpavat made their first contribution in https://github.com/Azure/kubelogin/pull/319
- @byk0t made their first contribution in https://github.com/Azure/kubelogin/pull/323
- @rharpavat made their first contribution in https://github.com/Azure/kubelogin/pull/319

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

Expand All @@ -27,10 +52,10 @@

### Maintenance

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

### Doc Update

Expand Down Expand Up @@ -112,67 +137,4 @@
- ignore docs and readme on some workflows by @weinong in https://github.com/Azure/kubelogin/pull/248
- Add reference to a context. by @Tatsinnit in https://github.com/Azure/kubelogin/pull/253
- How to install kubelogin with asdf tool manager by @daveneeley in https://github.com/Azure/kubelogin/pull/256
- Update devicecode.md by @madhurgupta03 in https://github.com/Azure/kubelogin/pull/266

## New Contributors

- @goostleek made their first contribution in https://github.com/Azure/kubelogin/pull/242
- @daveneeley made their first contribution in https://github.com/Azure/kubelogin/pull/256
- @cirvine-MSFT made their first contribution in https://github.com/Azure/kubelogin/pull/264
- @madhurgupta03 made their first contribution in https://github.com/Azure/kubelogin/pull/266

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

## [0.0.28]

### What's Changed

- Create dependabot.yml by @bcho in https://github.com/Azure/kubelogin/pull/201
- fix: set package ecosystem by @bcho in https://github.com/Azure/kubelogin/pull/203
- document the default device code login doesn't work with conditional … by @weinong in https://github.com/Azure/kubelogin/pull/202
- ci: remove snapstore publish step from push action by @bcho in https://github.com/Azure/kubelogin/pull/210
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in https://github.com/Azure/kubelogin/pull/209
- Bump k8s.io/cli-runtime from 0.24.2 to 0.26.1 by @dependabot in https://github.com/Azure/kubelogin/pull/208
- Bump github.com/Azure/go-autorest/autorest/adal from 0.9.21 to 0.9.22 by @dependabot in https://github.com/Azure/kubelogin/pull/204
- Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in https://github.com/Azure/kubelogin/pull/213
- Bump github.com/Azure/go-autorest/autorest from 0.11.27 to 0.11.28 by @dependabot in https://github.com/Azure/kubelogin/pull/212
- Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 by @dependabot in https://github.com/Azure/kubelogin/pull/214
- Bump golang.org/x/crypto from 0.0.0-20220722155217-630584e8d5aa to 0.6.0 by @dependabot in https://github.com/Azure/kubelogin/pull/211
- Bump k8s.io/apimachinery from 0.26.1 to 0.26.2 by @dependabot in https://github.com/Azure/kubelogin/pull/217
- Bump k8s.io/cli-runtime from 0.26.1 to 0.26.2 by @dependabot in https://github.com/Azure/kubelogin/pull/218

### New Contributors

- @bcho made their first contribution in https://github.com/Azure/kubelogin/pull/201
- @dependabot made their first contribution in https://github.com/Azure/kubelogin/pull/209

## [0.0.27]

### Whats Changed

- Added Binaries for windows/arm64 by @ssrahul96 in https://github.com/Azure/kubelogin/pull/195
- update go-restful mod. by @Tatsinnit in https://github.com/Azure/kubelogin/pull/198

## [0.0.26]

### Whats Changed

- Add support of env var convention used by azure sdk by @weinong in https://github.com/Azure/kubelogin/pull/174
- update release archives to omit unnecessary file by @weinong in https://github.com/Azure/kubelogin/pull/176

### Bug fixes

- fix/release tagging by Tatsinnit in https://github.com/Azure/kubelogin/pull/189

### Doc Update

- update doc with interactive login index by @weinong in https://github.com/Azure/kubelogin/pull/175
- Go-report and cli flare addition. by @Tatsinnit in https://github.com/Azure/kubelogin/pull/178
- Add go reference for this repo. by @Tatsinnit in https://github.com/Azure/kubelogin/pull/181
- Enable CodeQL Analysis. by @Tatsinnit in https://github.com/Azure/kubelogin/pull/179
- Possible enhancement - Add changelog for this repo for automating release tags. ❤️☕️💡 by @Tatsinnit in https://github.com/Azure/kubelogin/pull/177

### Experimental Features

- build: add support for Ubuntu snap package by @Exodus in https://github.com/Azure/kubelogin/pull/182
- update workflow
- Update devicecode.md by @madhurgupta03 in https://github.com/Azu

0 comments on commit 441bb55

Please sign in to comment.