Skip to content

Releases: kubernetes-sigs/kustomize

kyaml/v0.19.0

14 Jan 14:12
880a7a0
Compare
Choose a tag to compare

Announce

This release introduces a unified internal package version (v0.19.0) across the entire kustomize repository.
ref. #5800

Dependencies

#5825: Update to latest kube-opeapi to drop govalidator dependency
#5830: downgrade go-difflib and go-spew to tagged releases

kustomize/v5.6.0

14 Jan 15:32
95db4aa
Compare
Choose a tag to compare

Announce

This release introduces a unified internal package version (v0.19.0) across the entire kustomize repository.
ref. #5800

Chore

#5809: fix: "edit add labels" make labels handle -f flag same as commonLabels

Dependencies

#5825: Update to latest kube-opeapi to drop govalidator dependency
#5830: downgrade go-difflib and go-spew to tagged releases
#5837: Update kyaml to v0.19.0
#5839: Update cmd/config to v0.19.0
#5840: Update api to v0.19.0

cmd/config/v0.19.0

14 Jan 14:41
ce667b7
Compare
Choose a tag to compare

Caution

This release of cmd/config module skipped a few versions(v0.15.0 -> v0.19.0) to unify each pkg version in the kustomize repo.
ref. #5800

Announce

This release introduces a unified internal package version (v0.19.0) across the entire kustomize repository.

Dependencies

#5825: Update to latest kube-opeapi to drop govalidator dependency
#5830: downgrade go-difflib and go-spew to tagged releases
#5837: Update kyaml to v0.19.0

api/v0.19.0

14 Jan 14:53
b69e765
Compare
Choose a tag to compare

Announce

This release introduces a unified internal package version (v0.19.0) across the entire kustomize repository.
ref. #5800

Chore

#5810: Better error message on undefined loader behavior.

Dependencies

#5825: Update to latest kube-opeapi to drop govalidator dependency
#5830: downgrade go-difflib and go-spew to tagged releases
#5837: Update kyaml to v0.19.0

kyaml/v0.18.1

09 Oct 12:19
01cce4f
Compare
Choose a tag to compare

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

09 Oct 13:17
afe7793
Compare
Choose a tag to compare

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

09 Oct 12:36
e2967cf
Compare
Choose a tag to compare

chore

#5763: Update go 1.22.7
#5768: Remove starlark support
#5781: Update kyaml to v0.18.1

api/v0.18.0

09 Oct 12:58
faccc12
Compare
Choose a tag to compare

Breaking change

#5768: Remove starlark support

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

#5781: Update kyaml to v0.18.1
#5763: Update go 1.22.7

kyaml/v0.18.0

09 Oct 12:10
2cd9a2e
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: kustomize/v5.4.3...kyaml/v0.18.0

kyaml/v0.17.2

19 Jul 15:26
1a41303
Compare
Choose a tag to compare

chore

#5413: chore(docs): fix grammar error in comment
#5506: fix some comments