Skip to content

Commit a8fa26f

Browse files
authored
Merge pull request #238 from chartmuseum/release/v0.11.1
Release v0.11.1
2 parents 6f8c6c2 + 81ec8a9 commit a8fa26f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.11.1
4+
5+
### Fixes
6+
- **Fix plugin manifest compatibility for Helm v3 and v4** — ship `plugin.yaml` in Helm 3 (legacy) format so both versions can parse it; the install hook swaps to the Helm 4 manifest when needed (#234, #235, #237)
7+
8+
### Tests
9+
- Add plugin manifest compatibility tests that validate YAML against both Helm v3 and v4 parsing logic, preventing future regressions
10+
311
## v0.11.0
412

513
### Breaking Changes

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "cm-push"
2-
version: "0.11.0"
2+
version: "0.11.1"
33
usage: "Please see https://github.com/chartmuseum/helm-push for usage"
44
description: "Push chart package to ChartMuseum"
55
command: "$HELM_PLUGIN_DIR/bin/helm-cm-push"

testdata/plugin-helm3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "cm-push"
2-
version: "0.11.0"
2+
version: "0.11.1"
33
usage: "Please see https://github.com/chartmuseum/helm-push for usage"
44
description: "Push chart package to ChartMuseum"
55
command: "$HELM_PLUGIN_DIR/bin/helm-cm-push"

testdata/plugin-helm4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "cm-push"
2-
version: "0.11.0"
2+
version: "0.11.1"
33
apiVersion: v1
44
type: cli/v1
55
runtime: subprocess

0 commit comments

Comments
 (0)