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(dependencies): upgrade controller runtime and all things k8s #1317

Merged
merged 5 commits into from
Dec 22, 2023

Conversation

krancour
Copy link
Member

Starting v0.4.0 off with a 💥.

Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Copy link

netlify bot commented Dec 21, 2023

Deploy Preview for docs-kargo-akuity-io ready!

Name Link
🔨 Latest commit 13b6b7e
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/6584b8569a0a3f000833a8cd
😎 Deploy Preview https://deploy-preview-1317.kargo.akuity.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Dec 21, 2023

Codecov Report

Attention: 101 lines in your changes are missing coverage. Please review.

Comparison is base (a2f6889) 45.82% compared to head (13b6b7e) 45.55%.
Report is 1 commits behind head on main.

Files Patch % Lines
internal/api/kubernetes/client.go 28.57% 40 Missing ⚠️
internal/controller/stages/stages.go 0.00% 35 Missing ⚠️
internal/controller/stages/watches.go 0.00% 17 Missing ⚠️
internal/controller/promotions/promotions.go 0.00% 7 Missing ⚠️
internal/controller/options.go 0.00% 1 Missing ⚠️
internal/webhook/freight/webhook.go 94.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1317      +/-   ##
==========================================
- Coverage   45.82%   45.55%   -0.28%     
==========================================
  Files         135      135              
  Lines       11556    11637      +81     
==========================================
+ Hits         5296     5301       +5     
- Misses       6069     6145      +76     
  Partials      191      191              

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

Copy link
Member

@jessesuen jessesuen left a comment

Choose a reason for hiding this comment

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

Beautiful!

Comment on lines +88 to +90
source.Kind(kargoMgr.GetCache(),
&kargoapi.Promotion{},
),
Copy link
Member Author

Choose a reason for hiding this comment

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

@jessesuen this is what I was talking about... the fact that you have to pick a cache (which is a wrapper around a client) when you call Watch makes me suspect we may be able to create controllers that reconcile using one client, but also watch things using another. (Useful for sharding.)

@krancour krancour added this pull request to the merge queue Dec 22, 2023
Merged via the queue into akuity:main with commit f27684a Dec 22, 2023
22 of 24 checks passed
@krancour krancour deleted the krancour/dep-updates branch December 22, 2023 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants