Skip to content

Releases: kubernetes-sigs/kustomize

kyaml/v0.13.4

24 Mar 19:58
e864072
Compare
Choose a tag to compare

7b0ec99 Retain quotes in namespace transformer filter (#4421)
97de780 Support expanding anchor tags (#4383)
fn framework: Enable validation using openAPI schema for functionConfig (#4467)
26b9af0 Allow setting every array element in replacements (#4424)

kustomize/v4.5.3

24 Mar 21:02
de6b978
Compare
Choose a tag to compare

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

24 Mar 20:14
c4d3810
Compare
Choose a tag to compare

Update kyaml dependency.

api/v0.11.3

24 Mar 20:33
c5ff592
Compare
Choose a tag to compare

cb80659 Preserve scalar types when using the replacement filter (#4494)
d1d578c Support for multiple replacements in a single file (#4485)
7a3c426 Fix image name parsing with tag and digest (#4406)

kustomize/v4.5.2

10 Feb 00:15
9091919
Compare
Choose a tag to compare

2f17803 Fix regression: Support for pseudo git HTTP urls in the git cloner had broken in 59c82659 (#4453)
b73dfe7 Remove exclude statements from kustomize module (#4387)

api/v0.11.2

09 Feb 23:09
00a9c59
Compare
Choose a tag to compare

2f17803 Fix regression: Support for pseudo git HTTP urls in the git cloner had broken in 59c82659 (#4453)

kyaml/v0.13.3

02 Feb 18:35
fcfd30c
Compare
Choose a tag to compare

a86723c Fix regression #4388, which changed the order produced by Gvk.IsLessThan. (#4445)

kustomize/v4.5.1

02 Feb 19:40
746bd18
Compare
Choose a tag to compare

Known issues:

  • #4455 A regression, some HTTP urls are not working properly.

a86723c Fix regression #4388 (introduced in kustomize 4.5.0), which changed the order of resources produced by kustomize build. (#4445)

kustomize/v4.5.0

02 Feb 00:30
6759176
Compare
Choose a tag to compare

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 to legacy, 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

  • 2554d69 Deprecate enable-managedby-label flag in favor of a field (#4377)

cmd/config/v0.10.4

02 Feb 18:44
28b3e9f
Compare
Choose a tag to compare

32e13bd Pin to kyaml v0.13.3