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/dremio] Release 0.1.12 #29212

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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/dremio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 0.1.11 (2024-08-29)
## 0.1.12 (2024-09-05)

* [bitnami/dremio] Release 0.1.11 ([#29112](https://github.com/bitnami/charts/pull/29112))
* [bitnami/dremio] Release 0.1.12 ([#29212](https://github.com/bitnami/charts/pull/29212))

## <small>0.1.11 (2024-08-29)</small>

* [bitnami/dremio] Release 0.1.11 (#29112) ([1473bc8](https://github.com/bitnami/charts/commit/1473bc826abe517fb51d0c18513d3c23dab65422)), closes [#29112](https://github.com/bitnami/charts/issues/29112)

## <small>0.1.10 (2024-08-29)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/dremio/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.7.3
version: 14.7.4
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.4.10
version: 13.4.11
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.22.0
digest: sha256:046d7bc14b05c4b8b4861c029194dc91d41d9f533236fecf7e39c62bf14f7d75
generated: "2024-08-29T14:51:09.131147706Z"
digest: sha256:b7c7a3800230105b38d1335dca8dfde8b500881b96c9b4a560f1103874ca9184
generated: "2024-09-05T09:30:11.017202782Z"
8 changes: 4 additions & 4 deletions bitnami/dremio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: dremio
image: docker.io/bitnami/dremio:25.0.0-debian-12-r12
image: docker.io/bitnami/dremio:25.1.0-debian-12-r0
- name: jmx-exporter
image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r6
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r28
image: docker.io/bitnami/os-shell:12-debian-12-r29
apiVersion: v2
appVersion: 25.0.0
appVersion: 25.1.0
dependencies:
- condition: minio.enabled
name: minio
Expand Down Expand Up @@ -41,4 +41,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/dremio
- https://github.com/bitnami/containers/tree/main/bitnami/dremio
- https://github.com/dremio/dremio-oss
version: 0.1.11
version: 0.1.12
4 changes: 2 additions & 2 deletions bitnami/dremio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dremio:
image:
registry: docker.io
repository: bitnami/dremio
tag: 25.0.0-debian-12-r12
tag: 25.1.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1951,7 +1951,7 @@ defaultInitContainers:
defaultImage:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r28
tag: 12-debian-12-r29
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down
Loading