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

Ensure module versions match the downloaded API's minor #3349

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

blampe
Copy link
Contributor

@blampe blampe commented Dec 4, 2024

This is a safeguard to prevent us from accidentally bumping our k8s.io/api module dependency to a new minor without a corresponding update to KUBE_VERSION.

Essentially this will prevent us from auto-merging any minor updates, as those will always need to be handled manually. This is more likely to happen now that we have Renovate automatically updating dependencies for us.

@blampe blampe added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Dec 4, 2024
Copy link

github-actions bot commented Dec 4, 2024

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.11%. Comparing base (d440f53) to head (a184b31).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3349      +/-   ##
==========================================
+ Coverage   41.08%   41.11%   +0.03%     
==========================================
  Files          85       85              
  Lines       12736    12741       +5     
==========================================
+ Hits         5232     5238       +6     
+ Misses       7115     7113       -2     
- Partials      389      390       +1     

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

@blampe blampe requested a review from rquitales December 4, 2024 21:36
@blampe blampe merged commit 4eade1c into master Dec 5, 2024
19 checks passed
@blampe blampe deleted the blampe/kube-version branch December 5, 2024 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants