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/zipkin] Release 1.0.2 #29822

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

## 1.0.1 (2024-10-01)
## 1.0.2 (2024-10-08)

* [bitnami/zipkin] Release 1.0.1 ([#29680](https://github.com/bitnami/charts/pull/29680))
* [bitnami/zipkin] Release 1.0.2 ([#29822](https://github.com/bitnami/charts/pull/29822))

## <small>1.0.1 (2024-10-01)</small>

* [bitnami/zipkin] Release 1.0.1 (#29680) ([d21e6fb](https://github.com/bitnami/charts/commit/d21e6fb694112566d2f46e7682cb704859285c74)), closes [#29680](https://github.com/bitnami/charts/issues/29680)

## 1.0.0 (2024-09-10)

Expand Down
6 changes: 3 additions & 3 deletions bitnami/zipkin/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 12.0.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:d4cda197f1766df4a5233b211dba0a30f1708cf92e306b55d1e6e6bfcbbd7c7d
generated: "2024-10-01T15:33:16.845995886Z"
version: 2.24.0
digest: sha256:c9d6f26b470aa39af6f2054e9c8fe03a9b1b76cf1818a6c63d5353890ff1c681
generated: "2024-10-08T17:08:45.627574048Z"
6 changes: 3 additions & 3 deletions bitnami/zipkin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ annotations:
- name: cassandra
image: docker.io/bitnami/cassandra:5.0.1-debian-12-r0
- name: zipkin
image: docker.io/bitnami/zipkin:3.4.1-debian-12-r2
image: docker.io/bitnami/zipkin:3.4.2-debian-12-r0
apiVersion: v2
appVersion: 3.4.1
appVersion: 3.4.2
dependencies:
- condition: cassandra.enabled
name: cassandra
Expand All @@ -35,4 +35,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/zipkin
- https://github.com/bitnami/containers/tree/main/bitnami/zipkin
- https://github.com/openzipkin/zipkin
version: 1.0.1
version: 1.0.2
2 changes: 1 addition & 1 deletion bitnami/zipkin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ javaOpts: ""
image:
registry: docker.io
repository: bitnami/zipkin
tag: 3.4.1-debian-12-r2
tag: 3.4.2-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading