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

[demo] release 1.11.0 #1232

Merged
merged 7 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from 6 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
12 changes: 6 additions & 6 deletions charts/opentelemetry-demo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
dependencies:
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.93.1
version: 0.96.0
- name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 3.0.10
version: 3.1.0
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 25.21.0
version: 25.22.0
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 7.3.11
version: 8.2.0
- name: opensearch
repository: https://opensearch-project.github.io/helm-charts
version: 2.19.0
digest: sha256:bab86b44a2734acfcb5cebfd54ecf46103567af03794690d06ba9e4e49a7fdf1
generated: "2024-06-07T11:45:33.175635-04:00"
digest: sha256:264d766558baa3ae279f18f30f8980ca48c31da0845c0fe4f011abf7c996a5b5
generated: "2024-06-28T15:03:45.844422641+02:00"
12 changes: 6 additions & 6 deletions charts/opentelemetry-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
name: opentelemetry-demo
version: 0.31.0
version: 0.32.0
description: opentelemetry demo helm chart
home: https://opentelemetry.io/
sources:
Expand All @@ -11,22 +11,22 @@ maintainers:
- name: puckpuck
- name: tylerhelmuth
icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
appVersion: "1.10.0"
appVersion: "1.11.0"
dependencies:
- name: opentelemetry-collector
version: 0.93.1
version: 0.96.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-collector.enabled
- name: jaeger
version: 3.0.10
version: 3.1.0
repository: https://jaegertracing.github.io/helm-charts
condition: jaeger.enabled
- name: prometheus
version: 25.21.0
version: 25.22.0
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus.enabled
- name: grafana
version: 7.3.11
version: 8.2.0
puckpuck marked this conversation as resolved.
Show resolved Hide resolved
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: opensearch
Expand Down
Loading
Loading