File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
[ // ] : # ( towncrier release notes start )
10
10
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
+
11
21
## 2.14.17 (2025-01-07) {: #2 .14.17 }
12
22
13
23
#### Bugfixes {: #2 .14.17-bugfix }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ class PulpContainerPluginAppConfig(PulpPluginAppConfig):
6
6
7
7
name = "pulp_container.app"
8
8
label = "container"
9
- version = "2.14.18.dev "
9
+ version = "2.14.18"
10
10
python_package_name = "pulp-container"
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ ignore = [
53
53
[tool .bumpversion ]
54
54
# This section is managed by the plugin template. Do not edit manually.
55
55
56
- current_version = " 2.14.18.dev "
56
+ current_version = " 2.14.18"
57
57
commit = false
58
58
tag = false
59
59
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "pulp-container" ,
13
- version = "2.14.18.dev " ,
13
+ version = "2.14.18" ,
14
14
description = "Container plugin for the Pulp Project" ,
15
15
long_description = long_description ,
16
16
license = "GPLv2+" ,
You can’t perform that action at this time.
0 commit comments