Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/chainloop] Release 2.1.11 #31212

Merged
merged 2 commits into from
Jan 3, 2025
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
8 changes: 6 additions & 2 deletions bitnami/chainloop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 2.1.10 (2024-12-20)
## 2.1.11 (2025-01-03)

* [bitnami/chainloop] Release 2.1.10 ([#31128](https://github.com/bitnami/charts/pull/31128))
* [bitnami/chainloop] Release 2.1.11 ([#31212](https://github.com/bitnami/charts/pull/31212))

## <small>2.1.10 (2024-12-20)</small>

* [bitnami/chainloop] Release 2.1.10 (#31128) ([707a14c](https://github.com/bitnami/charts/commit/707a14c689d1f9631ea39d92f57f10bea819eee3)), closes [#31128](https://github.com/bitnami/charts/issues/31128)

## <small>2.1.9 (2024-12-19)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/chainloop/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
version: 2.29.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.3.2
version: 16.3.5
- name: vault
repository: oci://registry-1.docker.io/bitnamicharts
version: 1.4.31
digest: sha256:81e7a6304fa7226095bc79da108414bd4924969a93a60f65990f9da23f856551
generated: "2024-12-16T20:04:57.871385654Z"
digest: sha256:8dd143e32ea60fc2d9822df30e70046347b8ef82c0b3e6f6aaefd484adc0f442
generated: "2025-01-03T20:10:36.43977112Z"
12 changes: 6 additions & 6 deletions bitnami/chainloop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ annotations:
license: Apache-2.0
images: |
- name: chainloop-artifact-cas
image: docker.io/bitnami/chainloop-artifact-cas:0.147.0-debian-12-r0
image: docker.io/bitnami/chainloop-artifact-cas:0.148.0-debian-12-r0
- name: chainloop-control-plane
image: docker.io/bitnami/chainloop-control-plane:0.147.0-debian-12-r0
image: docker.io/bitnami/chainloop-control-plane:0.148.0-debian-12-r0
- name: chainloop-control-plane-migrations
image: docker.io/bitnami/chainloop-control-plane-migrations:0.147.0-debian-12-r0
image: docker.io/bitnami/chainloop-control-plane-migrations:0.148.0-debian-12-r0
- name: dex
image: docker.io/bitnami/dex:2.41.1-debian-12-r9
image: docker.io/bitnami/dex:2.41.1-debian-12-r10
apiVersion: v2
appVersion: 0.147.0
appVersion: 0.148.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down Expand Up @@ -63,4 +63,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/chainloop-control-plane-migrations
- https://github.com/bitnami/containers/tree/main/bitnami/chainloop-artifact-cas
- https://github.com/chainloop-dev/chainloop
version: 2.1.10
version: 2.1.11
8 changes: 4 additions & 4 deletions bitnami/chainloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ controlplane:
image:
registry: docker.io
repository: bitnami/chainloop-control-plane
tag: 0.147.0-debian-12-r0
tag: 0.148.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -246,7 +246,7 @@ controlplane:
image:
registry: docker.io
repository: bitnami/chainloop-control-plane-migrations
tag: 0.147.0-debian-12-r0
tag: 0.148.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -993,7 +993,7 @@ cas:
image:
registry: docker.io
repository: bitnami/chainloop-artifact-cas
tag: 0.147.0-debian-12-r0
tag: 0.148.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -1746,7 +1746,7 @@ dex:
image:
registry: docker.io
repository: bitnami/dex
tag: 2.41.1-debian-12-r9
tag: 2.41.1-debian-12-r10
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
##
Expand Down
Loading