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.26.0 (2025-08-14) {: #2 .26.0 }
12+
13+ #### Features {: #2 .26.0-feature }
14+
15+ - Bump pulpcore upperbound to <3.100. pulp_container is now a Python >=3.11 project.
16+
17+ #### Bugfixes {: #2 .26.0-bugfix }
18+
19+ - Fixed the Registry API returning 'charset utf-8' in the Content-Type header.
20+ [ #1997 ] ( https://github.com/pulp/pulp_container/issues/1997 )
21+ - Fixed a 500 error when using a file storage domain at a custom MEDIA_ROOT.
22+ [ #1998 ] ( https://github.com/pulp/pulp_container/issues/1998 )
23+
24+ #### Improved Documentation {: #2 .26.0-doc }
25+
26+ - Replaced mention of staff for superuser in docs.
27+ [ #1999 ] ( https://github.com/pulp/pulp_container/issues/1999 )
28+
29+ ---
30+
1131## 2.25.1 (2025-05-16) {: #2 .25.1 }
1232
1333#### Bugfixes {: #2 .25.1-bugfix }
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
66
77 name = "pulp_container.app"
88 label = "container"
9- version = "2.26.0.dev "
9+ version = "2.26.0"
1010 python_package_name = "pulp-container"
1111 domain_compatible = True
1212
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
88[project ]
99name = " pulp-container"
10- version = " 2.26.0.dev "
10+ version = " 2.26.0"
1111description = " Container plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -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.0.dev "
89+ current_version = " 2.26.0"
9090commit = false
9191tag = false
9292parse = " (?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