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

update k8s.io dependencies to 0.24.0 #5471

Merged
merged 2 commits into from Oct 24, 2022

Conversation

ywk253100
Copy link
Contributor

Thank you for contributing to Velero!

Please add a summary of your change

Does your change fix a particular issue?

Fixes #(issue)

Please indicate you've done the following:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

* This also required an update to use github.com/bombsimon/logrusr/v3
* 'WithClusterName' removed as per the k8s doc reasoning:
* https://github.com/kubernetes/apimachinery/blob/release-1.24/pkg/apis/meta/v1/types.go\#L257-L259
* ('ClusterName was a legacy field that was always cleared by the system and never used')
* Test was updated accordingly

Signed-off-by: Kira Boyle <kira@replicated.com>
@github-actions github-actions bot added Dependencies Pull requests that update a dependency file has-changelog has-unit-tests labels Oct 21, 2022
@ywk253100 ywk253100 mentioned this pull request Oct 21, 2022
3 tasks
@codecov-commenter
Copy link

codecov-commenter commented Oct 21, 2022

Codecov Report

Merging #5471 (7d5e17f) into main (11a7c79) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main    #5471   +/-   ##
=======================================
  Coverage   40.56%   40.57%           
=======================================
  Files         236      236           
  Lines       20484    20480    -4     
=======================================
  Hits         8310     8310           
+ Misses      11565    11561    -4     
  Partials      609      609           
Impacted Files Coverage Δ
pkg/builder/object_meta.go 0.00% <ø> (ø)
pkg/cmd/server/server.go 6.58% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ywk253100 ywk253100 added this to the 1.10 milestone Oct 21, 2022
Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
Removed the `WithClusterName` method
as it is a "legacy field that was
always cleared by the system and never used" as per upstream k8s
https://github.com/kubernetes/apimachinery/blob/release-1.24/pkg/apis/meta/v1/types.go#L257-L259
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it ok with multiple lines of changelogs? @ywk253100

@blackpiglet blackpiglet merged commit 660841d into vmware-tanzu:main Oct 24, 2022
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 has-changelog has-unit-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants