chore(deps): update dependency kubernetes-sigs/kustomize to v5.2.1 #80

Merged
renovator merged 1 commits from renovate/kubernetes-sigs-kustomize-5.x into main 2023-10-19 22:37:42 +02:00
Member

This PR contains the following updates:

Package Update Change
kubernetes-sigs/kustomize minor v5.1.1 -> v5.2.1

Release Notes

kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)

v5.2.1

Compare Source

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(https://github.com/kubernetes-sigs/kustomize/issues/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

v5.2.0

Compare Source

Known issue: The directory format of the kustomize binary asset has unintentionally changed. We have fixed this in kustomize v5.2.1. Users who depend on the directory structure or use the install_kustomize.sh script should skip this release.

Currently, Kustomize has already resolved that block on releasing for Windows and Darwin ARM(https://github.com/kubernetes-sigs/kustomize/issues/5220). Now, We can release those architecture binaries.

New Feature
  • patches accept a patch file with multiple patches(#​5194)
  • Add support for OCI based helm repos(#​5167)
New Feature 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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-sigs/kustomize](https://github.com/kubernetes-sigs/kustomize) | minor | `v5.1.1` -> `v5.2.1` | --- ### Release Notes <details> <summary>kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)</summary> ### [`v5.2.1`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.2.1) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v5.2.0...kustomize/v5.2.1) 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(https://github.com/kubernetes-sigs/kustomize/issues/5220). Now, We can release those architecture binaries. ##### New Features for `kustomize build` - `patches` accept a patch file with multiple patches([#&#8203;5194](https://github.com/kubernetes-sigs/kustomize/issues/5194)) - Add support for OCI based helm repos([#&#8203;5167](https://github.com/kubernetes-sigs/kustomize/issues/5167)) ##### New Features for `kustomize edit` subcommands [#&#8203;4486](https://github.com/kubernetes-sigs/kustomize/issues/4486): add: "edit add labels" command adds an option for labels without selector [#&#8203;5327](https://github.com/kubernetes-sigs/kustomize/issues/5327): feat: add remove configmap command [#&#8203;5333](https://github.com/kubernetes-sigs/kustomize/issues/5333): Add --no-verify flag to edit add resource command [#&#8203;5344](https://github.com/kubernetes-sigs/kustomize/issues/5344): feat: add remove secret command [#&#8203;5367](https://github.com/kubernetes-sigs/kustomize/issues/5367): fix: add namespace option to 'edit add configmap' command ##### Bug fixes [#&#8203;5342](https://github.com/kubernetes-sigs/kustomize/issues/5342): Update imdario/mergo to v0.3.13 [#&#8203;5196](https://github.com/kubernetes-sigs/kustomize/issues/5196): fix: patch additions honor source key style ##### chore [#&#8203;5345](https://github.com/kubernetes-sigs/kustomize/issues/5345): docs: update remove configmap comment [#&#8203;5193](https://github.com/kubernetes-sigs/kustomize/issues/5193): \[refactor]: Internalize loader api [#&#8203;5315](https://github.com/kubernetes-sigs/kustomize/issues/5315): refactor: change "add configmap/secret" commands to reuse code and improve tests ##### Dependency updates [#&#8203;5254](https://github.com/kubernetes-sigs/kustomize/issues/5254): release cleanup [#&#8203;5197](https://github.com/kubernetes-sigs/kustomize/issues/5197): Switch to json-patch v5 [#&#8203;5393](https://github.com/kubernetes-sigs/kustomize/issues/5393): Update kyaml to v0.15.0 [#&#8203;5394](https://github.com/kubernetes-sigs/kustomize/issues/5394): Update cmd/config to v0.12.0 [#&#8203;5395](https://github.com/kubernetes-sigs/kustomize/issues/5395): Update api to v0.15.0 ### [`v5.2.0`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.2.0) [Compare Source](https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v5.1.1...kustomize/v5.2.0) ##### Known issue: The directory format of the kustomize binary asset has unintentionally changed. We have fixed this in kustomize v5.2.1. Users who depend on the directory structure or use the install_kustomize.sh script should skip this release. Currently, Kustomize has already resolved that block on releasing for Windows and Darwin ARM(https://github.com/kubernetes-sigs/kustomize/issues/5220). Now, We can release those architecture binaries. ##### New Feature - `patches` accept a patch file with multiple patches([#&#8203;5194](https://github.com/kubernetes-sigs/kustomize/issues/5194)) - Add support for OCI based helm repos([#&#8203;5167](https://github.com/kubernetes-sigs/kustomize/issues/5167)) ##### New Feature for `kustomize edit` subcommands [#&#8203;4486](https://github.com/kubernetes-sigs/kustomize/issues/4486): add: "edit add labels" command adds an option for labels without selector [#&#8203;5327](https://github.com/kubernetes-sigs/kustomize/issues/5327): feat: add remove configmap command [#&#8203;5333](https://github.com/kubernetes-sigs/kustomize/issues/5333): Add --no-verify flag to edit add resource command [#&#8203;5344](https://github.com/kubernetes-sigs/kustomize/issues/5344): feat: add remove secret command [#&#8203;5367](https://github.com/kubernetes-sigs/kustomize/issues/5367): fix: add namespace option to 'edit add configmap' command ##### Bug fixes [#&#8203;5342](https://github.com/kubernetes-sigs/kustomize/issues/5342): Update imdario/mergo to v0.3.13 [#&#8203;5196](https://github.com/kubernetes-sigs/kustomize/issues/5196): fix: patch additions honor source key style ##### chore [#&#8203;5345](https://github.com/kubernetes-sigs/kustomize/issues/5345): docs: update remove configmap comment [#&#8203;5193](https://github.com/kubernetes-sigs/kustomize/issues/5193): \[refactor]: Internalize loader api [#&#8203;5315](https://github.com/kubernetes-sigs/kustomize/issues/5315): refactor: change "add configmap/secret" commands to reuse code and improve tests ##### Dependency updates [#&#8203;5254](https://github.com/kubernetes-sigs/kustomize/issues/5254): release cleanup [#&#8203;5197](https://github.com/kubernetes-sigs/kustomize/issues/5197): Switch to json-patch v5 [#&#8203;5393](https://github.com/kubernetes-sigs/kustomize/issues/5393): Update kyaml to v0.15.0 [#&#8203;5394](https://github.com/kubernetes-sigs/kustomize/issues/5394): Update cmd/config to v0.12.0 [#&#8203;5395](https://github.com/kubernetes-sigs/kustomize/issues/5395): Update api to v0.15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzcuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovator scheduled this pull request to auto merge when all checks succeed 2023-10-19 20:35:16 +02:00
renovator force-pushed renovate/kubernetes-sigs-kustomize-5.x from 706414121f to 5b00c03e1f 2023-10-19 22:35:13 +02:00 Compare
renovator changed title from chore(deps): update dependency kubernetes-sigs/kustomize to v5.2.0 to chore(deps): update dependency kubernetes-sigs/kustomize to v5.2.1 2023-10-19 22:35:15 +02:00
renovator merged commit 5b00c03e1f into main 2023-10-19 22:37:42 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/kube-tools#80
No description provided.