Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 26, 2023

This PR contains the following updates:

Package Update Change
kubernetes-sigs/kustomize minor 5.0.3 -> kustomize/v5.6.0

Release Notes

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

vkustomize/v5.6.0

Compare Source

Announce

This release introduces a unified internal package version (v0.19.0) across the entire kustomize repository.
ref. https://github.com/kubernetes-sigs/kustomize/issues/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

vkustomize/v5.5.0

Compare Source

Breaking change

A starlark support for krm functions was removed to cleanup dependencies. https://github.com/kubernetes-sigs/kustomize/pull/5768
This feature was deprecated 3 years ago and removed because there was no desire to continue using it.
https://github.com/kubernetes-sigs/kustomize/pull/5768#issuecomment-2374680641

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

vkustomize/v5.4.3

Compare Source

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

vkustomize/v5.4.2

Compare Source

Feature

#​5294: feat: localize absolute paths
#​5556: feat: support labels key in transformer configuration

chore

#​5671: refactor: string in slice is now part of stdlib
#​5681: chore: remove unused function
#​5688: refactor: function in stdlib now

Dependencies

#​5672: chore(deps): bump dependencies of kustomize + sync go workspace
#​5680: chore: restore version for github.com/asaskevich/govalidator
#​5702: Update kyaml to v0.17.1
#​5703: Update cmd/config to v0.14.1
#​5704: Update api to v0.17.2

vkustomize/v5.4.1

Compare Source

This is a patch of kustomize v5.4.0 and should fix the kustomize version subcommand issues in its assets.

kustomize v5.4.1

https://github.com/kubernetes-sigs/kustomize/pull/5644: fix version subcommand is not working after release build

kustomize v5.4.0
Breaking changes

https://github.com/kubernetes-sigs/kustomize/pull/5519: Fix null YAML values being replaced by "null"

kustomize requires Go 1.21 or higher at build

#​5567: fix 'golang.org/x/exp/slices' dependencies

Features

#​5411: Add --load-restrictor completion
#​5467: feat: edit set secret

More better error handling
Bug fixes/performance improvements

#​5234: fix edit set image to parse both tag and digest
#​5621: Use require for Error and NoError

Dependencies

#​5479: Revert "Switch to json-patch v5"
#​5541: Use canonical json-patch v4 import
#​5615: update dependencies google.golang.org/[email protected]

update internal Dependencies

#​5639: Update kyaml to v0.17.0
#​5640: Update cmd/config to v0.14.0
#​5641: Update api to v0.17.0

cleanup Dependencies

#​5044: Remove non-essential dependency imdario/mergo
#​5567: fix 'golang.org/x/exp/slices' dependencies
#​5627: Remove klog/v1 dependencies

chore

#​5495: chore: move removetest.go to the internal package
#​5518: Update owners file
#​5622: Pin tool versions with hack/go.mod

vkustomize/v5.4.0

Compare Source

Known issue: The kustomize version command was broken in this release. Please use more new releases.
Breaking changes

https://github.com/kubernetes-sigs/kustomize/pull/5519: Fix null YAML values being replaced by "null"

Features

#​5411: Add --load-restrictor completion
#​5467: feat: edit set secret

More better error handling
Bug fixes/performance improvements

#​5234: fix edit set image to parse both tag and digest
#​5621: Use require for Error and NoError

Dependencies

#​5479: Revert "Switch to json-patch v5"
#​5541: Use canonical json-patch v4 import
#​5615: update dependencies google.golang.org/[email protected]

update internal Dependencies

#​5639: Update kyaml to v0.17.0
#​5640: Update cmd/config to v0.14.0
#​5641: Update api to v0.17.0

cleanup Dependencies

#​5044: Remove non-essential dependency imdario/mergo
#​5567: fix 'golang.org/x/exp/slices' dependencies
#​5627: Remove klog/v1 dependencies

chore

#​5495: chore: move removetest.go to the internal package
#​5518: Update owners file
#​5622: Pin tool versions with hack/go.mod

vkustomize/v5.3.0

Compare Source

#​5211: Fix nil pointer dereferencing when converting vars to replacements
#​5270: helm: add support for kube-version and add cli args for both kube-version and api-versions
#​5391: feat: edit set configmap
#​5402: release cleanup, unpin the modules
#​5409: refactor: move reusable bits in preparation for new 'edit set' commands
#​5412: Use upstream go-yaml fork and remove our internal one
#​5421: Replace gopkg.in/yaml.v2 with sigs.k8s.io/yaml/goyaml.v2
#​5424: Run go work sync
#​5430: fix: handle empty namespace as default
#​5454: fix: support namespace flag on edit remove secret/configmap
#​5455: fix: flaky ConfigMap/Secret args tests
#​5456: chore: rename files to match package pattern
#​5475: Update kyaml to v0.16.0
#​5476: Update cmd/config to v0.13.0
#​5477: Update api to v0.16.0

vkustomize/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

vkustomize/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

vkustomize/v5.1.1

Compare Source

Built with go 1.20.6 to address CVEs in previous go versions.

#​5245: Fix typo in help for the create subcommand

vkustomize/v5.1.0

Compare Source

