Commit d09b2af 1 parent 47f25d3 commit d09b2af Copy full SHA for d09b2af
File tree 1 file changed +22
-0
lines changed
website/cue/reference/releases
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,28 @@ releases: "0.32.0": {
18
18
protobuf data
19
19
"""
20
20
21
+ known_issues : [
22
+ """
23
+ A number of sinks emit incorrect telemetry for the `component_sent_*` metrics:
24
+
25
+ - WebHDFS
26
+ - GCP Cloud Storage
27
+ - AWS S3
28
+ - Azure Blob Storage
29
+ - Azure Monitor Logs
30
+ - Databend
31
+ - Clickhouse
32
+ - Datadog Logs
33
+
34
+ This will be fixed in v0.32.1.
35
+ """ ,
36
+ """
37
+ The newly added `--openssl-legacy-provider` flag cannot actually be disabled by setting
38
+ it to `false` via `--openssl-legacy-provider=false`. Instead it complains of extra
39
+ arguments. This will be fixed in v0.32.1.
40
+ """ ,
41
+ ]
42
+
21
43
changelog : [
22
44
{
23
45
type : " fix "
You can’t perform that action at this time.
0 commit comments