Releases: kubernetes-sigs/kustomize
Releases · kubernetes-sigs/kustomize
kustomize/v4.5.3
Enhancements
97de780 Support expanding anchor tags (#4383)
26b9af0 Allow setting every array element in replacements (#4424)
d1d578c Support for multiple replacements in a single file (#4485)
Bug Fixes
7b0ec99 Retain quotes in namespace transformer filter (#4421)
cb80659 Preserve scalar types when using the replacement filter (#4494)
7a3c426 Fix image name parsing with tag and digest (#4406)
3421fcf bump dependency cobra to pick up latest vulnerability solution
cmd/config/v0.10.5
Update kyaml dependency.
api/v0.11.3
kustomize/v4.5.2
api/v0.11.2
kyaml/v0.13.3
kustomize/v4.5.1
kustomize/v4.5.0
Known issues
- This release contains a regression in the legacy sort order. Those using the legacy sort, i.e.
kustomize build
with--reorder
unset or explicitly set tolegacy
, are advised to skip this release. #4388 - #4455 Another regression, some HTTP urls are not working properly.
New enhancements
- New field in kustomization,
buildMetadata
. See docs here. - New command
kustomize edit add buildmetadata
(#4413) - Refactor the PrefixSuffixTransformer into separate prefix- and suffix transformers, enabling the user to use the PrefixTransformer or SuffixTransformer individually in the transformers field. (#4318)
kustomize build ...
now completes file paths on ZSH. (#4310)- New command
kustomize edit add generator
(#4361)
Deprecations
cmd/config/v0.10.4
32e13bd Pin to kyaml v0.13.3