Skip to content

kustomize/v5.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 20:22
· 258 commits to master since this release
e71072b

This is a patch of kustomize v5.2.0 and should fix the directory formatting issues in its assets.

Release notes from v5.2.0 (Delta from v5.1.1)

Currently, Kustomize has already resolved that block on releasing for Windows and Darwin ARM(#5220). Now, We can release those architecture binaries.

New Features for kustomize build

  • patches accept a patch file with multiple patches(#5194)
  • Add support for OCI based helm repos(#5167)

New Features for kustomize edit subcommands

#4486: add: "edit add labels" command adds an option for labels without selector
#5327: feat: add remove configmap command
#5333: Add --no-verify flag to edit add resource command
#5344: feat: add remove secret command
#5367: fix: add namespace option to 'edit add configmap' command

Bug fixes

#5342: Update imdario/mergo to v0.3.13
#5196: fix: patch additions honor source key style

chore

#5345: docs: update remove configmap comment
#5193: [refactor]: Internalize loader api
#5315: refactor: change "add configmap/secret" commands to reuse code and improve tests

Dependency updates

#5254: release cleanup
#5197: Switch to json-patch v5
#5393: Update kyaml to v0.15.0
#5394: Update cmd/config to v0.12.0
#5395: Update api to v0.15.0