Skip to content

Commit 2c2e9ec

Browse files
Bump Helm Chart and Dagger Version => v1.82.0 (#2856)
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 3cfc998 commit 2c2e9ec

16 files changed

Lines changed: 836 additions & 11 deletions

.chainloop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This indicates the [current version]+next
22
# to indicate that we are building a new version of the project
3-
projectVersion: v1.81.2+next
3+
projectVersion: v1.82.0+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

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.342.1
10+
version: 1.343.0
1111
# Do not update appVersion, this is handled automatically by the release process
12-
appVersion: v1.81.2
12+
appVersion: v1.82.0
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.81.2
36+
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.82.0
3737
name: artifact-cas
38-
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.81.2
38+
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.82.0
3939
name: control-plane
40-
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.81.2
40+
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.82.0
4141
name: control-plane-migrations
42-
- image: ghcr.io/chainloop-dev/chainloop/cli:v1.81.2
42+
- image: ghcr.io/chainloop-dev/chainloop/cli:v1.82.0
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.81.2"
141+
tag: "v1.82.0"
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.81.2"
222+
tag: "v1.82.0"
223223
# Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
224224
ssl: false
225225

@@ -1007,7 +1007,7 @@ cas:
10071007
image:
10081008
registry: ghcr.io
10091009
repository: chainloop-dev/chainloop/artifact-cas
1010-
tag: "v1.81.2"
1010+
tag: "v1.82.0"
10111011

10121012
## @param cas.containerPorts.http controlplane HTTP container port
10131013
## @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 = "v1.81.2"
13+
chainloopVersion = "v1.82.0"
1414
)
1515

1616
var execOpts = dagger.ContainerWithExecOpts{

vuln-artifact-cas-amd64.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "2.1.0",
3+
"$schema": "https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/schemas/sarif-schema-2.1.0.json",
4+
"runs": [
5+
{
6+
"tool": {
7+
"driver": {
8+
"name": "grype",
9+
"version": "0.109.1",
10+
"informationUri": "https://github.com/anchore/grype"
11+
}
12+
},
13+
"results": []
14+
}
15+
]
16+
}

vuln-artifact-cas-arm64.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "2.1.0",
3+
"$schema": "https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/schemas/sarif-schema-2.1.0.json",
4+
"runs": [
5+
{
6+
"tool": {
7+
"driver": {
8+
"name": "grype",
9+
"version": "0.109.1",
10+
"informationUri": "https://github.com/anchore/grype"
11+
}
12+
},
13+
"results": []
14+
}
15+
]
16+
}

vuln-artifact-cas-v1-82-0.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "2.1.0",
3+
"$schema": "https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/schemas/sarif-schema-2.1.0.json",
4+
"runs": [
5+
{
6+
"tool": {
7+
"driver": {
8+
"name": "grype",
9+
"version": "0.109.1",
10+
"informationUri": "https://github.com/anchore/grype"
11+
}
12+
},
13+
"results": []
14+
}
15+
]
16+
}

vuln-cli-amd64.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "2.1.0",
3+
"$schema": "https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/schemas/sarif-schema-2.1.0.json",
4+
"runs": [
5+
{
6+
"tool": {
7+
"driver": {
8+
"name": "grype",
9+
"version": "0.109.1",
10+
"informationUri": "https://github.com/anchore/grype"
11+
}
12+
},
13+
"results": []
14+
}
15+
]
16+
}

vuln-cli-arm64.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "2.1.0",
3+
"$schema": "https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/schemas/sarif-schema-2.1.0.json",
4+
"runs": [
5+
{
6+
"tool": {
7+
"driver": {
8+
"name": "grype",
9+
"version": "0.109.1",
10+
"informationUri": "https://github.com/anchore/grype"
11+
}
12+
},
13+
"results": []
14+
}
15+
]
16+
}

vuln-cli-v1-82-0.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "2.1.0",
3+
"$schema": "https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/schemas/sarif-schema-2.1.0.json",
4+
"runs": [
5+
{
6+
"tool": {
7+
"driver": {
8+
"name": "grype",
9+
"version": "0.109.1",
10+
"informationUri": "https://github.com/anchore/grype"
11+
}
12+
},
13+
"results": []
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)