Skip to content

Commit

Permalink
[bot] [main] Automated version update (#2170)
Browse files Browse the repository at this point in the history
Co-authored-by: Prometheus Operator Bot <[email protected]>
  • Loading branch information
prom-op-bot and prom-op-bot authored Jul 24, 2023
1 parent 562e714 commit d388980
Show file tree
Hide file tree
Showing 14 changed files with 408 additions and 24 deletions.
2 changes: 1 addition & 1 deletion jsonnet/kube-prometheus/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"blackboxExporter": "0.24.0",
"grafana": "9.5.3",
"kubeStateMetrics": "2.9.2",
"nodeExporter": "1.6.0",
"nodeExporter": "1.6.1",
"prometheus": "2.45.0",
"prometheusAdapter": "0.10.0",
"prometheusOperator": "0.66.0",
Expand Down
24 changes: 12 additions & 12 deletions jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"subdir": "contrib/mixin"
}
},
"version": "bedd13298d2694db1aa2877533239cdcfa4bd1f1",
"version": "26b3ecf5aa25ec085c7bd0f99a871865742c078d",
"sum": "GdePvMDfLQcVhwzk/Ephi/jC27ywGObLB5t0eC0lXd4="
},
{
Expand Down Expand Up @@ -58,7 +58,7 @@
"subdir": "grafana-builder"
}
},
"version": "c70292938d5186d22ff735b9dfad3ec3681239e8",
"version": "a3e4fa30494f4ee94f1cab506df85090a12545d9",
"sum": "xEFMv4+ObwP5L1Wu0XK5agWci4AJzNApys6iKAQxLlQ="
},
{
Expand All @@ -68,8 +68,8 @@
"subdir": ""
}
},
"version": "003ba5eadfbd69817d1215952133d3ecf99fbd92",
"sum": "2ZvQR3ld4JuX0PC3IYMri/jbeW7ko3ni2Ukrz2QnG3M="
"version": "46fc905d5b2981642043088ac7902ea50db2903e",
"sum": "8FAie1MXww5Ip9F8hQWkU9Fio1Af+hO4weQuuexioIQ="
},
{
"source": {
Expand Down Expand Up @@ -98,7 +98,7 @@
"subdir": "jsonnet/mixin"
}
},
"version": "6322a2e481d5e9a0f665d94655617c345179a053",
"version": "ec8188c48b186becae6041bcd439fa640086a1e4",
"sum": "n3flMIzlADeyygb0uipZ4KPp2uNSjdtkrwgHjTC7Ca4=",
"name": "prometheus-operator-mixin"
},
Expand All @@ -109,8 +109,8 @@
"subdir": "jsonnet/prometheus-operator"
}
},
"version": "6322a2e481d5e9a0f665d94655617c345179a053",
"sum": "9aENv3HT5qI9RuHh5tGpmQHx2r8YP4Vog5U+ggLg5f0="
"version": "ec8188c48b186becae6041bcd439fa640086a1e4",
"sum": "e+BTsEsyOI6FFW464Xn8Tp1xixtArpLqGHW8qIczNjs="
},
{
"source": {
Expand All @@ -130,7 +130,7 @@
"subdir": "docs/node-mixin"
}
},
"version": "7c564bcbeffade3dacac43b07c2eeca4957ca71d",
"version": "8fb4f78ce541f404144f86b3202cc53d2a0f387c",
"sum": "By6n6U10hYDogUsyhsaKZehbhzxBZZobJloiKyKadgM="
},
{
Expand All @@ -140,7 +140,7 @@
"subdir": "documentation/prometheus-mixin"
}
},
"version": "c204e1b924f116afbbf99ef9e8c064407a846547",
"version": "94edd088595b3f872fd770418c8face76a853628",
"sum": "8OngT76gVXOUROOOeP9yTe6E/dn+2D2J34Dn690QCG0=",
"name": "prometheus"
},
Expand All @@ -151,8 +151,8 @@
"subdir": "config/crd/bases"
}
},
"version": "1c655f05813beef11d0e83901a108ac5c2815b45",
"sum": "rG2Yvrj8/Uu/2tlH+xXMGwGIwhBlrBDYSGF/ugio+rY="
"version": "1f288e97738e6869b07d3363094f55146ce1d5eb",
"sum": "hF23mXrMFOMwB0zGHaHdL5aw3KOx5j1lyOwWT3IaOXY="
},
{
"source": {
Expand All @@ -161,7 +161,7 @@
"subdir": "mixin"
}
},
"version": "778e907d667eea9c8284bf06457bb3c65b3a7784",
"version": "cdba35b2c3779804adb69fca2162a528a10e682e",
"sum": "WhheqsiX0maUXByZFsb9xhCEsGXK2955bPmPPf1x+Cs=",
"name": "thanos-mixin"
},
Expand Down
2 changes: 1 addition & 1 deletion manifests/kubernetesControlPlane-prometheusRule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
annotations:
description: StatefulSet {{ $labels.namespace }}/{{ $labels.statefulset }} has not matched the expected number of replicas for longer than 15 minutes.
runbook_url: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubestatefulsetreplicasmismatch
summary: Deployment has not matched the expected number of replicas.
summary: StatefulSet has not matched the expected number of replicas.
expr: |
(
kube_statefulset_status_replicas_ready{job="kube-state-metrics"}
Expand Down
2 changes: 1 addition & 1 deletion manifests/nodeExporter-clusterRole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: node-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 1.6.0
app.kubernetes.io/version: 1.6.1
name: node-exporter
rules:
- apiGroups:
Expand Down
2 changes: 1 addition & 1 deletion manifests/nodeExporter-clusterRoleBinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: node-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 1.6.0
app.kubernetes.io/version: 1.6.1
name: node-exporter
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand Down
6 changes: 3 additions & 3 deletions manifests/nodeExporter-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: node-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 1.6.0
app.kubernetes.io/version: 1.6.1
name: node-exporter
namespace: monitoring
spec:
Expand All @@ -22,7 +22,7 @@ spec:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: node-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 1.6.0
app.kubernetes.io/version: 1.6.1
spec:
automountServiceAccountToken: true
containers:
Expand All @@ -37,7 +37,7 @@ spec:
- --collector.filesystem.mount-points-exclude=^/(dev|proc|sys|run/k3s/containerd/.+|var/lib/docker/.+|var/lib/kubelet/pods/.+)($|/)
- --collector.netclass.ignored-devices=^(veth.*|[a-f0-9]{15})$
- --collector.netdev.device-exclude=^(veth.*|[a-f0-9]{15})$
image: quay.io/prometheus/node-exporter:v1.6.0
image: quay.io/prometheus/node-exporter:v1.6.1
name: node-exporter
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion manifests/nodeExporter-networkPolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: node-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 1.6.0
app.kubernetes.io/version: 1.6.1
name: node-exporter
namespace: monitoring
spec:
Expand Down
2 changes: 1 addition & 1 deletion manifests/nodeExporter-prometheusRule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: node-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 1.6.0
app.kubernetes.io/version: 1.6.1
prometheus: k8s
role: alert-rules
name: node-exporter-rules
Expand Down
2 changes: 1 addition & 1 deletion manifests/nodeExporter-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: node-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 1.6.0
app.kubernetes.io/version: 1.6.1
name: node-exporter
namespace: monitoring
spec:
Expand Down
2 changes: 1 addition & 1 deletion manifests/nodeExporter-serviceAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: node-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 1.6.0
app.kubernetes.io/version: 1.6.1
name: node-exporter
namespace: monitoring
2 changes: 1 addition & 1 deletion manifests/nodeExporter-serviceMonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: node-exporter
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 1.6.0
app.kubernetes.io/version: 1.6.1
name: node-exporter
namespace: monitoring
spec:
Expand Down
24 changes: 24 additions & 0 deletions manifests/setup/0prometheusCustomResourceDefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,10 @@ spec:
baseImage:
description: '*Deprecated: use ''spec.image'' instead.*'
type: string
bodySizeLimit:
description: BodySizeLimit defines per-scrape on response body size. Only valid in Prometheus versions 2.45.0 and newer.
pattern: (^0|([0-9]*[.])?[0-9]+((K|M|G|T|E|P)i?)?B)$
type: string
configMaps:
description: ConfigMaps is a list of ConfigMaps in the same namespace as the Prometheus object, which shall be mounted into the Prometheus Pods. Each ConfigMap is added to the StatefulSet definition as a volume named `configmap-<configmap-name>`. The ConfigMaps are mounted into /etc/prometheus/configmaps/<configmap-name> in the 'prometheus' container.
items:
Expand Down Expand Up @@ -2790,6 +2794,18 @@ spec:
- name
type: object
type: array
labelLimit:
description: Per-scrape limit on number of labels that will be accepted for a sample. Only valid in Prometheus versions 2.45.0 and newer.
format: int64
type: integer
labelNameLengthLimit:
description: Per-scrape limit on length of labels name that will be accepted for a sample. Only valid in Prometheus versions 2.45.0 and newer.
format: int64
type: integer
labelValueLengthLimit:
description: Per-scrape limit on length of labels value that will be accepted for a sample. Only valid in Prometheus versions 2.45.0 and newer.
format: int64
type: integer
listenLocal:
description: When true, the Prometheus server listens on the loopback address instead of the Pod IP's address.
type: boolean
Expand Down Expand Up @@ -3872,6 +3888,10 @@ spec:
type: string
type: object
type: object
sampleLimit:
description: SampleLimit defines per-scrape limit on number of scraped samples that will be accepted. Only valid in Prometheus versions 2.45.0 and newer.
format: int64
type: integer
scrapeConfigNamespaceSelector:
description: Namespaces to match for ScrapeConfig discovery. An empty label selector matches all namespaces. A null label selector matches the current current namespace only.
properties:
Expand Down Expand Up @@ -4478,6 +4498,10 @@ spec:
tag:
description: '*Deprecated: use ''spec.image'' instead. The image''s tag can be specified as part of the image name.*'
type: string
targetLimit:
description: TargetLimit defines a limit on the number of scraped targets that will be accepted. Only valid in Prometheus versions 2.45.0 and newer.
format: int64
type: integer
thanos:
description: "Defines the configuration of the optional Thanos sidecar. \n This section is experimental, it may change significantly without deprecation notice in any release."
properties:
Expand Down
24 changes: 24 additions & 0 deletions manifests/setup/0prometheusagentCustomResourceDefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,10 @@ spec:
deny:
type: boolean
type: object
bodySizeLimit:
description: BodySizeLimit defines per-scrape on response body size. Only valid in Prometheus versions 2.45.0 and newer.
pattern: (^0|([0-9]*[.])?[0-9]+((K|M|G|T|E|P)i?)?B)$
type: string
configMaps:
description: ConfigMaps is a list of ConfigMaps in the same namespace as the Prometheus object, which shall be mounted into the Prometheus Pods. Each ConfigMap is added to the StatefulSet definition as a volume named `configmap-<configmap-name>`. The ConfigMaps are mounted into /etc/prometheus/configmaps/<configmap-name> in the 'prometheus' container.
items:
Expand Down Expand Up @@ -2519,6 +2523,18 @@ spec:
- name
type: object
type: array
labelLimit:
description: Per-scrape limit on number of labels that will be accepted for a sample. Only valid in Prometheus versions 2.45.0 and newer.
format: int64
type: integer
labelNameLengthLimit:
description: Per-scrape limit on length of labels name that will be accepted for a sample. Only valid in Prometheus versions 2.45.0 and newer.
format: int64
type: integer
labelValueLengthLimit:
description: Per-scrape limit on length of labels value that will be accepted for a sample. Only valid in Prometheus versions 2.45.0 and newer.
format: int64
type: integer
listenLocal:
description: When true, the Prometheus server listens on the loopback address instead of the Pod IP's address.
type: boolean
Expand Down Expand Up @@ -3185,6 +3201,10 @@ spec:
routePrefix:
description: "The route prefix Prometheus registers HTTP handlers for. \n This is useful when using `spec.externalURL`, and a proxy is rewriting HTTP routes of a request, and the actual ExternalURL is still true, but the server serves requests under a different route prefix. For example for use with `kubectl proxy`."
type: string
sampleLimit:
description: SampleLimit defines per-scrape limit on number of scraped samples that will be accepted. Only valid in Prometheus versions 2.45.0 and newer.
format: int64
type: integer
scrapeConfigNamespaceSelector:
description: Namespaces to match for ScrapeConfig discovery. An empty label selector matches all namespaces. A null label selector matches the current current namespace only.
properties:
Expand Down Expand Up @@ -3785,6 +3805,10 @@ spec:
type: object
type: object
type: object
targetLimit:
description: TargetLimit defines a limit on the number of scraped targets that will be accepted. Only valid in Prometheus versions 2.45.0 and newer.
format: int64
type: integer
tolerations:
description: Defines the Pods' tolerations if specified.
items:
Expand Down
Loading

0 comments on commit d388980

Please sign in to comment.