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/concourse] Release 5.1.2 #31130

Merged
merged 2 commits into from
Dec 20, 2024
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/concourse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 5.1.1 (2024-12-11)
## 5.1.2 (2024-12-20)

* [bitnami/concourse] Release 5.1.1 ([#30977](https://github.com/bitnami/charts/pull/30977))
* [bitnami/concourse] Release 5.1.2 ([#31130](https://github.com/bitnami/charts/pull/31130))

## <small>5.1.1 (2024-12-11)</small>

* [bitnami/concourse] Release 5.1.1 (#30977) ([9e2c209](https://github.com/bitnami/charts/commit/9e2c20934cb7848b042aed0c8f87a2d4ed627006)), closes [#30977](https://github.com/bitnami/charts/issues/30977)

## 5.1.0 (2024-12-10)

Expand Down
6 changes: 3 additions & 3 deletions bitnami/concourse/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.3.0
version: 16.3.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:4ca9969a5c8938d53b2b1694765d1e43f607886b956d0edd1bd88a26c447b775
generated: "2024-12-11T04:45:26.002200873Z"
digest: sha256:d7891dff9613a42a72a1539b9d5d08f39c27cd25238798ba74fa48b0135d72e6
generated: "2024-12-20T16:17:53.160676734Z"
4 changes: 2 additions & 2 deletions bitnami/concourse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: concourse
image: docker.io/bitnami/concourse:7.12.0-debian-12-r14
image: docker.io/bitnami/concourse:7.12.0-debian-12-r15
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r34
apiVersion: v2
Expand Down Expand Up @@ -37,4 +37,4 @@ maintainers:
name: concourse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/concourse
version: 5.1.1
version: 5.1.2
2 changes: 1 addition & 1 deletion bitnami/concourse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/concourse
tag: 7.12.0-debian-12-r14
tag: 7.12.0-debian-12-r15
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading