Skip to content

Commit c6a716f

Browse files
committed
Release 2.14.18
1 parent 361a428 commit c6a716f

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
[//]: # (towncrier release notes start)
1010

11+
## 2.14.18 (2025-03-18) {: #2.14.18 }
12+
13+
#### Bugfixes {: #2.14.18-bugfix }
14+
15+
- Fixed a bug where the authentication scheme in the authorization header
16+
was not being parsed correctly.
17+
[#1812](https://github.com/pulp/pulp_container/issues/1812)
18+
19+
---
20+
1121
## 2.14.17 (2025-01-07) {: #2.14.17 }
1222

1323
#### Bugfixes {: #2.14.17-bugfix }

CHANGES/1812.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

pulp_container/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
66

77
name = "pulp_container.app"
88
label = "container"
9-
version = "2.14.18.dev"
9+
version = "2.14.18"
1010
python_package_name = "pulp-container"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ignore = [
5353
[tool.bumpversion]
5454
# This section is managed by the plugin template. Do not edit manually.
5555

56-
current_version = "2.14.18.dev"
56+
current_version = "2.14.18"
5757
commit = false
5858
tag = false
5959
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="pulp-container",
13-
version="2.14.18.dev",
13+
version="2.14.18",
1414
description="Container plugin for the Pulp Project",
1515
long_description=long_description,
1616
license="GPLv2+",

0 commit comments

Comments
 (0)