Skip to content

Commit a6c6bed

Browse files
authored
Merge pull request #2315 from gerrod3/2.24.9-release-fix
Fix release branch 2.24
2 parents 0c9b859 + 139ce4f commit a6c6bed

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
[//]: # (towncrier release notes start)
1010

11+
## 2.24.9 (2026-04-01) {: #2.24.9 }
12+
13+
#### Bugfixes {: #2.24.9-bugfix }
14+
15+
- Support "atomic" replications in pulpcore 3.107
16+
17+
---
18+
1119
## 2.24.8 (2026-03-30) {: #2.24.8 }
1220

1321
#### Bugfixes {: #2.24.8-bugfix }

CHANGES/+atomic-replication-support.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

pulp_container/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
2323

2424
name = "pulp_container.app"
2525
label = "container"
26-
version = "2.24.9.dev"
26+
version = "2.24.10.dev"
2727
python_package_name = "pulp-container"
2828
domain_compatible = True
2929

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77

88
[project]
99
name = "pulp-container"
10-
version = "2.24.9.dev"
10+
version = "2.24.10.dev"
1111
description = "Container plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -90,7 +90,7 @@ ignore = [
9090
[tool.bumpversion]
9191
# This section is managed by the plugin template. Do not edit manually.
9292

93-
current_version = "2.24.9.dev"
93+
current_version = "2.24.10.dev"
9494
commit = false
9595
tag = false
9696
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)