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

Add support for PostgreSQL 15 and 16 on Exoscale #213

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

TheBigLee
Copy link
Member

Summary

  • This PR adds support for PostgreSQL 15 and 16 on Exoscale.

Checklist

  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog
  • Update tests.
  • Link this PR to related issues.

@TheBigLee TheBigLee added the enhancement New feature or request label Aug 7, 2024
@TheBigLee TheBigLee requested review from a team, Kidswiss, wejdross and zugao and removed request for a team August 7, 2024 14:21
@@ -58,11 +58,11 @@ type ExoscalePostgreSQLParameters struct {
type ExoscalePostgreSQLServiceSpec struct {
ExoscaleDBaaSServiceSpec `json:",inline"`

// +kubebuilder:validation:Enum="14"
// +kubebuilder:default="14"
// +kubebuilder:validation:Enum="14";"15";"16"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we could remove this validation, everything depends on exoscale here, we just pass the value along. @Kidswiss what do you think?

Copy link
Collaborator

@zugao zugao left a comment

Choose a reason for hiding this comment

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

LGTM

@TheBigLee TheBigLee merged commit 86ab6eb into master Aug 7, 2024
3 checks passed
@TheBigLee TheBigLee deleted the psql/exoscale_version branch August 7, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants