File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This indicates the [current version]+next
22# to indicate that we are building a new version of the project
3- projectVersion : v1.89.0 +next
3+ projectVersion : v1.89.1 +next
44
55# Experimental feature used by Chainloop labs shared workflow https://github.com/chainloop-dev/labs
66# It maps the material names with location in disk so they get automatically attested
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ type: application
99# Bump the patch (not minor, not major) version on each change in the Chart Source code
1010version : 1.353.0
1111# Do not update appVersion, this is handled automatically by the release process
12- appVersion : v1.89.0
12+ appVersion : v1.89.1
1313
1414dependencies :
1515 - name : common
@@ -33,11 +33,11 @@ dependencies:
3333
3434annotations :
3535 images : |
36- - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.89.0
36+ - image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.89.1
3737 name: artifact-cas
38- - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.89.0
38+ - image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.89.1
3939 name: control-plane
40- - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.89.0
40+ - image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.89.1
4141 name: control-plane-migrations
42- - image: ghcr.io/chainloop-dev/chainloop/cli:v1.89.0
42+ - image: ghcr.io/chainloop-dev/chainloop/cli:v1.89.1
4343 name: cli
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ controlplane:
138138 image :
139139 registry : ghcr.io
140140 repository : chainloop-dev/chainloop/control-plane
141- tag : " v1.89.0 "
141+ tag : " v1.89.1 "
142142
143143
144144 # # @param controlplane.containerPorts.http controlplane HTTP container port
@@ -219,7 +219,7 @@ controlplane:
219219 image :
220220 registry : ghcr.io
221221 repository : chainloop-dev/chainloop/control-plane-migrations
222- tag : " v1.89.0 "
222+ tag : " v1.89.1 "
223223 # Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
224224 ssl : false
225225
@@ -1016,7 +1016,7 @@ cas:
10161016 image :
10171017 registry : ghcr.io
10181018 repository : chainloop-dev/chainloop/artifact-cas
1019- tag : " v1.89.0 "
1019+ tag : " v1.89.1 "
10201020
10211021 # # @param cas.containerPorts.http controlplane HTTP container port
10221022 # # @param cas.containerPorts.grpc controlplane gRPC container port
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010)
1111
1212const (
13- chainloopVersion = "v1.89.0 "
13+ chainloopVersion = "v1.89.1 "
1414)
1515
1616var execOpts = dagger.ContainerWithExecOpts {
You can’t perform that action at this time.
0 commit comments