Releases: sentry-kubernetes/charts
Releases · sentry-kubernetes/charts
15.0.0
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
- feat: sentry may 2022
- fix: Healthcheck for Relay backend was missing so when using .Values.…
- feat: Add tolerations to user-create hook (#615)
- #388 fix metric alerts (#616)
- fix: single_node definition for external clickhouse (#608)
- clickhouse: allow to set securitycontext for statefulset pods, specia…
- fix: distant clickhouse image
- Pass external postgres password to cleanup job (#584)
14.0.0
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
13.0.0
- [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