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 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 }
Load Diff This file was deleted.
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
5757commit = false
5858tag = false
5959parse = " (?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 1010
1111setup (
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+" ,
You can’t perform that action at this time.
0 commit comments