gpu-operator
gpu-operator copied to clipboard
Bump sigs.k8s.io/kustomize/kustomize/v5 from 5.7.0 to 5.8.0 in /tools
Bumps sigs.k8s.io/kustomize/kustomize/v5 from 5.7.0 to 5.8.0.
Release notes
Sourced from sigs.k8s.io/kustomize/kustomize/v5's releases.
kustomize/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.hostnamefix: 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
... (truncated)
Commits
0054b5eMerge pull request #6009 from koba1t/pinToApi16391f3Update api to v0.21.06661fefMerge pull request #6008 from koba1t/pinToCmdConfig3c59244Update cmd/config to v0.21.0ade7bd6Merge pull request #6007 from koba1t/pinToKyaml0fc7554Update kyaml to v0.21.08761791fix(kyaml/yaml): minor nil safety fix for RNode.Content etc (#5985)153a372Merge pull request #5679 from koba1t/implements_to_replacements_value_in_the_...de01137Merge pull request #5991 from isarns/fix/labels-without-selector-duplicate-ke...4d37afestyle(cmd-edit-add-label): lint multiple labels without selector test- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)