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

chore(deps): update helm release grafana-agent-operator to v0.5.0 #14954

Merged
merged 3 commits into from
Nov 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2024

This PR contains the following updates:

Package Update Change
grafana-agent-operator (source) minor 0.3.15 -> 0.5.0

Release Notes

grafana/helm-charts (grafana-agent-operator)

v0.5.0

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

Full Changelog: grafana/helm-charts@tempo-distributed-1.20.1...grafana-agent-operator-0.5.0

v0.4.4

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

Full Changelog: grafana/helm-charts@alloy-0.8.0...grafana-agent-operator-0.4.4

v0.4.3

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@grafana-sampling-1.1.0...grafana-agent-operator-0.4.3

v0.4.2

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

Full Changelog: grafana/helm-charts@beyla-1.4.0...grafana-agent-operator-0.4.2

v0.4.1

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

Full Changelog: grafana/helm-charts@grafana-agent-0.42.0...grafana-agent-operator-0.4.1

v0.4.0

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

Full Changelog: grafana/helm-charts@grafana-8.0.1...grafana-agent-operator-0.4.0

v0.3.24

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

Full Changelog: grafana/helm-charts@helm-loki-6.6.3...grafana-agent-operator-0.3.24

v0.3.23

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

Full Changelog: grafana/helm-charts@grafana-agent-0.40.0...grafana-agent-operator-0.3.23

v0.3.22

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

Full Changelog: grafana/helm-charts@alloy-0.3.0...grafana-agent-operator-0.3.22

v0.3.21

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

Full Changelog: grafana/helm-charts@grafana-agent-0.38.0...grafana-agent-operator-0.3.21

v0.3.20

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed
New Contributors

Full Changelog: grafana/helm-charts@loki-distributed-0.78.5...grafana-agent-operator-0.3.20

v0.3.19

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

Full Changelog: grafana/helm-charts@grafana-7.3.7...grafana-agent-operator-0.3.19

v0.3.18

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

Full Changelog: grafana/helm-charts@grafana-agent-operator-0.3.17...grafana-agent-operator-0.3.18

v0.3.17

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed

Full Changelog: grafana/helm-charts@grafana-agent-0.35.0...grafana-agent-operator-0.3.17

v0.3.16

Compare Source

A Helm chart for Grafana Agent Operator

What's Changed
New Contributors

Full Changelog: grafana/helm-charts@grafana-7.3.3...grafana-agent-operator-0.3.16


Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 15, 2024
@renovate renovate bot requested a review from a team as a code owner November 15, 2024 17:39

This comment has been minimized.

This comment has been minimized.

Copy link
Contributor

Kubernetes Manifest Diff Summary

Scenario: default-single-binary-values (Added: 0, Modified: 0, Removed: 0)

Summary:

  • Added: 0

  • Modified: 0

  • Removed: 0

Added Files

No added files

Modified Files

No modified files

Removed Files

No removed files

Scenario: default-values (Added: 0, Modified: 0, Removed: 0)

Summary:

  • Added: 0

  • Modified: 0

  • Removed: 0

Added Files

No added files

Modified Files

No modified files

Removed Files

No removed files

Scenario: ingress-values (Added: 0, Modified: 0, Removed: 0)

Summary:

  • Added: 0

  • Modified: 0

  • Removed: 0

Added Files

No added files

Modified Files

No modified files

Removed Files

No removed files

Scenario: legacy-monitoring-values (Added: 0, Modified: 5, Removed: 0)

Summary:

  • Added: 0

  • Modified: 5

  • Removed: 0

Added Files

No added files

Modified Files

loki/charts/grafana-agent-operator/templates/tests/test-grafanaagent.yaml
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/tests/test-grafanaagent.yaml	2024-11-15 21:04:35.246953691 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/tests/test-grafanaagent.yaml	2024-11-15 21:04:37.646958884 +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
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-serviceaccount.yaml	2024-11-15 21:04:35.246953691 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-serviceaccount.yaml	2024-11-15 21:04:37.642958874 +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
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrole.yaml	2024-11-15 21:04:35.246953691 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrole.yaml	2024-11-15 21:04:37.642958874 +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
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-deployment.yaml	2024-11-15 21:04:35.246953691 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-deployment.yaml	2024-11-15 21:04:37.646958884 +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
*** /home/runner/work/loki/loki/output/base/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrolebinding.yaml	2024-11-15 21:04:35.246953691 +0000
--- /home/runner/work/loki/loki/output/pr/legacy-monitoring-values/loki/charts/grafana-agent-operator/templates/operator-clusterrolebinding.yaml	2024-11-15 21:04:37.642958874 +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

Removed Files

No removed files

Scenario: simple-scalable-aws-kube-irsa-values (Added: 0, Modified: 0, Removed: 0)

Summary:

  • Added: 0

  • Modified: 0

  • Removed: 0

Added Files

No added files

Modified Files

No modified files

Removed Files

No removed files

Copy link
Contributor Author

renovate bot commented Nov 15, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@paul1r paul1r merged commit 9ed48aa into main Nov 15, 2024
61 checks passed
@paul1r paul1r deleted the deps-update/grafana-agent-operator branch November 15, 2024 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm dependencies Pull requests that update a dependency file size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant