Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .chainloop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This can indicate the next version and by default it will be marked as pre-release
projectVersion: v1.31.0
projectVersion: v1.32.0

# 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
Expand Down
12 changes: 6 additions & 6 deletions deployment/chainloop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.259.0
version: 1.260.0
# Do not update appVersion, this is handled automatically by the release process
appVersion: v1.30.0
appVersion: v1.31.0

dependencies:
- name: common
Expand All @@ -32,11 +32,11 @@ dependencies:

annotations:
images: |
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.30.0
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.31.0
name: artifact-cas
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.30.0
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.31.0
name: control-plane
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.30.0
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.31.0
name: control-plane-migrations
- image: ghcr.io/chainloop-dev/chainloop/cli:v1.30.0
- image: ghcr.io/chainloop-dev/chainloop/cli:v1.31.0
name: cli
6 changes: 3 additions & 3 deletions deployment/chainloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ controlplane:
image:
registry: ghcr.io
repository: chainloop-dev/chainloop/control-plane
tag: "v1.30.0"
tag: "v1.31.0"


## @param controlplane.containerPorts.http controlplane HTTP container port
Expand Down Expand Up @@ -213,7 +213,7 @@ controlplane:
image:
registry: ghcr.io
repository: chainloop-dev/chainloop/control-plane-migrations
tag: "v1.30.0"
tag: "v1.31.0"
# Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
ssl: false

Expand Down Expand Up @@ -990,7 +990,7 @@ cas:
image:
registry: ghcr.io
repository: chainloop-dev/chainloop/artifact-cas
tag: "v1.30.0"
tag: "v1.31.0"

## @param cas.containerPorts.http controlplane HTTP container port
## @param cas.containerPorts.grpc controlplane gRPC container port
Expand Down
2 changes: 1 addition & 1 deletion extras/dagger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
chainloopVersion = "v1.30.0"
chainloopVersion = "v1.31.0"
)

var execOpts = dagger.ContainerWithExecOpts{
Expand Down