Skip to content

Commit

Permalink
docs: Add note to v3.6 upgrade docs regarding required RBAC.
Browse files Browse the repository at this point in the history
Signed-off-by: Garett MacGowan <garett.macgowan@gmail.com>
  • Loading branch information
Garett-MacGowan committed Jun 27, 2024
1 parent 3917169 commit a7e2653
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Breaking changes typically (sometimes we don't realise they are breaking) have "!" in the commit message, as per
the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary).

## Upgrading to v3.6

### Legacy insecure pod patch fallback removed. ([#13100](https://github.com/argoproj/argo-workflows/pull/13100))

For the Emissary executor to work properly, you must set up RBAC. See [workflow RBAC](workflow-rbac.md)

## Upgrading to v3.5

There are no known breaking changes in this release. Please file an issue if you encounter any unexpected problems after upgrading.
Expand Down

0 comments on commit a7e2653

Please sign in to comment.