Skip to content

Commit b9679ac

Browse files
Bump Helm Chart and Dagger Version => v0.156.0 (#1767)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: jiparis <jiparis@users.noreply.github.com>
1 parent a1b0fa1 commit b9679ac

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.chainloop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This can indicate the next version and by default it will be marked as pre-release
2-
projectVersion: v0.156.0
2+
projectVersion: v0.157.0
33

44
# Experimental feature used by Chainloop labs shared workflow https://github.com/chainloop-dev/labs
55
# It maps the material names with location in disk so they get automatically attested

deployment/chainloop/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: Chainloop is an open source software supply chain control plane, a
77

88
type: application
99
# Bump the patch (not minor, not major) version on each change in the Chart Source code
10-
version: 1.173.0
10+
version: 1.174.0
1111
# Do not update appVersion, this is handled automatically by the release process
12-
appVersion: v0.155.0
12+
appVersion: v0.156.0
1313

1414
dependencies:
1515
- name: common
@@ -32,11 +32,11 @@ dependencies:
3232

3333
annotations:
3434
images: |
35-
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.155.0
35+
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v0.156.0
3636
name: artifact-cas
37-
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.155.0
37+
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v0.156.0
3838
name: control-plane
39-
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.155.0
39+
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v0.156.0
4040
name: control-plane-migrations
41-
- image: ghcr.io/chainloop-dev/chainloop/cli:v0.155.0
41+
- image: ghcr.io/chainloop-dev/chainloop/cli:v0.156.0
4242
name: cli

deployment/chainloop/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ controlplane:
138138
image:
139139
registry: ghcr.io
140140
repository: chainloop-dev/chainloop/control-plane
141-
tag: "v0.155.0"
141+
tag: "v0.156.0"
142142

143143

144144
## @param controlplane.containerPorts.http controlplane HTTP container port
@@ -204,7 +204,7 @@ controlplane:
204204
image:
205205
registry: ghcr.io
206206
repository: chainloop-dev/chainloop/control-plane-migrations
207-
tag: "v0.155.0"
207+
tag: "v0.156.0"
208208
# Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
209209
ssl: false
210210

@@ -939,7 +939,7 @@ cas:
939939
image:
940940
registry: ghcr.io
941941
repository: chainloop-dev/chainloop/artifact-cas
942-
tag: "v0.155.0"
942+
tag: "v0.156.0"
943943

944944
## @param cas.containerPorts.http controlplane HTTP container port
945945
## @param cas.containerPorts.grpc controlplane gRPC container port

extras/dagger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
const (
13-
chainloopVersion = "v0.155.0"
13+
chainloopVersion = "v0.156.0"
1414
)
1515

1616
var execOpts = dagger.ContainerWithExecOpts{

0 commit comments

Comments
 (0)