File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
[ // ] : # ( towncrier release notes start )
10
10
11
+ ## 3.65.0 (2024-10-08) {: #3 .65.0 }
12
+
13
+ ### REST API {: #3 .65.0-rest-api }
14
+
15
+ #### Bugfixes {: #3 .65.0-rest-api-bugfix }
16
+
17
+ - pulp-worker fails to start with "float object cannot be interpreted as an integer" on some versions of python.
18
+ [ #5861 ] ( https://github.com/pulp/pulpcore/issues/5861 )
19
+ - Fixed the name of the metrics' attribute reporting the worker's process name. Started emitting the
20
+ name of the Pulp service with a dedicated label (i.e., job=pulp-api).
21
+ [ #5864 ] ( https://github.com/pulp/pulpcore/issues/5864 )
22
+ - Started propagating headers from the content-app when using a non-default filesystem storage.
23
+ [ #5879 ] ( https://github.com/pulp/pulpcore/issues/5879 )
24
+
25
+ #### Improved Documentation {: #3 .65.0-rest-api-doc }
26
+
27
+ - Correct rendering of pulp bash example in reclaim-disk-space.md
28
+ [ #5876 ] ( https://github.com/pulp/pulpcore/issues/5876 )
29
+
30
+ ### Plugin API {: #3 .65.0-plugin-api }
31
+
32
+ No significant changes.
33
+
34
+ ### Pulp File {: #3 .65.0-pulp-file }
35
+
36
+ #### Bugfixes {: #3 .65.0-pulp-file-bugfix }
37
+
38
+ - During sync, quote the URL path for file downloads using HTTP.
39
+ [ #5686 ] ( https://github.com/pulp/pulpcore/issues/5686 )
40
+
41
+ ### Pulp Cert Guard {: #3 .65.0-pulp-cert-guard }
42
+
43
+ No significant changes.
44
+
45
+ ---
46
+
11
47
## 3.64.0 (2024-10-03) {: #3 .64.0 }
12
48
13
49
### REST API {: #3 .64.0-rest-api }
You can’t perform that action at this time.
0 commit comments