|
8 | 8 |
|
9 | 9 | [//]: # (towncrier release notes start) |
10 | 10 |
|
| 11 | +## 3.102.0 (2026-01-27) {: #3.102.0 } |
| 12 | + |
| 13 | +### REST API {: #3.102.0-rest-api } |
| 14 | + |
| 15 | +#### Features {: #3.102.0-rest-api-feature } |
| 16 | + |
| 17 | +- Added a `pulpcore-manager list-signing-services` command. |
| 18 | + |
| 19 | +#### Bugfixes {: #3.102.0-rest-api-bugfix } |
| 20 | + |
| 21 | +- Implement atomic hashing and chunking in PulpExport |
| 22 | + [#7218](https://github.com/pulp/pulpcore/issues/7218) |
| 23 | +- Fixed not supporting the new rename of the S3 storage backend. |
| 24 | + [#7228](https://github.com/pulp/pulpcore/issues/7228) |
| 25 | +- Fixed duplicate error code PLP0003 used by both ResourceImmutableError and DigestValidationError. ResourceImmutableError now uses PLP0006. |
| 26 | +- Use a proper spdx license identifier in the openapi docs. |
| 27 | + |
| 28 | +#### Improved Documentation {: #3.102.0-rest-api-doc } |
| 29 | + |
| 30 | +- Updated error handling documentation with all PulpException classes and usage examples. |
| 31 | + |
| 32 | +#### Removals {: #3.102.0-rest-api-removal } |
| 33 | + |
| 34 | +- Stopped leaking sensitive information of failures in the task API. |
| 35 | + |
| 36 | +### Plugin API {: #3.102.0-plugin-api } |
| 37 | + |
| 38 | +No significant changes. |
| 39 | + |
| 40 | +### Pulp File {: #3.102.0-pulp-file } |
| 41 | + |
| 42 | +No significant changes. |
| 43 | + |
| 44 | +### Pulp Cert Guard {: #3.102.0-pulp-cert-guard } |
| 45 | + |
| 46 | +No significant changes. |
| 47 | + |
| 48 | +--- |
| 49 | + |
11 | 50 | ## 3.101.0 (2026-01-13) {: #3.101.0 } |
12 | 51 |
|
13 | 52 | ### REST API {: #3.101.0-rest-api } |
@@ -654,6 +693,29 @@ No significant changes. |
654 | 693 |
|
655 | 694 | --- |
656 | 695 |
|
| 696 | +## 3.85.9 (2026-01-27) {: #3.85.9 } |
| 697 | + |
| 698 | +### REST API {: #3.85.9-rest-api } |
| 699 | + |
| 700 | +#### Bugfixes {: #3.85.9-rest-api-bugfix } |
| 701 | + |
| 702 | +- Fixed not supporting the new rename of the S3 storage backend. |
| 703 | + [#7228](https://github.com/pulp/pulpcore/issues/7228) |
| 704 | + |
| 705 | +### Plugin API {: #3.85.9-plugin-api } |
| 706 | + |
| 707 | +No significant changes. |
| 708 | + |
| 709 | +### Pulp File {: #3.85.9-pulp-file } |
| 710 | + |
| 711 | +No significant changes. |
| 712 | + |
| 713 | +### Pulp Cert Guard {: #3.85.9-pulp-cert-guard } |
| 714 | + |
| 715 | +No significant changes. |
| 716 | + |
| 717 | +--- |
| 718 | + |
657 | 719 | ## 3.85.8 (2026-01-14) {: #3.85.8 } |
658 | 720 |
|
659 | 721 | ### REST API {: #3.85.8-rest-api } |
@@ -1596,6 +1658,29 @@ No significant changes. |
1596 | 1658 |
|
1597 | 1659 | --- |
1598 | 1660 |
|
| 1661 | +## 3.73.24 (2026-01-27) {: #3.73.24 } |
| 1662 | + |
| 1663 | +### REST API {: #3.73.24-rest-api } |
| 1664 | + |
| 1665 | +#### Bugfixes {: #3.73.24-rest-api-bugfix } |
| 1666 | + |
| 1667 | +- Fixed not supporting the new rename of the S3 storage backend. |
| 1668 | + [#7228](https://github.com/pulp/pulpcore/issues/7228) |
| 1669 | + |
| 1670 | +### Plugin API {: #3.73.24-plugin-api } |
| 1671 | + |
| 1672 | +No significant changes. |
| 1673 | + |
| 1674 | +### Pulp File {: #3.73.24-pulp-file } |
| 1675 | + |
| 1676 | +No significant changes. |
| 1677 | + |
| 1678 | +### Pulp Cert Guard {: #3.73.24-pulp-cert-guard } |
| 1679 | + |
| 1680 | +No significant changes. |
| 1681 | + |
| 1682 | +--- |
| 1683 | + |
1599 | 1684 | ## 3.73.23 (2026-01-21) {: #3.73.23 } |
1600 | 1685 |
|
1601 | 1686 | ### REST API {: #3.73.23-rest-api } |
@@ -2813,6 +2898,31 @@ No significant changes. |
2813 | 2898 |
|
2814 | 2899 | --- |
2815 | 2900 |
|
| 2901 | +## 3.63.29 (2026-01-27) {: #3.63.29 } |
| 2902 | + |
| 2903 | +### REST API {: #3.63.29-rest-api } |
| 2904 | + |
| 2905 | +#### Bugfixes {: #3.63.29-rest-api-bugfix } |
| 2906 | + |
| 2907 | +- Improve handling of some edge cases in task diagnostics code. |
| 2908 | + [#7020](https://github.com/pulp/pulpcore/issues/7020) |
| 2909 | +- Fixed not supporting the new rename of the S3 storage backend. |
| 2910 | + [#7228](https://github.com/pulp/pulpcore/issues/7228) |
| 2911 | + |
| 2912 | +### Plugin API {: #3.63.29-plugin-api } |
| 2913 | + |
| 2914 | +No significant changes. |
| 2915 | + |
| 2916 | +### Pulp File {: #3.63.29-pulp-file } |
| 2917 | + |
| 2918 | +No significant changes. |
| 2919 | + |
| 2920 | +### Pulp Cert Guard {: #3.63.29-pulp-cert-guard } |
| 2921 | + |
| 2922 | +No significant changes. |
| 2923 | + |
| 2924 | +--- |
| 2925 | + |
2816 | 2926 | ## 3.63.28 (2025-12-22) {: #3.63.28 } |
2817 | 2927 |
|
2818 | 2928 | ### REST API {: #3.63.28-rest-api } |
|
0 commit comments