Skip to content

Commit 7874f62

Browse files
authored
Merge branch 'main' into tempo
2 parents 909155e + a599679 commit 7874f62

File tree

9 files changed

+27
-19
lines changed

9 files changed

+27
-19
lines changed

.github/linters/.textlintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"comments": true,
44
"allowlist": {
55
"allow": [
6-
"e-mail"
6+
"e-mail",
7+
"Url"
78
]
89
}
910
},

charts/grafana-mcp/.helmignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@
1414
*.swp
1515
*.bak
1616
*.tmp
17+
*.orig
1718
*~
1819
# Various IDEs
19-
.vscode
2020
.project
2121
.idea/
2222
*.tmproj
23-
OWNERS
23+
.vscode/
24+
# Helm plugin tooling
25+
ci/
26+
tests/
27+
*.gotmpl

charts/grafana-mcp/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: grafana-mcp
3-
version: 0.6.0
3+
version: 0.6.1
44
# renovate: docker=docker.io/grafana/mcp-grafana
55
appVersion: 0.10.0
66
kubeVersion: "^1.25.0-0"

charts/grafana/.helmignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@
1414
*.swp
1515
*.bak
1616
*.tmp
17+
*.orig
1718
*~
1819
# Various IDEs
19-
.vscode
2020
.project
2121
.idea/
2222
*.tmproj
23-
OWNERS
23+
.vscode/
24+
# Helm plugin tooling
25+
ci/
26+
tests/
27+
*.gotmpl

charts/grafana/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: grafana
3-
version: 11.1.3
3+
version: 11.1.4
44
# renovate: docker=docker.io/grafana/grafana
55
appVersion: 12.3.3
66
kubeVersion: "^1.25.0-0"

charts/synthetic-monitoring-agent/.helmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
.idea/
2222
*.tmproj
2323
.vscode/
24+
# Helm plugin tooling
25+
ci/
26+
tests/
27+
*.gotmpl

charts/synthetic-monitoring-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ name: synthetic-monitoring-agent
2020
sources:
2121
- https://github.com/grafana/synthetic-monitoring-agent
2222
type: application
23-
version: 1.4.2
23+
version: 1.4.3

charts/synthetic-monitoring-agent/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# synthetic-monitoring-agent
22

3-
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.38.3](https://img.shields.io/badge/AppVersion-v0.38.3-informational?style=flat-square)
3+
![Version: 1.4.3](https://img.shields.io/badge/Version-1.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.51.3](https://img.shields.io/badge/AppVersion-v0.51.3-informational?style=flat-square)
44

55
Grafana's Synthetic Monitoring application. The agent provides probe functionality and executes network checks for monitoring remote targets.
66

77
> [!NOTE]
88
> Grafana Cloud Synthetic Monitoring does not officially support this chart.
99
> If you are a Grafana Cloud customer and require support, please follow the [recommended installation methods](https://grafana.com/docs/grafana-cloud/testing/synthetic-monitoring/set-up/set-up-private-probes/#deployment-with-kubernetes) listed in the public docs.
1010
11+
**Homepage:** <https://grafana.net>
12+
1113
## Maintainers
1214

1315
| Name | Email | Url |
1416
| ---- | ------ | --- |
15-
| zanhsieh | <zanhsieh@gmail.com> | |
16-
| torstenwalter | <mail@torstenwalter.de> | |
17-
| sc250024 | <scott.crooks@gmail.com> | |
17+
| Mohammad Abubaker | <sheikhabubaker761@gmail.com> | <https://github.com/Sheikh-Abubaker> |
18+
| Aviv Guiser | <avivguiser@gmail.com> | <https://github.com/KyriosGN0> |
1819

1920
## Source Code
2021

@@ -77,4 +78,4 @@ Grafana's Synthetic Monitoring application. The agent provides probe functionali
7778
| tolerations | list | `[]` | List of node taints to tolerate. |
7879

7980
----------------------------------------------
80-
Autogenerated from chart metadata using [helm-docs v1.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1)
81+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/synthetic-monitoring-agent/README.md.gotmpl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44

55
{{ template "chart.description" . }}
66

7-
## 📦 Chart Migration
8-
9-
**This chart is being migrated to [grafana-community/helm-charts](https://github.com/grafana-community/helm-charts).**
10-
11-
After January 30th, 2026, updates and support for this chart will be provided in the new repository. Please update your Helm repository configuration to ensure you continue receiving updates.
12-
137
{{ template "chart.homepageLine" . }}
148

159
{{ template "chart.maintainersSection" . }}

0 commit comments

Comments
 (0)