You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/content/docs/roadmap.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ Zarf Values and Go templating ([#3946](https://github.com/zarf-dev/zarf/issues/3
31
31
**Operator and deployer experience:**
32
32
33
33
-**Granular value overrides via `--set-values`** ([#4224](https://github.com/zarf-dev/zarf/issues/4224)): Adding a `--set-values` flag so operators can override individual value keys at deploy time using dot-notation (e.g. `--set-values=.registry.image=my-image`), providing Helm-style granularity without requiring a full values file.
34
-
-**Helm chart full-values passthrough** ([#4630](https://github.com/zarf-dev/zarf/issues/4630)): Improving the experience for package creators who want to allow deployers to override arbitrary Helm chart values without having to define explicit `sourcePath`/`targetPath` mappings for every key.
35
34
-**Early validation of undefined values** ([#4693](https://github.com/zarf-dev/zarf/issues/4693)): Zarf should detect missing required values before a deployment begins, rather than failing mid-deploy after components have already been applied.
36
35
37
36
**Package creator experience:**
@@ -123,4 +122,4 @@ Our feature lifecycle is defined as follows:
123
122
-**Alpha**: Experimental, subject to change or removal.
124
123
-**Beta**: Functionally complete but still evolving; documented with known caveats.
125
124
-**Stable**: Guaranteed backwards compatibility, robust documentation and testing.
126
-
-**Deprecated**: Marked for removal, with alternatives documented.
125
+
-**Deprecated**: Marked for removal, with alternatives documented.
0 commit comments