This release includes 3 breaking changes for platform teams planning a safe upgrade.
Published 2mo
Containers & Orchestration
✓ No known CVEs patched
✓ No known CVEs patched in this version
Affected surfaces
breaking_upgrade
Summary
AI summaryUpdates Breaking Changes, Testing, and Improved across a mixed release.
Full changelog
[3.0.3] - March 30, 2026
Breaking Changes
- project migrated to the new
nuc-*dependency model with OCI-hosted subcharts - several previously embedded integration templates were removed from the root chart and are now expected to come from dedicated dependency subcharts
- values are now formally validated by
values.schema.json - the old list-based top-level values contract is no longer considered valid; object-based resource maps are now the supported format
Added
- added a formal
values.schema.jsondescribing the chart values contract - added
values.yaml.examplecovering all main template families - added a
Makefilefor local dependency management, linting, docs generation, smoke checks, and e2e execution - added helper scripts:
scripts/helm-deps.shscripts/helm-docs.sh
- added project documentation:
docs/AGENTS.mddocs/CONTRIBUTING.mddocs/DEPENDENCY.mddocs/TESTS.MDdocs/README.md.gotmpldocs/CODE_OF_CONDUCT.mddocs/SECURITY.md
- added a compatibility layer in
templates/_compat.tplto override helper behavior until the publishednuc-commondependency catches up - added first-class templates for:
PodDaemonSetNetworkPolicyPersistentVolume
- added unit, smoke, and end-to-end test suites
Changed
- templates reorganized from a flat layout into domain-based directories:
templates/workloads/templates/batch/templates/networking/templates/security/templates/storage/templates/observability/templates/rbac/templates/misc/
- root README fully rewritten and now generated via
helm-docs values.yamlreworked into a documented, family-based values contract- added
workloadModeto limit rendering to selected workload families:autodeploymentdaemonsetpodstatefulsetbatchjobcronjobhooknone
- introduced a centralized GitOps metadata layer:
gitops.commonLabelsgitops.commonAnnotationsgitops.argo.*gitops.flux.*- resource-level
gitopsoverrides
- values/schema model unified around reusable definitions:
baseWorkloadbaseWorkloadGeneral- specialized reusable definitions for workload, batch, and hook families
- top-level values schema moved away from generic
freeFormObject/objectMap/objectOrYamlMapreferences to named resource-family definitions
Improved
- rendering is now deterministic and GitOps-friendly:
generic.fullnameOverridegeneric.nameSuffixgeneric.deterministicNames
- improved Argo CD and Flux support with centralized labels and annotations
- containers and initContainers now support both
listandmapforms - improved shared pod-spec helper behavior for:
topologySpreadConstraintsrestartPolicystartupProbeserviceAccountNamehostAliasestolerationsaffinitypriorityClassNamednsPolicyimagePullSecrets- typed volumes and volume mounts
- improved batch resource support with:
CronJob.spec.timeZone- reusable batch/general schema definitions
- improved
StatefulSetservice behavior with automatic governing headless Service generation when no explicit Service is provided
Fixed
- removed non-deterministic rendering behavior that caused noisy GitOps diffs
- fixed fallback naming for unnamed containers and initContainers
- fixed helper compatibility gaps before the published
nuc-commonupdate - added
restartPolicysupport to the shared pod helper - improved backward compatibility coverage against previous release tags
Testing
- added unit coverage for:
- workloads
- batch resources
- services and ingress
- network policy
- configmaps and secrets
- PV/PVC
- HPA/PDB
- RBAC
- added smoke scenarios for:
- empty render
- schema validation
- rendering contract
- example render
- kubeconform validation
- added kind-based e2e installation tests covering readiness of the main rendered resources
Removed
- removed the old flat template layout from the chart root
- removed legacy sample manifests under
docs/samples/ - removed several embedded integration templates in favor of dependency-backed
nuc-*modules
What's Changed
- Fix typo by @hdclone in https://github.com/nixys/nxs-universal-chart/pull/74
- fix README miss spelling by @Keonik1 in https://github.com/nixys/nxs-universal-chart/pull/84
- Add Table of Contents for Readme by @matthewmrichter in https://github.com/nixys/nxs-universal-chart/pull/75
- Refactor tolerations rendering: simplify logic and add support for te… by @lanzmlt in https://github.com/nixys/nxs-universal-chart/pull/81
- feat: add VMServiceScrape support by @Tri0L in https://github.com/nixys/nxs-universal-chart/pull/89
- fix: quote hostname values in Ingress template to support wildcards by @Tri0L in https://github.com/nixys/nxs-universal-chart/pull/91
- feat: add podManagementPolicy for statefulSets by @rezaxd in https://github.com/nixys/nxs-universal-chart/pull/93
- Honor replicas: 0 in Deployments / Statefulset (use dig instead of default; nil-safe maps) by @wkoszycki in https://github.com/nixys/nxs-universal-chart/pull/90
- Render secretName in secret volumes by @GlacierWalrus in https://github.com/nixys/nxs-universal-chart/pull/87
- Pass $general env vars to init container by @GlacierWalrus in https://github.com/nixys/nxs-universal-chart/pull/88
- Various fixes by @GlacierWalrus in https://github.com/nixys/nxs-universal-chart/pull/94
- Add Release 3.0.3 by @RukInDaHouse in https://github.com/nixys/nxs-universal-chart/pull/95
New Contributors
- @hdclone made their first contribution in https://github.com/nixys/nxs-universal-chart/pull/74
- @Keonik1 made their first contribution in https://github.com/nixys/nxs-universal-chart/pull/84
- @matthewmrichter made their first contribution in https://github.com/nixys/nxs-universal-chart/pull/75
- @lanzmlt made their first contribution in https://github.com/nixys/nxs-universal-chart/pull/81
- @Tri0L made their first contribution in https://github.com/nixys/nxs-universal-chart/pull/89
- @rezaxd made their first contribution in https://github.com/nixys/nxs-universal-chart/pull/93
- @wkoszycki made their first contribution in https://github.com/nixys/nxs-universal-chart/pull/90
- @GlacierWalrus made their first contribution in https://github.com/nixys/nxs-universal-chart/pull/87
Full Changelog: https://github.com/nixys/nxs-universal-chart/compare/v2.8.3...v3.0.3
Breaking Changes
- Project migrated to the new `nuc-*` dependency model with OCI-hosted subcharts.
- Several previously embedded integration templates were removed from the root chart and are now expected to come from dedicated dependency subcharts.
- Old list-based top-level values contract is no longer considered valid; object‑based resource maps are now the supported format.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Nxs Universal Chart
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]