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 postgres 15 and 16 #3627

Closed
timja opened this issue Dec 4, 2023 · 1 comment · Fixed by #3686
Closed

Add support for postgres 15 and 16 #3627

timja opened this issue Dec 4, 2023 · 1 comment · Fixed by #3686
Assignees
Labels
new-resouce-version New version of a resource ASO already supports
Milestone

Comments

@timja
Copy link

timja commented Dec 4, 2023

Describe the current behavior

https://azure.github.io/azure-service-operator/reference/dbforpostgresql/v1api20221201/#dbforpostgresql.azure.com/v1api20221201.ServerVersion

Uses ARM 2022-12-01 which only supports up to v14.
Unfortunately for whatever reason GA versions of the API haven't been released in ages even though the product is GA.

The 2023-06-01-preview API has support for both 15 and 16

Describe the improvement

Add an API version for 2023-06-01-preview postgres

Additional context

Docs on how to add a new one would be nice I didn't see anything in the contribution guide

@matthchr
Copy link
Member

matthchr commented Dec 4, 2023

Docs are here: https://azure.github.io/azure-service-operator/contributing/add-a-new-code-generated-resource/

But you're right it might be nice if a section called how specifically "how to add a new version", which is probably a subset of that doc.

@matthchr matthchr self-assigned this Dec 4, 2023
@matthchr matthchr added this to the v2.6.0 milestone Dec 4, 2023
@matthchr matthchr added new-resouce-version New version of a resource ASO already supports and removed needs-triage 🔍 labels Dec 4, 2023
@theunrepentantgeek theunrepentantgeek modified the milestones: v2.6.0, v2.7.0 Dec 11, 2023
@matthchr matthchr modified the milestones: v2.7.0, v2.6.0 Jan 5, 2024
matthchr added a commit to matthchr/azure-service-operator that referenced this issue Jan 5, 2024
This API enables support for Postgres 15 and 16.
This fixes Azure#3627.
matthchr added a commit to matthchr/azure-service-operator that referenced this issue Jan 6, 2024
This API enables support for Postgres 15 and 16.
This fixes Azure#3627.
github-merge-queue bot pushed a commit that referenced this issue Jan 8, 2024
This API enables support for Postgres 15 and 16.
This fixes #3627.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-resouce-version New version of a resource ASO already supports
Projects
Development

Successfully merging a pull request may close this issue.

3 participants