Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/superset] Update subcharts #31691

Merged
merged 2 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/superset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 0.2.1 (2025-01-29)
## 1.0.0 (2025-01-31)

* [bitnami/superset] Release 0.2.1 ([#31653](https://github.com/bitnami/charts/pull/31653))
* [bitnami/superset] Update subcharts ([#31691](https://github.com/bitnami/charts/pull/31691))

## <small>0.2.1 (2025-01-29)</small>

* [bitnami/superset] Release 0.2.1 (#31653) ([d93687e](https://github.com/bitnami/charts/commit/d93687eb78fd5ba828b3e918f31749ab8211feda)), closes [#31653](https://github.com/bitnami/charts/issues/31653)

## 0.2.0 (2025-01-29)

Expand Down
8 changes: 4 additions & 4 deletions bitnami/superset/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.6.4
version: 20.6.3
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.38
version: 16.4.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.29.1
digest: sha256:c11c8bf8ed330d98b6ea1e367484a48c9328182bc1aee08408607f57db5092c1
generated: "2025-01-29T10:08:09.737305108Z"
digest: sha256:05ffc7ea93d609ff3e67d06e621c611c292c22942024d802af8a4118918f54cc
generated: "2025-01-31T17:06:25.29541+01:00"
6 changes: 3 additions & 3 deletions bitnami/superset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ dependencies:
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.x.x
version: 20.x.x
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
version: 16.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
Expand All @@ -37,4 +37,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/superset
- https://github.com/bitnami/containers/tree/main/bitnami/superset
- https://github.com/apache/superset
version: 0.2.1
version: 1.0.0
Loading