File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
6161commit = false
6262tag = false
6363parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
Original file line number Diff line number Diff line change 1010
1111setup (
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+" ,
You can’t perform that action at this time.
0 commit comments