2.0.0 (2026-03-17)
⚠️ BREAKING CHANGE: Pulp Operator 2.0 deploys PostgreSQL 15 by default. If you are running PostgreSQL 13, you must upgrade your database before upgrading the operator. See the PostgreSQL Major Version Upgrade Steps. ⚠️
Pulp 3.100 requires Django 5, which requires PostgreSQL 14 or later. The new default is PostgreSQL 15 since PostgreSQL 14 reaches EOL in November 2026. The PostgreSQL Major Version Upgrade Steps covers databases deployed by the operator; for external databases, follow your vendor's documentation.
Bugfixes {: #2.0.0-bugfix }
- Set the default PostgreSQL version to 15 to ensure compatibility with Django 5 and Pulpcore 3.100+.
#1589