diff --git a/.chainloop.yml b/.chainloop.yml index 59b56f581..9b68b048c 100644 --- a/.chainloop.yml +++ b/.chainloop.yml @@ -4,7 +4,7 @@ organization: chainloop projectName: chainloop # This indicates the [current version]+next # to indicate that we are building a new version of the project -projectVersion: v1.109.1+next +projectVersion: v1.109.3+next # 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 d1209665b..8f4dff9fb 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.439.0 +version: 1.440.0 # Do not update appVersion, this is handled automatically by the release process -appVersion: v1.109.1 +appVersion: v1.109.3 dependencies: - name: common @@ -33,11 +33,11 @@ dependencies: annotations: images: | - - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.109.1 + - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.109.3 name: artifact-cas - - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.109.1 + - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.109.3 name: control-plane - - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.109.1 + - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.109.3 name: control-plane-migrations - - image: ghcr.io/chainloop-dev/chainloop/cli:v1.109.1 + - image: ghcr.io/chainloop-dev/chainloop/cli:v1.109.3 name: cli diff --git a/deployment/chainloop/values.yaml b/deployment/chainloop/values.yaml index a63674604..663f76700 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.109.1" + tag: "v1.109.3" ## @param controlplane.grpcMaxRecvMsgSize Maximum size in bytes of received gRPC messages. Increase to allow larger attestations. Defaults to the gRPC standard 4MB (4194304) if not set. @@ -231,7 +231,7 @@ controlplane: image: registry: ghcr.io repository: chainloop-dev/chainloop/control-plane-migrations - tag: "v1.109.1" + tag: "v1.109.3" # Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15 ssl: false @@ -1039,7 +1039,7 @@ cas: image: registry: ghcr.io repository: chainloop-dev/chainloop/artifact-cas - tag: "v1.109.1" + tag: "v1.109.3" ## @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 7f9797a02..fcc3e42c2 100644 --- a/extras/dagger/main.go +++ b/extras/dagger/main.go @@ -10,8 +10,8 @@ import ( ) const ( - chainloopVersion = "v1.109.1" - platformVersion = "v1.109.0" + chainloopVersion = "v1.109.3" + platformVersion = "v1.110.1" ) var execOpts = dagger.ContainerWithExecOpts{