From a5ef5bdd57f8d641e5ba2ab0553af2ec0eec45aa Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 27 Jun 2024 10:50:14 +0200 Subject: [PATCH] [bitnami/dremio] Release 0.1.2 (#27557) * [bitnami/dremio] Release 0.1.2 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/dremio/CHANGELOG.md | 8 ++++++-- bitnami/dremio/Chart.lock | 8 ++++---- bitnami/dremio/Chart.yaml | 8 ++++---- bitnami/dremio/README.md | 4 +++- bitnami/dremio/values.yaml | 2 +- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/bitnami/dremio/CHANGELOG.md b/bitnami/dremio/CHANGELOG.md index 81199f1876..acdc8d9414 100644 --- a/bitnami/dremio/CHANGELOG.md +++ b/bitnami/dremio/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 0.1.1 (2024-06-25) +## 0.1.2 (2024-06-27) -* [bitnami/dremio] fix: :bug: Add missing metrics ports in networkpolicy ([#27527](https://github.com/bitnami/charts/pull/27527)) +* [bitnami/dremio] Release 0.1.2 ([#27557](https://github.com/bitnami/charts/pull/27557)) + +## 0.1.1 (2024-06-25) + +* [bitnami/dremio] fix: :bug: Add missing metrics ports in networkpolicy (#27527) ([5b4f9d4](https://github.com/bitnami/charts/commit/5b4f9d4a8e8a7b3b8425a4707f8a89fc7f46e246)), closes [#27527](https://github.com/bitnami/charts/issues/27527) ## 0.1.0 (2024-06-25) diff --git a/bitnami/dremio/Chart.lock b/bitnami/dremio/Chart.lock index 67285d3cf5..362249125c 100644 --- a/bitnami/dremio/Chart.lock +++ b/bitnami/dremio/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: minio repository: oci://registry-1.docker.io/bitnamicharts - version: 14.6.10 + version: 14.6.13 - name: zookeeper repository: oci://registry-1.docker.io/bitnamicharts - version: 13.4.4 + version: 13.4.5 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.20.3 -digest: sha256:0cb0933033ce80abc90eb15e2404f15a6c5191b500295c9686493c12c8a7fa22 -generated: "2024-06-18T10:42:31.507881356+02:00" +digest: sha256:beae8d6c773aed0e73dff3e10941b0ce97dc0cc6f4d19d2c719d00f580a41da0 +generated: "2024-06-27T08:21:59.463733068Z" diff --git a/bitnami/dremio/Chart.yaml b/bitnami/dremio/Chart.yaml index fbe9daffb6..745fb556b5 100644 --- a/bitnami/dremio/Chart.yaml +++ b/bitnami/dremio/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: dremio - image: docker.io/bitnami/dremio:25.0.0-debian-12-r0 - - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r22 + image: docker.io/bitnami/dremio:25.0.0-debian-12-r1 - name: jmx-exporter image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r1 + - name: os-shell + image: docker.io/bitnami/os-shell:12-debian-12-r22 apiVersion: v2 appVersion: 25.0.0 dependencies: @@ -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.1 +version: 0.1.2 diff --git a/bitnami/dremio/README.md b/bitnami/dremio/README.md index 97ecc42d1f..1cea713374 100644 --- a/bitnami/dremio/README.md +++ b/bitnami/dremio/README.md @@ -6,6 +6,8 @@ Dremio is an open-source self-service data access tool that provides high-perfor [Overview of Dremio](https://www.dremio.com/) +Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. + ## TL;DR ```console @@ -1281,4 +1283,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/dremio/values.yaml b/bitnami/dremio/values.yaml index 2788feb1e4..b8692dc490 100644 --- a/bitnami/dremio/values.yaml +++ b/bitnami/dremio/values.yaml @@ -89,7 +89,7 @@ dremio: image: registry: docker.io repository: bitnami/dremio - tag: 25.0.0-debian-12-r0 + tag: 25.0.0-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'