Skip to content

Comments

chore(deps): update dependency kubernetes-sigs/kustomize to v5.8.1 - autoclosed#108

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/kubernetes-sigs-kustomize-5.x
Closed

chore(deps): update dependency kubernetes-sigs/kustomize to v5.8.1 - autoclosed#108
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/kubernetes-sigs-kustomize-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2025

This PR contains the following updates:

Package Update Change
kubernetes-sigs/kustomize minor v5.7.15.8.1

Release Notes

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

v5.8.1

Compare Source

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

Compare Source

IMPORTANT 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
## 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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from ddc59ef to 990f88b Compare December 10, 2025 15:39
@renovate renovate bot changed the title chore(deps): update dependency kubernetes-sigs/kustomize to v5.8.0 chore(deps): update dependency kubernetes-sigs/kustomize to v5.8.1 Feb 9, 2026
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 990f88b to 9f178ef Compare February 9, 2026 19:25
@renovate renovate bot force-pushed the renovate/kubernetes-sigs-kustomize-5.x branch from 9f178ef to 603cf68 Compare February 23, 2026 12:12
@renovate renovate bot changed the title chore(deps): update dependency kubernetes-sigs/kustomize to v5.8.1 chore(deps): update dependency kubernetes-sigs/kustomize to v5.8.1 - autoclosed Feb 23, 2026
@renovate renovate bot closed this Feb 23, 2026
@renovate renovate bot deleted the renovate/kubernetes-sigs-kustomize-5.x branch February 23, 2026 12:33
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