Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.39 KB

Changelog

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.

Added

  • 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 and ERRBIT_ADMIN_PASSWORD to values.yaml.

0.4.0 - 2017-12-21

Added

  • Allow to change Ingress path in values.yaml

0.3.1 - 2017-12-21

Changed

Fixed

  • Fix ingress path. It must have a wildcard character in order to work properly

0.3.0 - 2017-12-20

Added

  • Add batch jobs run as hooks to
    • bootstrap Errbit when chart is being installed
    • migrate database when the chart is being upgraded

Fixed

  • Fix environment variable used in docker-entrypoint.sh

0.2.0 - 2017-12-20

Initial release