Skip to content

Commit dc95a83

Browse files
committed
improve changelog
1 parent 185906c commit dc95a83

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
The env var (and secrets) resolution now happens after the config string is parsed into a TOML table.
22
As a side effect, this fixes a bug where comment lines referring to env vars (or secrets) that don't exist caused a config build error.
33

4+
This change breaks existing behavior. Injecting whole blocks now results in error e.g.
5+
6+
```shell
7+
export SOURCES_BLOCK="sources:\"
8+
demo:
9+
type: demo_logs
10+
format: json
11+
interval: 1
12+
```
13+
14+
```yaml
15+
${SOURCES_BLOCK}
16+
```
17+
18+
The config above will fail to load.
19+
420
authors: pront

0 commit comments

Comments
 (0)