From 5c1c110bc4a1616504d9485c624deb93e8054849 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:24:04 +0100 Subject: [PATCH] Bump Helm Chart and Dagger Version => v0.140.0 (#1657) Signed-off-by: GitHub Co-authored-by: migmartri --- .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 e1e24b042..425f3d409 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: v0.140.0 +projectVersion: v0.141.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 80981ea6b..6826390c2 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.157.1 +version: 1.158.0 # Do not update appVersion, this is handled automatically by the release process -appVersion: v0.139.0 +appVersion: v0.140.0 dependencies: - name: common @@ -32,11 +32,11 @@ dependencies: annotations: images: | - - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.139.0 + - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.140.0 name: artifact-cas - - image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.139.0 + - image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.140.0 name: control-plane - - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.139.0 + - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.140.0 name: control-plane-migrations - - image: ghcr.io/chainloop-dev/chainloop/cli:v0.139.0 + - image: ghcr.io/chainloop-dev/chainloop/cli:v0.140.0 name: cli diff --git a/deployment/chainloop/values.yaml b/deployment/chainloop/values.yaml index 162d1283b..faf2aca16 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: "v0.139.0" + tag: "v0.140.0" ## @param controlplane.containerPorts.http controlplane HTTP container port @@ -204,7 +204,7 @@ controlplane: image: registry: ghcr.io repository: chainloop-dev/chainloop/control-plane-migrations - tag: "v0.139.0" + tag: "v0.140.0" # Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15 ssl: false @@ -936,7 +936,7 @@ cas: image: registry: ghcr.io repository: chainloop-dev/chainloop/artifact-cas - tag: "v0.139.0" + tag: "v0.140.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 9418afd1d..47f284d32 100644 --- a/extras/dagger/main.go +++ b/extras/dagger/main.go @@ -10,7 +10,7 @@ import ( ) const ( - chainloopVersion = "v0.139.0" + chainloopVersion = "v0.140.0" ) var execOpts = dagger.ContainerWithExecOpts{