From 6b4ab5c5bd7e33977955366d5d6476a81f84ee28 Mon Sep 17 00:00:00 2001 From: javirln Date: Tue, 15 Jul 2025 12:59:59 +0000 Subject: [PATCH] Bump Chart and Dagger Version v1.31.0 Signed-off-by: GitHub --- .chainloop.yml | 2 +- deployment/chainloop/Chart.yaml | 12 ++++++------ deployment/chainloop/values.yaml | 6 +++--- extras/dagger/main.go | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.chainloop.yml b/.chainloop.yml index 991ade3aa..182b7870d 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.31.0 +projectVersion: v1.32.0 # 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 b8856e195..0950575c9 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.259.0 +version: 1.260.0 # Do not update appVersion, this is handled automatically by the release process -appVersion: v1.30.0 +appVersion: v1.31.0 dependencies: - name: common @@ -32,11 +32,11 @@ dependencies: annotations: images: | - - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.30.0 + - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.31.0 name: artifact-cas - - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.30.0 + - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.31.0 name: control-plane - - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.30.0 + - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.31.0 name: control-plane-migrations - - image: ghcr.io/chainloop-dev/chainloop/cli:v1.30.0 + - image: ghcr.io/chainloop-dev/chainloop/cli:v1.31.0 name: cli diff --git a/deployment/chainloop/values.yaml b/deployment/chainloop/values.yaml index 2c87f2f04..de2d72142 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.30.0" + tag: "v1.31.0" ## @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.30.0" + tag: "v1.31.0" # Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15 ssl: false @@ -990,7 +990,7 @@ cas: image: registry: ghcr.io repository: chainloop-dev/chainloop/artifact-cas - tag: "v1.30.0" + tag: "v1.31.0" ## @param cas.containerPorts.http controlplane HTTP container port ## @param cas.containerPorts.grpc controlplane gRPC container port diff --git a/extras/dagger/main.go b/extras/dagger/main.go index 8a3bb1c5a..ab691937e 100644 --- a/extras/dagger/main.go +++ b/extras/dagger/main.go @@ -10,7 +10,7 @@ import ( ) const ( - chainloopVersion = "v1.30.0" + chainloopVersion = "v1.31.0" ) var execOpts = dagger.ContainerWithExecOpts{