Releases: cloudposse/helmfiles
Releases · cloudposse/helmfiles
0.96.1 [prometheus-operator] Add persistent storage for alertmanager - fix
what
- [prometheus-operator] Persistent storage for
alertmanager
- fix incorrect field in helm chart
why
- Allow Alertmanager to have persistent state
0.96.0 [prometheus-operator] Add persistent storage for alertmanager
what
- [prometheus-operator] Persistent storage for
alertmanager
why
- Allow Alertmanager to have persistent state
PR #233
0.95.1
0.95.0 [istio] logging can be configured now
what
- [istio] istio logging level can be configured using ISTIO_LOGGING_LEVEL env var
why
- to be able to make istio less verbose
0.94.1 namespace_dashboards set to 'monitoring'
what
- [kubecost] namespace_dashboards value set to 'monitoring'
why
- to override default value of
kubecost
to our standardmonitoring
namespace
0.94.0 kubecost upgrade to v1.54.1
what
- [kubecost] upgraded to v1.54.1
why
- to Reduce Log Spam Overloading Elastic Search
0.93.0 upgrade superset
what
- [superset] upgrade superset to 0.35.2
- [superset] support for new limit parameters like
DISPLAY_MAX_ROW
andDEFAULT_SQLLAB_LIMIT
why
- We need to be able to set
DEFAULT_SQLLAB_LIMIT
to reasonable value
0.92.0 [fluentd-elasticsearch-aws] configurable resource requesets/limits
what
- [fluentd-elasticsearch-aws] Allow configurable resource requests/limits from environment
why
- configurable resource requests/limits required to tune resources
0.91.0 [sentry] custom alert for sentry queue
what
- [sentry] custom alert added to fire when sentry event processing queue is idle for 5 minutes (by default)
why
- Sentry might stop processing events queue, means it's doing nothing for any logs/events/records which is really bad. Pods keeps running and no other alerts firing. To catch when this happens this alert was created.
[superset] resources provided using ENVs
what
- [superset] resources provided using ENVs for superset web
why
- With no resources provided pods got killed because of OOM