-
Notifications
You must be signed in to change notification settings - Fork 203
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
Labels
new-resouce-version
New version of a resource ASO already supports
Milestone
Comments
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
added
new-resouce-version
New version of a resource ASO already supports
and removed
needs-triage 🔍
labels
Dec 4, 2023
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.
3 tasks
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.
github-project-automation
bot
moved this from Backlog
to Recently Completed
in Azure Service Operator Roadmap
Jan 8, 2024
matthchr
moved this from Recently Completed
to Ready for Release
in Azure Service Operator Roadmap
Jan 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: