From 122b2e639fd48b6bd2655957e82c539d83ced5df Mon Sep 17 00:00:00 2001 From: Jonas-Taha El Sesiy Date: Thu, 1 Aug 2024 21:22:14 -0700 Subject: [PATCH] Update changelog for v0.12.1 release --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87fe8cb..024d1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.12.1](https://github.com/elsesiy/kubectl-view-secret/tree/0.12.1) (2024-08-02) + +[Full Changelog](https://github.com/elsesiy/kubectl-view-secret/compare/v0.12.0...0.12.1) + +**Closed issues:** + +- Add support for impersonating groups with flag [\#42](https://github.com/elsesiy/kubectl-view-secret/issues/42) + +**Merged pull requests:** + +- Bump dependencies & fix formatting [\#46](https://github.com/elsesiy/kubectl-view-secret/pull/46) ([elsesiy](https://github.com/elsesiy)) +- Ease copy past of install command [\#45](https://github.com/elsesiy/kubectl-view-secret/pull/45) ([Ph0tonic](https://github.com/Ph0tonic)) +- Issue-42 Adding support for impersonating groups with flag --as-group [\#43](https://github.com/elsesiy/kubectl-view-secret/pull/43) ([pratikkumar-mohite](https://github.com/pratikkumar-mohite)) + ## [v0.12.0](https://github.com/elsesiy/kubectl-view-secret/tree/v0.12.0) (2024-02-25) [Full Changelog](https://github.com/elsesiy/kubectl-view-secret/compare/v0.11.0...v0.12.0)