Commit 68715a0 1 parent 40c9afc commit 68715a0 Copy full SHA for 68715a0
File tree 2 files changed +9
-3
lines changed
website/cue/reference/releases
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ releases: "0.29.0": {
27
27
hope this makes it easier to add Vector sinks in the future.
28
28
"""
29
29
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
+
30
37
changelog : [
31
38
{
32
39
type : " feat "
Original file line number Diff line number Diff line change @@ -16,10 +16,9 @@ releases: "0.29.1": {
16
16
type : " fix "
17
17
scopes : [" transforms " ]
18
18
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.
21
21
"""
22
- contributors : [" StephenWakely " ]
23
22
pr_numbers : [17146 ]
24
23
},
25
24
]
You can’t perform that action at this time.
0 commit comments