chore(deps): update helm release sentry to v33 #116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/sentry-33.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
28.1.0→33.0.0Release Notes
sentry-kubernetes/charts (sentry)
v33.0.0Compare Source
Chart
33.0.0targets Sentry 26.7.0.Breaking: TaskBroker Kafka config
TaskBroker no longer uses legacy
TASKBROKER_KAFKA_TOPIC/TASKBROKER_KAFKA_CONSUMER_GROUPenv vars. Eachsentry.taskBroker.brokers[]entry must providekafkaDeadletterTopic,kafkaRetryTopic, andkafkaTopics(YAML config mounted into the broker). Cluster address/auth useTASKBROKER_KAFKA_CLUSTERS__DEFAULT__*.Before:
After: see default
values.yaml(kafkaTopics, including optionalrawblocks for subscription results and profiles).Hyphenated topic names require the YAML config file; they cannot be set via env vars. See the taskbroker Kafka config migration guide.
Breaking: Removed Sentry consumers (moved to TaskBroker raw mode)
These Deployments and related values keys are removed. Work is consumed by TaskBroker
rawtopics (products broker for subscription results; ingest broker forprofiles):sentry.subscriptionConsumerEventssentry.subscriptionConsumerTransactionssentry.subscriptionConsumerMetricssentry.subscriptionConsumerGenericMetricssentry.subscriptionConsumerResultsEapItemssentry.ingestProfilesRemove any overrides for these keys from your values. Snuba subscription scheduler/executor Deployments (
snuba.subscriptionConsumer*) are unchanged.Other
maxPollIntervalMs: 300000(parity with self-hostedSENTRY_KAFKA_MAX_POLL_INTERVAL_MS); set a consumer'smaxPollIntervalMs: nullto omit--max-poll-interval-msnginx.ingress.kubernetes.io/proxy-read-timeout: "90"(self-hosted nginxproxy_read_timeoutbump)v32.3.0: sentry: v32.3.0Compare Source
Features
Bug Fixes
v32.2.0: sentry: v32.2.0Compare Source
Features
v32.1.0: sentry: v32.1.0Compare Source
Features
Bug Fixes
v32.0.0Compare Source
snuba.rustConsumer: falseto revert.distutils.strtoboolfromsentry.conf.pytemplate — mail TLS/SSL now uses.lower() in ("true", "1", "yes").v31.7.1: sentry: v31.7.1Compare Source
Bug Fixes
v31.7.0Compare Source
Chart
31.7.0adds configuration for Sentry 26.5.0 that was not included whenappVersionwas bumped in31.4.0:feature-completeprofile): newlaunchpad-taskworkerDeployment andLAUNCHPAD_RPC_SHARED_SECRETon Sentry pods.organizations:tracemetrics-*feature flags are enabled in generatedsentry.conf.py.Launchpad RPC shared secret
When Launchpad is enabled (
launchpadTaskWorker.enabled=true, the default withfeature-complete), the chart automatically creates a shared RPC secret (<release-fullname>-launchpad-secret) via a Helm hook on both install and upgrade. The secret is only created if it does not already exist, so existing secrets are preserved.If you do not need Launchpad, set
launchpadTaskWorker.enabled=false, or use theerrors-onlyprofile.v31.6.0: sentry: v31.6.0Compare Source
Features
Bug Fixes
v31.5.1: sentry: v31.5.1Compare Source
Bug Fixes
v31.5.0: sentry: v31.5.0Compare Source
Features
Bug Fixes
v31.4.0: sentry: v31.4.0Compare Source
Features
v31.3.1: sentry: v31.3.1Compare Source
Bug Fixes
v31.3.0: sentry: v31.3.0Compare Source
Features
Bug Fixes
v31.2.0: sentry: v31.2.0Compare Source
Features
v31.1.0: sentry: v31.1.0Compare Source
Features
v31.0.0: sentry: v31.0.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
v30.4.0: sentry: v30.4.0Compare Source
Features
v30.3.1: sentry: v30.3.1Compare Source
Bug Fixes
v30.3.0: sentry: v30.3.0Compare Source
Features
Bug Fixes
v30.2.0: sentry: v30.2.0Compare Source
Features
Bug Fixes
v30.1.0: sentry: v30.1.0Compare Source
Features
Bug Fixes
v30.0.1: sentry: v30.0.1Compare Source
Bug Fixes
v30.0.0: sentry: v30.0.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
v29.5.1: sentry: v29.5.1Compare Source
Bug Fixes
v29.5.0: sentry: v29.5.0Compare Source
Features
Bug Fixes
v29.4.1: sentry: v29.4.1Compare Source
Bug Fixes
v29.4.0: sentry: v29.4.0Compare Source
Features
Bug Fixes
v29.3.0: sentry: v29.3.0Compare Source
Features
Bug Fixes
v29.2.0: sentry: v29.2.0Compare Source
Features
v29.1.0: sentry: v29.1.0Compare Source
Features
Bug Fixes
v29.0.0: sentry: v29.0.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Miscellaneous Chores
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
flate diff
No differences detected.
Pipeline
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.