Skip to content

Commit dc58419

Browse files
committed
fix: validate rendered Helm fixtures correctly
1 parent 8e4efa6 commit dc58419

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ repos:
9090
stages: [pre-commit]
9191
exclude: ^(vendor/|tests/test-cases/|tests/testdata/|tests/snapshots/|.*\.svg|website/src/components/Screengrabs/)
9292
- id: check-yaml
93-
exclude: ^(vendor/|tests/test-cases/|tests/testdata/|tests/snapshots/|tests/fixtures/)
93+
exclude: ^(vendor/|tests/test-cases/|tests/testdata/|tests/snapshots/|tests/fixtures/|examples/helm/components/helm/demo/templates/)
9494
args: [--allow-multiple-documents, --unsafe]
9595
- id: check-added-large-files
9696
stages: [pre-commit]

docs/fixes/2026-08-01-native-helm-release-lifecycle.md renamed to docs/fixes/2026-07-31-native-helm-release-lifecycle.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Native Helm release lifecycle
22

3-
**Date:** 2026-08-01
3+
**Date:** 2026-07-31
44

55
Native Helm cluster operations now expose Helm 4 wait, timeout, recovery,
66
history, hook, and CRD controls through stack configuration and explicit command
77
flags. Apply and delete dry runs now reach the Helm SDK without persisting release
8-
state, and caller cancellation propagates through direct and dependency-ordered
9-
execution.
8+
state. Caller cancellation propagates through direct and dependency-ordered
9+
execution into install and upgrade actions and into delete wait and hook phases;
10+
Helm 4 does not expose a context-aware uninstall request.
1011

1112
## Migration notes
1213

0 commit comments

Comments
 (0)