Skip to content

Bump sigs.k8s.io/kustomize/api from 0.20.0 to 0.20.1#742

Merged
openshift-merge-bot[bot] merged 1 commit intomainfrom
dependabot/go_modules/sigs.k8s.io/kustomize/api-0.20.1
Jul 28, 2025
Merged

Bump sigs.k8s.io/kustomize/api from 0.20.0 to 0.20.1#742
openshift-merge-bot[bot] merged 1 commit intomainfrom
dependabot/go_modules/sigs.k8s.io/kustomize/api-0.20.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps sigs.k8s.io/kustomize/api from 0.20.0 to 0.20.1.

Release notes

Sourced from sigs.k8s.io/kustomize/api's releases.

api/v0.20.1

#5943: drop shlex dependency #5948: Update kyaml to v0.20.1

cmd/config/v0.20.1

#5948: Update kyaml to v0.20.1

kyaml/v0.20.1

No release notes provided.

Commits
  • 8b42cd9 Merge pull request #5949 from koba1t/pinToCmdConfig
  • 5b313f5 Update cmd/config to v0.20.1
  • 792b241 Merge pull request #5948 from koba1t/pinToKyaml
  • 8192ab3 Update kyaml to v0.20.1
  • 87f462a Merge pull request #5943 from koba1t/chore/drop_shlex_dependency
  • 3866a30 introduce one const value that indicate to no quote in ShlexSplit()
  • 5cb1b4e remove shlex dependencies
  • b612895 add ShlexSplit() as an alternative to shlex.Split()
  • 042a2cf add testcases for shlexsplit
  • f9ab532 Merge pull request #5937 from koba1t/unpinEverything
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Jul 28, 2025
@openshift-ci openshift-ci bot requested review from a7vicky and hectorakemp July 28, 2025 00:51
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 28, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@codecov-commenter
Copy link

codecov-commenter commented Jul 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.74%. Comparing base (aca6422) to head (bff902b).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #742   +/-   ##
=======================================
  Coverage   51.74%   51.74%           
=======================================
  Files          80       80           
  Lines        5945     5945           
=======================================
  Hits         3076     3076           
  Misses       2451     2451           
  Partials      418      418           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Bumps [sigs.k8s.io/kustomize/api](https://github.com/kubernetes-sigs/kustomize) from 0.20.0 to 0.20.1.
- [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
- [Commits](kubernetes-sigs/kustomize@api/v0.20.0...api/v0.20.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/kustomize/api
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/kustomize/api-0.20.1 branch from 68823d4 to bff902b Compare July 28, 2025 02:48
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 28, 2025

@dependabot[bot]: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@feichashao
Copy link
Contributor

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 28, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 28, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], feichashao

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 28, 2025
@openshift-merge-bot openshift-merge-bot bot merged commit 064fa59 into main Jul 28, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/kustomize/api-0.20.1 branch July 28, 2025 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/dependency Issues or PRs related to dependency changes lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants