File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 4.7.6] - 2026-04-04
11+
1012### Fixes
1113- fix: add ` HELM_SECRETS_CMD_TRACE=0 ` opt-out to skip ` @echo on ` in ` run.cmd ` and prevent stdout corruption on Windows when ` HELM_DEBUG=1 ` (#705 )
14+ - fix: helm secrets -v outputs --version option description in addition to version number (#738 )
1215
1316## [ 4.7.5] - 2026-01-09
1417
@@ -411,7 +414,8 @@ Started a fork of https://github.com/zendesk/helm-secrets
411414- Verbose output is now on stderr
412415- Support all helm sub commands and plugins
413416
414- [ Unreleased ] : https://github.com/kroepke/helm-secrets/compare/v4.7.5...HEAD
417+ [ Unreleased ] : https://github.com/kroepke/helm-secrets/compare/v4.7.6...HEAD
418+ [ 4.7.6 ] : https://github.com/kroepke/helm-secrets/compare/v4.7.5...v4.7.6
415419[ 4.7.5 ] : https://github.com/kroepke/helm-secrets/compare/v4.7.4...v4.7.5
416420[ 4.7.4 ] : https://github.com/kroepke/helm-secrets/compare/v4.7.3...v4.7.4
417421[ 4.7.3 ] : https://github.com/kroepke/helm-secrets/compare/v4.7.2...v4.7.3
Original file line number Diff line number Diff line change 33set -euf
44
55version () {
6- grep version " ${SCRIPT_DIR} /../plugin.yaml" | cut -d' "' -f2
6+ grep version: " ${SCRIPT_DIR} /../plugin.yaml" | cut -d' "' -f2
77}
You can’t perform that action at this time.
0 commit comments