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.0.0-rc.4
projectVersion: v1.0.0-rc.5

# 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.210.0
version: 1.211.0
# Do not update appVersion, this is handled automatically by the release process
appVersion: v1.0.0-rc.3
appVersion: v1.0.0-rc.4

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

annotations:
images: |
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.0.0-rc.3
- image: ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.0.0-rc.4
name: artifact-cas
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.0.0-rc.3
- image: ghcr.io/chainloop-dev/chainloop/control-plane:v1.0.0-rc.4
name: control-plane
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.0.0-rc.3
- image: ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.0.0-rc.4
name: control-plane-migrations
- image: ghcr.io/chainloop-dev/chainloop/cli:v1.0.0-rc.3
- image: ghcr.io/chainloop-dev/chainloop/cli:v1.0.0-rc.4
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.0.0-rc.3"
tag: "v1.0.0-rc.4"


## @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.0.0-rc.3"
tag: "v1.0.0-rc.4"
# Run the migration job forcing SSL, required in AWS RDS for PostgreSQL 15
ssl: false

Expand Down Expand Up @@ -985,7 +985,7 @@ cas:
image:
registry: ghcr.io
repository: chainloop-dev/chainloop/artifact-cas
tag: "v1.0.0-rc.3"
tag: "v1.0.0-rc.4"

## @param cas.containerPorts.http controlplane HTTP container port
## @param cas.containerPorts.grpc controlplane gRPC container port
Expand Down
13 changes: 13 additions & 0 deletions subjects-checksum.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
4805bb10db3f6fb3937ef2f926110286d9723d767b8a35a5f0d11a9a3d6666a1 *artifact-cas
202413284fd410357c964861ade03b06915be7fb8144671615bcbf41500e6323 *control-plane
d85e5e7091897790946ae3ec34715ae6dff931e2694054393e902df42d0d3043 *chainloop-plugin-discord-webhook
29eb7cae36439664202132b5212a9d26dcee1235c75ce58ab8b23554f20c1ed7 *chainloop-plugin-smtp
5a269e82b32222474d95a4076895772a3c839d99d96d4a441fa64f18dfddd354 *chainloop-plugin-dependency-track
b4706676a796aa78a34493d90e1efbf851603a3bc6dde2f9c23929287e4f40e8 *chainloop-linux-amd64
918110d915420bab0b5f27a6462d666b1acdf4abbe2352791c2b449db9c6b5e0 *chainloop-darwin-arm64
a47d5fdac7a9ee5c55f315eaf79e64d8664910ec33f1a215eda0f2fddca3d2ba *chainloop-darwin-amd64
20de420693dab161c7a2f4a48919423af61bd2d5f56a90efeff3783330fb0dcd *chainloop-linux-arm64
15afb209878cd8c0472c1638aacaf865c50e3d463b6c7dfbfc7fddcbdb15cb73 ghcr.io/chainloop-dev/chainloop/control-plane:v1.0.0-rc.4
d7ccb20132526cdc2df93e0b3cc9b3a9a48d74fdd7fd0f3faa1c36374aa70781 ghcr.io/chainloop-dev/chainloop/artifact-cas:v1.0.0-rc.4
ef6baab8c2ef58feb40a357cef38e9e1e0b4db4d8703a04eccdcf49d164a9e92 ghcr.io/chainloop-dev/chainloop/control-plane-migrations:v1.0.0-rc.4
637f0009479dc5f31d0310139ea827051cb3fba24a8f70d2df211267f324be2d ghcr.io/chainloop-dev/chainloop/cli:v1.0.0-rc.4