Update changelog (#6)

This commit is contained in:
Jason O'Donnell 2019-08-05 17:47:37 -04:00 committed by GitHub
parent 8e1bd927f2
commit 0342358c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 12 deletions

View file

@ -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

View file

@ -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)