Skip to content

Commit

Permalink
docs: Updating upgrading.md. Closes argoproj#6314
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec committed Jul 22, 2021
1 parent 092b427 commit 10c0fa5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Upgrading

Breaking changes typically (sometimes we don't realise they are breaking) have "!" in the commit message, as per
Expand Down Expand Up @@ -40,6 +41,18 @@ containerRuntimeExecutors: |
workflows.argoproj.io/container-runtime-executor: emissary
```

### [be63efe89](https://github.com/argoproj/argo-workflows/commit/e6fa41a) feat(controller): Expression template tags. Resolves #4548 & #1293 (#5115)

This PR introduced a new expression syntax know as "expression tag template". A user has reported that this does not
always play nicely with the `when` condition syntax (Goevaluate).

This can be resolved using a single quote in your when expression:

```
when: "'{{inputs.parameters.should-print}}' != '2021-01-01'"
```

[Learn more](https://github.com/argoproj/argo-workflows/issues/6314)

## Upgrading to v3.0

Expand Down

0 comments on commit 10c0fa5

Please sign in to comment.