This repository was archived by the owner on Nov 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file. For more information & examples, check
33[ What's New] ( https://vmware.github.io/dispatch/news ) section on Dispatch website.
44
5- ## [ Unreleased] - [[ Git compare] ( https://github.com/vmware/dispatch/compare/v0.1.22...HEAD )]
5+ ## [ Unreleased] - [[ Git compare] ( https://github.com/vmware/dispatch/compare/v0.1.23...HEAD )]
6+
7+ ## [ 0.1.23] - 2018-08-21 [[ Git compare] ( https://github.com/vmware/dispatch/compare/v0.1.22...v0.1.23 )]
8+
9+ ### Fixed
10+ - ** Optimizing image pulls in image manager** Image Manager now pulls 'BaseImages'/'Images' only if it's missing from the docker host
11+ 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
12+ to high resource usage.
613
714### Added
815
16+ - ** New CLI option to output in YAML format** Dispatch CLI now supports rendering output of a command in YAML format using the
17+ ` -o ` flag. The flag supports both YAML and JSON as output formats. Hence, the existing ` --json ` flag has been deprecated and hidden.
18+
919- [[ Issue #300 ] ( https://github.com/vmware/dispatch/issues/300 )] ** Set timeout on a function** Functions can now be declared
1020with a timeout using the timeout flag. This timeout is used internally to set a deadline time for function execution. If a
1121function invocation reaches the function server after the deadline has expired the function will not be invoked. Otherwise
You can’t perform that action at this time.
0 commit comments