|
8 | 8 |
|
9 | 9 | [//]: # (towncrier release notes start) |
10 | 10 |
|
| 11 | +## 3.112.0 (2026-05-19) {: #3.112.0 } |
| 12 | + |
| 13 | +### REST API {: #3.112.0-rest-api } |
| 14 | + |
| 15 | +#### Bugfixes {: #3.112.0-rest-api-bugfix } |
| 16 | + |
| 17 | +- Decoupled the `/livez` liveness probe from the database so it returns 200 even when the database is unavailable. |
| 18 | + [#7721](https://github.com/pulp/pulpcore/issues/7721) |
| 19 | +- Fixed a bug where immediate tasks could be executed even if they were blocked by other tasks using the same resources. |
| 20 | + |
| 21 | +### Plugin API {: #3.112.0-plugin-api } |
| 22 | + |
| 23 | +#### Bugfixes {: #3.112.0-plugin-api-bugfix } |
| 24 | + |
| 25 | +- Removed the `default=True` from the `overwrite` field on `NoArtifactContentSerializer` so it no |
| 26 | + longer leaks into `validated_data`. This fixes plugins that splat content serializer data |
| 27 | + (`**serializer.validated_data`). |
| 28 | + |
| 29 | +### Pulp File {: #3.112.0-pulp-file } |
| 30 | + |
| 31 | +#### Features {: #3.112.0-pulp-file-feature } |
| 32 | + |
| 33 | +- Added `NAME_FILTER_OPTIONS` to the `relative_path` field in `FileContentFilter`, enabling contains, startswith, regex, and other lookup expressions. |
| 34 | + [#7719](https://github.com/pulp/pulpcore/issues/7719) |
| 35 | + |
| 36 | +### Pulp Cert Guard {: #3.112.0-pulp-cert-guard } |
| 37 | + |
| 38 | +No significant changes. |
| 39 | + |
| 40 | +--- |
| 41 | + |
| 42 | +## 3.111.2 (2026-05-19) {: #3.111.2 } |
| 43 | + |
| 44 | +### REST API {: #3.111.2-rest-api } |
| 45 | + |
| 46 | +#### Bugfixes {: #3.111.2-rest-api-bugfix } |
| 47 | + |
| 48 | +- Fixed a bug where immediate tasks could be executed even if they were blocked by other tasks using the same resources. |
| 49 | + |
| 50 | +### Plugin API {: #3.111.2-plugin-api } |
| 51 | + |
| 52 | +No significant changes. |
| 53 | + |
| 54 | +### Pulp File {: #3.111.2-pulp-file } |
| 55 | + |
| 56 | +No significant changes. |
| 57 | + |
| 58 | +### Pulp Cert Guard {: #3.111.2-pulp-cert-guard } |
| 59 | + |
| 60 | +No significant changes. |
| 61 | + |
| 62 | +--- |
| 63 | + |
11 | 64 | ## 3.111.1 (2026-05-14) {: #3.111.1 } |
12 | 65 |
|
13 | 66 | ### REST API {: #3.111.1-rest-api } |
|
0 commit comments