Skip to content

Commit 68715a0

Browse files
committed
chore(releasing): Add known issues fixed by 0.29.1
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 40c9afc commit 68715a0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

website/cue/reference/releases/0.29.0.cue

+7
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ releases: "0.29.0": {
2727
hope this makes it easier to add Vector sinks in the future.
2828
"""
2929

30+
known_issues: [
31+
"""
32+
Certain configurations containing a chain of at least two `remap` transforms no
33+
longer result in a panic at startup. Fixed in 0.29.1.
34+
""",
35+
]
36+
3037
changelog: [
3138
{
3239
type: "feat"

website/cue/reference/releases/0.29.1.cue

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ releases: "0.29.1": {
1616
type: "fix"
1717
scopes: ["transforms"]
1818
description: """
19-
Configurations containing a chain of at least two transforms no longer
20-
result in a panic at startup.
19+
Certain configurations containing a chain of at least two `remap` transforms no
20+
longer result in a panic at startup.
2121
"""
22-
contributors: ["StephenWakely"]
2322
pr_numbers: [17146]
2423
},
2524
]

0 commit comments

Comments
 (0)