Skip to content

Adds PostgreSQL 17 support#1117

Merged
sedagundogdu merged 10 commits intodevelopfrom
pg17
Dec 30, 2024
Merged

Adds PostgreSQL 17 support#1117
sedagundogdu merged 10 commits intodevelopfrom
pg17

Conversation

@sedagundogdu
Copy link
Member

  • Modified Dockerfiles to include PostgreSQL 17 as a supported version for building and testing.
  • Ensured that tests run correctly against PostgreSQL 17 environments.
  • Removed PostgreSQL 11 from the supported versions due to its end-of-life (EOL)
  • Removed support for CentOS 7, Oracle Linux 7 and Ubuntu Kinetic
  • Updated packaging scripts to reflect the removal of deprecated PostgreSQL and OS versions.

ci/push_images Outdated
IFS=$'\n\t'

pgversions='10 11 12 13 14 15 16'
pgversions='10 11 12 13 14 15 16 17'
Copy link
Contributor

Choose a reason for hiding this comment

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

Please delete 10 and 11 here since their support has been dropped

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed

Copy link
Contributor

Choose a reason for hiding this comment

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

Please delete all centos-7 and oraclelinux-7 files

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed

include:
- TARGET_PLATFORM: debian,buster
# - TARGET_PLATFORM: debian,buster
# removing due to EOL of debian buster
Copy link
Contributor

Choose a reason for hiding this comment

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

Please delete all comments for dropped os and postgres support

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed for all pipelines

Copy link
Contributor

Choose a reason for hiding this comment

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

Delete ubuntu-kinetic docker file since we are not supporting this any more

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed

@sedagundogdu sedagundogdu merged commit f259827 into develop Dec 30, 2024
@sedagundogdu sedagundogdu deleted the pg17 branch December 30, 2024 12:57
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.

2 participants