Skip to content

Commit d49dc7a

Browse files
pulpbotdralley
authored andcommitted
Update Changelog
1 parent d965198 commit d49dc7a

File tree

1 file changed

+154
-0
lines changed

1 file changed

+154
-0
lines changed

CHANGES.md

Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,33 @@
88

99
[//]: # (towncrier release notes start)
1010

11+
## 3.93.1 (2025-11-13) {: #3.93.1 }
12+
13+
### REST API {: #3.93.1-rest-api }
14+
15+
#### Bugfixes {: #3.93.1-rest-api-bugfix }
16+
17+
- Improve handling of some edge cases in task diagnostics code.
18+
[#7020](https://github.com/pulp/pulpcore/issues/7020)
19+
- Allow to specify a template for the status names of the processes using '--name-template` to overcome conflicts in certain containerized environments.
20+
21+
### Plugin API {: #3.93.1-plugin-api }
22+
23+
#### Bugfixes {: #3.93.1-plugin-api-bugfix }
24+
25+
- Fixed NoArtifactContentUploadViewSet/Serializer breaking when using the `artifact`, `upload` or `file_url` fields.
26+
- Fixed `resolved_prn` failing when the object's pk wasn't an UUID.
27+
28+
### Pulp File {: #3.93.1-pulp-file }
29+
30+
No significant changes.
31+
32+
### Pulp Cert Guard {: #3.93.1-pulp-cert-guard }
33+
34+
No significant changes.
35+
36+
---
37+
1138
## 3.93.0 (2025-11-05) {: #3.93.0 }
1239

1340
### REST API {: #3.93.0-rest-api }
@@ -394,6 +421,39 @@ No significant changes.
394421

395422
---
396423

424+
## 3.85.2 (2025-11-13) {: #3.85.2 }
425+
426+
### REST API {: #3.85.2-rest-api }
427+
428+
#### Bugfixes {: #3.85.2-rest-api-bugfix }
429+
430+
- Fixed exception propagation in the pulp-content instrumentation middleware.
431+
[#6925](https://github.com/pulp/pulpcore/issues/6925)
432+
- Improve handling of some edge cases in task diagnostics code.
433+
[#7020](https://github.com/pulp/pulpcore/issues/7020)
434+
- Allow to specify a template for the status names of the processes using '--name-template` to overcome conflicts in certain containerized environments.
435+
436+
### Plugin API {: #3.85.2-plugin-api }
437+
438+
#### Bugfixes {: #3.85.2-plugin-api-bugfix }
439+
440+
- Fixed NoArtifactContentUploadViewSet/Serializer breaking when using the `artifact`, `upload` or `file_url` fields.
441+
- Fixed `resolved_prn` failing when the object's pk wasn't an UUID.
442+
443+
#### Removals {: #3.85.2-plugin-api-removal }
444+
445+
- Removed support for synchronous immediate tasks.
446+
447+
### Pulp File {: #3.85.2-pulp-file }
448+
449+
No significant changes.
450+
451+
### Pulp Cert Guard {: #3.85.2-pulp-cert-guard }
452+
453+
No significant changes.
454+
455+
---
456+
397457
## 3.85.1 (2025-08-12) {: #3.85.1 }
398458

399459
### REST API {: #3.85.1-rest-api }
@@ -1171,6 +1231,29 @@ No significant changes.
11711231

11721232
---
11731233

1234+
## 3.73.17 (2025-11-13) {: #3.73.17 }
1235+
1236+
### REST API {: #3.73.17-rest-api }
1237+
1238+
No significant changes.
1239+
1240+
### Plugin API {: #3.73.17-plugin-api }
1241+
1242+
#### Bugfixes {: #3.73.17-plugin-api-bugfix }
1243+
1244+
- Fixed NoArtifactContentUploadViewSet/Serializer breaking when using the `artifact`, `upload` or `file_url` fields.
1245+
- Fixed `resolved_prn` failing when the object's pk wasn't an UUID.
1246+
1247+
### Pulp File {: #3.73.17-pulp-file }
1248+
1249+
No significant changes.
1250+
1251+
### Pulp Cert Guard {: #3.73.17-pulp-cert-guard }
1252+
1253+
No significant changes.
1254+
1255+
---
1256+
11741257
## 3.73.16 (2025-10-01) {: #3.73.16 }
11751258

11761259
### REST API {: #3.73.16-rest-api }
@@ -2232,6 +2315,29 @@ No significant changes.
22322315

22332316
---
22342317

2318+
## 3.63.25 (2025-11-13) {: #3.63.25 }
2319+
2320+
### REST API {: #3.63.25-rest-api }
2321+
2322+
No significant changes.
2323+
2324+
### Plugin API {: #3.63.25-plugin-api }
2325+
2326+
#### Bugfixes {: #3.63.25-plugin-api-bugfix }
2327+
2328+
- Fixed NoArtifactContentUploadViewSet/Serializer breaking when using the `artifact`, `upload` or `file_url` fields.
2329+
- Fixed `resolved_prn` failing when the object's pk wasn't an UUID.
2330+
2331+
### Pulp File {: #3.63.25-pulp-file }
2332+
2333+
No significant changes.
2334+
2335+
### Pulp Cert Guard {: #3.63.25-pulp-cert-guard }
2336+
2337+
No significant changes.
2338+
2339+
---
2340+
22352341
## 3.63.24 (2025-10-01) {: #3.63.24 }
22362342

22372343
### REST API {: #3.63.24-rest-api }
@@ -3626,6 +3732,28 @@ No significant changes.
36263732

36273733
---
36283734

3735+
## 3.49.46 (2025-11-13) {: #3.49.46 }
3736+
3737+
### REST API {: #3.49.46-rest-api }
3738+
3739+
No significant changes.
3740+
3741+
### Plugin API {: #3.49.46-plugin-api }
3742+
3743+
#### Bugfixes {: #3.49.46-plugin-api-bugfix }
3744+
3745+
- Fixed NoArtifactContentUploadViewSet/Serializer breaking when using the `artifact`, `upload` or `file_url` fields.
3746+
3747+
### Pulp File {: #3.49.46-pulp-file }
3748+
3749+
No significant changes.
3750+
3751+
### Pulp Cert Guard {: #3.49.46-pulp-cert-guard }
3752+
3753+
No significant changes.
3754+
3755+
---
3756+
36293757
## 3.49.45 (2025-09-09) {: #3.49.45 }
36303758

36313759
### REST API {: #3.49.45-rest-api }
@@ -5258,6 +5386,20 @@ No significant changes.
52585386
- Starting from this release pulp_file will be shipped as part of the pulpcore package.
52595387
[#4550](https://github.com/pulp/pulpcore/issues/4550)
52605388

5389+
## 3.39.34 (2025-11-13) {: #3.39.34 }
5390+
5391+
### REST API {: #3.39.34-rest-api }
5392+
5393+
No significant changes.
5394+
5395+
### Plugin API {: #3.39.34-plugin-api }
5396+
5397+
#### Bugfixes {: #3.39.34-plugin-api-bugfix }
5398+
5399+
- Fixed NoArtifactContentUploadViewSet/Serializer breaking when using the `artifact`, `upload` or `file_url` fields.
5400+
5401+
---
5402+
52615403
## 3.39.33 (2025-07-30) {: #3.39.33 }
52625404

52635405
### REST API {: #3.39.33-rest-api }
@@ -6256,6 +6398,18 @@ No significant changes.
62566398

62576399
- [#3798](https://github.com/pulp/pulpcore/issues/3798)
62586400

6401+
## 3.28.41 (2025-11-13) {: #3.28.41 }
6402+
6403+
### REST API {: #3.28.41-rest-api }
6404+
6405+
No significant changes.
6406+
6407+
### Plugin API {: #3.28.41-plugin-api }
6408+
6409+
No significant changes.
6410+
6411+
---
6412+
62596413
## 3.28.40 (2025-07-30) {: #3.28.40 }
62606414

62616415
### REST API {: #3.28.40-rest-api }

0 commit comments

Comments
 (0)