Update module sigs.k8s.io/kustomize/kustomize/v5 to v5.8.1#125
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update module sigs.k8s.io/kustomize/kustomize/v5 to v5.8.1#125renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
0fc2c37 to
26a3e0a
Compare
26a3e0a to
ff53e2e
Compare
a56d16b to
496f790
Compare
496f790 to
05c599f
Compare
05c599f to
85c0665
Compare
85c0665 to
bdf099a
Compare
bdf099a to
e348039
Compare
70184cb to
61bf580
Compare
61bf580 to
44e28e5
Compare
44e28e5 to
e07441e
Compare
e07441e to
1ef863b
Compare
1ef863b to
2a5d7b5
Compare
2a5d7b5 to
126a4b9
Compare
126a4b9 to
27af271
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
27af271 to
cdf28f0
Compare
cdf28f0 to
fdb09ea
Compare
fdb09ea to
a29915f
Compare
a29915f to
9a38e09
Compare
9a38e09 to
2d6fe71
Compare
2d6fe71 to
edcfa1b
Compare
edcfa1b to
6c00460
Compare
6c00460 to
6a82cde
Compare
6a82cde to
1f5c6b6
Compare
1f5c6b6 to
e3211f4
Compare
e3211f4 to
78d8d9f
Compare
78d8d9f to
05c2e13
Compare
05c2e13 to
efb2a8a
Compare
efb2a8a to
bf606d2
Compare
bf606d2 to
edd5c05
Compare
edd5c05 to
e23565f
Compare
e23565f to
fa2d26a
Compare
fa2d26a to
d4e4ab5
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
d4e4ab5 to
d5522ec
Compare
This file contains hidden or 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
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:
v5.0.0→v5.8.1Release Notes
kubernetes-sigs/kustomize (sigs.k8s.io/kustomize/kustomize/v5)
v5.8.1Introduction
This release completes a fix for namespace propagation that occurred in v5.8.0. #6031 (comment)
Also addressed the breaking changes introduced in helm v4. #6016
fix
#5990: fix: allow empty patches files
#6016: fix: support helm v4 beside v3
#6038: Fix a failing test
#6044: Fix namespace propagation problem at v5.8.0
Dependencies
#6057: Upgrade json-patch to v4.13.0 to remove pkg/errors dependency
chore
#6065: Update kyaml to v0.21.1
#6066: Update cmd/config to v0.21.1
#6067: Update api to v0.21.1
v5.8.0IMPORTANT NOTICE: REGRESSION
Due to the new features introduced in this release, a regression has occurred in the functionality that propagates namespaces to child kustomizations.
We are currently preparing a patch release, so please refrain from making changes to this version.
#6031 (comment)
Highlights
implements to replacements value in the structured data
Now, We can edit yaml/json in yaml manifests with replacements transformer.
See #5679
For example
fix: Propagate Namespace correctly to Helm
The long-standing bug where kustomize's namespace transformer did not pass namespaces to helmCharts has been fixed.
See #5940
For example
Feature
#5679: implements to replacements value in the structured data
#5863: Add regex support for Replacement selectors
#5930: feat: add PatchArgs API type to populate patch options
fix
#5940: fix: Propagate Namespace correctly to Helm
#5971: fix: performance recession when propagating namespace to helm
#5942: fix fnplugin storagemounts validation
#5958: fix: make AbsorbAll conflict error more verbose
#5961: refactor: nested format string
#5967: Fix infinite loop in HTTP client by validating URLs before requests
#5985: fix(kyaml/yaml): minor nil safety fix for RNode.Content etc
#5991: Fix duplicate key error when adding multiple labels with --without-selector
Dependencies
#5962: chore: update dependencies from security alert
#5959: update go 1.24.6
chore
#6007: Update kyaml to v0.21.0
#6008: Update cmd/config to v0.21.0
#6009: Update api to v0.21.0
v5.7.1This release introduces code to replace the shlex library used for parsing arguments in the exec plugin.
If any existing manifests become corrupted, please file an issue. discussion: kubernetes/kubernetes#132593 (comment)
Dependencies
#5943: drop shlex dependency
Chore
#5948: Update kyaml to v0.20.1
#5949: Update cmd/config to v0.20.1
#5950: Update api to v0.20.1
v5.7.0Feature
#5630: Add static value source for replacement
#5921: feat: Add images suport for Image Volumes
#5771: fix: Allow patches with empty files with multiple newlines or comments
#5865: feat(helm): allow the use of devel alias for helmcharts
fix
#5846: fix: Get version from the BuildInfo.Main.Version if not found in deps and build flag
#5859: fix: Don't panic on multiple $patch: delete strategic merge patches in a single patch file
#5877: fix: make private one field in replacements transformer struct that had a missing JSON tag
Dependencies
#5847: replace deplecated package github.com/google/shlex with github.com/carapace-sh/carapace-shlex
#5873: Bump to github.com/spf13/viper v1.20.0
#5931: Drop usage of forked copies of goyaml.v2 and goyaml.v3
chore
#5882: Set Git messages to English for TestRemoteLoad_LocalProtocol
#5934: Update kyaml to v0.20.0
#5935: Update cmd/config to v0.20.0
#5936: Update api to v0.20.0
Configuration
📅 Schedule: (UTC)
🚦 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.