Skip to content

Releases: sentry-kubernetes/charts

15.0.0

05 Jul 15:19
2ef6a0f
Compare
Choose a tag to compare

Please read the upgrade notes before upgrading!

  • Bump helm dependencies (#639) (2022-07-05)
  • Sentry 22.6.0 (#649) (2022-06-24)
  • add option to create admin user password using an existing secret (#646) (2022-06-16)
  • Add securityContext to all hooks (#643) (2022-06-16)
  • Add snuba.api.command variable to prevent issues with gosu (#67) (#644) (2022-06-16)
  • Correct indentation level of sentry-db-init job env variables when postgres is enabled. (#576) (2022-06-11)
  • Allow install clickhouse with external zookeeper (#631) (2022-06-11)
  • Update Chart.yaml (2022-06-10) <Théo Mathieu>
  • Partition count for consumer transactions (#633) (2022-06-07)
  • Update symbolicator to 0.5.0 (#632) (2022-05-30)
  • fix: the default clickhouse installation is distributed, only turn on single node when clickhouse is disabled (#624) (2022-05-24)

14.1.0

19 May 06:20
2a4cb0c
Compare
Choose a tag to compare

14.0.0

28 Mar 10:46
81b35b4
Compare
Choose a tag to compare

Upgrading from 13.x.x version of this Chart to 14.0.0

ClickHouse was reconfigured with sharding and replication in-mind, If you are using external ClickHouse, you don't need to do anything.

WARNING: You will lose current event data

Otherwise, you should delete the old ClickHouse volumes in-order to upgrade to this version.

Release notes

Feat: March release
Feat: distributed tables v2
deploy replica services only when replica is deployed
feat: support partitions parameter for consumer events
Relay Health-check liveness endpoint added

13.0.1

01 Feb 08:45
Compare
Choose a tag to compare

Fix: Snuba using incorrect kafka topic/group. (PR #543)

13.0.0

31 Jan 08:52
1f63ad1
Compare
Choose a tag to compare
  • [Sentry] BREAKING Service annotations for sentry web and relay
  • [Sentry] use metrics.service.annotations value
  • [Sentry] Support existing claim name
  • [Sentry] smtp support use-ssl options
  • [Sentry] resource requests for statefulSet clickhouse initContainer
  • [Sentry] fix dbInit.env indentation and add nginx-ingress required annotation for use-regex
  • [Sentry] Fix healthchecks under AWS ALB
  • [Sentry] allow managing cronjob concurrency
  • [Clickhouse] Remove clickhouse securityContext & bump to v3.1.0
  • Improved Doc

12.0.0

28 Sep 09:38
1cd02c0
Compare
Choose a tag to compare
  • New redis chart version

11.9.0

17 Sep 12:56
addb0ad
Compare
Choose a tag to compare
  • Add pod labels and annotations to sentry-kubernetes chart
  • Fix for metrics alerts not firing

11.8.0

17 Sep 12:54
bdf0d3a
Compare
Choose a tag to compare
  • Opt-out worker liveness probe and make parameters configurable (#478)
  • fix the ineffective cleanup.days chart configuration (#486)
  • implement dnsPolicy and dnsConfig (#469)
  • Symbolicator 0.3.4 (#458)
  • Support additional hostnames in Ingress (#480)

11.7.0

10 Sep 06:07
4fd4aa6
Compare
Choose a tag to compare
  • August release (#457)
  • Fixed cronjobs envs indent (#470)
  • Move auto-offset-reset to chart values (#468)
  • Add liveness probe to worker deployment (#464)
  • Fix ingress v1 configuration when using AWS ALB SSL redirect (#462)

11.6.0

24 Aug 08:47
Compare
Choose a tag to compare
  • Update Ingress to use networking.k8s.io/v1 API Version (#448)
  • Switch kafka consumers to auto.offset.reset=earliest (#446)
  • fix: updated gke BackendConfig with new values added on #432