Skip to content

Commit

Permalink
chore(release): bump version to v0.12.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Jul 24, 2020
1 parent 1b9d0d1 commit e533479
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@

<a name="v0.12.1-alpha.0"></a>
## [v0.12.1-alpha.0](https://github.com/garden-io/garden/compare/v0.12.0...v0.12.1-alpha.0) (2020-07-24)

### Bug Fixes

* **k8s:** correct kaniko immutability check ([f25fb516](https://github.com/garden-io/garden/commit/f25fb516))
* **local-k8s:** add 'docker-desktop' as supported context ([1b9d0d1d](https://github.com/garden-io/garden/commit/1b9d0d1d))

### Features

* **core:** throw workflow config errors on scan ([7e1acf8d](https://github.com/garden-io/garden/commit/7e1acf8d))
* **enterprise:** register workflow runs ([de072ac9](https://github.com/garden-io/garden/commit/de072ac9))
* **enterprise:** include env and ns in events ([3e4db5ce](https://github.com/garden-io/garden/commit/3e4db5ce))

### Improvements

* **kaniko:** allow configuring builder flags alongside image ([3541284b](https://github.com/garden-io/garden/commit/3541284b))

### Performance Improvements

* **git:** cache git exec results ([5dce8350](https://github.com/garden-io/garden/commit/5dce8350))

<a name="v0.12.0"></a>
## [v0.12.0](https://github.com/garden-io/garden/compare/v0.11.14...v0.12.0) (2020-06-29)

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.3.0",
"version": "0.3.1-alpha.0",
"private": true,
"devDependencies": {
"@types/d3": "^5.7.2",
Expand Down Expand Up @@ -34,7 +34,7 @@
"emotion": "^10.0.27",
"flexboxgrid": "^6.3.1",
"flexboxgrid-helpers": "^1.1.3",
"garden-service": "^0.12.0",
"garden-service": "^0.12.1-alpha.0",
"http-proxy-middleware": "^0.20.0",
"immer": "^6.0.9",
"lodash": "^4.17.15",
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.12.0",
"version": "0.12.1-alpha.0",
"description": "A full-featured development framework for containers and serverless",
"repository": {
"type": "git",
Expand Down

0 comments on commit e533479

Please sign in to comment.