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.8.0 #1026

Merged
merged 9 commits into from
Feb 20, 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
1 change: 1 addition & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ runs:
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add jaeger https://jaegertracing.github.io/helm-charts
helm repo add opensearch https://opensearch-project.github.io/helm-charts
3 changes: 2 additions & 1 deletion .github/workflows/demo-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
--chart-repos opentelemetry-collector=https://open-telemetry.github.io/opentelemetry-helm-charts
--chart-repos prometheus=https://prometheus-community.github.io/helm-charts
--chart-repos grafana=https://grafana.github.io/helm-charts
--chart-repos jaeger=https://jaegertracing.github.io/helm-charts"
--chart-repos jaeger=https://jaegertracing.github.io/helm-charts
--chart-repos opensearch=https://opensearch-project.github.io/helm-charts"
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
--chart-repos opentelemetry-collector=https://open-telemetry.github.io/opentelemetry-helm-charts
--chart-repos prometheus=https://prometheus-community.github.io/helm-charts
--chart-repos grafana=https://grafana.github.io/helm-charts
--chart-repos jaeger=https://jaegertracing.github.io/helm-charts"
--chart-repos jaeger=https://jaegertracing.github.io/helm-charts
--chart-repos opensearch=https://opensearch-project.github.io/helm-charts"

- name: Run make check-examples
run: make check-examples
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add jaeger https://jaegertracing.github.io/helm-charts
helm repo add opensearch https://opensearch-project.github.io/helm-charts

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
Expand Down
15 changes: 9 additions & 6 deletions charts/opentelemetry-demo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
dependencies:
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.78.0
version: 0.80.1
- name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 0.73.1
version: 1.0.0
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 25.8.2
version: 25.12.0
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 7.2.1
digest: sha256:484dba15dc44971890d1e7c33d8d2893e2f1ecc976478a75c326b5884bcc1dd8
generated: "2024-01-16T18:53:08.919148-05:00"
version: 7.3.0
- name: opensearch
repository: https://opensearch-project.github.io/helm-charts
version: 2.17.2
digest: sha256:3f338e28c048d248b87ea2357d23342e71e0cfc76d0a4e9c81d2ff65d4623856
generated: "2024-02-18T00:49:24.628921-05:00"
16 changes: 10 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.28.3
version: 0.29.0
description: opentelemetry demo helm chart
home: https://opentelemetry.io/
sources:
Expand All @@ -11,21 +11,25 @@ maintainers:
- name: puckpuck
- name: tylerhelmuth
icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
appVersion: "1.7.0"
appVersion: "1.8.0"
dependencies:
- name: opentelemetry-collector
version: 0.78.0
version: 0.80.1
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-collector.enabled
- name: jaeger
version: 0.73.1
version: 1.0.0
repository: https://jaegertracing.github.io/helm-charts
condition: jaeger.enabled
- name: prometheus
version: 25.8.2
version: 25.12.0
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus.enabled
- name: grafana
version: 7.2.1
version: 7.3.0
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: opensearch
version: 2.17.2
repository: https://opensearch-project.github.io/helm-charts
condition: opensearch.enabled
Loading
Loading