Skip to content

Commit

Permalink
[bitnami/grafana-tempo] Release 3.7.8 (#29185)
Browse files Browse the repository at this point in the history
* [bitnami/grafana-tempo] Release 3.7.8 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* [bitnami/grafana-tempo] Fix Cypress tests

Signed-off-by: David Gomez <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: David Gomez <[email protected]>
Co-authored-by: David Gomez <[email protected]>
  • Loading branch information
bitnami-bot and dgomezleon authored Sep 4, 2024
1 parent 8a2fea3 commit a1b5261
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
5 changes: 2 additions & 3 deletions .vib/grafana-tempo/cypress/cypress/e2e/grafana_tempo.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ it('lists all components in a healthy state', () => {

cy.visit('/memberlist');

// The lower, the better. Zero --> Healthy
cy.contains('Health Score: 0');
cy.contains(`Members: ${numMembers}`);
cy.contains('it is healthy');
cy.contains(`cluster has ${numMembers} members`);

// Check a random member's gossipRing port
var randomMember = members[Math.floor(Math.random()*members.length)];
Expand Down
8 changes: 6 additions & 2 deletions bitnami/grafana-tempo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 3.7.7 (2024-08-27)
## 3.7.8 (2024-09-04)

* [bitnami/grafana-tempo] Release 3.7.7 ([#29051](https://github.com/bitnami/charts/pull/29051))
* [bitnami/grafana-tempo] Release 3.7.8 ([#29185](https://github.com/bitnami/charts/pull/29185))

## <small>3.7.7 (2024-08-27)</small>

* [bitnami/grafana-tempo] Release 3.7.7 (#29051) ([de8ab9e](https://github.com/bitnami/charts/commit/de8ab9e8254c63daa97c1ab6695e04facb39585b)), closes [#29051](https://github.com/bitnami/charts/issues/29051)

## <small>3.7.6 (2024-08-23)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/grafana-tempo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 7.4.11
version: 7.4.13
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.22.0
digest: sha256:cdd5961174b65a30f5b7f969355a5e87f529e705fe4fcc61657f31ae3270f093
generated: "2024-08-23T20:07:38.323300432Z"
digest: sha256:25a47047b01ffd7e34060085030e7132b02724fbd91f94e3a3393bb7b94fa215
generated: "2024-09-03T20:20:57.759539822Z"
12 changes: 6 additions & 6 deletions bitnami/grafana-tempo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ annotations:
licenses: Apache-2.0
images: |
- name: grafana-tempo
image: docker.io/bitnami/grafana-tempo:2.5.0-debian-12-r11
image: docker.io/bitnami/grafana-tempo:2.6.0-debian-12-r0
- name: grafana-tempo-query
image: docker.io/bitnami/grafana-tempo-query:2.5.0-debian-12-r9
image: docker.io/bitnami/grafana-tempo-query:2.6.0-debian-12-r0
- name: grafana-tempo-vulture
image: docker.io/bitnami/grafana-tempo-vulture:2.5.0-debian-12-r10
image: docker.io/bitnami/grafana-tempo-vulture:2.6.0-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r28
image: docker.io/bitnami/os-shell:12-debian-12-r29
apiVersion: v2
appVersion: 2.5.0
appVersion: 2.6.0
dependencies:
- condition: memcached.enabled
name: memcached
Expand All @@ -39,4 +39,4 @@ maintainers:
name: grafana-tempo
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-tempo
version: 3.7.7
version: 3.7.8
8 changes: 4 additions & 4 deletions bitnami/grafana-tempo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ tempo:
image:
registry: docker.io
repository: bitnami/grafana-tempo
tag: 2.5.0-debian-12-r11
tag: 2.6.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -2442,7 +2442,7 @@ queryFrontend:
image:
registry: docker.io
repository: bitnami/grafana-tempo-query
tag: 2.5.0-debian-12-r9
tag: 2.6.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -2743,7 +2743,7 @@ vulture:
image:
registry: docker.io
repository: bitnami/grafana-tempo-vulture
tag: 2.5.0-debian-12-r10
tag: 2.6.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -3152,7 +3152,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r28
tag: 12-debian-12-r29
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit a1b5261

Please sign in to comment.