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

update CRD version to v1 #126

Merged
merged 1 commit into from
Jul 19, 2021
Merged

Conversation

jensfr
Copy link
Contributor

@jensfr jensfr commented Jul 15, 2021

Use apiextensions.k8s.io/v1 instead of v1beta1, which is not supported anymore. We need to switch to
version v1 or we can't create our own KataConfig CRD anymore. To be clear,
we're updating the version of the CustomResourceDefinition kind, not the version of kataconfig.

See kubernetes/kubernetes#79604

@openshift-ci openshift-ci bot requested review from fidencio and harche July 15, 2021 11:25
@jensfr jensfr requested review from bpradipt, pmores and cpmeadors and removed request for fidencio and harche July 15, 2021 11:35
@jensfr jensfr added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 15, 2021
v1beta1 is not supported anymore in kubernetes. We need to switch to
version v1. To be clear, this is about the version of the
CustomResourceDefinition kind, not about the version of kataconfig.

Signed-off-by: Jens Freimann <jfreimann@redhat.com>
@jensfr jensfr removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 19, 2021
@jensfr jensfr merged commit 0c4e7aa into openshift:master Jul 19, 2021
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

2 participants