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 <agilgur5@gmail.com>
(cherry picked from commit d7495b8)
  • Loading branch information
Anton Gilgur committed Jul 25, 2024
1 parent f19d6d6 commit 84f3ed1
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 @@ -65,7 +65,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 @@ -74,11 +74,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 84f3ed1

Please sign in to comment.