Skip to content

Commit 2a2d336

Browse files
committed
Release 2.27.10
1 parent 614bf82 commit 2a2d336

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGES.md

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

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

11+
## 2.27.10 (2026-06-08) {: #2.27.10 }
12+
13+
#### Bugfixes {: #2.27.10-bugfix }
14+
15+
- Add transparent repair code during Manifest sync to redownload the raw data in case it was lost during an upgrade.
16+
- Added OCI manifest as an allowed media type in the Docker manifest list schema.
17+
18+
---
19+
1120
## 2.27.9 (2026-05-14) {: #2.27.9 }
1221

1322
#### Bugfixes {: #2.27.9-bugfix }

CHANGES/+docker-list-schema.bugfix

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

CHANGES/+sync_repair_manifest_data.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
@@ -24,7 +24,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
2424

2525
name = "pulp_container.app"
2626
label = "container"
27-
version = "2.27.10.dev"
27+
version = "2.27.10"
2828
python_package_name = "pulp-container"
2929
domain_compatible = True
3030

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.27.10.dev"
10+
version = "2.27.10"
1111
description = "Container plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -89,7 +89,7 @@ ignore = [
8989
[tool.bumpversion]
9090
# This section is managed by the plugin template. Do not edit manually.
9191

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

0 commit comments

Comments
 (0)