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/kiam] Release 2.3.5 #31893

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

## 2.3.4 (2025-02-04)
## 2.3.5 (2025-02-12)

* [bitnami/kiam] Release 2.3.4 ([#31762](https://github.com/bitnami/charts/pull/31762))
* [bitnami/kiam] Release 2.3.5 ([#31893](https://github.com/bitnami/charts/pull/31893))

## <small>2.3.4 (2025-02-04)</small>

* [bitnami/kiam] Release 2.3.4 (#31762) ([9a43739](https://github.com/bitnami/charts/commit/9a43739e0c4d8dbedb9816ecc7354c3267bcc3d4)), closes [#31762](https://github.com/bitnami/charts/issues/31762)
* Update copyright year (#31682) ([e9f02f5](https://github.com/bitnami/charts/commit/e9f02f5007068751f7eb2270fece811e685c99b6)), closes [#31682](https://github.com/bitnami/charts/issues/31682)

## <small>2.3.3 (2025-01-24)</small>

Expand Down
4 changes: 2 additions & 2 deletions bitnami/kiam/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: kiam
image: docker.io/bitnami/kiam:4.2.0-debian-12-r50
image: docker.io/bitnami/kiam:4.2.0-debian-12-r52
apiVersion: v2
appVersion: 4.2.0
dependencies:
Expand All @@ -28,4 +28,4 @@ maintainers:
name: kiam
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kiam
version: 2.3.4
version: 2.3.5
2 changes: 1 addition & 1 deletion bitnami/kiam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/kiam
tag: 4.2.0-debian-12-r50
tag: 4.2.0-debian-12-r52
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading