Skip to content

Update module sigs.k8s.io/kustomize/kustomize/v3 to v5 #35

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 8, 2023

This PR contains the following updates:

Package Change Age Confidence
sigs.k8s.io/kustomize/kustomize/v3 v3.10.0 -> v5.7.1 age confidence

Release Notes

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

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: https://github.com/kubernetes/kubernetes/pull/132593#discussion_r21781165433

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

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

v5.5.0

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

v5.4.2

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


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 added the dependency label Aug 8, 2023
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from 994021d to e7d4b27 Compare October 19, 2023 21:43
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from e7d4b27 to f8be908 Compare December 7, 2023 12:01
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch 2 times, most recently from 99d77d4 to ae8ee58 Compare April 4, 2024 20:58
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from ae8ee58 to aa80d71 Compare May 9, 2024 11:36
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from aa80d71 to 40c49bd Compare May 22, 2024 16:00
Copy link
Author

renovate bot commented Jun 4, 2024

ℹ 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):

  • 22 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.22.7
github.com/stretchr/testify v1.8.4 -> v1.10.0
k8s.io/utils v0.0.0-20230726121419-3b25d923346b -> v0.0.0-20240711033017-18e509b52bc8
github.com/emicklei/go-restful/v3 v3.10.2 -> v3.11.0
github.com/go-logr/logr v1.2.4 -> v1.4.2
github.com/go-openapi/jsonpointer v0.20.0 -> v0.21.0
github.com/go-openapi/swag v0.22.4 -> v0.23.0
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/spf13/cobra v1.7.0 -> v1.8.0
github.com/spf13/pflag v1.0.5 -> v1.0.6
golang.org/x/sys v0.10.0 -> v0.29.0
golang.org/x/term v0.10.0 -> v0.23.0
golang.org/x/text v0.11.0 -> v0.21.0
golang.org/x/tools v0.11.1 -> v0.24.0
google.golang.org/protobuf v1.31.0 -> v1.36.1
k8s.io/klog/v2 v2.100.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20230525220651-2546d827e515 -> v0.0.0-20241212222426-2c72e554b1e7
sigs.k8s.io/kustomize/api v0.13.4 -> v0.20.1
sigs.k8s.io/kustomize/cmd/config v0.11.2 -> v0.20.1
sigs.k8s.io/kustomize/kyaml v0.14.2 -> v0.20.1
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 -> v4.4.2
sigs.k8s.io/yaml v1.3.0 -> v1.5.0

@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from 40c49bd to d23126f Compare June 17, 2024 15:47
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch 2 times, most recently from c189c43 to b3564c9 Compare July 19, 2024 18:39
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from b3564c9 to 062a1b0 Compare September 11, 2024 14:39
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from 062a1b0 to d14aced Compare October 9, 2024 14:13
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from d14aced to e9cfd09 Compare November 17, 2024 16:21
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from e9cfd09 to 2a562df Compare December 22, 2024 15:45
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from 2a562df to 9c38aed Compare January 14, 2025 20:00
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from 9c38aed to 2e073da Compare March 3, 2025 14:34
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from 2e073da to 16c94dd Compare March 11, 2025 14:47
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from 16c94dd to ada6a9e Compare April 8, 2025 15:54
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from ada6a9e to b6da38a Compare May 7, 2025 09:57
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from b6da38a to 028f338 Compare June 28, 2025 07:39
@renovate renovate bot force-pushed the renovate/sigs.k8s.io-kustomize-kustomize-v3-5.x branch from 028f338 to aacf2ea Compare July 23, 2025 19:02
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.

0 participants