File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 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.24.0 (2025-02-19) {: #2 .24.0 }
12+
13+ #### Features {: #2 .24.0-feature }
14+
15+ - Add partial support for Domains. The plugin can be installed with the feature turned on, but it
16+ only functions within the default domain.
17+ [ #domain-enablement] ( https://github.com/pulp/pulp_container/issues/domain-enablement )
18+
19+ ---
20+
1121## 2.23.0 (2025-02-17) {: #2 .23.0 }
1222
1323#### Bugfixes {: #2 .23.0-bugfix }
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.24.0.dev "
9+ version = "2.24.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.24.0.dev "
10+ version = " 2.24.0"
1111description = " Container plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -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.24.0.dev "
90+ current_version = " 2.24.0"
9191commit = false
9292tag = false
9393parse = " (?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