Skip to content

Commit

Permalink
feat: bump sentry dependencies (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus authored Jan 12, 2024
1 parent c94c2fd commit dccd183
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 16 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Big thanks to the maintainers of the [deprecated chart](https://github.com/helm/

For now the full list of values is not documented but you can get inspired by the values.yaml specific to each directory.

## Upgrading from 20.x.x version of this Chart to 21.x.x

Bumped dependencies:
- memcached > 6.5.9
- kafka > 23.0.7 - This is a major update, but only kafka version is updated. See [bitnami charts' update note](https://github.com/bitnami/charts/tree/main/bitnami/kafka#to-2300)
- clickhouse > 3.7.0 - Supports priorityClassName and max_suspicious_broken_parts config.
- zookeeper > 11.4.11 - 2 Major updates from v9 to v11. See [To v10 upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/zookeeper#to-1000) and [To v11 upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/zookeeper#to-1100)
- rabbitmq > 11.16.2


## Upgrading from 19.x.x version of this Chart to 20.x.x

Bumped dependencies:
Expand Down
16 changes: 8 additions & 8 deletions sentry/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 6.5.2
version: 6.5.9
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.11.3
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 22.1.3
version: 23.0.7
- name: clickhouse
repository: https://sentry-kubernetes.github.io/charts
version: 3.5.0
version: 3.7.0
- name: zookeeper
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
version: 9.0.0
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.4.11
- name: rabbitmq
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.15.3
version: 11.16.2
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.5.1
- name: nginx
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.2.2
digest: sha256:e5e8a8f0fca2c7298669bb86198f806cd770f8ce77ee41882a50eb40e4bd6672
generated: "2023-07-19T08:53:14.343715+02:00"
digest: sha256:1efe56211a485ac6f6e7e24b1dec64beac3e13fc47f2ec3919f6a11df7f24e3a
generated: "2023-12-22T11:35:21.369627+09:00"
16 changes: 8 additions & 8 deletions sentry/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
apiVersion: v2
apiVersion: v3
name: sentry
description: A Helm chart for Kubernetes
type: application
version: 20.12.2
version: 21.0.0
appVersion: 23.11.2
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 6.5.2
version: 6.5.9
condition: sourcemaps.enabled
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.11.3
condition: redis.enabled
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 22.1.3
version: 23.0.7
condition: kafka.enabled
- name: clickhouse
repository: https://sentry-kubernetes.github.io/charts
version: 3.5.0
version: 3.7.0
condition: clickhouse.enabled
- name: zookeeper
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
version: 9.0.0
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.4.11
condition: zookeeper.enabled
- name: rabbitmq
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.15.3
version: 11.16.2
alias: rabbitmq
condition: rabbitmq.enabled
- name: postgresql
Expand Down
Binary file removed sentry/charts/clickhouse-3.5.0.tgz
Binary file not shown.
Binary file added sentry/charts/clickhouse-3.7.0.tgz
Binary file not shown.
Binary file removed sentry/charts/kafka-22.1.3.tgz
Binary file not shown.
Binary file added sentry/charts/kafka-23.0.7.tgz
Binary file not shown.
Binary file removed sentry/charts/memcached-6.5.2.tgz
Binary file not shown.
Binary file added sentry/charts/memcached-6.5.9.tgz
Binary file not shown.
Binary file removed sentry/charts/rabbitmq-11.15.3.tgz
Binary file not shown.
Binary file added sentry/charts/rabbitmq-11.16.2.tgz
Binary file not shown.
Binary file added sentry/charts/zookeeper-11.4.11.tgz
Binary file not shown.
Binary file removed sentry/charts/zookeeper-9.0.0.tgz
Binary file not shown.

0 comments on commit dccd183

Please sign in to comment.