Skip to content

Commit

Permalink
docs(release): Add support for override task definition using SpEL (#149
Browse files Browse the repository at this point in the history
)

Co-authored-by: aimee <aimeeu.opensource@gmail.com>
  • Loading branch information
paragbhingre and aimeeu committed Feb 10, 2022
1 parent 215a123 commit 064b322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions content/en/docs/releases/next-release-preview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ changelog.
useSharedManagedServiceAccounts: true
```

- Added the capability to use pipeline expressions within ECS task definition Artifacts. You can enable this by setting `evaluateTaskDefinitionArtifactExpressions: true`. Task definition artifacts can have pipeline expressions that are evaluated at run time. The Pipeline expression has `${expression here}` syntax. Here is an example of the Pipeline expression evaluation:

{{< figure src="Screen_Shot_for_override_task_defintion_using_SpEL.png" caption="<center>Override Task Definition Using SPEL</center>" alt="Override Task Definition Using SPEL">}}

### Deck

- A new property called `apiTimeoutMs` has been added to the configurable settings. This property specifies what the timeout should be when Deck makes API calls to other microservices. This property is not a required property.
Expand Down

0 comments on commit 064b322

Please sign in to comment.