Skip to content

Commit 09a2e99

Browse files
Bump Helm Chart and Dagger Version => v1.99.1 (#3169)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6a30c11 commit 09a2e99

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.chainloop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ organization: chainloop
44
projectName: chainloop
55
# This indicates the [current version]+next
66
# to indicate that we are building a new version of the project
7-
projectVersion: v1.99.0+next
7+
projectVersion: v1.99.1+next
88

99
# Experimental feature used by Chainloop labs shared workflow https://github.com/chainloop-dev/labs
1010
# 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.388.0
10+
version: 1.389.0
1111
# Do not update appVersion, this is handled automatically by the release process
12-
appVersion: v1.99.0
12+
appVersion: v1.99.1
1313

1414
dependencies:
1515
- name: common
@@ -33,11 +33,11 @@ dependencies:
3333

3434
annotations:
3535
images: |
36-
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.99.0
36+
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.99.1
3737
name: artifact-cas
38-
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.99.0
38+
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.99.1
3939
name: control-plane
40-
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.99.0
40+
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.99.1
4141
name: control-plane-migrations
42-
- image: ghcr.io/chainloop-dev/chainloop/cli:v1.99.0
42+
- image: ghcr.io/chainloop-dev/chainloop/cli:v1.99.1
4343
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: "v1.99.0"
141+
tag: "v1.99.1"
142142

143143

144144
## @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.
@@ -233,7 +233,7 @@ controlplane:
233233
image:
234234
registry: ghcr.io
235235
repository: chainloop-dev/chainloop/control-plane-migrations
236-
tag: "v1.99.0"
236+
tag: "v1.99.1"
237237
# Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
238238
ssl: false
239239

@@ -1030,7 +1030,7 @@ cas:
10301030
image:
10311031
registry: ghcr.io
10321032
repository: chainloop-dev/chainloop/artifact-cas
1033-
tag: "v1.99.0"
1033+
tag: "v1.99.1"
10341034

10351035
## @param cas.containerPorts.http controlplane HTTP container port
10361036
## @param cas.containerPorts.grpc controlplane gRPC container port

extras/dagger/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
)
1111

1212
const (
13-
chainloopVersion = "v1.99.0"
14-
platformVersion = "v1.79.4"
13+
chainloopVersion = "v1.99.1"
14+
platformVersion = "v1.81.2"
1515
)
1616

1717
var execOpts = dagger.ContainerWithExecOpts{

0 commit comments

Comments
 (0)