Skip to content

Commit 03d1879

Browse files
committed
Release 0.39.0
1 parent 8767d81 commit 03d1879

16 files changed

Lines changed: 49 additions & 17 deletions

File tree

CHANGES.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,48 @@
1010

1111
[//]: # (towncrier release notes start)
1212

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+
1355
## 0.38.2 (2026-03-04) {: #0.38.2 }
1456

1557

CHANGES/+content-filters.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+ignore_netrc.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1236.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1315.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1324.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1340.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/pulp-glue/+entityctx_update.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/pulp-glue/1236.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/pulp-glue/1324.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)