Releases: kubernetes-sigs/kustomize
kyaml/v0.18.1
This is a patch release of kyaml that was created due to a defect in the release process.
Please check https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml%2Fv0.18.0
kustomize/v5.5.0
Breaking change
A starlark support for krm functions was removed to cleanup dependencies. #5768
This feature was deprecated 3 years ago and removed because there was no desire to continue using it.
#5768 (comment)
Feature
#5751: Add --helm-debug
Flag to Kustomize for Enhanced Helm Debugging
Fix Bugs
#5458: Sort built-in Namespace kind before CRDs with the same name
#5745: Add Annotation to Control Inline List Conversion in Kustomize Resources"
Dependencies
#5763: Update go 1.22.7
#5781: Update kyaml to v0.18.1
#5782: Update cmd/config to v0.15.0
#5783: Update api to v0.18.0
cmd/config/v0.15.0
api/v0.18.0
kyaml/v0.18.0
Breaking change
A starlark support for krm functions was removed to cleanup dependencies. #5768
This feature was deprecated long ago and removed because there was no desire to continue using it.
#5768 (comment)
What's Changed
- docs: update patchMultipleObject example to filter with labelSelector by @johnzheng1975 in #5700
- Remove misleading documentation about config generation by @VannTen in #5716
- Sort built-in Namespace kind before CRDs with the same name by @danielwilsonkainos in #5458
- Docs: fix kubectl command by @Kavinjsir in #5760
- Add Annotation to Control Inline List Conversion in Kustomize Resources" by @isarns in #5745
- Add
--helm-debug
Flag to Kustomize for Enhanced Helm Debugging by @isarns in #5751 - Update go 1.22.7 by @koba1t in #5763
- Remove starlark support by @dims in #5768
New Contributors
- @johnzheng1975 made their first contribution in #5700
- @VannTen made their first contribution in #5716
- @danielwilsonkainos made their first contribution in #5458
- @Kavinjsir made their first contribution in #5760
- @isarns made their first contribution in #5745
Full Changelog: kustomize/v5.4.3...kyaml/v0.18.0
kyaml/v0.17.2
kustomize/v5.4.3
Caution
The kustomize localize
subcommand(this subcommand is now in the beta
stage) now verifies the success of kustomize build
when executed.
If you are using the missing manifests, maybe you failed to download them with the localize
subcommand. Please use the --no-verify
flag to skip validation steps.
#5544: Run kustomize build with kustomize localize and add a no-verify flag.
Fix Bugs
#5682: fix: include label in templates when adding by cli
#5689: Fix sortOptions removal when running edit command
chore
#5506: fix some comments
#5718: fix lint error in kustomizationfile_test.go
Dependencies
#5734: Update kyaml to v0.17.2
#5735: Update cmd/config to v0.14.2
#5736: Update api to v0.17.3