Skip to content

Commit cc270b5

Browse files
Merge branch 'grafana:main' into feature-integration-tempo
2 parents ba1d3ac + 676c807 commit cc270b5

File tree

234 files changed

+24276
-4373
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+24276
-4373
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ for chart install instructions.
4242

4343
We hold office hours roughly monthly. Meeting times and recordings will be posted here:
4444

45-
| Date | Topic | Link |
46-
|------------|-----------------------------|--------------------------------------------------------------------------------|
47-
| 2024-10-11 | Upcoming 2.0 version | [Recording](https://youtu.be/2N6MQN45Gy8) |
48-
| 2024-11-22 | 2.0 Status | [Recording](https://youtu.be/rR6yxTEGLZc) |
49-
| 2024-12-19 | 2.0 Status and release date | [Recording](https://youtu.be/zkhR_5v1i9g) |
50-
| 2025-01-24 | 2.0 Release and future | [Meeting Link](https://grafana.slack.com/archives/CAGMZG3GB/p1737059655740439) |
45+
| Date | Topic | Link |
46+
|------------|-----------------------------|-------------------------------------------|
47+
| 2024-10-11 | Upcoming 2.0 version | [Recording](https://youtu.be/2N6MQN45Gy8) |
48+
| 2024-11-22 | 2.0 Status | [Recording](https://youtu.be/rR6yxTEGLZc) |
49+
| 2024-12-19 | 2.0 Status and release date | [Recording](https://youtu.be/zkhR_5v1i9g) |
50+
| 2025-01-24 | 2.0 Release and future | [Recording](https://youtu.be/-cNnXO1AGOk) |
5151

5252
## Contributing
5353

charts/k8s-monitoring-test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ test: build
4141
ifdef HAS_HELM_UNITTEST
4242
helm unittest .
4343
else
44-
docker run --rm --volume $(shell pwd):/apps helmunittest/helm-unittest .
44+
docker run --rm --volume $(shell pwd):/apps helmunittest/helm-unittest:3.17.0-0.7.1 .
4545
endif

charts/k8s-monitoring-v1/Chart.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
dependencies:
22
- name: alloy
33
repository: https://grafana.github.io/helm-charts
4-
version: 0.10.1
4+
version: 0.11.0
55
- name: alloy
66
repository: https://grafana.github.io/helm-charts
7-
version: 0.10.1
7+
version: 0.11.0
88
- name: alloy
99
repository: https://grafana.github.io/helm-charts
10-
version: 0.10.1
10+
version: 0.11.0
1111
- name: alloy
1212
repository: https://grafana.github.io/helm-charts
13-
version: 0.10.1
13+
version: 0.11.0
1414
- name: kube-state-metrics
1515
repository: https://prometheus-community.github.io/helm-charts
16-
version: 5.28.0
16+
version: 5.29.0
1717
- name: prometheus-node-exporter
1818
repository: https://prometheus-community.github.io/helm-charts
1919
version: 4.43.1
@@ -25,12 +25,12 @@ dependencies:
2525
version: 0.8.0
2626
- name: opencost
2727
repository: https://opencost.github.io/opencost-helm-chart
28-
version: 1.43.0
28+
version: 1.43.2
2929
- name: kepler
3030
repository: https://sustainable-computing-io.github.io/kepler-helm-chart
3131
version: 0.5.12
3232
- name: beyla
3333
repository: https://grafana.github.io/helm-charts
34-
version: 1.6.3
35-
digest: sha256:f2f2f1f096018f84eb9d715265803485c7464dd43ddb046a0a40bf2a494c2b6b
36-
generated: "2025-01-17T00:21:25.907838331Z"
34+
version: 1.7.2
35+
digest: sha256:ad45897cbbb6f25dd332b476419b54f3294ae457ca02be46bdfc83fecca6e4f0
36+
generated: "2025-01-30T15:06:03.465026-06:00"

charts/k8s-monitoring-v1/Chart.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
name: k8s-monitoring
44
description: A Helm chart for gathering, scraping, and forwarding Kubernetes telemetry data to a Grafana Stack.
55
type: application
6-
version: 1.6.21
6+
version: 1.6.23
77
appVersion: 2.11.2
88
icon: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg
99
sources:
@@ -15,26 +15,26 @@ maintainers:
1515
name: skl
1616
dependencies:
1717
- name: alloy
18-
version: 0.10.1
18+
version: 0.11.0
1919
repository: https://grafana.github.io/helm-charts
2020
condition: alloy.enabled
2121
- alias: alloy-events
2222
name: alloy
23-
version: 0.10.1
23+
version: 0.11.0
2424
repository: https://grafana.github.io/helm-charts
2525
condition: logs.cluster_events.enabled
2626
- alias: alloy-logs
2727
name: alloy
28-
version: 0.10.1
28+
version: 0.11.0
2929
repository: https://grafana.github.io/helm-charts
3030
condition: logs.pod_logs.enabled
3131
- alias: alloy-profiles
3232
name: alloy
33-
version: 0.10.1
33+
version: 0.11.0
3434
repository: https://grafana.github.io/helm-charts
3535
condition: profiles.enabled
3636
- name: kube-state-metrics
37-
version: 5.28.0
37+
version: 5.29.0
3838
repository: https://prometheus-community.github.io/helm-charts
3939
condition: kube-state-metrics.enabled
4040
- name: prometheus-node-exporter
@@ -50,14 +50,14 @@ dependencies:
5050
repository: https://prometheus-community.github.io/helm-charts
5151
condition: prometheus-windows-exporter.enabled
5252
- name: opencost
53-
version: 1.43.0
53+
version: 1.43.2
5454
repository: https://opencost.github.io/opencost-helm-chart
5555
condition: opencost.enabled
5656
- name: kepler
5757
version: 0.5.12
5858
repository: https://sustainable-computing-io.github.io/kepler-helm-chart
5959
condition: kepler.enabled
6060
- name: beyla
61-
version: 1.6.3
61+
version: 1.7.2
6262
repository: https://grafana.github.io/helm-charts
6363
condition: beyla.enabled

charts/k8s-monitoring-v1/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# k8s-monitoring
77

8-
![Version: 1.6.21](https://img.shields.io/badge/Version-1.6.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.11.2](https://img.shields.io/badge/AppVersion-2.11.2-informational?style=flat-square)
8+
![Version: 1.6.23](https://img.shields.io/badge/Version-1.6.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.11.2](https://img.shields.io/badge/AppVersion-2.11.2-informational?style=flat-square)
99

1010
A Helm chart for gathering, scraping, and forwarding Kubernetes telemetry data to a Grafana Stack.
1111

@@ -138,13 +138,13 @@ The Prometheus and Loki services may be hosted on the same cluster, or remotely
138138

139139
| Repository | Name | Version |
140140
|------------|------|---------|
141-
| https://grafana.github.io/helm-charts | alloy | 0.10.1 |
142-
| https://grafana.github.io/helm-charts | alloy-events(alloy) | 0.10.1 |
143-
| https://grafana.github.io/helm-charts | alloy-logs(alloy) | 0.10.1 |
144-
| https://grafana.github.io/helm-charts | alloy-profiles(alloy) | 0.10.1 |
145-
| https://grafana.github.io/helm-charts | beyla | 1.6.3 |
146-
| https://opencost.github.io/opencost-helm-chart | opencost | 1.43.0 |
147-
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.28.0 |
141+
| https://grafana.github.io/helm-charts | alloy | 0.11.0 |
142+
| https://grafana.github.io/helm-charts | alloy-events(alloy) | 0.11.0 |
143+
| https://grafana.github.io/helm-charts | alloy-logs(alloy) | 0.11.0 |
144+
| https://grafana.github.io/helm-charts | alloy-profiles(alloy) | 0.11.0 |
145+
| https://grafana.github.io/helm-charts | beyla | 1.7.2 |
146+
| https://opencost.github.io/opencost-helm-chart | opencost | 1.43.2 |
147+
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 5.29.0 |
148148
| https://prometheus-community.github.io/helm-charts | prometheus-node-exporter | 4.43.1 |
149149
| https://prometheus-community.github.io/helm-charts | prometheus-operator-crds | 17.0.2 |
150150
| https://prometheus-community.github.io/helm-charts | prometheus-windows-exporter | 0.8.0 |
-21.9 KB
Binary file not shown.
22.3 KB
Binary file not shown.
-10.3 KB
Binary file not shown.
10.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)