Skip to content

Commit ccd4de1

Browse files
committed
chore(release): bump version to 0.9.0-rc2
1 parent 27a3b9f commit ccd4de1

File tree

3 files changed

+101
-69
lines changed

3 files changed

+101
-69
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
2+
<a name="v0.9.0-rc2"></a>
3+
## [v0.9.0-rc2](https://github.com/garden-io/garden/compare/v0.9.0-rc1...v0.9.0-rc2) (2019-02-04)
4+
5+
### Bug Fixes
6+
7+
* **core:** using module version in templates didn't work with watch ([6c209af](https://github.com/garden-io/garden/commit/6c209af))
8+
* **core:** certain template strings could not be resolved in configs ([3d582c4](https://github.com/garden-io/garden/commit/3d582c4))
9+
* **get-tasks:** print msg if no tasks found ([f64d59c](https://github.com/garden-io/garden/commit/f64d59c))
10+
* **k8s:** incorrect role binding for tiller service account ([9a61840](https://github.com/garden-io/garden/commit/9a61840))
11+
* **openfaas:** override release name to avoid conflict across namespaces ([2eea9bd](https://github.com/garden-io/garden/commit/2eea9bd))
12+
* **server:** ensure log entries have level silly ([#496](https://github.com/garden-io/garden/issues/496)) ([5b11322](https://github.com/garden-io/garden/commit/5b11322))
13+
14+
### Code Refactoring
15+
16+
* **commands:** remove create commands ([88d18d8](https://github.com/garden-io/garden/commit/88d18d8))
17+
* **logger:** rename preserveLevel opt to childEntriesInheritLevel ([0b3efab](https://github.com/garden-io/garden/commit/0b3efab))
18+
19+
### BREAKING CHANGE
20+
21+
22+
Module configurations using the `services` template key need to be
23+
updated to use `modules` instead.
24+
25+
The (admittedly poorly supported) google-cloud-function module type has
26+
been changed to include only one function per module. This is more
27+
consistent with other module types, and avoids complex refactoring
28+
to fit with the changes in the templating context.
29+
30+
After this, the `create project` and `create module` commands will no
31+
longer be available. We're removing them for now because currently
32+
they're more confusing than they are useful. There's an open Github}
33+
134
<a name="v0.9.0-rc1"></a>
235
## [v0.9.0-rc1](https://github.com/garden-io/garden/compare/v0.8.1...v0.9.0-rc1) (2019-01-28)
336

@@ -588,4 +621,3 @@ environment configuration with a global configuration specified on the
588621
new `global` key in the project config. The schema for the `providers`
589622
key also different - its keys should now match plugin names, and
590623
contain configuration for those plugins.
591-

0 commit comments

Comments
 (0)