Closed renovate[bot] closed 5 days ago
**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_
**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_
**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_
**Summary:**
- **Added:** 0
- **Modified:** 5
- **Removed:** 0
### Added Files
_No added files_
### Modified Files
loki/charts/grafana-agent-operator/templates/tests/test-grafanaagent.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/tests/test-grafanaagent.yaml 2024-11-01 15:37:14.665502139 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/tests/test-grafanaagent.yaml 2024-11-01 15:37:17.541547864 +0000
***************
*** 73,85 ****
spec:
containers:
- name: busybox
! image: busybox
command: ['wget']
args: ['grafana-agent-test-operated:8080/-/healthy']
# Wait for GrafanaAgent CR
initContainers:
- name: sleep
! image: busybox
command: ['sleep', '60']
restartPolicy: Never
---
--- 73,85 ----
spec:
containers:
- name: busybox
! image: "docker.io/library/busybox:latest"
command: ['wget']
args: ['grafana-agent-test-operated:8080/-/healthy']
# Wait for GrafanaAgent CR
initContainers:
- name: sleep
! image: "docker.io/library/busybox:latest"
command: ['sleep', '60']
restartPolicy: Never
---
***************
*** 94,100 ****
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
spec:
! image: "docker.io/grafana/agent:v0.39.1"
logLevel: info
serviceAccountName: grafana-agent-test-sa
metrics:
--- 94,100 ----
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
spec:
! image: "docker.io/grafana/agent:v0.43.3"
logLevel: info
serviceAccountName: grafana-agent-test-sa
metrics:
```
loki/charts/grafana-agent-operator/templates/operator-serviceaccount.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-serviceaccount.yaml 2024-11-01 15:37:14.661502076 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-serviceaccount.yaml 2024-11-01 15:37:17.541547864 +0000
***************
*** 10,14 ****
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.3.15
! app.kubernetes.io/version: "0.39.1"
--- 10,14 ----
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.4.4
! app.kubernetes.io/version: "0.43.3"
```
loki/charts/grafana-agent-operator/templates/operator-clusterrole.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrole.yaml 2024-11-01 15:37:14.661502076 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrole.yaml 2024-11-01 15:37:17.541547864 +0000
***************
*** 9,16 ****
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.3.15
! app.kubernetes.io/version: "0.39.1"
rules:
- apiGroups: [monitoring.grafana.com]
resources:
--- 9,16 ----
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.4.4
! app.kubernetes.io/version: "0.43.3"
rules:
- apiGroups: [monitoring.grafana.com]
resources:
```
loki/charts/grafana-agent-operator/templates/operator-deployment.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-deployment.yaml 2024-11-01 15:37:14.665502139 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-deployment.yaml 2024-11-01 15:37:17.541547864 +0000
***************
*** 4,16 ****
kind: Deployment
metadata:
name: loki-test-chart-name-grafana-agent-operator
labels:
app.kubernetes.io/name: grafana-agent-operator
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.3.15
! app.kubernetes.io/version: "0.39.1"
spec:
replicas: 1
selector:
--- 4,17 ----
kind: Deployment
metadata:
name: loki-test-chart-name-grafana-agent-operator
+ namespace: default
labels:
app.kubernetes.io/name: grafana-agent-operator
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.4.4
! app.kubernetes.io/version: "0.43.3"
spec:
replicas: 1
selector:
***************
*** 26,32 ****
serviceAccountName: loki-test-chart-name-grafana-agent-operator
containers:
- name: grafana-agent-operator
! image: "docker.io/grafana/agent-operator:v0.39.1"
imagePullPolicy: IfNotPresent
args:
- --kubelet-service=default/kubelet
--- 27,33 ----
serviceAccountName: loki-test-chart-name-grafana-agent-operator
containers:
- name: grafana-agent-operator
! image: "docker.io/grafana/agent-operator:v0.43.3"
imagePullPolicy: IfNotPresent
args:
- --kubelet-service=default/kubelet
```
loki/charts/grafana-agent-operator/templates/operator-clusterrolebinding.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrolebinding.yaml 2024-11-01 15:37:14.661502076 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrolebinding.yaml 2024-11-01 15:37:17.541547864 +0000
***************
*** 9,16 ****
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.3.15
! app.kubernetes.io/version: "0.39.1"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
--- 9,16 ----
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.4.4
! app.kubernetes.io/version: "0.43.3"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
```
**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_
**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_
**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_
**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_
**Summary:**
- **Added:** 0
- **Modified:** 5
- **Removed:** 0
### Added Files
_No added files_
### Modified Files
loki/charts/grafana-agent-operator/templates/tests/test-grafanaagent.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/tests/test-grafanaagent.yaml 2024-11-03 07:11:16.315825286 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/tests/test-grafanaagent.yaml 2024-11-03 07:11:19.131850573 +0000
***************
*** 73,85 ****
spec:
containers:
- name: busybox
! image: busybox
command: ['wget']
args: ['grafana-agent-test-operated:8080/-/healthy']
# Wait for GrafanaAgent CR
initContainers:
- name: sleep
! image: busybox
command: ['sleep', '60']
restartPolicy: Never
---
--- 73,85 ----
spec:
containers:
- name: busybox
! image: "docker.io/library/busybox:latest"
command: ['wget']
args: ['grafana-agent-test-operated:8080/-/healthy']
# Wait for GrafanaAgent CR
initContainers:
- name: sleep
! image: "docker.io/library/busybox:latest"
command: ['sleep', '60']
restartPolicy: Never
---
***************
*** 94,100 ****
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
spec:
! image: "docker.io/grafana/agent:v0.39.1"
logLevel: info
serviceAccountName: grafana-agent-test-sa
metrics:
--- 94,100 ----
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
spec:
! image: "docker.io/grafana/agent:v0.43.3"
logLevel: info
serviceAccountName: grafana-agent-test-sa
metrics:
```
loki/charts/grafana-agent-operator/templates/operator-serviceaccount.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-serviceaccount.yaml 2024-11-03 07:11:16.311825250 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-serviceaccount.yaml 2024-11-03 07:11:19.127850537 +0000
***************
*** 10,14 ****
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.3.15
! app.kubernetes.io/version: "0.39.1"
--- 10,14 ----
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.5.0
! app.kubernetes.io/version: "0.43.3"
```
loki/charts/grafana-agent-operator/templates/operator-clusterrole.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrole.yaml 2024-11-03 07:11:16.311825250 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrole.yaml 2024-11-03 07:11:19.127850537 +0000
***************
*** 9,16 ****
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.3.15
! app.kubernetes.io/version: "0.39.1"
rules:
- apiGroups: [monitoring.grafana.com]
resources:
--- 9,16 ----
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.5.0
! app.kubernetes.io/version: "0.43.3"
rules:
- apiGroups: [monitoring.grafana.com]
resources:
```
loki/charts/grafana-agent-operator/templates/operator-deployment.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-deployment.yaml 2024-11-03 07:11:16.315825286 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-deployment.yaml 2024-11-03 07:11:19.127850537 +0000
***************
*** 4,16 ****
kind: Deployment
metadata:
name: loki-test-chart-name-grafana-agent-operator
labels:
app.kubernetes.io/name: grafana-agent-operator
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.3.15
! app.kubernetes.io/version: "0.39.1"
spec:
replicas: 1
selector:
--- 4,17 ----
kind: Deployment
metadata:
name: loki-test-chart-name-grafana-agent-operator
+ namespace: default
labels:
app.kubernetes.io/name: grafana-agent-operator
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.5.0
! app.kubernetes.io/version: "0.43.3"
spec:
replicas: 1
selector:
***************
*** 26,32 ****
serviceAccountName: loki-test-chart-name-grafana-agent-operator
containers:
- name: grafana-agent-operator
! image: "docker.io/grafana/agent-operator:v0.39.1"
imagePullPolicy: IfNotPresent
args:
- --kubelet-service=default/kubelet
--- 27,33 ----
serviceAccountName: loki-test-chart-name-grafana-agent-operator
containers:
- name: grafana-agent-operator
! image: "docker.io/grafana/agent-operator:v0.43.3"
imagePullPolicy: IfNotPresent
args:
- --kubelet-service=default/kubelet
```
loki/charts/grafana-agent-operator/templates/operator-clusterrolebinding.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrolebinding.yaml 2024-11-03 07:11:16.311825250 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrolebinding.yaml 2024-11-03 07:11:19.127850537 +0000
***************
*** 9,16 ****
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.3.15
! app.kubernetes.io/version: "0.39.1"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
--- 9,16 ----
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.5.0
! app.kubernetes.io/version: "0.43.3"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
```
**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_
**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_
**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_
**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_
**Summary:**
- **Added:** 0
- **Modified:** 5
- **Removed:** 0
### Added Files
_No added files_
### Modified Files
loki/charts/grafana-agent-operator/templates/tests/test-grafanaagent.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/tests/test-grafanaagent.yaml 2024-11-14 17:27:27.115500244 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/tests/test-grafanaagent.yaml 2024-11-14 17:27:29.675524406 +0000
***************
*** 73,85 ****
spec:
containers:
- name: busybox
! image: busybox
command: ['wget']
args: ['grafana-agent-test-operated:8080/-/healthy']
# Wait for GrafanaAgent CR
initContainers:
- name: sleep
! image: busybox
command: ['sleep', '60']
restartPolicy: Never
---
--- 73,85 ----
spec:
containers:
- name: busybox
! image: "docker.io/library/busybox:latest"
command: ['wget']
args: ['grafana-agent-test-operated:8080/-/healthy']
# Wait for GrafanaAgent CR
initContainers:
- name: sleep
! image: "docker.io/library/busybox:latest"
command: ['sleep', '60']
restartPolicy: Never
---
***************
*** 94,100 ****
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
spec:
! image: "docker.io/grafana/agent:v0.39.1"
logLevel: info
serviceAccountName: grafana-agent-test-sa
metrics:
--- 94,100 ----
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
spec:
! image: "docker.io/grafana/agent:v0.43.3"
logLevel: info
serviceAccountName: grafana-agent-test-sa
metrics:
```
loki/charts/grafana-agent-operator/templates/operator-serviceaccount.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-serviceaccount.yaml 2024-11-14 17:27:27.115500244 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-serviceaccount.yaml 2024-11-14 17:27:29.671524369 +0000
***************
*** 10,14 ****
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.3.15
! app.kubernetes.io/version: "0.39.1"
--- 10,14 ----
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.5.0
! app.kubernetes.io/version: "0.43.3"
```
loki/charts/grafana-agent-operator/templates/operator-clusterrole.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrole.yaml 2024-11-14 17:27:27.115500244 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrole.yaml 2024-11-14 17:27:29.671524369 +0000
***************
*** 9,16 ****
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.3.15
! app.kubernetes.io/version: "0.39.1"
rules:
- apiGroups: [monitoring.grafana.com]
resources:
--- 9,16 ----
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.5.0
! app.kubernetes.io/version: "0.43.3"
rules:
- apiGroups: [monitoring.grafana.com]
resources:
```
loki/charts/grafana-agent-operator/templates/operator-deployment.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-deployment.yaml 2024-11-14 17:27:27.115500244 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-deployment.yaml 2024-11-14 17:27:29.675524406 +0000
***************
*** 4,16 ****
kind: Deployment
metadata:
name: loki-test-chart-name-grafana-agent-operator
labels:
app.kubernetes.io/name: grafana-agent-operator
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.3.15
! app.kubernetes.io/version: "0.39.1"
spec:
replicas: 1
selector:
--- 4,17 ----
kind: Deployment
metadata:
name: loki-test-chart-name-grafana-agent-operator
+ namespace: default
labels:
app.kubernetes.io/name: grafana-agent-operator
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.5.0
! app.kubernetes.io/version: "0.43.3"
spec:
replicas: 1
selector:
***************
*** 26,32 ****
serviceAccountName: loki-test-chart-name-grafana-agent-operator
containers:
- name: grafana-agent-operator
! image: "docker.io/grafana/agent-operator:v0.39.1"
imagePullPolicy: IfNotPresent
args:
- --kubelet-service=default/kubelet
--- 27,33 ----
serviceAccountName: loki-test-chart-name-grafana-agent-operator
containers:
- name: grafana-agent-operator
! image: "docker.io/grafana/agent-operator:v0.43.3"
imagePullPolicy: IfNotPresent
args:
- --kubelet-service=default/kubelet
```
loki/charts/grafana-agent-operator/templates/operator-clusterrolebinding.yaml
```diff
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrolebinding.yaml 2024-11-14 17:27:27.115500244 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrolebinding.yaml 2024-11-14 17:27:29.671524369 +0000
***************
*** 9,16 ****
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.3.15
! app.kubernetes.io/version: "0.39.1"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
--- 9,16 ----
app.kubernetes.io/instance: loki-test-chart-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
! helm.sh/chart: grafana-agent-operator-0.5.0
! app.kubernetes.io/version: "0.43.3"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
```
**Summary:** - **Added:** 0 - **Modified:** 0 - **Removed:** 0 ### Added Files _No added files_ ### Modified Files _No modified files_ ### Removed Files _No removed files_
This PR contains the following updates:
0.3.15
->0.5.0
Release Notes
grafana/helm-charts (grafana-agent-operator)
### [`v0.5.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.5.0) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.4.4...grafana-agent-operator-0.5.0) A Helm chart for Grafana Agent Operator #### What's Changed - \[agent-operator] Add commonLabels ([#3319](https://redirect.github.com/grafana/helm-charts/issues/3319)) by [@ramon951](https://redirect.github.com/ramon951) in [https://github.com/grafana/helm-charts/pull/3385](https://redirect.github.com/grafana/helm-charts/pull/3385) **Full Changelog**: https://github.com/grafana/helm-charts/compare/tempo-distributed-1.20.1...grafana-agent-operator-0.5.0 ### [`v0.4.4`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.4.4) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.4.3...grafana-agent-operator-0.4.4) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] bump agent version v0.43.3 by [@wildum](https://redirect.github.com/wildum) in [https://github.com/grafana/helm-charts/pull/3331](https://redirect.github.com/grafana/helm-charts/pull/3331) **Full Changelog**: https://github.com/grafana/helm-charts/compare/alloy-0.8.0...grafana-agent-operator-0.4.4 ### [`v0.4.3`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.4.3) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.4.2...grafana-agent-operator-0.4.3) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] update agent to v0.43.2 by [@wildum](https://redirect.github.com/wildum) in [https://github.com/grafana/helm-charts/pull/3328](https://redirect.github.com/grafana/helm-charts/pull/3328) ##### New Contributors - [@wildum](https://redirect.github.com/wildum) made their first contribution in [https://github.com/grafana/helm-charts/pull/3328](https://redirect.github.com/grafana/helm-charts/pull/3328) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-sampling-1.1.0...grafana-agent-operator-0.4.3 ### [`v0.4.2`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.4.2) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.4.1...grafana-agent-operator-0.4.2) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] Update for Agent 0.43.0 by [@ptodev](https://redirect.github.com/ptodev) in [https://github.com/grafana/helm-charts/pull/3306](https://redirect.github.com/grafana/helm-charts/pull/3306) **Full Changelog**: https://github.com/grafana/helm-charts/compare/beyla-1.4.0...grafana-agent-operator-0.4.2 ### [`v0.4.1`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.4.1) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.4.0...grafana-agent-operator-0.4.1) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] Update chart to Agent 0.42.0 by [@ptodev](https://redirect.github.com/ptodev) in [https://github.com/grafana/helm-charts/pull/3239](https://redirect.github.com/grafana/helm-charts/pull/3239) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-agent-0.42.0...grafana-agent-operator-0.4.1 ### [`v0.4.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.4.0) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.3.24...grafana-agent-operator-0.4.0) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] Add missing namespace in deployment template. by [@Sheikh-Abubaker](https://redirect.github.com/Sheikh-Abubaker) in [https://github.com/grafana/helm-charts/pull/3154](https://redirect.github.com/grafana/helm-charts/pull/3154) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-8.0.1...grafana-agent-operator-0.4.0 ### [`v0.3.24`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.3.24) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.3.23...grafana-agent-operator-0.3.24) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] update helm chart for 41.1 by [@mattdurham](https://redirect.github.com/mattdurham) in [https://github.com/grafana/helm-charts/pull/3157](https://redirect.github.com/grafana/helm-charts/pull/3157) **Full Changelog**: https://github.com/grafana/helm-charts/compare/helm-loki-6.6.3...grafana-agent-operator-0.3.24 ### [`v0.3.23`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.3.23) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.3.22...grafana-agent-operator-0.3.23) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] update helm for agent v0.41.0 by [@erikbaranowski](https://redirect.github.com/erikbaranowski) in [https://github.com/grafana/helm-charts/pull/3152](https://redirect.github.com/grafana/helm-charts/pull/3152) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-agent-0.40.0...grafana-agent-operator-0.3.23 ### [`v0.3.22`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.3.22) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.3.21...grafana-agent-operator-0.3.22) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] Update to Agent v0.40.5 by [@ptodev](https://redirect.github.com/ptodev) in [https://github.com/grafana/helm-charts/pull/3135](https://redirect.github.com/grafana/helm-charts/pull/3135) **Full Changelog**: https://github.com/grafana/helm-charts/compare/alloy-0.3.0...grafana-agent-operator-0.3.22 ### [`v0.3.21`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.3.21) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.3.20...grafana-agent-operator-0.3.21) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] Update helm charts for Agent 0.40.3 by [@ptodev](https://redirect.github.com/ptodev) in [https://github.com/grafana/helm-charts/pull/3077](https://redirect.github.com/grafana/helm-charts/pull/3077) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-agent-0.38.0...grafana-agent-operator-0.3.21 ### [`v0.3.20`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.3.20) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.3.19...grafana-agent-operator-0.3.20) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] Add override for test image by [@8osm](https://redirect.github.com/8osm) in [https://github.com/grafana/helm-charts/pull/3049](https://redirect.github.com/grafana/helm-charts/pull/3049) ##### New Contributors - [@8osm](https://redirect.github.com/8osm) made their first contribution in [https://github.com/grafana/helm-charts/pull/3049](https://redirect.github.com/grafana/helm-charts/pull/3049) **Full Changelog**: https://github.com/grafana/helm-charts/compare/loki-distributed-0.78.5...grafana-agent-operator-0.3.20 ### [`v0.3.19`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.3.19) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.3.18...grafana-agent-operator-0.3.19) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] update helm chart to use new agent version by [@thampiotr](https://redirect.github.com/thampiotr) in [https://github.com/grafana/helm-charts/pull/3025](https://redirect.github.com/grafana/helm-charts/pull/3025) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-7.3.7...grafana-agent-operator-0.3.19 ### [`v0.3.18`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.3.18) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.3.17...grafana-agent-operator-0.3.18) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] Bump version of Grafana Agent to v0.40.2 by [@rfratto](https://redirect.github.com/rfratto) in [https://github.com/grafana/helm-charts/pull/3007](https://redirect.github.com/grafana/helm-charts/pull/3007) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-agent-operator-0.3.17...grafana-agent-operator-0.3.18 ### [`v0.3.17`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.3.17) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.3.16...grafana-agent-operator-0.3.17) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] update helm chart for v0.40.1 by [@rfratto](https://redirect.github.com/rfratto) in [https://github.com/grafana/helm-charts/pull/3004](https://redirect.github.com/grafana/helm-charts/pull/3004) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-agent-0.35.0...grafana-agent-operator-0.3.17 ### [`v0.3.16`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.3.16) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.3.15...grafana-agent-operator-0.3.16) A Helm chart for Grafana Agent Operator ##### What's Changed - \[agent-operator] update helm chart for v0.40 by [@jcreixell](https://redirect.github.com/jcreixell) in [https://github.com/grafana/helm-charts/pull/2995](https://redirect.github.com/grafana/helm-charts/pull/2995) ##### New Contributors - [@jcreixell](https://redirect.github.com/jcreixell) made their first contribution in [https://github.com/grafana/helm-charts/pull/2995](https://redirect.github.com/grafana/helm-charts/pull/2995) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-7.3.3...grafana-agent-operator-0.3.16Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.