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

Migrate to Kubebuilder v3 #2082

Merged
merged 1 commit into from
Sep 1, 2021
Merged

Migrate to Kubebuilder v3 #2082

merged 1 commit into from
Sep 1, 2021

Conversation

zroubalik
Copy link
Member

@zroubalik zroubalik commented Sep 1, 2021

Signed-off-by: Zbynek Roubalik zroubali@redhat.com

I have migrated the project to Kubebuilder v3 (https://book.kubebuilder.io/migration/migration_guide_v2tov3.html)
Most of the changes are just moving files/packages etc. No big changes related to functionality.

  • API path has changed to include keda group, so we are more aligned with the way how client-go expects it: github.com/kedacore/keda/v2/api/v1alpha1 -> github.com/kedacore/keda/v2/apis/keda/v1alpha1
  • controllers has been moved the similar way API was: controllers/ -> controllers/keda/
  • bump controller-runtime to v0.10.0
  • bump k8s deps to v0.22.1
  • bump other deps
  • there were a few other minor code changes
  • I have added license header to majority of files

Checklist

Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
@ahmelsayed ahmelsayed merged commit 61740da into kedacore:main Sep 1, 2021
nilayasiktoprak pushed a commit to nilayasiktoprak/keda that referenced this pull request Oct 23, 2021
Signed-off-by: nilayasiktoprak <nilayasiktoprak@gmail.com>
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.

4 participants