From b1b103fd40f5c32acba3dcf492f4f6bd937c204f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 24 Oct 2024 10:35:07 +0200 Subject: [PATCH] [bitnami/chainloop] Release 2.0.11 (#30068) * [bitnami/chainloop] Release 2.0.11 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/chainloop/CHANGELOG.md | 8 ++++++-- bitnami/chainloop/Chart.yaml | 10 +++++----- bitnami/chainloop/values.yaml | 6 +++--- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bitnami/chainloop/CHANGELOG.md b/bitnami/chainloop/CHANGELOG.md index 6fdf2f24d4..67648ba806 100644 --- a/bitnami/chainloop/CHANGELOG.md +++ b/bitnami/chainloop/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 2.0.10 (2024-10-23) +## 2.0.11 (2024-10-24) -* [bitnami/chainloop] Release 2.0.10 ([#30054](https://github.com/bitnami/charts/pull/30054)) +* [bitnami/chainloop] Release 2.0.11 ([#30068](https://github.com/bitnami/charts/pull/30068)) + +## 2.0.10 (2024-10-23) + +* [bitnami/chainloop] Release 2.0.10 (#30054) ([33003d3](https://github.com/bitnami/charts/commit/33003d3dae7efd8bb4af2523227feedc5c1038c7)), closes [#30054](https://github.com/bitnami/charts/issues/30054) ## 2.0.9 (2024-10-22) diff --git a/bitnami/chainloop/Chart.yaml b/bitnami/chainloop/Chart.yaml index 213f0be91c..b8d0c4244d 100644 --- a/bitnami/chainloop/Chart.yaml +++ b/bitnami/chainloop/Chart.yaml @@ -6,15 +6,15 @@ annotations: license: Apache-2.0 images: | - name: chainloop-artifact-cas - image: docker.io/bitnami/chainloop-artifact-cas:0.97.1-debian-12-r0 + image: docker.io/bitnami/chainloop-artifact-cas:0.97.3-debian-12-r1 - name: chainloop-control-plane - image: docker.io/bitnami/chainloop-control-plane:0.97.1-debian-12-r0 + image: docker.io/bitnami/chainloop-control-plane:0.97.3-debian-12-r1 - name: chainloop-control-plane-migrations - image: docker.io/bitnami/chainloop-control-plane-migrations:0.97.1-debian-12-r0 + image: docker.io/bitnami/chainloop-control-plane-migrations:0.97.3-debian-12-r1 - name: dex image: docker.io/bitnami/dex:2.41.1-debian-12-r5 apiVersion: v2 -appVersion: 0.97.1 +appVersion: 0.97.3 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -63,4 +63,4 @@ sources: - https://github.com/bitnami/containers/tree/main/bitnami/chainloop-control-plane-migrations - https://github.com/bitnami/containers/tree/main/bitnami/chainloop-artifact-cas - https://github.com/chainloop-dev/chainloop -version: 2.0.10 +version: 2.0.11 diff --git a/bitnami/chainloop/values.yaml b/bitnami/chainloop/values.yaml index b4e033b05d..8e45ee8c79 100644 --- a/bitnami/chainloop/values.yaml +++ b/bitnami/chainloop/values.yaml @@ -164,7 +164,7 @@ controlplane: image: registry: docker.io repository: bitnami/chainloop-control-plane - tag: 0.97.1-debian-12-r0 + tag: 0.97.3-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -242,7 +242,7 @@ controlplane: image: registry: docker.io repository: bitnami/chainloop-control-plane-migrations - tag: 0.97.1-debian-12-r0 + tag: 0.97.3-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -990,7 +990,7 @@ cas: image: registry: docker.io repository: bitnami/chainloop-artifact-cas - tag: 0.97.1-debian-12-r0 + tag: 0.97.3-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'