Skip to content

Commit f82b41b

Browse files
committed
Release 2.22.6
1 parent 7e072b1 commit f82b41b

5 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGES.md

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

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

11+
## 2.22.6 (2026-03-18) {: #2.22.6 }
12+
13+
#### Bugfixes {: #2.22.6-bugfix }
14+
15+
- Altered several id-fields and their related sequences.
16+
17+
INTEGER AutoField sequences can "run out" on large/old instances, update to BIGINT.
18+
[#2080](https://github.com/pulp/pulp_container/issues/2080)
19+
20+
---
21+
1122
## 2.22.5 (2026-02-24) {: #2.22.5 }
1223

1324
#### Bugfixes {: #2.22.5-bugfix }

CHANGES/2080.bugfix

Lines changed: 0 additions & 3 deletions
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.6.dev"
26+
version = "2.22.6"
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.6.dev"
60+
current_version = "2.22.6"
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.6.dev",
13+
version="2.22.6",
1414
description="Container plugin for the Pulp Project",
1515
long_description=long_description,
1616
license="GPLv2+",

0 commit comments

Comments
 (0)