Skip to content

Commit

Permalink
chore(release): bump version to v0.10.6-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Aug 20, 2019
1 parent 0f1021e commit 56e52c5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

<a name="v0.10.6-alpha.0"></a>
## [v0.10.6-alpha.0](https://github.com/garden-io/garden/compare/v0.10.5...v0.10.6-alpha.0) (2019-08-20)

### Bug Fixes

* **minikube:** use dashboard addon instead of static helm chart ([f7488d89](https://github.com/garden-io/garden/commit/f7488d89))
* **minikube:** fix incorrect error handling ([1f8e96b2](https://github.com/garden-io/garden/commit/1f8e96b2))
* **proxy:** handle undefined _remote Socket ([0caae294](https://github.com/garden-io/garden/commit/0caae294))
* **vcs:** include submodules with remote sources ([d1ae6882](https://github.com/garden-io/garden/commit/d1ae6882))
* **watcher:** native fsevents were not used in dist build on macOS ([4eb00a6d](https://github.com/garden-io/garden/commit/4eb00a6d))

### Features

* **container:** add build.timeout option ([fd580379](https://github.com/garden-io/garden/commit/fd580379))
* **helm:** add valueFiles field to specify custom value files ([#1099](https://github.com/garden-io/garden/issues/1099)) ([ca47483c](https://github.com/garden-io/garden/commit/ca47483c))


<a name="v0.10.5"></a>
## [v0.10.5](https://github.com/garden-io/garden/compare/v0.10.4...v0.10.5) (2019-08-13)

Expand Down
2 changes: 1 addition & 1 deletion dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "0.1.5",
"version": "0.1.6-alpha.0",
"private": true,
"devDependencies": {
"@types/d3": "^5.7.2",
Expand Down Expand Up @@ -29,7 +29,7 @@
"emotion": "^10.0.9",
"flexboxgrid": "^6.3.1",
"flexboxgrid-helpers": "^1.1.3",
"garden-service": "^0.10.5",
"garden-service": "^0.10.6-alpha.0",
"http-proxy-middleware": "^0.19.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
Expand Down
2 changes: 1 addition & 1 deletion garden-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion garden-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garden-service",
"version": "0.10.5",
"version": "0.10.6-alpha.0",
"description": "A full-featured development framework for containers and serverless",
"repository": {
"type": "git",
Expand Down

0 comments on commit 56e52c5

Please sign in to comment.