Skip to content

Commit d7495b8

Browse files
authored
fix(docs): correct headings in 3.4 upgrade notes (argoproj#13351)
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
1 parent 61f3fd4 commit d7495b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/upgrading.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ images:
6868
cmd: [/bin/bash]
6969
```
7070
71-
## feat: Fail on invalid config. (#8295)
71+
### feat: Fail on invalid config. (#8295)
7272
7373
The workflow controller will error on start-up if incorrectly configured, rather than silently ignoring
7474
mis-configuration.
@@ -77,11 +77,11 @@ mis-configuration.
7777
Failed to register watch for controller config map: error unmarshaling JSON: while decoding JSON: json: unknown field \"args\"
7878
```
7979
80-
## feat: add indexes for improve archived workflow performance. (#8860)
80+
### feat: add indexes for improve archived workflow performance. (#8860)
8181
8282
This PR adds indexes to archived workflow tables. This change may cause a long time to upgrade if the user has a large table.
8383
84-
## feat: enhance artifact visualization (#8655)
84+
### feat: enhance artifact visualization (#8655)
8585
8686
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".
8787

0 commit comments

Comments
 (0)