Skip to content

Commit

Permalink
add upgrading note about removal + replacement
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <[email protected]>
  • Loading branch information
agilgur5 committed Oct 28, 2024
1 parent ab49ca7 commit d706239
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 @@ -99,6 +99,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`.

### Removed Swagger UI

The Swagger UI has been removed from the `/apidocs` page.
It has been replaced with a link to the [Swagger UI in the versioned documentation](swagger.md) and download links for the OpenAPI spec and JSON schema.

### JSON templating fix

When returning a map or array in an expression, you would get a Golang representation.
Expand Down

0 comments on commit d706239

Please sign in to comment.