forked from alphagov/paas-docker-cloudfoundry-tools
-
Notifications
You must be signed in to change notification settings - Fork 3
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/kubernetes-sigs-kustomize-5.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2
−2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7fe7725
to
7a84909
Compare
c5fcc4e
to
dbeee04
Compare
51529e2
to
aa694d2
Compare
9c06065
to
479d40d
Compare
479d40d
to
9841677
Compare
9841677
to
afa4290
Compare
9e19fbb
to
79a16de
Compare
79a16de
to
a019dda
Compare
4e1431c
to
b18146f
Compare
dcb77ec
to
e87ca8e
Compare
e87ca8e
to
9e1297c
Compare
9e1297c
to
6fec8cb
Compare
6fec8cb
to
148720c
Compare
1bf9eba
to
5ebb1eb
Compare
5ebb1eb
to
e29f78a
Compare
7214ebe
to
6c3b4c9
Compare
6c3b4c9
to
07802e2
Compare
07802e2
to
98ef496
Compare
98ef496
to
0a417d4
Compare
0a417d4
to
c16c626
Compare
Loading status checks…
…/v5.6.0
c16c626
to
fcb9db0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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 DebuggingFix 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 thebeta
stage) now verifies the success ofkustomize 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
toreplacements
#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)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)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.
This PR was generated by Mend Renovate. View the repository job log.