|
10 | 10 |
|
11 | 11 | [//]: # (towncrier release notes start) |
12 | 12 |
|
| 13 | +## 0.39.0 (2026-04-08) {: #0.39.0 } |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +#### Features {: #0.39.0-feature } |
| 18 | + |
| 19 | +- Added a prn argument to `pulp show`. |
| 20 | + [#1236](https://github.com/pulp/pulp-cli/issues/1236) |
| 21 | +- Added `--version` option to `pulp python distribution` for serving content from a specific repository version. |
| 22 | + [#1324](https://github.com/pulp/pulp-cli/issues/1324) |
| 23 | +- Added `repair-metadata` command to `pulp python repository` for repairing package metadata. |
| 24 | + [#1340](https://github.com/pulp/pulp-cli/issues/1340) |
| 25 | +- Added missing REST API filters to content list commands across all plugins and grouped common content filters (`repository_version`, `repository_version_added`, `repository_version_removed`) into reusable `content_filter_options`. |
| 26 | + |
| 27 | + |
| 28 | +#### Bugfixes {: #0.39.0-bugfix } |
| 29 | + |
| 30 | +- Fixed warnings about parameters being used multiple times. |
| 31 | + [#1315](https://github.com/pulp/pulp-cli/issues/1315) |
| 32 | +- Prevent picking up ~/.netrc logins. |
| 33 | + |
| 34 | + |
| 35 | +### Pulp GLUE {: #0.39.0-pulp-glue } |
| 36 | + |
| 37 | + |
| 38 | +#### Features {: #0.39.0-pulp-glue-feature } |
| 39 | + |
| 40 | +- Added `resolve_prn` to the `PulpContext` as a factory for `PulpEntityContext` objects. |
| 41 | + [#1236](https://github.com/pulp/pulp-cli/issues/1236) |
| 42 | +- Added repository version logic to `PulpPythonDistributionContext` for `pulp_python>=3.21.0`. |
| 43 | + [#1324](https://github.com/pulp/pulp-cli/issues/1324) |
| 44 | +- Added `repair_metadata` method to `PulpPythonRepositoryContext` for `pulp_python>=3.26.0`. |
| 45 | + [#1340](https://github.com/pulp/pulp-cli/issues/1340) |
| 46 | + |
| 47 | + |
| 48 | +#### Bugfixes {: #0.39.0-pulp-glue-bugfix } |
| 49 | + |
| 50 | +- Fixed `PulpEntityContext.update` method to correctly pass `partial=True` to `preprocess_entity`. |
| 51 | + |
| 52 | + |
| 53 | +--- |
| 54 | + |
13 | 55 | ## 0.38.2 (2026-03-04) {: #0.38.2 } |
14 | 56 |
|
15 | 57 |
|
|
0 commit comments