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

fix(deps): forward compatibility with sigs.k8s.io/controller-runtime #118

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

MartinBasti
Copy link
Collaborator

package sigs.k8s.io/controller-runtime/pkg/envtest/printer will be removed in future version.

Use ginko/v2 and drop that package

https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.14.0

@MartinBasti
Copy link
Collaborator Author

This PR unblocks #113

@MartinBasti
Copy link
Collaborator Author

and also #109

package sigs.k8s.io/controller-runtime/pkg/envtest/printer will be
removed in future version.

Use ginko/v2 and drop that package

https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.14.0

Signed-off-by: Martin Basti <mbasti@redhat.com>
@codecov
Copy link

codecov bot commented Feb 22, 2023

Codecov Report

Base: 70.98% // Head: 70.24% // Decreases project coverage by -0.75% ⚠️

Coverage data is based on head (ac6ea70) compared to base (fa22f5b).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #118      +/-   ##
==========================================
- Coverage   70.98%   70.24%   -0.75%     
==========================================
  Files          25       25              
  Lines        2223     2238      +15     
==========================================
- Hits         1578     1572       -6     
- Misses        494      512      +18     
- Partials      151      154       +3     
Impacted Files Coverage Δ
controllers/snapshot/snapshot_adapter.go 52.45% <0.00%> (-6.10%) ⬇️
tekton/integration_pipeline.go 97.33% <0.00%> (-2.67%) ⬇️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@MartinBasti
Copy link
Collaborator Author

I'm not going to fix gitlint by breaking URL into 2 lines

Copy link
Member

@dheerajodha dheerajodha left a comment

Choose a reason for hiding this comment

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

Thank you!

controllers/suite_test.go Show resolved Hide resolved
controllers/suite_test.go Show resolved Hide resolved
go.mod Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants