From 4240a8f45f5d9c7000e869b9abcd54250749bde7 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 1 Apr 2026 20:46:10 +0000 Subject: [PATCH 1/2] Release 2.26.10 --- 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 876bf3bb1..029da8cad 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,14 @@ [//]: # (towncrier release notes start) +## 2.26.10 (2026-04-01) {: #2.26.10 } + +#### Bugfixes {: #2.26.10-bugfix } + +- Support "atomic" replications in pulpcore 3.107 + +--- + ## 2.26.9 (2026-03-30) {: #2.26.9 } #### Bugfixes {: #2.26.9-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 2c8528157..951fb9517 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.26.10.dev" + version = "2.26.10" python_package_name = "pulp-container" domain_compatible = True diff --git a/pyproject.toml b/pyproject.toml index 91a0aa61d..ed7067b9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = "pulp-container" -version = "2.26.10.dev" +version = "2.26.10" 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.26.10.dev" +current_version = "2.26.10" commit = false tag = false parse = "(?P\\d+)\\.(?P\\d+)\\.(?P0a)?(?P\\d+)(\\.(?P[a-z]+))?" From 96e8d7a4896762716dc4c3abc017f370a3df0fa5 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Wed, 8 Apr 2026 17:30:36 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=202.26.10=20=E2=86=92=202.2?= =?UTF-8?q?6.11.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 951fb9517..2c6a551b1 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.26.10" + version = "2.26.11.dev" python_package_name = "pulp-container" domain_compatible = True diff --git a/pyproject.toml b/pyproject.toml index ed7067b9d..2124628b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = "pulp-container" -version = "2.26.10" +version = "2.26.11.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.26.10" +current_version = "2.26.11.dev" commit = false tag = false parse = "(?P\\d+)\\.(?P\\d+)\\.(?P0a)?(?P\\d+)(\\.(?P[a-z]+))?"