Skip to content

Commit e04e76e

Browse files
authored
Drop #4630 from the commit list
Issue 4630 is not committed, but planned Signed-off-by: Jon Schulman <25127543+jonnyborbs@users.noreply.github.com>
1 parent 6915208 commit e04e76e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

site/src/content/docs/roadmap.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Zarf Values and Go templating ([#3946](https://github.com/zarf-dev/zarf/issues/3
3131
**Operator and deployer experience:**
3232

3333
- **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.
3534
- **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.
3635

3736
**Package creator experience:**
@@ -123,4 +122,4 @@ Our feature lifecycle is defined as follows:
123122
- **Alpha**: Experimental, subject to change or removal.
124123
- **Beta**: Functionally complete but still evolving; documented with known caveats.
125124
- **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

Comments
 (0)