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

Refactor directory structure and Makefile & update deps #181

Merged
merged 9 commits into from
Feb 1, 2024

Conversation

tekenstam
Copy link
Member

@tekenstam tekenstam commented Oct 25, 2023

  • Align with Kubebuilder v3
  • Update to ginkgo v2
  • Update to Go 1.21
  • Update client-go to v0.28.3
  • Update controller-runtime to v0.16.3

Align with Kubebuilder v3

Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
@tekenstam tekenstam requested review from a team as code owners October 25, 2023 00:35
Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
@tekenstam tekenstam requested a review from RaviHari October 25, 2023 05:55
@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (851265a) 66.52% compared to head (5eb6b6c) 66.34%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #181      +/-   ##
==========================================
- Coverage   66.52%   66.34%   -0.18%     
==========================================
  Files           3        3              
  Lines        1141     1141              
==========================================
- Hits          759      757       -2     
- Misses        303      306       +3     
+ Partials       79       78       -1     

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

Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
@tekenstam tekenstam changed the title Refactor directory structure and Makefile Refactor directory structure and Makefile & update deps Oct 25, 2023
@tekenstam tekenstam requested a review from vgunapati October 25, 2023 06:12
Copy link

@shreyas-badiger shreyas-badiger left a comment

Choose a reason for hiding this comment

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

LGTM


mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
Scheme: scheme,
// Metrics: metricsserver.Options{BindAddress: metricsAddr},
Copy link

Choose a reason for hiding this comment

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

@tekenstam why this was commented.

sigs.k8s.io/controller-runtime v0.13.1
k8s.io/api v0.28.3
k8s.io/apimachinery v0.28.3
k8s.io/client-go v0.28.3
Copy link

Choose a reason for hiding this comment

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

@tekenstam should we upgrade to 0.26.x instead? to be compatible with k8s 1.26

@tekenstam tekenstam merged commit a126bf8 into master Feb 1, 2024
3 of 4 checks passed
@tekenstam tekenstam deleted the refactor-structure branch February 1, 2024 19:19
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.

8 participants