From 4a2f98536264cbca2e971ea65b79683aa95783e2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 20 Aug 2024 19:17:47 +0200 Subject: [PATCH] [bitnami/chainloop] Release 1.0.1 (#28940) * [bitnami/chainloop] Release 1.0.1 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 | 6 +++++- bitnami/chainloop/Chart.lock | 6 +++--- bitnami/chainloop/Chart.yaml | 10 +++++----- bitnami/chainloop/README.md | 2 +- bitnami/chainloop/values.yaml | 6 +++--- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/bitnami/chainloop/CHANGELOG.md b/bitnami/chainloop/CHANGELOG.md index 56b2bbf91865bc..a1f27e95943a30 100644 --- a/bitnami/chainloop/CHANGELOG.md +++ b/bitnami/chainloop/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 1.0.1 (2024-08-20) + +* [bitnami/chainloop] Release 1.0.1 ([#28940](https://github.com/bitnami/charts/pull/28940)) + ## 1.0.0 (2024-08-19) -* [bitnami/chainloop] Major version 1.0.0: Use development mode by default ([#28923](https://github.com/bitnami/charts/pull/28923)) +* [bitnami/chainloop] Major version 1.0.0: Use development mode by default (#28923) ([9da9f3b](https://github.com/bitnami/charts/commit/9da9f3b33f7abfb1a04f42de47a9802c27166d18)), closes [#28923](https://github.com/bitnami/charts/issues/28923) ## 0.1.6 (2024-08-14) diff --git a/bitnami/chainloop/Chart.lock b/bitnami/chainloop/Chart.lock index 0233c00d0c688a..74adae24fb8e2b 100644 --- a/bitnami/chainloop/Chart.lock +++ b/bitnami/chainloop/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.22.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.5.21 + version: 15.5.23 - name: vault repository: oci://registry-1.docker.io/bitnamicharts version: 1.4.18 -digest: sha256:cfbb0a454929ba6fd4d7c0db236deed38dc0ec26914d879e0e6c0021d8b30507 -generated: "2024-08-09T13:40:00.164697451Z" +digest: sha256:6f35d67474692e7326c81a785c5db5499722f9cbf4dad5f1b24947128b44cd9e +generated: "2024-08-20T17:06:21.371910557Z" diff --git a/bitnami/chainloop/Chart.yaml b/bitnami/chainloop/Chart.yaml index 69a52072162f63..d89037c1b73cf0 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.95.7-debian-12-r0 + image: docker.io/bitnami/chainloop-artifact-cas:0.96.1-debian-12-r0 - name: chainloop-control-plane - image: docker.io/bitnami/chainloop-control-plane:0.95.7-debian-12-r0 + image: docker.io/bitnami/chainloop-control-plane:0.96.1-debian-12-r0 - name: chainloop-control-plane-migrations - image: docker.io/bitnami/chainloop-control-plane-migrations:0.95.7-debian-12-r0 + image: docker.io/bitnami/chainloop-control-plane-migrations:0.96.1-debian-12-r0 - name: dex image: docker.io/bitnami/dex:2.41.1-debian-12-r0 apiVersion: v2 -appVersion: 0.95.7 +appVersion: 0.96.1 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: 1.0.0 +version: 1.0.1 diff --git a/bitnami/chainloop/README.md b/bitnami/chainloop/README.md index 0bcd3c1cb2dd78..e0cc5f5e1407f0 100644 --- a/bitnami/chainloop/README.md +++ b/bitnami/chainloop/README.md @@ -1041,4 +1041,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/chainloop/values.yaml b/bitnami/chainloop/values.yaml index 970e6363200b1c..8d7fef5dc4a35d 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.95.7-debian-12-r0 + tag: 0.96.1-debian-12-r0 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.95.7-debian-12-r0 + tag: 0.96.1-debian-12-r0 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.95.7-debian-12-r0 + tag: 0.96.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'