-
Notifications
You must be signed in to change notification settings - Fork 54
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
🌱 bump catalogd to v0.11.0 #578
🌱 bump catalogd to v0.11.0 #578
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #578 +/- ##
=======================================
Coverage 84.33% 84.33%
=======================================
Files 20 20
Lines 932 932
=======================================
Hits 786 786
Misses 102 102
Partials 44 44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
4a12ffa
to
6fff0e4
Compare
Makefile
Outdated
@@ -25,6 +25,7 @@ export ARTIFACT_PATH ?= | |||
|
|||
OPERATOR_CONTROLLER_NAMESPACE ?= operator-controller-system | |||
KIND_CLUSTER_NAME ?= operator-controller | |||
KIND_CLUSTER_IMAGE ?= kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why hardcode this and not take the default from the version of kind
we're using?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest version of kind has a default node image based on 1.27.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to use ENVTEST_VERSION
to derive a kind image ref?
Setting a hardcoded digest strikes me as something that will rot, and we'll forget about.
Alternately, maybe we just accept that kind
's default might be off by a release or two?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2d1e78b ?
/hold to give @joelanford a chance to reply to comments. |
Signed-off-by: everettraven <[email protected]>
2d1e78b
to
4231844
Compare
Description
Reviewer Checklist