Skip to content

Releases: cloudposse/helmfiles

0.96.1 [prometheus-operator] Add persistent storage for alertmanager - fix

15 Apr 18:21
59490fd
Compare
Choose a tag to compare

what

  1. [prometheus-operator] Persistent storage for alertmanager - fix incorrect field in helm chart

why

  1. Allow Alertmanager to have persistent state

#234

0.96.0 [prometheus-operator] Add persistent storage for alertmanager

10 Apr 17:43
6ab1530
Compare
Choose a tag to compare

what

  1. [prometheus-operator] Persistent storage for alertmanager

why

  1. Allow Alertmanager to have persistent state

PR #233

0.95.1

31 Mar 00:25
4acd83a
Compare
Choose a tag to compare

(#231)

  • [istio-gatekeeper] set X-Forwarded-Proto=https
  • [keycloak-gatekeeper] enable proxyTimeout even without extraArgs

0.95.0 [istio] logging can be configured now

26 Mar 18:42
ef5b7f7
Compare
Choose a tag to compare

what

  1. [istio] istio logging level can be configured using ISTIO_LOGGING_LEVEL env var

why

  1. to be able to make istio less verbose

0.94.1 namespace_dashboards set to 'monitoring'

18 Mar 02:32
ce7fc75
Compare
Choose a tag to compare

what

  1. [kubecost] namespace_dashboards value set to 'monitoring'

why

  1. to override default value of kubecost to our standard monitoring namespace

0.94.0 kubecost upgrade to v1.54.1

18 Mar 01:07
e898b26
Compare
Choose a tag to compare

what

  1. [kubecost] upgraded to v1.54.1

why

  1. to Reduce Log Spam Overloading Elastic Search

0.93.0 upgrade superset

04 Mar 22:50
284ac32
Compare
Choose a tag to compare

what

  1. [superset] upgrade superset to 0.35.2
  2. [superset] support for new limit parameters like DISPLAY_MAX_ROW and DEFAULT_SQLLAB_LIMIT

why

  1. We need to be able to set DEFAULT_SQLLAB_LIMIT to reasonable value

0.92.0 [fluentd-elasticsearch-aws] configurable resource requesets/limits

14 Feb 22:34
25d0e73
Compare
Choose a tag to compare

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

11 Feb 19:02
5a244fb
Compare
Choose a tag to compare

what

  1. [sentry] custom alert added to fire when sentry event processing queue is idle for 5 minutes (by default)

why

  1. 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

31 Jan 10:33
6bc7b79
Compare
Choose a tag to compare

what

  1. [superset] resources provided using ENVs for superset web

why

  1. With no resources provided pods got killed because of OOM