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

🌱 bump controller-runtime to 0.16 #573

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

joelanford
Copy link
Member

also bump patch version of kubernetes to 0.28.5

Description

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

@joelanford joelanford requested a review from a team as a code owner January 8, 2024 20:17
@@ -84,8 +84,7 @@ func main() {

mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
Scheme: scheme,
MetricsBindAddress: metricsAddr,
Port: 9443,
Copy link
Member Author

Choose a reason for hiding this comment

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

This is:

  • the webhook port (we don't have any webhooks)
  • defaulted to 9443 anyway, even if we did have webhooks.

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fe692ed) 83.60% compared to head (42da79b) 83.58%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #573      +/-   ##
==========================================
- Coverage   83.60%   83.58%   -0.03%     
==========================================
  Files          20       20              
  Lines         811      810       -1     
==========================================
- Hits          678      677       -1     
  Misses         92       92              
  Partials       41       41              
Flag Coverage Δ
e2e 63.45% <100.00%> (-0.05%) ⬇️
unit 78.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

go.mod Outdated Show resolved Hide resolved
ncdc
ncdc previously approved these changes Jan 9, 2024
@ncdc ncdc added this pull request to the merge queue Jan 9, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 9, 2024
@ncdc
Copy link
Member

ncdc commented Jan 9, 2024

@joelanford not sure if this needs a rebase and/or go mod tidy?

also bump patch version of kubernetes to 0.28.5

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
@joelanford
Copy link
Member Author

Looks like the operator-registry bump meant I needed rebase+go mod tidy.

Hopefully good again now.

@@ -84,8 +84,7 @@ func main() {

mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
Scheme: scheme,
MetricsBindAddress: metricsAddr,
Port: 9443,
Metrics: server.Options{BindAddress: metricsAddr},
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice to have for performance evaluations would be to add a flag that sets the pprof endpoint to enable/disable the default pprof implementation through controller-runtime. Could be done in a follow-up though and shouldn't hold this PR

go.mod Show resolved Hide resolved
@joelanford joelanford added this pull request to the merge queue Jan 15, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 15, 2024
@everettraven everettraven added this pull request to the merge queue Jan 15, 2024
Merged via the queue into operator-framework:main with commit 58c5455 Jan 15, 2024
15 checks passed
@joelanford joelanford deleted the k8s-cr-bump branch June 20, 2024 18:59
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