generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 13
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(charts)!: Update Helm release prometheus-blackbox-exporter to 9.1.0 #2479
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/prometheus-blackbox-exporter-9.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Path: @@ -1,42 +1,3 @@
-# Source: prometheus-blackbox-exporter/templates/podsecuritypolicy.yaml
-apiVersion: policy/v1beta1
-kind: PodSecurityPolicy
-metadata:
- name: blackbox-exporter-psp
- namespace: default
- labels:
- app.kubernetes.io/name: prometheus-blackbox-exporter
- app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
-spec:
- # Prevents running in privileged mode
- privileged: false
- # Required to prevent escalations to root.
- allowPrivilegeEscalation: false
- volumes:
- - configMap
- - secret
- hostNetwork: false
- hostIPC: false
- hostPID: false
- runAsUser:
- rule: RunAsAny
- seLinux:
- rule: RunAsAny
- supplementalGroups:
- rule: 'MustRunAs'
- ranges:
- # Forbid adding the root group.
- - min: 1
- max: 65535
- fsGroup:
- rule: 'MustRunAs'
- ranges:
- # Forbid adding the root group.
- - min: 1
- max: 65535
- readOnlyRootFilesystem:
----
# Source: prometheus-blackbox-exporter/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
@@ -76,44 +37,6 @@
prober: icmp
timeout: 30s
---
-# Source: prometheus-blackbox-exporter/templates/role.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: Role
-metadata:
- labels:
- app.kubernetes.io/name: prometheus-blackbox-exporter
- app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
- name: blackbox-exporter
- namespace: default
-rules:
- - apiGroups:
- - policy
- resources:
- - podsecuritypolicies
- resourceNames:
- - blackbox-exporter-psp
- verbs:
- - use
----
-# Source: prometheus-blackbox-exporter/templates/rolebinding.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: RoleBinding
-metadata:
- labels:
- app.kubernetes.io/name: prometheus-blackbox-exporter
- app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
- name: blackbox-exporter
- namespace: default
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: Role
- name: blackbox-exporter
-subjects:
- - kind: ServiceAccount
- name: blackbox-exporter
----
# Source: prometheus-blackbox-exporter/templates/service.yaml
apiVersion: v1
kind: Service
@@ -161,19 +84,17 @@
labels:
app.kubernetes.io/name: prometheus-blackbox-exporter
app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
annotations:
- checksum/config: 0e1c723cc26afcf586e838a65b7c7330c9cb4d36f4abe42590f4527888c8dc18
+ checksum/config: 5cdbdd244ce2ada8ef9da3da5402bab775c9c0f5b45d0e4d56ebd701c4b953e7
spec:
automountServiceAccountToken: false
serviceAccountName: blackbox-exporter
nodeSelector:
worker: true
restartPolicy: Always
- securityContext: {}
containers:
- name: blackbox-exporter
- image: "prom/blackbox-exporter:v0.22.0"
+ image: quay.io/prometheus/blackbox-exporter:v0.25.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -184,20 +105,19 @@
runAsGroup: 1000
runAsNonRoot: true
runAsUser: 1000
- env:
args:
- "--config.file=/config/blackbox.yaml"
- resources: {}
ports:
- containerPort: 9115
name: http
livenessProbe:
+ failureThreshold: 3
httpGet:
- path: /health
+ path: /-/healthy
port: http
readinessProbe:
httpGet:
- path: /health
+ path: /-/healthy
port: http
volumeMounts:
- mountPath: /config
@@ -281,7 +201,7 @@
endpoints:
- port: http
scheme: http
- path: "/probe"
+ path: /probe
interval: 30s
scrapeTimeout: 30s
params:
@@ -293,10 +213,11 @@
- sourceLabels: [instance]
targetLabel: instance
replacement: 192.168.30.1
+ action: replace
- sourceLabels: [target]
targetLabel: target
replacement: router
- relabelings:
+ action: replace
jobLabel: "prometheus-blackbox-exporter"
selector:
matchLabels:
@@ -321,7 +242,7 @@
endpoints:
- port: http
scheme: http
- path: "/probe"
+ path: /probe
interval: 30s
scrapeTimeout: 30s
params:
@@ -333,10 +254,11 @@
- sourceLabels: [instance]
targetLabel: instance
replacement: 192.168.3.113
+ action: replace
- sourceLabels: [target]
targetLabel: target
replacement: nas
- relabelings:
+ action: replace
jobLabel: "prometheus-blackbox-exporter"
selector:
matchLabels: |
renovate
bot
force-pushed
the
renovate/prometheus-blackbox-exporter-9.x
branch
from
October 8, 2024 14:07
faea28a
to
bdac125
Compare
renovate
bot
changed the title
feat(charts)!: Update Helm release prometheus-blackbox-exporter to 9.0.0
feat(charts)!: Update Helm release prometheus-blackbox-exporter to 9.0.1
Oct 8, 2024
Path: @@ -1,42 +1,3 @@
-# Source: prometheus-blackbox-exporter/templates/podsecuritypolicy.yaml
-apiVersion: policy/v1beta1
-kind: PodSecurityPolicy
-metadata:
- name: blackbox-exporter-psp
- namespace: default
- labels:
- app.kubernetes.io/name: prometheus-blackbox-exporter
- app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
-spec:
- # Prevents running in privileged mode
- privileged: false
- # Required to prevent escalations to root.
- allowPrivilegeEscalation: false
- volumes:
- - configMap
- - secret
- hostNetwork: false
- hostIPC: false
- hostPID: false
- runAsUser:
- rule: RunAsAny
- seLinux:
- rule: RunAsAny
- supplementalGroups:
- rule: 'MustRunAs'
- ranges:
- # Forbid adding the root group.
- - min: 1
- max: 65535
- fsGroup:
- rule: 'MustRunAs'
- ranges:
- # Forbid adding the root group.
- - min: 1
- max: 65535
- readOnlyRootFilesystem:
----
# Source: prometheus-blackbox-exporter/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
@@ -76,44 +37,6 @@
prober: icmp
timeout: 30s
---
-# Source: prometheus-blackbox-exporter/templates/role.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: Role
-metadata:
- labels:
- app.kubernetes.io/name: prometheus-blackbox-exporter
- app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
- name: blackbox-exporter
- namespace: default
-rules:
- - apiGroups:
- - policy
- resources:
- - podsecuritypolicies
- resourceNames:
- - blackbox-exporter-psp
- verbs:
- - use
----
-# Source: prometheus-blackbox-exporter/templates/rolebinding.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: RoleBinding
-metadata:
- labels:
- app.kubernetes.io/name: prometheus-blackbox-exporter
- app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
- name: blackbox-exporter
- namespace: default
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: Role
- name: blackbox-exporter
-subjects:
- - kind: ServiceAccount
- name: blackbox-exporter
----
# Source: prometheus-blackbox-exporter/templates/service.yaml
apiVersion: v1
kind: Service
@@ -161,19 +84,17 @@
labels:
app.kubernetes.io/name: prometheus-blackbox-exporter
app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
annotations:
- checksum/config: 0e1c723cc26afcf586e838a65b7c7330c9cb4d36f4abe42590f4527888c8dc18
+ checksum/config: 5cdbdd244ce2ada8ef9da3da5402bab775c9c0f5b45d0e4d56ebd701c4b953e7
spec:
automountServiceAccountToken: false
serviceAccountName: blackbox-exporter
nodeSelector:
worker: true
restartPolicy: Always
- securityContext: {}
containers:
- name: blackbox-exporter
- image: "prom/blackbox-exporter:v0.22.0"
+ image: quay.io/prometheus/blackbox-exporter:v0.25.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -184,20 +105,19 @@
runAsGroup: 1000
runAsNonRoot: true
runAsUser: 1000
- env:
args:
- "--config.file=/config/blackbox.yaml"
- resources: {}
ports:
- containerPort: 9115
name: http
livenessProbe:
+ failureThreshold: 3
httpGet:
- path: /health
+ path: /-/healthy
port: http
readinessProbe:
httpGet:
- path: /health
+ path: /-/healthy
port: http
volumeMounts:
- mountPath: /config
@@ -281,7 +201,7 @@
endpoints:
- port: http
scheme: http
- path: "/probe"
+ path: /probe
interval: 30s
scrapeTimeout: 30s
params:
@@ -293,10 +213,11 @@
- sourceLabels: [instance]
targetLabel: instance
replacement: 192.168.30.1
+ action: replace
- sourceLabels: [target]
targetLabel: target
replacement: router
- relabelings:
+ action: replace
jobLabel: "prometheus-blackbox-exporter"
selector:
matchLabels:
@@ -321,7 +242,7 @@
endpoints:
- port: http
scheme: http
- path: "/probe"
+ path: /probe
interval: 30s
scrapeTimeout: 30s
params:
@@ -333,10 +254,11 @@
- sourceLabels: [instance]
targetLabel: instance
replacement: 192.168.3.113
+ action: replace
- sourceLabels: [target]
targetLabel: target
replacement: nas
- relabelings:
+ action: replace
jobLabel: "prometheus-blackbox-exporter"
selector:
matchLabels: |
Signed-off-by: Danny Froberg <[email protected]>
renovate
bot
force-pushed
the
renovate/prometheus-blackbox-exporter-9.x
branch
from
November 6, 2024 20:09
bdac125
to
eb81fca
Compare
renovate
bot
changed the title
feat(charts)!: Update Helm release prometheus-blackbox-exporter to 9.0.1
feat(charts)!: Update Helm release prometheus-blackbox-exporter to 9.1.0
Nov 6, 2024
Path: @@ -1,42 +1,3 @@
-# Source: prometheus-blackbox-exporter/templates/podsecuritypolicy.yaml
-apiVersion: policy/v1beta1
-kind: PodSecurityPolicy
-metadata:
- name: blackbox-exporter-psp
- namespace: default
- labels:
- app.kubernetes.io/name: prometheus-blackbox-exporter
- app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
-spec:
- # Prevents running in privileged mode
- privileged: false
- # Required to prevent escalations to root.
- allowPrivilegeEscalation: false
- volumes:
- - configMap
- - secret
- hostNetwork: false
- hostIPC: false
- hostPID: false
- runAsUser:
- rule: RunAsAny
- seLinux:
- rule: RunAsAny
- supplementalGroups:
- rule: 'MustRunAs'
- ranges:
- # Forbid adding the root group.
- - min: 1
- max: 65535
- fsGroup:
- rule: 'MustRunAs'
- ranges:
- # Forbid adding the root group.
- - min: 1
- max: 65535
- readOnlyRootFilesystem:
----
# Source: prometheus-blackbox-exporter/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
@@ -76,44 +37,6 @@
prober: icmp
timeout: 30s
---
-# Source: prometheus-blackbox-exporter/templates/role.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: Role
-metadata:
- labels:
- app.kubernetes.io/name: prometheus-blackbox-exporter
- app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
- name: blackbox-exporter
- namespace: default
-rules:
- - apiGroups:
- - policy
- resources:
- - podsecuritypolicies
- resourceNames:
- - blackbox-exporter-psp
- verbs:
- - use
----
-# Source: prometheus-blackbox-exporter/templates/rolebinding.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: RoleBinding
-metadata:
- labels:
- app.kubernetes.io/name: prometheus-blackbox-exporter
- app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
- name: blackbox-exporter
- namespace: default
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: Role
- name: blackbox-exporter
-subjects:
- - kind: ServiceAccount
- name: blackbox-exporter
----
# Source: prometheus-blackbox-exporter/templates/service.yaml
apiVersion: v1
kind: Service
@@ -161,19 +84,17 @@
labels:
app.kubernetes.io/name: prometheus-blackbox-exporter
app.kubernetes.io/instance: prometheus-blackbox-exporter
- app.kubernetes.io/managed-by: Helm
annotations:
- checksum/config: 0e1c723cc26afcf586e838a65b7c7330c9cb4d36f4abe42590f4527888c8dc18
+ checksum/config: 5cdbdd244ce2ada8ef9da3da5402bab775c9c0f5b45d0e4d56ebd701c4b953e7
spec:
automountServiceAccountToken: false
serviceAccountName: blackbox-exporter
nodeSelector:
worker: true
restartPolicy: Always
- securityContext: {}
containers:
- name: blackbox-exporter
- image: "prom/blackbox-exporter:v0.22.0"
+ image: quay.io/prometheus/blackbox-exporter:v0.25.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -184,20 +105,19 @@
runAsGroup: 1000
runAsNonRoot: true
runAsUser: 1000
- env:
args:
- "--config.file=/config/blackbox.yaml"
- resources: {}
ports:
- containerPort: 9115
name: http
livenessProbe:
+ failureThreshold: 3
httpGet:
- path: /health
+ path: /-/healthy
port: http
readinessProbe:
httpGet:
- path: /health
+ path: /-/healthy
port: http
volumeMounts:
- mountPath: /config
@@ -281,9 +201,10 @@
endpoints:
- port: http
scheme: http
- path: "/probe"
+ path: /probe
interval: 30s
scrapeTimeout: 30s
+ honorTimestamps: true
params:
module:
- icmp
@@ -293,10 +214,11 @@
- sourceLabels: [instance]
targetLabel: instance
replacement: 192.168.30.1
+ action: replace
- sourceLabels: [target]
targetLabel: target
replacement: router
- relabelings:
+ action: replace
jobLabel: "prometheus-blackbox-exporter"
selector:
matchLabels:
@@ -321,9 +243,10 @@
endpoints:
- port: http
scheme: http
- path: "/probe"
+ path: /probe
interval: 30s
scrapeTimeout: 30s
+ honorTimestamps: true
params:
module:
- icmp
@@ -333,10 +256,11 @@
- sourceLabels: [instance]
targetLabel: instance
replacement: 192.168.3.113
+ action: replace
- sourceLabels: [target]
targetLabel: target
replacement: nas
- relabelings:
+ action: replace
jobLabel: "prometheus-blackbox-exporter"
selector:
matchLabels: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.1.0
->9.1.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
prometheus-community/helm-charts (prometheus-blackbox-exporter)
v9.1.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@prometheus-blackbox-exporter-9.0.3...prometheus-blackbox-exporter-9.1.0
v9.0.3
Compare Source
Prometheus Blackbox Exporter
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@alertmanager-1.13.1...prometheus-blackbox-exporter-9.0.3
v9.0.1
Compare Source
A Helm chart that collects custom resource definitions (CRDs) from the Prometheus Operator, allowing for seamless integration with GitOps tools
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-56.0.5...prometheus-operator-crds-9.0.1
v9.0.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-61.6.0...prometheus-blackbox-exporter-9.0.0
v8.17.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
Full Changelog: prometheus-community/helm-charts@prometheus-snmp-exporter-5.4.0...prometheus-blackbox-exporter-8.17.0
v8.16.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-58.2.2...prometheus-blackbox-exporter-8.16.0
v8.15.2
Compare Source
Prometheus Blackbox Exporter
What's Changed
Full Changelog: prometheus-community/helm-charts@prometheus-25.20.0...prometheus-blackbox-exporter-8.15.2
v8.15.1
Compare Source
Prometheus Blackbox Exporter
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@prometheus-snmp-exporter-5.1.1...prometheus-blackbox-exporter-8.15.1
v8.15.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-58.0.1...prometheus-blackbox-exporter-8.15.0
v8.14.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@jiralert-1.7.1...prometheus-blackbox-exporter-8.14.0
v8.13.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@prometheus-25.19.0...prometheus-blackbox-exporter-8.13.0
v8.12.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-56.12.0...prometheus-blackbox-exporter-8.12.0
v8.11.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-56.8.2...prometheus-blackbox-exporter-8.11.0
v8.10.1
Compare Source
Prometheus Blackbox Exporter
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-56.2.1...prometheus-blackbox-exporter-8.10.1
v8.10.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-56.1.0...prometheus-blackbox-exporter-8.10.0
v8.9.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-55.8.3...prometheus-blackbox-exporter-8.9.0
v8.8.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@prometheus-mysql-exporter-2.3.0...prometheus-blackbox-exporter-8.8.0
v8.7.1
Compare Source
Prometheus Blackbox Exporter
What's Changed
Full Changelog: prometheus-community/helm-charts@prometheus-rabbitmq-exporter-1.10.0...prometheus-blackbox-exporter-8.7.1
v8.7.0
Compare Source
Prometheus Blackbox Exporter
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@prometheus-json-exporter-0.10.0...prometheus-blackbox-exporter-8.7.0
v8.6.1
Compare Source
Prometheus Blackbox Exporter
What's Changed
Full Changelog: prometheus-community/helm-charts@prometheus-blackbox-exporter-8.6.0...prometheus-blackbox-exporter-8.6.1
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
A Helm chart that collects custom resource definitions (CRDs) from the Prometheus Operator, allowing for seamless integration with GitOps tools
What's Changed
Full Changelog: prometheus-community/helm-charts@prometheus-adapter-4.9.0...prometheus-operator-crds-8.0.0
v7.12.0
Compare Source
Prometheus Blackbox Exporter
v7.11.0
Compare Source
Prometheus Blackbox Exporter
v7.10.0
Compare Source
Prometheus Blackbox Exporter
v7.9.0
Compare Source
Prometheus Blackbox Exporter
v7.8.0
Compare Source
Prometheus Blackbox Exporter
v7.7.0
Compare Source
Prometheus Blackbox Exporter
v7.6.2
Compare Source
Prometheus Blackbox Exporter
v7.6.1
Compare Source
Prometheus Blackbox Exporter
v7.6.0
Compare Source
Prometheus Blackbox Exporter
v7.5.0
Compare Source
Prometheus Blackbox Exporter
v7.4.0
Compare Source
Prometheus Blackbox Exporter
v7.3.0
Compare Source
Prometheus Blackbox Exporter
v7.2.0
Compare Source
Prometheus Blackbox Exporter
v7.1.3
Compare Source
Prometheus Blackbox Exporter
v7.1.2
Compare Source
Prometheus Blackbox Exporter
v7.1.1
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.