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

build: Update CRDs and k8s dependencies #68

Merged
merged 10 commits into from
May 10, 2021
Merged

Conversation

colunira
Copy link
Contributor

CRDs in version v1beta1 are deprecated. Update the version to v1 and bump k8s dependencies.

@colunira colunira changed the title Update CRDs and k8s dependencies build: Update CRDs and k8s dependencies Apr 28, 2021
@aeneasr
Copy link
Member

aeneasr commented May 2, 2021

Thank you! Could you look into the failing test cases please? :)

@colunira
Copy link
Contributor Author

colunira commented May 4, 2021

Sure, I'm working on this in parallel with other tasks, so it may take a moment or two ;)

@colunira
Copy link
Contributor Author

colunira commented May 6, 2021

@aeneasr PR is ready for review :)

@@ -36,7 +36,7 @@ const (
// HydraAdmin defines the desired hydra admin instance to use for OAuth2Client
type HydraAdmin struct {
// +kubebuilder:validation:MaxLength=64
// +kubebuilder:validation:Pattern=(^$|^https?://.*)
// +kubebuilder:validation:Pattern=`(^$|^https?://.*)`
Copy link
Collaborator

Choose a reason for hiding this comment

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

<3

@Demonsthere
Copy link
Collaborator

Please regenerate manifests and imho we can merge this, good job! :)

Copy link
Collaborator

@Demonsthere Demonsthere left a comment

Choose a reason for hiding this comment

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

LGTM :)

@aeneasr
Copy link
Member

aeneasr commented May 10, 2021

#68 (comment)

looks like it wasn't regenerated yet?

@Demonsthere
Copy link
Collaborator

Demonsthere commented May 10, 2021

#68 (comment)

looks like it wasn't regenerated yet?

They are, during review we saw some changes, but traced them to a version mismatch of kubebuilder. The CRD in this PR is consistent with kubernetes 1.20.
We need to remember to include the new CRD in charts after this PR has been merged

@aeneasr aeneasr merged commit 9b8f463 into ory:master May 10, 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.

3 participants