From ecd7a4957ca5168b6c09774bc3409d6aa65cfd67 Mon Sep 17 00:00:00 2001 From: jiparis Date: Thu, 24 Apr 2025 13:32:27 +0000 Subject: [PATCH] Bump Chart and Dagger Version v1.0.0-rc.11 Signed-off-by: GitHub --- .chainloop.yml | 2 +- deployment/chainloop/Chart.yaml | 12 ++++++------ deployment/chainloop/values.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.chainloop.yml b/.chainloop.yml index 0480e85f6..206be5266 100644 --- a/.chainloop.yml +++ b/.chainloop.yml @@ -1,5 +1,5 @@ # This can indicate the next version and by default it will be marked as pre-release -projectVersion: v1.0.0-rc.11 +projectVersion: v1.0.0-rc.12 # Experimental feature used by Chainloop labs shared workflow https://github.com/chainloop-dev/labs # It maps the material names with location in disk so they get automatically attested diff --git a/deployment/chainloop/Chart.yaml b/deployment/chainloop/Chart.yaml index 86a590179..125f626d7 100644 --- a/deployment/chainloop/Chart.yaml +++ b/deployment/chainloop/Chart.yaml @@ -7,9 +7,9 @@ description: Chainloop is an open source software supply chain control plane, a type: application # Bump the patch (not minor, not major) version on each change in the Chart Source code -version: 1.217.0 +version: 1.218.0 # Do not update appVersion, this is handled automatically by the release process -appVersion: v1.0.0-rc.10 +appVersion: v1.0.0-rc.11 dependencies: - name: common @@ -32,11 +32,11 @@ dependencies: annotations: images: | - - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.0.0-rc.10 + - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.0.0-rc.11 name: artifact-cas - - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.0.0-rc.10 + - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.0.0-rc.11 name: control-plane - - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.0.0-rc.10 + - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.0.0-rc.11 name: control-plane-migrations - - image: ghcr.io/chainloop-dev/chainloop/cli:v1.0.0-rc.10 + - image: ghcr.io/chainloop-dev/chainloop/cli:v1.0.0-rc.11 name: cli diff --git a/deployment/chainloop/values.yaml b/deployment/chainloop/values.yaml index 6d9a15519..aac0cd3b3 100644 --- a/deployment/chainloop/values.yaml +++ b/deployment/chainloop/values.yaml @@ -138,7 +138,7 @@ controlplane: image: registry: ghcr.io repository: chainloop-dev/chainloop/control-plane - tag: "v1.0.0-rc.10" + tag: "v1.0.0-rc.11" ## @param controlplane.containerPorts.http controlplane HTTP container port @@ -213,7 +213,7 @@ controlplane: image: registry: ghcr.io repository: chainloop-dev/chainloop/control-plane-migrations - tag: "v1.0.0-rc.10" + tag: "v1.0.0-rc.11" # Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15 ssl: false @@ -985,7 +985,7 @@ cas: image: registry: ghcr.io repository: chainloop-dev/chainloop/artifact-cas - tag: "v1.0.0-rc.10" + tag: "v1.0.0-rc.11" ## @param cas.containerPorts.http controlplane HTTP container port ## @param cas.containerPorts.grpc controlplane gRPC container port