-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 kubebuilder release 3.6.0, upgrade kustomize and add support for Apple Silicon #5965
Bump kubebuilder release 3.6.0, upgrade kustomize and add support for Apple Silicon #5965
Conversation
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.
Just a few nits, and a question. Else lgtm from me.
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.
I concur with @varshaprasad96 review. The rest looks okay to me.
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.
Just nits.
/lgtm
Co-authored-by: Varsha <varshaprasad96@gmail.com>
Co-authored-by: Varsha <varshaprasad96@gmail.com>
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.
/lgtm
… Apple Silicon (operator-framework#5965) * Bump kubebuilder 3.6.0, upgrade kustomize and add support to Apple Silicon * Update changelog/fragments/bump-kubebuilder-add-kustomize.yaml * Update changelog/fragments/bump-kubebuilder-add-kustomize.yaml Co-authored-by: Varsha <varshaprasad96@gmail.com> Signed-off-by: Daniel Campos Olivares <daniel.campos.olivares@sap.com>
Description
Bump kubebuilder, upgrade kustomize and add support to Apple Silicon
Changes:
go/v4-alpha
which adds support for Apple Silicon(darwin/arm64
)kustomize/v1
plugin alone. If you are looking to use this project as a base for you to generate other plugins, please use Kubebuilder instead.controller-tools
from0.9.0
to0.9.2
. More infocontroller-tools
from0.9.0
to0.9.2
.controller-runtime
fromv0.12.1
tov0.12.2
and Kubernetes dependencies fromv0.24.0
tov0.24.2
. More infogcr.io/kubebuilder/kube-rbac-proxy
from0.12.0
to0.13.0
. More infodarwin/arm64
) and upgrade kustomize version fromv3.8.7
tov4.5.5
. Release Notes