Skip to content

Commit e4b70cd

Browse files
authored
[bot] [main] Automated version update (prometheus-operator#2211)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
1 parent c11655a commit e4b70cd

File tree

2 files changed

+40
-10
lines changed

2 files changed

+40
-10
lines changed

jsonnetfile.lock.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"subdir": "contrib/mixin"
1919
}
2020
},
21-
"version": "2888a95d5d4f20e7e852214e888d79ead642300b",
21+
"version": "e80c8966f1153c5b6221fe3ae07335066b6c108e",
2222
"sum": "GdePvMDfLQcVhwzk/Ephi/jC27ywGObLB5t0eC0lXd4="
2323
},
2424
{
@@ -78,7 +78,7 @@
7878
"subdir": "jsonnet/kube-state-metrics"
7979
}
8080
},
81-
"version": "dbd456831b5adfc8642d5c7793c6cdad59c2e975",
81+
"version": "84abaf71386f0c52c913e6da9002915a09018dce",
8282
"sum": "+dOzAK+fwsFf97uZpjcjTcEJEC1H8hh/j8f5uIQK/5g="
8383
},
8484
{
@@ -88,7 +88,7 @@
8888
"subdir": "jsonnet/kube-state-metrics-mixin"
8989
}
9090
},
91-
"version": "dbd456831b5adfc8642d5c7793c6cdad59c2e975",
91+
"version": "84abaf71386f0c52c913e6da9002915a09018dce",
9292
"sum": "qclI7LwucTjBef3PkGBkKxF0mfZPbHnn4rlNWKGtR4c="
9393
},
9494
{
@@ -98,7 +98,7 @@
9898
"subdir": "jsonnet/mixin"
9999
}
100100
},
101-
"version": "0209080d37fc4293cfa6be252dcfec926fdfc39a",
101+
"version": "eae06bc25466bf44c4026700b8fbe5ca1af69328",
102102
"sum": "n3flMIzlADeyygb0uipZ4KPp2uNSjdtkrwgHjTC7Ca4=",
103103
"name": "prometheus-operator-mixin"
104104
},
@@ -109,8 +109,8 @@
109109
"subdir": "jsonnet/prometheus-operator"
110110
}
111111
},
112-
"version": "0209080d37fc4293cfa6be252dcfec926fdfc39a",
113-
"sum": "Gr+fwRoLDcx3fVegJJRQzFCWUugbFQXO/l1Pz2TNYzI="
112+
"version": "eae06bc25466bf44c4026700b8fbe5ca1af69328",
113+
"sum": "YAOAlG8dXDtg2nT6hnIN4U6yapwNHwCXPJbDMHX00YY="
114114
},
115115
{
116116
"source": {
@@ -119,7 +119,7 @@
119119
"subdir": "doc/alertmanager-mixin"
120120
}
121121
},
122-
"version": "6cbe2eb21f7cd770d8f247c545941f3a8c97f6a0",
122+
"version": "2a83643cdfea789c1ae30751684102b0fa5dad37",
123123
"sum": "1d7ZKYArJKacAWXLUz0bRC1uOkozee/PPw97/W5zGhc=",
124124
"name": "alertmanager"
125125
},
@@ -140,7 +140,7 @@
140140
"subdir": "documentation/prometheus-mixin"
141141
}
142142
},
143-
"version": "c5e1498ae243bbf0b8363786de065bf98acd1edb",
143+
"version": "b6f903b5f92b5458ad2244d9f442f7f859c01eb3",
144144
"sum": "8OngT76gVXOUROOOeP9yTe6E/dn+2D2J34Dn690QCG0=",
145145
"name": "prometheus"
146146
},
@@ -151,7 +151,7 @@
151151
"subdir": "config/crd/bases"
152152
}
153153
},
154-
"version": "b81fbf22bec162581c78b449f9a95f63d9d4d527",
154+
"version": "f2584910973e165509f260fe6943706185d11e5e",
155155
"sum": "v0uv2DLx8qjW+OviUfzTFOzZ+0IizXqBhuglGHIhGmo="
156156
},
157157
{
@@ -161,7 +161,7 @@
161161
"subdir": "mixin"
162162
}
163163
},
164-
"version": "7b20b1db38857ee69abe6cb1e7e3c67ef4b96fe8",
164+
"version": "78f21b9f407b70f0728214a3e5573d532c427347",
165165
"sum": "WhheqsiX0maUXByZFsb9xhCEsGXK2955bPmPPf1x+Cs=",
166166
"name": "thanos-mixin"
167167
},

manifests/setup/0scrapeconfigCustomResourceDefinition.yaml

+30
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,36 @@ spec:
429429
- server
430430
type: object
431431
type: array
432+
dnsSDConfigs:
433+
description: DNSSDConfigs defines a list of DNS service discovery configurations.
434+
items:
435+
description: DNSSDConfig allows specifying a set of DNS domain names which are periodically queried to discover a list of targets. The DNS servers to be contacted are read from /etc/resolv.conf. See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#dns_sd_config
436+
properties:
437+
names:
438+
description: A list of DNS domain names to be queried.
439+
items:
440+
type: string
441+
minItems: 1
442+
type: array
443+
port:
444+
description: The port number used if the query type is not SRV Ignored for SRV records
445+
type: integer
446+
refreshInterval:
447+
description: RefreshInterval configures the time after which the provided names are refreshed. If not set, Prometheus uses its default value.
448+
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$
449+
type: string
450+
type:
451+
description: The type of DNS query to perform. One of SRV, A, AAAA or MX. If not set, Prometheus uses its default value.
452+
enum:
453+
- SRV
454+
- A
455+
- AAAA
456+
- MX
457+
type: string
458+
required:
459+
- names
460+
type: object
461+
type: array
432462
fileSDConfigs:
433463
description: FileSDConfigs defines a list of file service discovery configurations.
434464
items:

0 commit comments

Comments
 (0)