Skip to content

feat: Add support for postgreSQL version 18 - #783

Closed
Aayush-Abhyarthi wants to merge 1 commit into
mainfrom
support_v18
Closed

feat: Add support for postgreSQL version 18#783
Aayush-Abhyarthi wants to merge 1 commit into
mainfrom
support_v18

Conversation

@Aayush-Abhyarthi

Copy link
Copy Markdown
Member

Description

#765

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (X.x.x)
Release notes content

This PR adds support for postgreSQL version 18.

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

For mergers

  • Use a conventional commit message to set the release level. Follow the guidelines.
  • Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
  • Use the Squash and merge option.

@ocofaigh ocofaigh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The list of versions in the ibm_catalog.json needs to be updated

description = "The version of the PostgreSQL instance. If no value is specified, the current preferred version of PostgreSQL is used."
type = string
default = null
default = "18"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can you change this back to null please - we override the default in the ibm_catalog,json

description = "Version of the PostgreSQL instance. If no value is passed, the current preferred version of IBM Cloud Databases is used."
type = string
default = null
default = "18"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can you change this back to null please - we override the default in the ibm_catalog.json

@jor2

jor2 commented Dec 22, 2025

Copy link
Copy Markdown
Member

I added some automation that does this for Postgres #791

@Aayush-Abhyarthi

Copy link
Copy Markdown
Member Author

@jor2 @ocofaigh I am closing this PR.

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