File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
77---
88
9+ ## [ 0.9.1] - 2025-12-03
10+
11+ ### Added
12+ * ** Helm Hook Support for Migration Job** - : enable recreation of the migration Job on every deployment
13+ - helm.sh/hook: pre-install,pre-upgrade — ensures the migration Job runs automatically during installs and upgrades
14+ - helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded — removes old migration Jobs to prevent immutable field errors
15+ - Eliminates upgrade failures caused by changes to spec.template in Kubernetes Jobs
16+
17+ ### Changed
18+ * ** Chart version** - Bumped to 0.9.1 for migration job fix
19+
920## [ 0.9.0] - 2025-11-05
1021
1122### Added
You can’t perform that action at this time.
0 commit comments