Kustomize is blocked on releasing for windows and darwin ARM until https://github.com/kubernetes-sigs/kustomize/issues/5220 is resolved. If you are interested in fixing it, please leave ideas on that issue for how we can resolve it.

Highlights

Components are now applied after generators: https://github.com/kubernetes-sigs/kustomize/pull/5170

We made this change cautiously as we want to avoid user friction when updating kustomize; however we felt that it is a bug that resources from resources and resources from generators are treated differently. Given that components is currently an alpha feature, we felt that now was the time to adjust if ever.

We are currently working on on https://github.com/kubernetes-sigs/kustomize/issues/4402, which will make the ordering of resources, components, and other generators customizable in the kustomization file. Please use that issue for tracking if you are blocked from upgrading kustomize for this reason, and we hope to have it available soon.

See https://github.com/kubernetes-sigs/kustomize/issues/5141 for more detailed discussion.

Bug fixes:

#​5030: kustomize edit will return an error if there is no matching path
#​5170: components are now applied after generators
#​4949: error if kustomization file is empty

Dependency updates

#​5186: Update gnostic dependency with gnostic-models
#​5187: Bump to go 1.20
#​5212: pin to kyaml v0.14.3
#​5213: pin to cmd/config v0.11.3
#​5214: pin to api 0.14.0


Configuration

📅 Schedule: Branch creation - "after 1pm on Monday,before 4pm on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

Sorry, something went wrong.

@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 7fe7725 to 7a84909 Compare May 30, 2023 15:59
@renovate renovate bot changed the title chore(deps): update dependency kubernetes-sigs/kustomize to v5 chore(deps): update dependency kubernetes-sigs/kustomize to v5 - autoclosed May 30, 2023
@renovate renovate bot closed this May 30, 2023
@renovate renovate bot deleted the renovate/kubernetes-sigs-kustomize-5.x branch May 30, 2023 16:11
@renovate renovate bot changed the title chore(deps): update dependency kubernetes-sigs/kustomize to v5 - autoclosed chore(deps): update dependency kubernetes-sigs/kustomize to v5 May 31, 2023
@renovate renovate bot reopened this May 31, 2023
@renovate renovate bot restored the renovate/kubernetes-sigs-kustomize-5.x branch May 31, 2023 09:26
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch 10 times, most recently from c5fcc4e to dbeee04 Compare June 6, 2023 09:31
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch 6 times, most recently from 51529e2 to aa694d2 Compare June 13, 2023 09:37
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch 2 times, most recently from 9c06065 to 479d40d Compare June 23, 2023 08:19
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 479d40d to 9841677 Compare July 18, 2023 08:59
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 9841677 to afa4290 Compare July 31, 2023 19:23
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch 3 times, most recently from 9e19fbb to 79a16de Compare December 19, 2023 09:23
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 79a16de to a019dda Compare March 20, 2024 09:55
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch 2 times, most recently from 4e1431c to b18146f Compare April 4, 2024 18:22
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch 4 times, most recently from dcb77ec to e87ca8e Compare May 7, 2024 13:01
@renovate renovate bot changed the title Update dependency kubernetes-sigs/kustomize to v5 chore(deps): update dependency kubernetes-sigs/kustomize to v5 May 7, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from e87ca8e to 9e1297c Compare May 7, 2024 14:30
@renovate renovate bot changed the title chore(deps): update dependency kubernetes-sigs/kustomize to v5 chore(deps): update dependency kubernetes-sigs/kustomize to kustomize/v5.4.1 May 7, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 9e1297c to 6fec8cb Compare May 7, 2024 15:31
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 6fec8cb to 148720c Compare May 22, 2024 17:19
@renovate renovate bot changed the title chore(deps): update dependency kubernetes-sigs/kustomize to kustomize/v5.4.1 chore(deps): update dependency kubernetes-sigs/kustomize to kustomize/v5.4.2 May 22, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch 2 times, most recently from 1bf9eba to 5ebb1eb Compare June 18, 2024 09:42
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 5ebb1eb to e29f78a Compare July 19, 2024 19:02
@renovate renovate bot changed the title chore(deps): update dependency kubernetes-sigs/kustomize to kustomize/v5.4.2 chore(deps): update dependency kubernetes-sigs/kustomize to kustomize/v5.4.3 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch 2 times, most recently from 7214ebe to 6c3b4c9 Compare September 5, 2024 16:11
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 6c3b4c9 to 07802e2 Compare October 9, 2024 14:15
@renovate renovate bot changed the title chore(deps): update dependency kubernetes-sigs/kustomize to kustomize/v5.4.3 chore(deps): update dependency kubernetes-sigs/kustomize to kustomize/v5.5.0 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 07802e2 to 98ef496 Compare November 28, 2024 09:32
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 98ef496 to 0a417d4 Compare January 14, 2025 19:11
@renovate renovate bot changed the title chore(deps): update dependency kubernetes-sigs/kustomize to kustomize/v5.5.0 chore(deps): update dependency kubernetes-sigs/kustomize to kustomize/v5.6.0 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 0a417d4 to c16c626 Compare February 11, 2025 08:23

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…/v5.6.0
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from c16c626 to fcb9db0 Compare February 11, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant