|
10 | 10 |
|
11 | 11 | [//]: # (towncrier release notes start) |
12 | 12 |
|
| 13 | +## 0.38.0 (2026-02-25) {: #0.38.0 } |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +#### Features {: #0.38.0-feature } |
| 18 | + |
| 19 | +- Removed the default `chunk_size` value. If necessary, a suitable value should be provided with the call or configured for the profile. |
| 20 | + [#1305](https://github.com/pulp/pulp-cli/issues/1305) |
| 21 | +- Added support for uploading attestations with Python Package content. |
| 22 | + Added support for uploading Python Provenance content. |
| 23 | + Added support for specifying syncing of Python Provenance content. |
| 24 | +- Change the python repository content add/remove/modify commands to only require the package's sha256. |
| 25 | + |
| 26 | + |
| 27 | +#### Bugfixes {: #0.38.0-bugfix } |
| 28 | + |
| 29 | +- Fixed `pulp --help` not showing all available commands. |
| 30 | + [#1267](https://github.com/pulp/pulp-cli/issues/1267) |
| 31 | + |
| 32 | + |
| 33 | +#### Deprecations and Removals {: #0.38.0-removal } |
| 34 | + |
| 35 | +- Deprecated `pulp python content upload` command. Use `pulp python content create` instead. |
| 36 | + |
| 37 | + |
| 38 | +### Pulp GLUE {: #0.38.0-pulp-glue } |
| 39 | + |
| 40 | + |
| 41 | +#### Features {: #0.38.0-pulp-glue-feature } |
| 42 | + |
| 43 | +- Add support for OAUTH2 client credentials authentication. |
| 44 | +- Allow to specify `None` for the `chunk_size` of content upload commands to disable chunking. |
| 45 | + |
| 46 | + |
| 47 | +#### Deprecations and Removals {: #0.38.0-pulp-glue-removal } |
| 48 | + |
| 49 | +- Breaking change: Reworked the contract around the `AuthProvider` to allow authentication to be coded independently of the underlying library. |
| 50 | +- The `api_quirk` decorator has been deprecated in favor of the `api_spec_quirk` decorator. |
| 51 | + Quirks are now supposed to work on the raw spec before it is parsed by the `openapi` layer. |
| 52 | + |
| 53 | + |
| 54 | +--- |
| 55 | + |
13 | 56 | ## 0.37.0 (2026-01-07) {: #0.37.0 } |
14 | 57 |
|
15 | 58 |
|
|
0 commit comments