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/jaeger] Release 3.0.2 #29700

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

## 3.0.1 (2024-09-19)
## 3.0.2 (2024-10-02)

* [bitnami/jaeger] Release 3.0.1 ([#29535](https://github.com/bitnami/charts/pull/29535))
* [bitnami/jaeger] Release 3.0.2 ([#29700](https://github.com/bitnami/charts/pull/29700))

## <small>3.0.1 (2024-09-19)</small>

* [bitnami/jaeger] Release 3.0.1 (#29535) ([4163372](https://github.com/bitnami/charts/commit/4163372fd1cb5cd3dc86353dacea5d0ab705171a)), closes [#29535](https://github.com/bitnami/charts/issues/29535)

## 3.0.0 (2024-09-10)

Expand Down
6 changes: 3 additions & 3 deletions bitnami/jaeger/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 2.23.0
- name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.0.1
digest: sha256:6c12a24ccd179f0d4469e46ddcdd9339816b90d722655c70581d6c928b255932
generated: "2024-09-19T11:22:00.255446908Z"
version: 12.0.3
digest: sha256:9ab871570b433ba1acd292481a09b79c0a649f32a15a4eba27badeb3b2e17034
generated: "2024-10-02T02:49:19.762442719Z"
6 changes: 3 additions & 3 deletions bitnami/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: cassandra
image: docker.io/bitnami/cassandra:4.0.13-debian-12-r14
image: docker.io/bitnami/cassandra:4.0.14-debian-12-r0
- name: jaeger
image: docker.io/bitnami/jaeger:1.61.0-debian-12-r0
image: docker.io/bitnami/jaeger:1.61.0-debian-12-r1
apiVersion: v2
appVersion: 1.61.0
dependencies:
Expand All @@ -34,4 +34,4 @@ maintainers:
name: jaeger
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jaeger
version: 3.0.1
version: 3.0.2
4 changes: 2 additions & 2 deletions bitnami/jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/jaeger
tag: 1.61.0-debian-12-r0
tag: 1.61.0-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1517,7 +1517,7 @@ migration:
cqlshImage:
registry: docker.io
repository: bitnami/cassandra
tag: 4.0.13-debian-12-r14
tag: 4.0.14-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading