Skip to content

feat(values)!: support values merge on import#4601

Draft
brandtkeller wants to merge 7 commits intomainfrom
4584_values_merge_imports
Draft

feat(values)!: support values merge on import#4601
brandtkeller wants to merge 7 commits intomainfrom
4584_values_merge_imports

Conversation

@brandtkeller
Copy link
Member

Description

WIP

Related Issue

Fixes #4584

Relates to #

Checklist before merging

Signed-off-by: Brandt Keller <brandt.keller@defenseunicorns.com>
@netlify
Copy link

netlify bot commented Feb 11, 2026

Deploy Preview for zarf-docs canceled.

Name Link
🔨 Latest commit ab0482b
🔍 Latest deploy log https://app.netlify.com/projects/zarf-docs/deploys/69b33bae2f18ec00081cc2c3

@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

❌ Patch coverage is 34.54545% with 72 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/pkg/packager/load/import.go 27.50% 25 Missing and 4 partials ⚠️
src/pkg/packager/layout/assemble.go 11.53% 22 Missing and 1 partial ⚠️
src/pkg/packager/load/load.go 57.89% 7 Missing and 1 partial ⚠️
src/pkg/value/value.go 0.00% 7 Missing ⚠️
src/pkg/packager/dev.go 0.00% 3 Missing ⚠️
src/cmd/dev.go 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
src/api/v1alpha1/component.go 15.25% <ø> (ø)
src/pkg/packager/create.go 57.29% <100.00%> (+1.37%) ⬆️
src/pkg/packager/find_images.go 56.88% <100.00%> (+0.26%) ⬆️
src/pkg/packager/inspect.go 37.19% <100.00%> (+0.22%) ⬆️
src/pkg/packager/lint.go 67.85% <100.00%> (+1.19%) ⬆️
src/pkg/packager/publish.go 66.85% <100.00%> (+0.18%) ⬆️
src/cmd/dev.go 46.14% <0.00%> (-0.07%) ⬇️
src/pkg/packager/dev.go 0.00% <0.00%> (ø)
src/pkg/value/value.go 75.53% <0.00%> (-2.34%) ⬇️
src/pkg/packager/load/load.go 45.08% <57.89%> (+1.63%) ⬆️
... and 2 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@brandtkeller brandtkeller changed the title feat!(values): support values merge on import feat(values)!: support values merge on import Feb 26, 2026
Signed-off-by: Brandt Keller <brandt.keller@defenseunicorns.com>
Signed-off-by: Brandt Keller <brandt.keller@defenseunicorns.com>
Signed-off-by: Brandt Keller <brandt.keller@defenseunicorns.com>
Signed-off-by: Brandt Keller <brandt.keller@defenseunicorns.com>
Signed-off-by: Brandt Keller <brandt.keller@defenseunicorns.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Support transient package values during component import

1 participant