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)