Skip to content

Releases: kubernetes-sigs/kustomize

kustomize/v5.0.3

09 May 20:13
3cac844
Compare
Choose a tag to compare

This release reverts the regression with the helm plugin that was introduced in v5.0.2.

Built with go 1.19.9 to remove CVE vulnerabilities.

Changelog

#5164: Revert "Fix using same helm chart with different versions"

api/v0.13.4

09 May 19:46
fa57486
Compare
Choose a tag to compare

#5164: Revert "Fix using same helm chart with different versions"

kyaml/v0.14.2

05 May 19:30
5a3e920
Compare
Choose a tag to compare

#5096: prevent all uses of YAML aliases from being overwritten by a transformer
#5145: Add DeepCopy for ResourceMeta and ObjectMeta

kustomize/v5.0.2

05 May 20:36
ccdc148
Compare
Choose a tag to compare

Built with go 1.19.9 to resolve CVE vulnerabilities.

Known issues:

#5163: kustomize 5.0.2 breaks helmCharts w/ chartHome. We are in the process of reverting the breaking change and rereleasing kustomize. Users of the helmCharts plugin with local charts are advised to skip this release.

Changelog

#5159: pin to kyaml v0.14.2
#5160: pin to cmd/config v0.11.2
#5161: pin to api 0.13.3

cmd/config/v0.11.2

05 May 19:48
3abf916
Compare
Choose a tag to compare

#5159: pin to kyaml v0.14.2

api/v0.13.3

05 May 20:09
1e32152
Compare
Choose a tag to compare

#4999: Fix using same helm chart with different versions
#5074: Only strip surrounding quotes if there are at least two characters.
#5080: perf: Intersection: Avoid callid AllIds inside inner loop
#5099: Don't swallow helm execution errors
#5101: Fix unused error value
#5133: Only override name of core api version
#5159: pin to kyaml v0.14.2

kustomize/v5.0.1

14 Mar 01:41
39527da
Compare
Choose a tag to compare

Bug fixes

#5048: Fix a regression causing warning messages to be intermingled with Kustomize build output on stdout
#5073: Revert strict decoding of Kustomization files due to regression in anchor handling

Dependencies

#5088: Update kyaml to v0.14.1
#5089: Update cmd/config to v0.11.1
#5090: Update api to v0.13.2

cmd/config/v0.11.1

14 Mar 00:26
28a2a01
Compare
Choose a tag to compare

#5088: Update kyaml to v0.14.1

api/v0.13.2

14 Mar 01:06
efe1374
Compare
Choose a tag to compare

#5048: Fix a regression causing warning messages to be intermingled with Kustomize build output on stdout
#5073: Revert strict decoding of Kustomization files due to regression in anchor handling
#5088: Update kyaml to v0.14.1

kyaml/v0.14.1

13 Mar 23:23
4ffc861
Compare
Choose a tag to compare

#5058: perf: optimize Gvk.ApiVersion()