Skip to content

Commit

Permalink
fix(docs): correct headings in 3.4 upgrade notes (#13351)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <[email protected]>
  • Loading branch information
agilgur5 authored Jul 16, 2024
1 parent 61f3fd4 commit d7495b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ images:
cmd: [/bin/bash]
```
## feat: Fail on invalid config. (#8295)
### feat: Fail on invalid config. (#8295)
The workflow controller will error on start-up if incorrectly configured, rather than silently ignoring
mis-configuration.
Expand All @@ -77,11 +77,11 @@ mis-configuration.
Failed to register watch for controller config map: error unmarshaling JSON: while decoding JSON: json: unknown field \"args\"
```
## feat: add indexes for improve archived workflow performance. (#8860)
### feat: add indexes for improve archived workflow performance. (#8860)
This PR adds indexes to archived workflow tables. This change may cause a long time to upgrade if the user has a large table.
## feat: enhance artifact visualization (#8655)
### feat: enhance artifact visualization (#8655)
For AWS users using S3: visualizing artifacts in the UI and downloading them now requires an additional "Action" to be configured in your S3 bucket policy: "ListBucket".
Expand Down

0 comments on commit d7495b8

Please sign in to comment.