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

feat(helm)!: Update chart prometheus-blackbox-exporter to 8.6.0 #433

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

ghost
Copy link

@ghost ghost commented Jul 10, 2023

This PR contains the following updates:

Package Update Change
prometheus-blackbox-exporter (source) major 7.10.0 -> 8.6.0

Release Notes

prometheus-community/helm-charts (prometheus-blackbox-exporter)

v8.6.0

Compare Source

Prometheus Blackbox Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-54.1.0...prometheus-blackbox-exporter-8.6.0

v8.5.0

Compare Source

Prometheus Blackbox Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@prometheus-mysql-exporter-2.1.1...prometheus-blackbox-exporter-8.5.0

v8.4.1

Compare Source

Prometheus Blackbox Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@prometheus-node-exporter-4.24.0...prometheus-blackbox-exporter-8.4.1

v8.4.0

Compare Source

Prometheus Blackbox Exporter

What's Changed

New Contributors

Full Changelog: prometheus-community/helm-charts@prometheus-ipmi-exporter-0.1.0...prometheus-blackbox-exporter-8.4.0

v8.3.0

Compare Source

Prometheus Blackbox Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@alertmanager-1.5.0...prometheus-blackbox-exporter-8.3.0

v8.2.0

Compare Source

Prometheus Blackbox Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@prometheus-node-exporter-4.20.0...prometheus-blackbox-exporter-8.2.0

v8.1.0

Compare Source

Prometheus Blackbox Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-47.6.1...prometheus-blackbox-exporter-8.1.0

v8.0.0

Compare Source

Prometheus Blackbox Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@prometheus-postgres-exporter-4.7.0...prometheus-blackbox-exporter-8.0.0

v7.12.0

Compare Source

Prometheus Blackbox Exporter

v7.11.0

Compare Source

Prometheus Blackbox Exporter


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 has been generated by Renovate Bot.

@ghost ghost added renovate/helm type/major area/kubernetes Changes made in the kubernetes directory labels Jul 10, 2023
@ghost
Copy link
Author

ghost commented Jul 10, 2023

--- kubernetes HelmRelease: monitoring/blackbox-exporter Deployment: monitoring/blackbox-exporter

+++ kubernetes HelmRelease: monitoring/blackbox-exporter Deployment: monitoring/blackbox-exporter

@@ -26,16 +26,15 @@

         app.kubernetes.io/instance: blackbox-exporter
         app.kubernetes.io/managed-by: Helm
     spec:
       automountServiceAccountToken: false
       serviceAccountName: blackbox-exporter
       restartPolicy: Always
-      securityContext: {}
       containers:
       - name: blackbox-exporter
-        image: quay.io/prometheus/blackbox-exporter:v0.24.0
+        image: quay.io/quay.io/prometheus/blackbox-exporter:v0.24.0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             add:
             - NET_RAW
@@ -45,13 +44,12 @@

           runAsGroup: 1000
           runAsNonRoot: true
           runAsUser: 1000
         env: null
         args:
         - --config.file=/config/blackbox.yaml
-        resources: {}
         ports:
         - containerPort: 9115
           name: http
         livenessProbe:
           failureThreshold: 3
           httpGet:

@ghost
Copy link
Author

ghost commented Jul 10, 2023

--- kubernetes/apps/monitoring/blackbox-exporter/app Kustomization: flux-system/cluster-apps-blackbox-exporter HelmRelease: monitoring/blackbox-exporter

+++ kubernetes/apps/monitoring/blackbox-exporter/app Kustomization: flux-system/cluster-apps-blackbox-exporter HelmRelease: monitoring/blackbox-exporter

@@ -10,13 +10,13 @@

       chart: prometheus-blackbox-exporter
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
         namespace: flux-system
-      version: 7.10.0
+      version: 8.6.0
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   upgrade:

@ghost ghost changed the title feat(helm)!: Update chart prometheus-blackbox-exporter to 8.0.0 feat(helm)!: Update chart prometheus-blackbox-exporter to 8.1.0 Jul 11, 2023
@ghost ghost force-pushed the renovate/prometheus-blackbox-exporter-8.x branch from 9ddcb0f to b85d4df Compare July 11, 2023 16:20
@ghost ghost changed the title feat(helm)!: Update chart prometheus-blackbox-exporter to 8.1.0 feat(helm)!: Update chart prometheus-blackbox-exporter to 8.2.0 Jul 13, 2023
@ghost ghost force-pushed the renovate/prometheus-blackbox-exporter-8.x branch from b85d4df to e284206 Compare July 13, 2023 16:19
@ghost ghost changed the title feat(helm)!: Update chart prometheus-blackbox-exporter to 8.2.0 feat(helm)!: Update chart prometheus-blackbox-exporter to 8.3.0 Aug 14, 2023
@ghost ghost force-pushed the renovate/prometheus-blackbox-exporter-8.x branch from e284206 to f25054e Compare August 14, 2023 15:14
@ghost ghost changed the title feat(helm)!: Update chart prometheus-blackbox-exporter to 8.3.0 feat(helm)!: Update chart prometheus-blackbox-exporter to 8.4.0 Sep 27, 2023
@ghost ghost force-pushed the renovate/prometheus-blackbox-exporter-8.x branch from f25054e to 1a1cdf4 Compare September 27, 2023 11:15
@ghost
Copy link
Author

ghost commented Oct 17, 2023

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.

@ghost ghost changed the title feat(helm)!: Update chart prometheus-blackbox-exporter to 8.4.0 feat(helm)!: Update chart prometheus-blackbox-exporter to 8.5.0 Nov 16, 2023
@ghost ghost force-pushed the renovate/prometheus-blackbox-exporter-8.x branch 2 times, most recently from d77665d to d835b06 Compare November 16, 2023 09:08
@ghost ghost changed the title feat(helm)!: Update chart prometheus-blackbox-exporter to 8.5.0 feat(helm)!: Update chart prometheus-blackbox-exporter to 8.6.0 Nov 17, 2023
@ghost ghost force-pushed the renovate/prometheus-blackbox-exporter-8.x branch from d835b06 to 6b3c415 Compare November 17, 2023 09:06
@osnabrugge osnabrugge merged commit 3a92c24 into main Nov 17, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant