Skip to content
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

chore(deps): bump sigs.k8s.io/kustomize/kyaml from 0.18.1 to 0.19.0 #6973

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2025

Bumps sigs.k8s.io/kustomize/kyaml from 0.18.1 to 0.19.0.

Release notes

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

api/v0.19.0

Announce

This release introduces a unified internal package version (v0.19.0) across the entire kustomize repository. ref. kubernetes-sigs/kustomize#5800

Chore

#5810: Better error message on undefined loader behavior.

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

cmd/config/v0.19.0

Caution

This release of cmd/config module skipped a few versions(v0.15.0 -> v0.19.0) to unify each pkg version in the kustomize repo. ref. kubernetes-sigs/kustomize#5800

Announce

This release introduces a unified internal package version (v0.19.0) across the entire kustomize repository.

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

kyaml/v0.19.0

Announce

This release introduces a unified internal package version (v0.19.0) across the entire kustomize repository. ref. kubernetes-sigs/kustomize#5800

Dependencies

#5825: Update to latest kube-opeapi to drop govalidator dependency #5830: downgrade go-difflib and go-spew to tagged releases

Commits
  • b69e765 Merge pull request #5839 from koba1t/pinToCmdConfig
  • 8a51255 Update cmd/config to v0.19.0
  • ce667b7 Merge pull request #5837 from koba1t/pinToKyaml
  • 1b33db5 Update kyaml to v0.19.0
  • 880a7a0 add go work verification step for github actions (#5833)
  • 2867f35 downgrade go-difflib and go-spew to tagged releases (#5830)
  • 214aa2a Merge pull request #5823 from kubernetes-sigs/dependabot/go_modules/hack/gola...
  • 6f62ee7 build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /hack
  • fcc9537 Merge pull request #5825 from dims/update-to-latest-kube-api-to-drop-govalida...
  • 84e6594 Update golangci/golangci-lint to v1.56.2
  • 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 requested a review from a team as a code owner January 14, 2025 14:56
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 14, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/kustomize/kyaml-0.19.0 branch 2 times, most recently from 35b177d to 051c005 Compare January 17, 2025 09:47
czeslavo
czeslavo previously approved these changes Jan 20, 2025
@czeslavo czeslavo enabled auto-merge (squash) January 20, 2025 08:24
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.6%. Comparing base (d4d18a4) to head (f573ad0).
Report is 29 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #6973     +/-   ##
=======================================
- Coverage   76.9%   76.6%   -0.3%     
=======================================
  Files        214     214             
  Lines      25169   25047    -122     
=======================================
- Hits       19356   19205    -151     
- Misses      4794    4831     +37     
+ Partials    1019    1011      -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pmalek
Copy link
Member

pmalek commented Jan 22, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@pmalek
Copy link
Member

pmalek commented Jan 22, 2025

@dependabot recreate

Bumps [sigs.k8s.io/kustomize/kyaml](https://github.com/kubernetes-sigs/kustomize) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
- [Commits](kubernetes-sigs/kustomize@kyaml/v0.18.1...api/v0.19.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/kustomize/kyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/kustomize/kyaml-0.19.0 branch from bf80d4e to adc6e31 Compare January 22, 2025 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants