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 abbility to watch secrets.
Helm uses Kubernetes ConfigMaps as a backend for storing releases. However, since Helm 2.7, it is possible to enable Kubernetes Secrets as a backend.
Chronologist now supports secret backend; thus it can be configured either to watch ConfigMaps or Secrets.
- BREAKING Revamped chart configuration, making it simpler to configure via
values.yaml
.
- Chronologist container now runs as non-root.
- Introduce kubernetes secret in the chart to store sensitive data like Grafana API key.
Initial release.