Skip to content

Deprecate Postgresql13 image for RHEL8 - #665

Open
ndavidova wants to merge 2 commits into
masterfrom
eol_pg13_rhel8
Open

Deprecate Postgresql13 image for RHEL8#665
ndavidova wants to merge 2 commits into
masterfrom
eol_pg13_rhel8

Conversation

@ndavidova

@ndavidova ndavidova commented Jul 29, 2026

Copy link
Copy Markdown

Summary by CodeRabbit

  • Removed Support

    • Removed PostgreSQL 13 for RHEL 8 from available image tags/build configurations.
    • PostgreSQL 13 RHEL 8 images are no longer included in the RHEL 8 upgrade path or matrix entries.
  • Documentation

    • Updated phrasing about RHEL Application Streams lifecycle support in PostgreSQL image READMEs.
  • Tests

    • Adjusted upgrade test validation to reflect supported RHEL 8 versions: PostgreSQL 12, 15, and 16.

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

PostgreSQL 13 is removed from RHEL 8 image definitions, build configuration, ImageStreams, and upgrade paths. README wording is updated across PostgreSQL versions 12, 13, 15, 16, and 18.

Changes

RHEL 8 PostgreSQL 13 removal

Layer / File(s) Summary
Remove image publication and build entries
imagestreams/*, 13/Dockerfile.rhel8, specs/multispec.yml
PostgreSQL 13 is removed from RHEL 8 ImageStream tags, version lists, the build matrix, and its Dockerfile.
Update upgrade test paths
test/conftest.py, test/run_test
RHEL 8 upgrade sequences now skip PostgreSQL 13.
Adjust lifecycle documentation and version listings
12/.../README.md, 13/.../README.md, 15/.../README.md, 16/.../README.md, 18/.../README.md, README.md
Application Streams wording is revised, and the RHEL 8 PostgreSQL 13 registry entry is removed from the versions table.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested reviewers: phracek

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: deprecating the PostgreSQL 13 image for RHEL 8.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch eol_pg13_rhel8

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown

Pull Request validation

Failed

🔴 Failed or pending statuses:

  • CodeRabbit[pending]

🔴 Review - Missing review from a member (1 required)


Triggered by Workflow Run

@phracek

phracek commented Jul 29, 2026

Copy link
Copy Markdown
Member

@ndavidova Postgresql is dist-gen generated container. You have to modify dist-gen files.

@ndavidova

Copy link
Copy Markdown
Author

[test]

@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown

Testing Farm results

namecomposearchstatusstarted (UTC)timelogs
Fedora - 16Fedora-latestx86_64✅ passed29.07.2026 13:01:0110min 1stest pipeline
CentOS Stream 10 - 16CentOS-Stream-10x86_64✅ passed29.07.2026 13:01:0111min 48stest pipeline
Fedora - 15Fedora-latestx86_64✅ passed29.07.2026 13:01:0010min 6stest pipeline
CentOS Stream 9 - 13CentOS-Stream-9x86_64✅ passed29.07.2026 13:01:0212min 8stest pipeline
RHEL8 - 12RHEL-8.10.0-Nightlyx86_64✅ passed29.07.2026 13:01:0115min 23stest pipeline
CentOS Stream 9 - 16CentOS-Stream-9x86_64✅ passed29.07.2026 13:01:0114min 20stest pipeline
RHEL8 - 16RHEL-8.10.0-Nightlyx86_64✅ passed29.07.2026 13:01:0017min 29stest pipeline
RHEL8 - 15RHEL-8.10.0-Nightlyx86_64❌ error30.07.2026 09:49:1819min 47stest pipeline
RHEL10 - Unsubscribed host - 16RHEL-10.2-Nightlyx86_64✅ passed29.07.2026 13:01:0020min 34stest pipeline
RHEL9 - Unsubscribed host - 13RHEL-9.8.0-Nightlyx86_64✅ passed29.07.2026 13:01:0621min 38stest pipeline
RHEL10 - 16RHEL-10.2-Nightlyx86_64✅ passed29.07.2026 13:01:0421min 25stest pipeline
RHEL9 - 15RHEL-9.8.0-Nightlyx86_64✅ passed29.07.2026 13:01:0023min 23stest pipeline
RHEL9 - 16RHEL-9.8.0-Nightlyx86_64✅ passed29.07.2026 13:01:0123min 32stest pipeline
RHEL10 - 18RHEL-10.2-Nightlyx86_64✅ passed29.07.2026 13:01:0623min 11stest pipeline
RHEL9 - Unsubscribed host - 18RHEL-9.8.0-Nightlyx86_64✅ passed29.07.2026 13:01:1023min 37stest pipeline
CentOS Stream 9 - 15CentOS-Stream-9x86_64✅ passed29.07.2026 13:11:2912min 45stest pipeline
RHEL9 - 18RHEL-9.8.0-Nightlyx86_64✅ passed29.07.2026 13:01:0824min 25stest pipeline
CentOS Stream 9 - 18CentOS-Stream-9x86_64✅ passed29.07.2026 13:13:3113min 29stest pipeline
RHEL10 - Unsubscribed host - 18RHEL-10.2-Nightlyx86_64✅ passed29.07.2026 13:11:2522min 4stest pipeline
RHEL9 - 13RHEL-9.8.0-Nightlyx86_64✅ passed30.07.2026 09:49:1824min 43stest pipeline

@github-actions

Copy link
Copy Markdown

Testing Farm results

namecomposearchstatusstarted (UTC)timelogs
Fedora - 18Fedora-latestx86_64✅ passed29.07.2026 13:01:039min 6stest pipeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants