Skip to content

Commit

Permalink
Changelog for 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schaffer <thomas.schaffer@corp.ovh.com>
  • Loading branch information
loopfz committed Apr 8, 2020
1 parent 016af07 commit a58ac80
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ We will list in this document any breaking changes between versions, that requir

## Breaking changes

### v1.4.0
### v1.5.0 (2020-04-08)
##### Templating
- `jsonmarshal` function has been __deleted__. It was obsolete since the `sprig` package used by utask provides many JSON related functions (e.g. `toJson`).
- `jsonfield` function has been __deleted__. It was obsolete since a pipeline such as `{{ field `foo` | toJson }}` achieves the same thing.
- `{{.step.foo.payload}}` (deprecated, replaced by `{{.step.foo.output}}` since 1.0) has finally been __deleted__.

### v1.4.0 (2020-03-31)
##### API routes
- `GET /resolution` API route has been __deleted__. We decided that resolutions should always be accessed through tasks

Expand Down

0 comments on commit a58ac80

Please sign in to comment.