diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d02483ff0..bf52e788bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,31 +1,20 @@ - -## [v0.9.5-2](https://github.com/garden-io/garden/compare/v0.9.5-1...v0.9.5-2) (2019-03-12) + +## [v0.9.5](https://github.com/garden-io/garden/compare/v0.9.4...v0.9.5) (2019-03-12) ### Bug Fixes -* **container:** error when getting status ahead of building ([6c4b0b4](https://github.com/garden-io/garden/commit/6c4b0b4)) - - - -## [v0.9.5-1](https://github.com/garden-io/garden/compare/v0.9.5-0...v0.9.5-1) (2019-03-12) - - - -## [v0.9.5-0](https://github.com/garden-io/garden/compare/v0.9.4...v0.9.5-0) (2019-03-12) - -### Bug Fixes - -* stream container build output and cap max buffer size ([2a885c8](https://github.com/garden-io/garden/commit/2a885c8)) +* increase init delay for liveness probe ([e2a1e87](https://github.com/garden-io/garden/commit/e2a1e87)) +* occasional concurrency issue when fetching external tools ([9d61d71](https://github.com/garden-io/garden/commit/9d61d71)) * use abs target paths in HR copy commands ([94619f6](https://github.com/garden-io/garden/commit/94619f6)) * include container name in pod log requests ([247272d](https://github.com/garden-io/garden/commit/247272d)) * add tasks for all affected modules on watch ([badb2b2](https://github.com/garden-io/garden/commit/badb2b2)) * respect level when using logger type env var ([c5a5d6b](https://github.com/garden-io/garden/commit/c5a5d6b)) +* stream container build output and cap max buffer size ([2a885c8](https://github.com/garden-io/garden/commit/2a885c8)) * make sure to log build task success ([d0c896a](https://github.com/garden-io/garden/commit/d0c896a)) -* increase init delay for liveness probe ([e2a1e87](https://github.com/garden-io/garden/commit/e2a1e87)) -* occasional concurrency issue when fetching external tools ([9d61d71](https://github.com/garden-io/garden/commit/9d61d71)) * **build:** always sync sources when building ([874e23c](https://github.com/garden-io/garden/commit/874e23c)) * **cli:** log test duration in CLI output ([61a0e40](https://github.com/garden-io/garden/commit/61a0e40)) +* **container:** error when getting status ahead of building ([6c4b0b4](https://github.com/garden-io/garden/commit/6c4b0b4)) * **container:** handle image IDs with multi-level namespace ([342b987](https://github.com/garden-io/garden/commit/342b987)) * **container:** use configured image ID locally ([bf5d428](https://github.com/garden-io/garden/commit/bf5d428)) * **dashboard:** fix undefined color ([a0f0b43](https://github.com/garden-io/garden/commit/a0f0b43)) diff --git a/garden-service/package-lock.json b/garden-service/package-lock.json index 7abf931140..603ad9fcc8 100644 --- a/garden-service/package-lock.json +++ b/garden-service/package-lock.json @@ -1,6 +1,6 @@ { "name": "garden-cli", - "version": "0.9.5-2", + "version": "0.9.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/garden-service/package.json b/garden-service/package.json index 621784c623..8a39cc0d8c 100644 --- a/garden-service/package.json +++ b/garden-service/package.json @@ -1,6 +1,6 @@ { "name": "garden-cli", - "version": "0.9.5-2", + "version": "0.9.5", "description": "A full-featured development framework for containers and serverless", "repository": { "type": "git",