Skip to content

Update module sigs.k8s.io/kustomize/kustomize/v5 to v5.8.1 - autoclosed#140

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sigs.k8s.io-kustomize-kustomize-v5-5.x
Closed

Update module sigs.k8s.io/kustomize/kustomize/v5 to v5.8.1 - autoclosed#140
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sigs.k8s.io-kustomize-kustomize-v5-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 3, 2025

This PR contains the following updates:

Package Change Age Confidence
sigs.k8s.io/kustomize/kustomize/v5 v5.7.0v5.8.1 age confidence

Release Notes

kubernetes-sigs/kustomize (sigs.k8s.io/kustomize/kustomize/v5)

v5.8.1

Introduction

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.0

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
## source
apiVersion: v1
kind: ConfigMap
metadata:
  name: source-configmap
data:
  HOSTNAME: www.example.com
---
apiVersion: v1
kind: ConfigMap
metadata:
  name: target-configmap
data:
  config.json: |-
    {"config": {
      "id": "42",
      "hostname": "REPLACE_TARGET_HOSTNAME"
    }}
## replacement
replacements:
- source:
    kind: ConfigMap
    name: source-configmap
    fieldPath: data.HOSTNAME
  targets:
  - select:
      kind: ConfigMap
      name: target-configmap
    fieldPaths:
    - data.config\.json.config.hostname
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
## define namespace
namespace: any-namespace

helmCharts:
- name: minecraft
  repo: https://kubernetes-charts.storage.googleapis.com
  version: v1.2.0
  # namespace: any-namespace   ## propagates without additional namespace specific
  valuesFile: values.yaml

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.1

This 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


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone America/Chicago, 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.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Aug 3, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
sigs.k8s.io/kustomize/api v0.20.0 -> v0.20.1
sigs.k8s.io/kustomize/cmd/config v0.20.0 -> v0.20.1
sigs.k8s.io/kustomize/kyaml v0.20.0 -> v0.20.1

@renovate renovate Bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v5-5.x branch from 5e602b1 to 7811437 Compare August 10, 2025 12:25
@renovate renovate Bot changed the title Update module sigs.k8s.io/kustomize/kustomize/v5 to v5.7.1 Update module sigs.k8s.io/kustomize/kustomize/v5 to v5.8.1 Mar 1, 2026
@renovate renovate Bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v5-5.x branch from 7811437 to 0c52dd9 Compare March 1, 2026 14:49
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 1, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/sergi/go-diff v1.2.0 -> v1.4.0
golang.org/x/sys v0.34.0 -> v0.35.0
golang.org/x/text v0.27.0 -> v0.28.0
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
sigs.k8s.io/kustomize/api v0.20.0 -> v0.21.1
sigs.k8s.io/kustomize/cmd/config v0.20.0 -> v0.21.1
sigs.k8s.io/kustomize/kyaml v0.20.0 -> v0.21.1

@renovate renovate Bot changed the title Update module sigs.k8s.io/kustomize/kustomize/v5 to v5.8.1 Update module sigs.k8s.io/kustomize/kustomize/v5 to v5.8.1 - autoclosed Mar 13, 2026
@renovate renovate Bot closed this Mar 13, 2026
@renovate renovate Bot deleted the renovate/sigs.k8s.io-kustomize-kustomize-v5-5.x branch March 13, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants