Skip to content

Commit 636ccf2

Browse files
committed
Release 2.22.7
1 parent b9426b9 commit 636ccf2

5 files changed

Lines changed: 12 additions & 4 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.22.7 (2026-03-30) {: #2.22.7 }
12+
13+
#### Bugfixes {: #2.22.7-bugfix }
14+
15+
- Don't blow up on encountering PQC signatures.
16+
[#2237](https://github.com/pulp/pulp_container/issues/2237)
17+
18+
---
19+
1120
## 2.22.6 (2026-03-18) {: #2.22.6 }
1221

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

CHANGES/2237.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.22.7.dev"
26+
version = "2.22.7"
2727
python_package_name = "pulp-container"
2828

2929
@staticmethod

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ignore = [
5757
[tool.bumpversion]
5858
# This section is managed by the plugin template. Do not edit manually.
5959

60-
current_version = "2.22.7.dev"
60+
current_version = "2.22.7"
6161
commit = false
6262
tag = false
6363
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="pulp-container",
13-
version="2.22.7.dev",
13+
version="2.22.7",
1414
description="Container plugin for the Pulp Project",
1515
long_description=long_description,
1616
license="GPLv2+",

0 commit comments

Comments
 (0)