Skip to content

Commit bfdf15a

Browse files
committed
Release 2.25.1
1 parent 647d06e commit bfdf15a

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

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.25.1 (2025-05-16) {: #2.25.1 }
12+
13+
#### Bugfixes {: #2.25.1-bugfix }
14+
15+
- Fixed the Registry API returning 'charset utf-8' in the Content-Type header.
16+
[#1997](https://github.com/pulp/pulp_container/issues/1997)
17+
- Fixed a 500 error when using a file storage domain at a custom MEDIA_ROOT.
18+
[#1998](https://github.com/pulp/pulp_container/issues/1998)
19+
20+
---
21+
1122
## 2.25.0 (2025-04-15) {: #2.25.0 }
1223

1324
#### Features {: #2.25.0-feature }

CHANGES/1997.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

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

0 commit comments

Comments
 (0)