Merged
Conversation
Member
sedagundogdu
commented
Dec 30, 2024
- 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.
gurkanindibay
suggested changes
Dec 30, 2024
ci/push_images
Outdated
| IFS=$'\n\t' | ||
|
|
||
| pgversions='10 11 12 13 14 15 16' | ||
| pgversions='10 11 12 13 14 15 16 17' |
Contributor
There was a problem hiding this comment.
Please delete 10 and 11 here since their support has been dropped
dockerfiles/centos-7-pg16/Dockerfile
Outdated
Contributor
There was a problem hiding this comment.
Please delete all centos-7 and oraclelinux-7 files
| include: | ||
| - TARGET_PLATFORM: debian,buster | ||
| # - TARGET_PLATFORM: debian,buster | ||
| # removing due to EOL of debian buster |
Contributor
There was a problem hiding this comment.
Please delete all comments for dropped os and postgres support
Member
Author
There was a problem hiding this comment.
Fixed for all pipelines
Contributor
There was a problem hiding this comment.
Delete ubuntu-kinetic docker file since we are not supporting this any more
gurkanindibay
approved these changes
Dec 30, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.