Update changelog (#6)
This commit is contained in:
parent
8e1bd927f2
commit
0342358c94
2 changed files with 1 additions and 12 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,14 +1,3 @@
|
|||
## 0.2.0 (September 26, 2018)
|
||||
|
||||
FEATURES:
|
||||
|
||||
* `syncCatalog` can install the [service catalog sync](https://www.hashicorp.com/blog/consul-and-kubernetes-service-catalog-sync)
|
||||
functionality.
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* server: support `storageClass` [GH-7]
|
||||
|
||||
## 0.1.0
|
||||
|
||||
Initial release
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
TEST_IMAGE?=consul-helm-test
|
||||
TEST_IMAGE?=vault-helm-test
|
||||
|
||||
test-docker:
|
||||
@docker build --rm -t '$(TEST_IMAGE)' -f $(CURDIR)/test/docker/Test.dockerfile $(CURDIR)
|
||||
|
|
Loading…
Reference in a new issue