Skip to content

Commit

Permalink
chore(releasing): Add known issues for v0.32.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Aug 17, 2023
1 parent 80f01df commit 7beee4f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions website/cue/reference/releases/0.32.0.cue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,28 @@ releases: "0.32.0": {
protobuf data
"""

known_issues: [
"""
A number of sinks emit incorrect telemetry for the `component_sent_*` metrics:
- WebHDFS
- GCP Cloud Storage
- AWS S3
- Azure Blob Storage
- Azure Monitor Logs
- Databend
- Clickhouse
- Datadog Logs
This will be fixed in v0.32.1.
""",
"""
The newly added `--openssl-legacy-provider` flag cannot actually be disabled by setting
it to `false` via `--openssl-legacy-provider=false`. Instead it complains of extra
arguments. This will be fixed in v0.32.1.
""",
]

changelog: [
{
type: "fix"
Expand Down

0 comments on commit 7beee4f

Please sign in to comment.