Skip to content

Commit 5305906

Browse files
committed
Release 2.26.3
1 parent 569abfa commit 5305906

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

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.26.3 (2025-10-16) {: #2.26.3 }
12+
13+
#### Bugfixes {: #2.26.3-bugfix }
14+
15+
- Modified the sync upload API to buffer the image layers in chunks, reducing memory usage.
16+
[#2081](https://github.com/pulp/pulp_container/issues/2081)
17+
18+
---
19+
1120
## 2.26.2 (2025-09-13) {: #2.26.2 }
1221

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

CHANGES/2081.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
@@ -6,7 +6,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
66

77
name = "pulp_container.app"
88
label = "container"
9-
version = "2.26.3.dev"
9+
version = "2.26.3"
1010
python_package_name = "pulp-container"
1111
domain_compatible = True
1212

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.26.3.dev"
10+
version = "2.26.3"
1111
description = "Container plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -86,7 +86,7 @@ ignore = [
8686
[tool.bumpversion]
8787
# This section is managed by the plugin template. Do not edit manually.
8888

89-
current_version = "2.26.3.dev"
89+
current_version = "2.26.3"
9090
commit = false
9191
tag = false
9292
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)