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: pin dependency versions in rust model #2048

Merged
merged 4 commits into from
Sep 9, 2024

Conversation

whynowy
Copy link
Member

@whynowy whynowy commented Sep 9, 2024

Fix the codegen problem.

@whynowy whynowy requested a review from vigith as a code owner September 9, 2024 17:33
@whynowy whynowy marked this pull request as draft September 9, 2024 17:36
.
Signed-off-by: Derek Wang <[email protected]>
@@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
k8s-openapi = { version = "0.22.0", features = ["v1_29"] }
kube = "0.93.1"
kube = "0.94.0"
Copy link
Member

Choose a reason for hiding this comment

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

any particular reason? we have marked k8s-openapi to include only v1_29 feature. we might have to pin k8s-openapi too.

Copy link
Member Author

Choose a reason for hiding this comment

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

To avoid unexpected new release caused build problem

@KeranYang
Copy link
Member

Thanks!

.
Signed-off-by: Derek Wang <[email protected]>
@whynowy whynowy marked this pull request as ready for review September 9, 2024 17:55
@whynowy whynowy changed the title chore: pin kube version in rust chore: pin dependency versions in rust model Sep 9, 2024
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.11%. Comparing base (c4b4d00) to head (e188901).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2048      +/-   ##
==========================================
- Coverage   63.22%   63.11%   -0.11%     
==========================================
  Files         319      319              
  Lines       29171    29171              
==========================================
- Hits        18442    18411      -31     
- Misses       9717     9748      +31     
  Partials     1012     1012              

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

Signed-off-by: Derek Wang <[email protected]>
@whynowy whynowy merged commit 24c6553 into numaproj:main Sep 9, 2024
25 checks passed
@whynowy whynowy deleted the pinversion branch September 9, 2024 19:43
whynowy added a commit that referenced this pull request Sep 26, 2024
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.

3 participants