Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #600 from neosab/update_rel_notes
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.1.23
  • Loading branch information
neosab authored Aug 22, 2018
2 parents 43c9c0d + f28dd5e commit 34597bc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@
All notable changes to this project will be documented in this file. For more information & examples, check
[What's New](https://vmware.github.io/dispatch/news) section on Dispatch website.

## [Unreleased] - [[Git compare](https://github.com/vmware/dispatch/compare/v0.1.22...HEAD)]
## [Unreleased] - [[Git compare](https://github.com/vmware/dispatch/compare/v0.1.23...HEAD)]

## [0.1.23] - 2018-08-21 [[Git compare](https://github.com/vmware/dispatch/compare/v0.1.22...v0.1.23)]

### Fixed
- **Optimizing image pulls in image manager** Image Manager now pulls 'BaseImages'/'Images' only if it's missing from the docker host
and a certain time has elapsed since last successful pull. Earlier, the images were pulled every time it was missing from the docker host leading
to high resource usage.

### Added

- **New CLI option to output in YAML format** Dispatch CLI now supports rendering output of a command in YAML format using the
`-o` flag. The flag supports both YAML and JSON as output formats. Hence, the existing `--json` flag has been deprecated and hidden.

- [[Issue #300](https://github.com/vmware/dispatch/issues/300)] **Set timeout on a function** Functions can now be declared
with a timeout using the timeout flag. This timeout is used internally to set a deadline time for function execution. If a
function invocation reaches the function server after the deadline has expired the function will not be invoked. Otherwise
Expand Down

0 comments on commit 34597bc

Please sign in to comment.