Skip to content

Commit

Permalink
docs: add 3.6 json templating upgrading notes (#13720)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Clucas <[email protected]>
  • Loading branch information
Joibel authored Oct 17, 2024
1 parent 62203c1 commit f9aa2b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ Custom metrics, as defined by a workflow, could be defined as one type (say coun
The Prometheus `/metrics` endpoint now has TLS enabled by default.
To disable this set `metricsConfig.secure` to `false`.

### JSON templating fix

When returning a map or array in an expression, you would get a Golang representation.
This now returns plain JSON.

## Upgrading to v3.5

There are no known breaking changes in this release.
Expand Down

0 comments on commit f9aa2b1

Please sign in to comment.