You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upgrading.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ images:
68
68
cmd: [/bin/bash]
69
69
```
70
70
71
-
## feat: Fail on invalid config. (#8295)
71
+
### feat: Fail on invalid config. (#8295)
72
72
73
73
The workflow controller will error on start-up if incorrectly configured, rather than silently ignoring
74
74
mis-configuration.
@@ -77,11 +77,11 @@ mis-configuration.
77
77
Failed to register watch for controller config map: error unmarshaling JSON: while decoding JSON: json: unknown field \"args\"
78
78
```
79
79
80
-
## feat: add indexes for improve archived workflow performance. (#8860)
80
+
### feat: add indexes for improve archived workflow performance. (#8860)
81
81
82
82
This PR adds indexes to archived workflow tables. This change may cause a long time to upgrade if the user has a large table.
83
83
84
-
## feat: enhance artifact visualization (#8655)
84
+
### feat: enhance artifact visualization (#8655)
85
85
86
86
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".
0 commit comments