Skip to content

Commit 8832d43

Browse files
authored
Merge pull request #602 from gitpod-io/roboquat/automated-dependency-update-main
[bot] [main] Automated dependencies update
2 parents d9a804e + f00161d commit 8832d43

File tree

5 files changed

+79
-12
lines changed

5 files changed

+79
-12
lines changed

jsonnetfile.lock.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"subdir": "contrib/mixin"
1919
}
2020
},
21-
"version": "fe91daaf83461ad54b5a4a85d100c34ca46b9d5b",
21+
"version": "e53bad4fdc318043b4f68f47e7d3733fa718118d",
2222
"sum": "XmXkOCriQIZmXwlIIFhqlJMa0e6qGWdxZD+ZDYaN0Po="
2323
},
2424
{
@@ -28,7 +28,7 @@
2828
"subdir": "operations/observability/mixins"
2929
}
3030
},
31-
"version": "e93eb6cc8c60bfe29700bbc6c7c62b92b625bc04",
31+
"version": "830d9c91b045b2c365656fc9424c210832fd6cd3",
3232
"sum": "wvuIMANAM9nLAR9RmTl2J7ZkFOV/XtIQ8LwKApfydKc=",
3333
"name": "gitpod"
3434
},
@@ -159,7 +159,7 @@
159159
"subdir": "jsonnet/kube-prometheus"
160160
}
161161
},
162-
"version": "f0abeaf2c817f8ec51f8e6ca0497d0d87b5a1c0c",
162+
"version": "cfc74abbfab9d0f91660a77c93a0db7c0d5e27a1",
163163
"sum": "ClY5bR72mU4gIQiWfvcZ+dT2uzqJAOb4oFbXD1h2vQE="
164164
},
165165
{
@@ -169,7 +169,7 @@
169169
"subdir": "jsonnet/mixin"
170170
}
171171
},
172-
"version": "43d133b211ace353579c21bc5d050bcd2f90b5ef",
172+
"version": "f727cf83f917cd23dc2b1f305ca9817ffb9a94d5",
173173
"sum": "gi+knjdxs2T715iIQIntrimbHRgHnpM8IFBJDD1gYfs=",
174174
"name": "prometheus-operator-mixin"
175175
},
@@ -180,8 +180,8 @@
180180
"subdir": "jsonnet/prometheus-operator"
181181
}
182182
},
183-
"version": "43d133b211ace353579c21bc5d050bcd2f90b5ef",
184-
"sum": "TLDa8AVPj+FXYtYSz/+tOSs5TGzDFLJEClNQUDiKkDA="
183+
"version": "f727cf83f917cd23dc2b1f305ca9817ffb9a94d5",
184+
"sum": "wfpPLFRjNE6+y3VQF+z7gL1m1QX3ZpucJajVNe8Jw9k="
185185
},
186186
{
187187
"source": {
@@ -201,7 +201,7 @@
201201
"subdir": "docs/node-mixin"
202202
}
203203
},
204-
"version": "2179f0a34d2d7b6212f3a1c647d5aca44ffa33e5",
204+
"version": "581a9090e409d17ee3757e15225b00e7abc3eccf",
205205
"sum": "NcpQ0Hz0qciUqmOYoAR0X8GUK5pH/QiUXm1aDNgvua0="
206206
},
207207
{
@@ -211,7 +211,7 @@
211211
"subdir": "documentation/prometheus-mixin"
212212
}
213213
},
214-
"version": "938e5cb62b0749123d003fa171937ea213736450",
214+
"version": "b18272a5727be12a21784f9221070965e8d1c71a",
215215
"sum": "1+e8HismURh2GEbJPRIxI30M1nsrIuIh0TRUhwylqf4=",
216216
"name": "prometheus"
217217
},
@@ -233,7 +233,7 @@
233233
"subdir": "mixin"
234234
}
235235
},
236-
"version": "ddd5ff85f4594e6970b0df3813d31c8f3024fe5f",
236+
"version": "b51ef6765478c035957de436621c82f7fd5fa4a7",
237237
"sum": "ieCD4eMgGbOlrI8GmckGPHBGQDcLasE1rULYq56W/bs=",
238238
"name": "thanos-mixin"
239239
},

monitoring-satellite/manifests/crds/prometheusOperator-0alertmanagerCustomResourceDefinition.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2110,6 +2110,36 @@ spec:
21102110
pattern: ^(http|https)://.+$
21112111
type: string
21122112
type: object
2113+
victorops:
2114+
description: The default configuration for VictorOps.
2115+
properties:
2116+
apiKey:
2117+
description: The default VictorOps API Key.
2118+
properties:
2119+
key:
2120+
description: The key of the secret to select from. Must be a valid secret key.
2121+
type: string
2122+
name:
2123+
default: ""
2124+
description: |-
2125+
Name of the referent.
2126+
This field is effectively required, but due to backwards compatibility is
2127+
allowed to be empty. Instances of this type with an empty value here are
2128+
almost certainly wrong.
2129+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2130+
type: string
2131+
optional:
2132+
description: Specify whether the Secret or its key must be defined
2133+
type: boolean
2134+
required:
2135+
- key
2136+
type: object
2137+
x-kubernetes-map-type: atomic
2138+
apiURL:
2139+
description: The default VictorOps API URL.
2140+
pattern: ^(http|https)://.+$
2141+
type: string
2142+
type: object
21132143
webex:
21142144
description: The default configuration for Jira.
21152145
properties:

monitoring-satellite/manifests/crds/prometheusOperator-0servicemonitorCustomResourceDefinition.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,12 +1216,15 @@ spec:
12161216
type: object
12171217
status:
12181218
description: |-
1219+
This Status subresource is under active development and is updated only when the
1220+
"StatusForConfigurationResources" feature gate is enabled.
1221+
12191222
Most recent observed status of the ServiceMonitor. Read-only.
12201223
More info:
12211224
https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
12221225
properties:
12231226
bindings:
1224-
description: The list of workload resources (Prometheus or PrometheusAgent) which select the service monitor.
1227+
description: The list of workload resources (Prometheus or PrometheusAgent) which select the configuration resource.
12251228
items:
12261229
description: WorkloadBinding is a link between a configuration resource and a workload resource.
12271230
properties:

vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/alertmanagers-crd.json

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/prometheus-operator/servicemonitors-crd.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)