From 8764a433a110a1511e40896b7505516bbaac9b4c Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 1 Apr 2026 20:45:55 +0000 Subject: [PATCH 1/2] Release 2.27.5 --- CHANGES.md | 8 ++++++++ CHANGES/+atomic-replication-support.bugfix | 1 - pulp_container/app/__init__.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 CHANGES/+atomic-replication-support.bugfix diff --git a/CHANGES.md b/CHANGES.md index a6752e500..541f38d3c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,14 @@ [//]: # (towncrier release notes start) +## 2.27.5 (2026-04-01) {: #2.27.5 } + +#### Bugfixes {: #2.27.5-bugfix } + +- Support "atomic" replications in pulpcore 3.107 + +--- + ## 2.27.4 (2026-03-30) {: #2.27.4 } #### Bugfixes {: #2.27.4-bugfix } diff --git a/CHANGES/+atomic-replication-support.bugfix b/CHANGES/+atomic-replication-support.bugfix deleted file mode 100644 index 6795fafdc..000000000 --- a/CHANGES/+atomic-replication-support.bugfix +++ /dev/null @@ -1 +0,0 @@ -Support "atomic" replications in pulpcore 3.107 diff --git a/pulp_container/app/__init__.py b/pulp_container/app/__init__.py index 1e0565a9c..0b493adce 100644 --- a/pulp_container/app/__init__.py +++ b/pulp_container/app/__init__.py @@ -23,7 +23,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig): name = "pulp_container.app" label = "container" - version = "2.27.5.dev" + version = "2.27.5" python_package_name = "pulp-container" domain_compatible = True diff --git a/pyproject.toml b/pyproject.toml index da0f2057e..93a62374e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = "pulp-container" -version = "2.27.5.dev" +version = "2.27.5" description = "Container plugin for the Pulp Project" readme = "README.md" authors = [ @@ -89,7 +89,7 @@ ignore = [ [tool.bumpversion] # This section is managed by the plugin template. Do not edit manually. -current_version = "2.27.5.dev" +current_version = "2.27.5" commit = false tag = false parse = "(?P\\d+)\\.(?P\\d+)\\.(?P0a)?(?P\\d+)(\\.(?P[a-z]+))?" From 07de0f55ba658616c197937ff731c46ce4880eb2 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Wed, 8 Apr 2026 17:33:07 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=202.27.5=20=E2=86=92=202.27?= =?UTF-8?q?.6.dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pulp_container/app/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pulp_container/app/__init__.py b/pulp_container/app/__init__.py index 0b493adce..78679f479 100644 --- a/pulp_container/app/__init__.py +++ b/pulp_container/app/__init__.py @@ -23,7 +23,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig): name = "pulp_container.app" label = "container" - version = "2.27.5" + version = "2.27.6.dev" python_package_name = "pulp-container" domain_compatible = True diff --git a/pyproject.toml b/pyproject.toml index 93a62374e..e16e98d71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = "pulp-container" -version = "2.27.5" +version = "2.27.6.dev" description = "Container plugin for the Pulp Project" readme = "README.md" authors = [ @@ -89,7 +89,7 @@ ignore = [ [tool.bumpversion] # This section is managed by the plugin template. Do not edit manually. -current_version = "2.27.5" +current_version = "2.27.6.dev" commit = false tag = false parse = "(?P\\d+)\\.(?P\\d+)\\.(?P0a)?(?P\\d+)(\\.(?P[a-z]+))?"