changelog++ (#94)

This commit is contained in:
Jason O'Donnell 2019-10-21 17:08:42 -04:00 committed by GitHub
parent 75ceb1af5a
commit 2ca3fd2214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,26 @@
## 0.1.3 (Unreleased)
Features:
* Added load balancer support
* Added ingress support
* Added configurable for service types (ClusterIP, NodePort, LoadBalancer, etc)
* Removed root requirements, now runs as Vault user
Improvements:
* Added namespace value to all rendered objects
* Made ports configurable in services
* Added the ability to add custom annotations to services
* Added docker image for running bats test in CircleCI
* Removed restrictions around `dev` mode such as annotations
Bugs:
* Fixed selector bugs related to Helm label updates (services, affinities, and pod disruption)
* Fixed bug where audit storage was not being mounted in HA mode
## 0.1.2 (August 22nd, 2019)
Features: