Skip to content

Commit 32264b6

Browse files
author
Israel Blancas
committed
Improve changelog
Signed-off-by: Israel Blancas <[email protected]>
1 parent bd41d8c commit 32264b6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.chloggen/3281-marshal-config.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,19 @@ subtext: |
2020
structure and data types. For example, a config with nested maps and arrays will now
2121
be correctly preserved when stored and retrieved, instead of being flattened or
2222
losing structure.
23+
24+
As an example, configuration like this:
25+
26+
receivers:
27+
otlp:
28+
protocols:
29+
grpc:
30+
http:
31+
32+
Would be retrieved from the Kubernetes cluster as:
33+
34+
receivers:
35+
otlp:
36+
protocols:
37+
38+
The specified protocols were not there anymore before this fix.

0 commit comments

Comments
 (0)