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

Commit 34597bc

Browse files
authored
Merge pull request #600 from neosab/update_rel_notes
Update CHANGELOG for v0.1.23
2 parents 43c9c0d + f28dd5e commit 34597bc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
All 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
1020
with a timeout using the timeout flag. This timeout is used internally to set a deadline time for function execution. If a
1121
function invocation reaches the function server after the deadline has expired the function will not be invoked. Otherwise

0 commit comments

Comments
 (0)