Skip to content

Commit

Permalink
chore(release): bump version to v0.11.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Dec 20, 2019
1 parent 4f93887 commit 998a755
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

<a name="v0.11.0-alpha.2"></a>
## [v0.11.0-alpha.2](https://github.com/garden-io/garden/compare/v0.11.0-alpha.1...v0.11.0-alpha.2) (2019-12-20)

### Bug Fixes

* remove resources only when tiller not deployed ([b2b30b17](https://github.com/garden-io/garden/commit/b2b30b17))
* failing init if remote is not set ([938bb200](https://github.com/garden-io/garden/commit/938bb200))
* **k8s:** ensure Garden can upgrade garden-nginx release ([b244c8e0](https://github.com/garden-io/garden/commit/b244c8e0))
* **k8s:** helm migration issue with non-deployed releases ([d97adf78](https://github.com/garden-io/garden/commit/d97adf78))

### Features

* **k8s:** add support for KinD ([87a69787](https://github.com/garden-io/garden/commit/87a69787))


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

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.2.0-alpha.1",
"version": "0.2.0-alpha.2",
"private": true,
"devDependencies": {
"@types/d3": "^5.7.2",
Expand Down Expand Up @@ -35,7 +35,7 @@
"emotion": "^10.0.9",
"flexboxgrid": "^6.3.1",
"flexboxgrid-helpers": "^1.1.3",
"garden-service": "^0.11.0-alpha.1",
"garden-service": "^0.11.0-alpha.2",
"http-proxy-middleware": "^0.19.1",
"immer": "^3.1.3",
"lodash": "^4.17.11",
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.11.0-alpha.1",
"version": "0.11.0-alpha.2",
"description": "A full-featured development framework for containers and serverless",
"repository": {
"type": "git",
Expand Down

0 comments on commit 998a755

Please sign in to comment.