Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](0.1.5...0.2.0) (2024-05-17)

### Bug Fixes

* update dependencies ([fefb32b](fefb32b))
* use raw project ID strings ([480c794](480c794))

### Features

* add option to provide projects list ([f4b2faa](f4b2faa)), closes [#5](#5)
* add option to specify custom auth plugin ([652de68](652de68))
* avoid duplication of items in yaml ([8f77c79](8f77c79))
* migrate UI to cobra and viper ([364d3fa](364d3fa))
* support splitting or updating existing KUBECONFIG file ([add7cd8](add7cd8))
* use the same user configuration for all contexts ([b48a75e](b48a75e))
  • Loading branch information
zebradil-bot committed May 17, 2024
1 parent eb11906 commit c18f238
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [0.2.0](https://github.com/Zebradil/gke-kubeconfiger/compare/0.1.5...0.2.0) (2024-05-17)


### Bug Fixes

* update dependencies ([fefb32b](https://github.com/Zebradil/gke-kubeconfiger/commit/fefb32b1ba03ea5fe90e752247ad04ea40020501))
* use raw project ID strings ([480c794](https://github.com/Zebradil/gke-kubeconfiger/commit/480c7946ce01017f91097d201fa381206610988b))


### Features

* add option to provide projects list ([f4b2faa](https://github.com/Zebradil/gke-kubeconfiger/commit/f4b2faa084d9b627c0ba35383f5b0cf3595a4a9e)), closes [#5](https://github.com/Zebradil/gke-kubeconfiger/issues/5)
* add option to specify custom auth plugin ([652de68](https://github.com/Zebradil/gke-kubeconfiger/commit/652de68bb71267afca16d51a80ab0a3f4bf55cc0))
* avoid duplication of items in yaml ([8f77c79](https://github.com/Zebradil/gke-kubeconfiger/commit/8f77c79b268ad8c78c6f28cf76dc2cd572c8e7fc))
* migrate UI to cobra and viper ([364d3fa](https://github.com/Zebradil/gke-kubeconfiger/commit/364d3fae213c28262f91234d7c8d2768b0ae4000))
* support splitting or updating existing KUBECONFIG file ([add7cd8](https://github.com/Zebradil/gke-kubeconfiger/commit/add7cd817a53db24bd4d74454cbb66b022f0979d))
* use the same user configuration for all contexts ([b48a75e](https://github.com/Zebradil/gke-kubeconfiger/commit/b48a75efb9827e96151b58d4059e23c2057a8b2e))

## [0.0.4](https://github.com/Zebradil/gke-kubeconfiger/compare/0.0.3...0.0.4) (2024-04-30)


Expand Down

0 comments on commit c18f238

Please sign in to comment.