Skip to content

Releases: kubernetes-sigs/kustomize

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

kustomize/v5.4.3

19 Jul 16:52
d4248b1
Compare
Choose a tag to compare

Caution

The kustomize localize subcommand(this subcommand is now in the beta stage) now verifies the success of kustomize build when executed.
If you are using the missing manifests, maybe you failed to download them with the localize subcommand. Please use the --no-verify flag to skip validation steps.
#5544: Run kustomize build with kustomize localize and add a no-verify flag.

Fix Bugs

#5682: fix: include label in templates when adding by cli
#5689: Fix sortOptions removal when running edit command

chore

#5506: fix some comments
#5718: fix lint error in kustomizationfile_test.go

Dependencies

#5734: Update kyaml to v0.17.2
#5735: Update cmd/config to v0.14.2
#5736: Update api to v0.17.3

cmd/config/v0.14.2

19 Jul 15:54
4e52632
Compare
Choose a tag to compare

Dependencies

#5734: Update kyaml to v0.17.2

chore

#5506: fix some comments
#5707: fix:kustomize cfg grep with no arguments causes panic

api/v0.17.3

19 Jul 16:12
ddeb572
Compare
Choose a tag to compare

chore

#5506: fix some comments
#5693: fix: always show accumulation errors
#5699: chore: add deprecation comment to commonLabels
#5698: fix(namereference): add configuration for new admission API

Dependencies

#5734: Update kyaml to v0.17.2

kyaml/v0.17.1

22 May 14:23
e244b83
Compare
Choose a tag to compare

Dependencies

#5672: chore(deps): bump dependencies of kustomize + sync go workspace
#5680: chore: restore version for github.com/asaskevich/govalidator