Skip to content

Commit 9a06e27

Browse files
authored
fix version command (#738)
1 parent c1b57a6 commit 9a06e27

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/commands/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set -euf
44

55
version() {
6-
grep version "${SCRIPT_DIR}/../plugin.yaml" | cut -d'"' -f2
6+
grep version: "${SCRIPT_DIR}/../plugin.yaml" | cut -d'"' -f2
77
}

0 commit comments

Comments
 (0)