File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
[ // ] : # ( towncrier release notes start )
10
10
11
+ ## 2.24.1 (2025-03-12) {: #2 .24.1 }
12
+
13
+ #### Bugfixes {: #2 .24.1-bugfix }
14
+
15
+ - Fixed integer overflow error when pushing or syncing images greater than 2GB.
16
+ [ #1926 ] ( https://github.com/pulp/pulp_container/issues/1926 )
17
+
18
+ ---
19
+
11
20
## 2.24.0 (2025-02-19) {: #2 .24.0 }
12
21
13
22
#### Features {: #2 .24.0-feature }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
6
6
7
7
name = "pulp_container.app"
8
8
label = "container"
9
- version = "2.24.1.dev "
9
+ version = "2.24.1"
10
10
python_package_name = "pulp-container"
11
11
domain_compatible = True
12
12
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
7
7
8
8
[project ]
9
9
name = " pulp-container"
10
- version = " 2.24.1.dev "
10
+ version = " 2.24.1"
11
11
description = " Container plugin for the Pulp Project"
12
12
readme = " README.md"
13
13
authors = [
@@ -87,7 +87,7 @@ ignore = [
87
87
[tool .bumpversion ]
88
88
# This section is managed by the plugin template. Do not edit manually.
89
89
90
- current_version = " 2.24.1.dev "
90
+ current_version = " 2.24.1"
91
91
commit = false
92
92
tag = false
93
93
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
You can’t perform that action at this time.
0 commit comments