All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add
CHANGELOG
to the project. It is a file which contains a curated, chronologically ordered list of notable changes for each version of a project - Add
ERRBIT_ADMIN_EMAIL
,ERRBIT_ADMIN_USER
andERRBIT_ADMIN_PASSWORD
tovalues.yaml
.
0.4.0 - 2017-12-21
- Allow to change Ingress path in
values.yaml
0.3.1 - 2017-12-21
- Default
RACK_ENV
todeployment
(see http://www.hezmatt.org/%7Empalmer/blog/2013/10/13/rack_env-its-not-for-you)
- Fix ingress path. It must have a wildcard character in order to work properly
0.3.0 - 2017-12-20
- Add batch jobs run as hooks to
- bootstrap Errbit when chart is being installed
- migrate database when the chart is being upgraded
- Fix environment variable used in
docker-entrypoint.sh
Initial release