Skip to content

Commit d09b2af

Browse files
authored
chore(releasing): Add known issues for v0.32.0 (#18298)
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 47f25d3 commit d09b2af

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

website/cue/reference/releases/0.32.0.cue

+22
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,28 @@ releases: "0.32.0": {
1818
protobuf data
1919
"""
2020

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+
2143
changelog: [
2244
{
2345
type: "fix"

0 commit comments

Comments
 (0)