Skip to content

Commit

Permalink
Bump version to 1.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <pete.wall@grafana.com>
  • Loading branch information
petewall committed Oct 30, 2024
1 parent e6ca8a0 commit 3bcd8ef
Show file tree
Hide file tree
Showing 36 changed files with 471 additions and 471 deletions.
4 changes: 2 additions & 2 deletions charts/k8s-monitoring-v1/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: k8s-monitoring
description: A Helm chart for gathering, scraping, and forwarding Kubernetes telemetry data to a Grafana Stack.
type: application
version: 1.6.2
appVersion: 2.8.4
version: 1.6.3
appVersion: 2.8.5
icon: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg
sources:
- https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring-v1
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-monitoring-v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# k8s-monitoring

![Version: 1.6.2](https://img.shields.io/badge/Version-1.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.4](https://img.shields.io/badge/AppVersion-2.8.4-informational?style=flat-square)
![Version: 1.6.3](https://img.shields.io/badge/Version-1.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.5](https://img.shields.io/badge/AppVersion-2.8.5-informational?style=flat-square)

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ data:
k8s-monitoring-build-info-metric.prom: |
# HELP grafana_kubernetes_monitoring_build_info A metric to report the version of the Kubernetes Monitoring Helm chart as well as a summary of enabled features
# TYPE grafana_kubernetes_monitoring_build_info gauge
grafana_kubernetes_monitoring_build_info{version="1.6.2", namespace="default", metrics="enabled,alloy,autoDiscover,kube-state-metrics,node-exporter,kubelet,kubeletResource,cadvisor,cost", logs="enabled,events,pod_logs", traces="disabled", deployments="kube-state-metrics,prometheus-node-exporter,prometheus-operator-crds,opencost"} 1
grafana_kubernetes_monitoring_build_info{version="1.6.3", namespace="default", metrics="enabled,alloy,autoDiscover,kube-state-metrics,node-exporter,kubelet,kubeletResource,cadvisor,cost", logs="enabled,events,pod_logs", traces="disabled", deployments="kube-state-metrics,prometheus-node-exporter,prometheus-operator-crds,opencost"} 1
---
# Source: k8s-monitoring/templates/alloy-events-config.yaml
apiVersion: v1
Expand Down Expand Up @@ -67678,8 +67678,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-5"
Expand Down Expand Up @@ -68775,8 +68775,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
Expand Down Expand Up @@ -68833,8 +68833,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-5"
Expand Down Expand Up @@ -68907,8 +68907,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation
Expand All @@ -68919,7 +68919,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: config-analysis
image: ghcr.io/grafana/k8s-monitoring-test:1.6.2
image: ghcr.io/grafana/k8s-monitoring-test:1.6.3
command: [/etc/bin/config-analysis.sh]
env:
- name: ALLOY_HOST
Expand All @@ -68934,8 +68934,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation
Expand All @@ -68951,14 +68951,14 @@ spec:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
helm.sh/chart: "k8s-monitoring-1.6.2"
helm.sh/chart: "k8s-monitoring-1.6.3"
spec:
restartPolicy: Never
nodeSelector:
kubernetes.io/os: linux
containers:
- name: query-test
image: ghcr.io/grafana/k8s-monitoring-test:1.6.2
image: ghcr.io/grafana/k8s-monitoring-test:1.6.3
command: ["bash", "-c", "/etc/bin/query-test.sh /etc/test/testQueries.json"]
volumeMounts:
- name: test-files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ data:
k8s-monitoring-build-info-metric.prom: |
# HELP grafana_kubernetes_monitoring_build_info A metric to report the version of the Kubernetes Monitoring Helm chart as well as a summary of enabled features
# TYPE grafana_kubernetes_monitoring_build_info gauge
grafana_kubernetes_monitoring_build_info{version="1.6.2", namespace="default", metrics="enabled,alloy,autoDiscover,kube-state-metrics,node-exporter,kubelet,kubeletResource,cadvisor,cost", logs="enabled,events,pod_logs", traces="enabled", deployments="kube-state-metrics,prometheus-node-exporter,prometheus-operator-crds,opencost"} 1
grafana_kubernetes_monitoring_build_info{version="1.6.3", namespace="default", metrics="enabled,alloy,autoDiscover,kube-state-metrics,node-exporter,kubelet,kubeletResource,cadvisor,cost", logs="enabled,events,pod_logs", traces="enabled", deployments="kube-state-metrics,prometheus-node-exporter,prometheus-operator-crds,opencost"} 1
---
# Source: k8s-monitoring/templates/alloy-events-config.yaml
apiVersion: v1
Expand Down Expand Up @@ -68887,8 +68887,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-5"
Expand Down Expand Up @@ -70970,8 +70970,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
Expand Down Expand Up @@ -71028,8 +71028,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-5"
Expand Down Expand Up @@ -71112,8 +71112,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation
Expand All @@ -71124,7 +71124,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: config-analysis
image: ghcr.io/grafana/k8s-monitoring-test:1.6.2
image: ghcr.io/grafana/k8s-monitoring-test:1.6.3
command: [/etc/bin/config-analysis.sh]
env:
- name: ALLOY_HOST
Expand All @@ -71139,8 +71139,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation
Expand All @@ -71156,14 +71156,14 @@ spec:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
helm.sh/chart: "k8s-monitoring-1.6.2"
helm.sh/chart: "k8s-monitoring-1.6.3"
spec:
restartPolicy: Never
nodeSelector:
kubernetes.io/os: linux
containers:
- name: query-test
image: ghcr.io/grafana/k8s-monitoring-test:1.6.2
image: ghcr.io/grafana/k8s-monitoring-test:1.6.3
command: ["bash", "-c", "/etc/bin/query-test.sh /etc/test/testQueries.json"]
volumeMounts:
- name: test-files
Expand Down
28 changes: 14 additions & 14 deletions charts/k8s-monitoring-v1/docs/examples/azure-aks/output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ data:
k8s-monitoring-build-info-metric.prom: |
# HELP grafana_kubernetes_monitoring_build_info A metric to report the version of the Kubernetes Monitoring Helm chart as well as a summary of enabled features
# TYPE grafana_kubernetes_monitoring_build_info gauge
grafana_kubernetes_monitoring_build_info{version="1.6.2", namespace="default", metrics="enabled,alloy,autoDiscover,kube-state-metrics,node-exporter,kubelet,kubeletResource,cadvisor,cost", logs="enabled,events,pod_logs", traces="disabled", deployments="kube-state-metrics,prometheus-node-exporter,prometheus-operator-crds,opencost"} 1
grafana_kubernetes_monitoring_build_info{version="1.6.3", namespace="default", metrics="enabled,alloy,autoDiscover,kube-state-metrics,node-exporter,kubelet,kubeletResource,cadvisor,cost", logs="enabled,events,pod_logs", traces="disabled", deployments="kube-state-metrics,prometheus-node-exporter,prometheus-operator-crds,opencost"} 1
---
# Source: k8s-monitoring/templates/alloy-events-config.yaml
apiVersion: v1
Expand Down Expand Up @@ -67622,8 +67622,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-5"
Expand Down Expand Up @@ -68719,8 +68719,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
Expand Down Expand Up @@ -68777,8 +68777,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-5"
Expand Down Expand Up @@ -68851,8 +68851,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation
Expand All @@ -68863,7 +68863,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: config-analysis
image: ghcr.io/grafana/k8s-monitoring-test:1.6.2
image: ghcr.io/grafana/k8s-monitoring-test:1.6.3
command: [/etc/bin/config-analysis.sh]
env:
- name: ALLOY_HOST
Expand All @@ -68878,8 +68878,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation
Expand All @@ -68895,14 +68895,14 @@ spec:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
helm.sh/chart: "k8s-monitoring-1.6.2"
helm.sh/chart: "k8s-monitoring-1.6.3"
spec:
restartPolicy: Never
nodeSelector:
kubernetes.io/os: linux
containers:
- name: query-test
image: ghcr.io/grafana/k8s-monitoring-test:1.6.2
image: ghcr.io/grafana/k8s-monitoring-test:1.6.3
command: ["bash", "-c", "/etc/bin/query-test.sh /etc/test/testQueries.json"]
volumeMounts:
- name: test-files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ data:
k8s-monitoring-build-info-metric.prom: |
# HELP grafana_kubernetes_monitoring_build_info A metric to report the version of the Kubernetes Monitoring Helm chart as well as a summary of enabled features
# TYPE grafana_kubernetes_monitoring_build_info gauge
grafana_kubernetes_monitoring_build_info{version="1.6.2", namespace="default", metrics="enabled,alloy,autoDiscover,kube-state-metrics,node-exporter,kubelet,kubeletResource,cadvisor,cost", logs="enabled,events,pod_logs", traces="disabled", deployments="kube-state-metrics,prometheus-node-exporter,prometheus-operator-crds,opencost"} 1
grafana_kubernetes_monitoring_build_info{version="1.6.3", namespace="default", metrics="enabled,alloy,autoDiscover,kube-state-metrics,node-exporter,kubelet,kubeletResource,cadvisor,cost", logs="enabled,events,pod_logs", traces="disabled", deployments="kube-state-metrics,prometheus-node-exporter,prometheus-operator-crds,opencost"} 1
---
# Source: k8s-monitoring/templates/alloy-events-config.yaml
apiVersion: v1
Expand Down Expand Up @@ -67610,8 +67610,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-5"
Expand Down Expand Up @@ -68704,8 +68704,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
Expand Down Expand Up @@ -68762,8 +68762,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-5"
Expand Down Expand Up @@ -68836,8 +68836,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation
Expand All @@ -68848,7 +68848,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: config-analysis
image: ghcr.io/grafana/k8s-monitoring-test:1.6.2
image: ghcr.io/grafana/k8s-monitoring-test:1.6.3
command: [/etc/bin/config-analysis.sh]
env:
- name: ALLOY_HOST
Expand All @@ -68863,8 +68863,8 @@ metadata:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
app.kubernetes.io/version: 2.8.4
helm.sh/chart: "k8s-monitoring-1.6.2"
app.kubernetes.io/version: 2.8.5
helm.sh/chart: "k8s-monitoring-1.6.3"
annotations:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation
Expand All @@ -68880,14 +68880,14 @@ spec:
labels:
app.kubernetes.io/managed-by: "Helm"
app.kubernetes.io/instance: "k8smon"
helm.sh/chart: "k8s-monitoring-1.6.2"
helm.sh/chart: "k8s-monitoring-1.6.3"
spec:
restartPolicy: Never
nodeSelector:
kubernetes.io/os: linux
containers:
- name: query-test
image: ghcr.io/grafana/k8s-monitoring-test:1.6.2
image: ghcr.io/grafana/k8s-monitoring-test:1.6.3
command: ["bash", "-c", "/etc/bin/query-test.sh /etc/test/testQueries.json"]
volumeMounts:
- name: test-files
Expand Down
Loading

2 comments on commit 3bcd8ef

@nightfall-for-github
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@petewall [CRITICAL_RISK] Hi, we noticed you made a commit in GitHub that may contain sensitive information (details below). Please double check if you intended to include or share this sensitive information in the issue.

Note that it may have already been addressed automatically by an administrator.

What types of sensitive information were detected?
API Key: Google API
Password with Exclusions

What was the context?

0: IzNDU=" password: "SX******************… --- # Source: k8s-mo
8: value: "AI******************…" - name:

When did this happen?
Fri, 25 Oct 2024 at 15:55:33 UTC

Where did this happen?
Repository: k8s-monitoring-helm
File Path: charts/k8s-monitoring-v1/docs/examples/proxies/output.yaml

@nightfall-for-github
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@petewall [CRITICAL_RISK] Hi, we noticed you made a commit in GitHub that may contain sensitive information (details below). Please double check if you intended to include or share this sensitive information in the issue.

Note that it may have already been addressed automatically by an administrator.

What types of sensitive information were detected?
API Key: Google API
Password with Exclusions

What was the context?

8: value: "AI******************…" - name:
0: IzNDU=" password: "SX******************… --- # Source: k8s-mo
0: IzNDU=" password: "SX******************… --- # Source: k8s-mo

When did this happen?
Fri, 25 Oct 2024 at 15:55:36 UTC

Where did this happen?
Repository: k8s-monitoring-helm
File Path: charts/k8s-monitoring-v1/docs/examples/openshift-compatible/output.yaml

Please sign in to comment.