Skip to content

[bot] [main] Automated dependencies update #602

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

Merged
merged 1 commit into from
Jul 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"subdir": "contrib/mixin"
}
},
"version": "fe91daaf83461ad54b5a4a85d100c34ca46b9d5b",
"version": "e53bad4fdc318043b4f68f47e7d3733fa718118d",
"sum": "XmXkOCriQIZmXwlIIFhqlJMa0e6qGWdxZD+ZDYaN0Po="
},
{
Expand All @@ -28,7 +28,7 @@
"subdir": "operations/observability/mixins"
}
},
"version": "e93eb6cc8c60bfe29700bbc6c7c62b92b625bc04",
"version": "830d9c91b045b2c365656fc9424c210832fd6cd3",
"sum": "wvuIMANAM9nLAR9RmTl2J7ZkFOV/XtIQ8LwKApfydKc=",
"name": "gitpod"
},
Expand Down Expand Up @@ -159,7 +159,7 @@
"subdir": "jsonnet/kube-prometheus"
}
},
"version": "f0abeaf2c817f8ec51f8e6ca0497d0d87b5a1c0c",
"version": "cfc74abbfab9d0f91660a77c93a0db7c0d5e27a1",
"sum": "ClY5bR72mU4gIQiWfvcZ+dT2uzqJAOb4oFbXD1h2vQE="
},
{
Expand All @@ -169,7 +169,7 @@
"subdir": "jsonnet/mixin"
}
},
"version": "43d133b211ace353579c21bc5d050bcd2f90b5ef",
"version": "f727cf83f917cd23dc2b1f305ca9817ffb9a94d5",
"sum": "gi+knjdxs2T715iIQIntrimbHRgHnpM8IFBJDD1gYfs=",
"name": "prometheus-operator-mixin"
},
Expand All @@ -180,8 +180,8 @@
"subdir": "jsonnet/prometheus-operator"
}
},
"version": "43d133b211ace353579c21bc5d050bcd2f90b5ef",
"sum": "TLDa8AVPj+FXYtYSz/+tOSs5TGzDFLJEClNQUDiKkDA="
"version": "f727cf83f917cd23dc2b1f305ca9817ffb9a94d5",
"sum": "wfpPLFRjNE6+y3VQF+z7gL1m1QX3ZpucJajVNe8Jw9k="
},
{
"source": {
Expand All @@ -201,7 +201,7 @@
"subdir": "docs/node-mixin"
}
},
"version": "2179f0a34d2d7b6212f3a1c647d5aca44ffa33e5",
"version": "581a9090e409d17ee3757e15225b00e7abc3eccf",
"sum": "NcpQ0Hz0qciUqmOYoAR0X8GUK5pH/QiUXm1aDNgvua0="
},
{
Expand All @@ -211,7 +211,7 @@
"subdir": "documentation/prometheus-mixin"
}
},
"version": "938e5cb62b0749123d003fa171937ea213736450",
"version": "b18272a5727be12a21784f9221070965e8d1c71a",
"sum": "1+e8HismURh2GEbJPRIxI30M1nsrIuIh0TRUhwylqf4=",
"name": "prometheus"
},
Expand All @@ -233,7 +233,7 @@
"subdir": "mixin"
}
},
"version": "ddd5ff85f4594e6970b0df3813d31c8f3024fe5f",
"version": "b51ef6765478c035957de436621c82f7fd5fa4a7",
"sum": "ieCD4eMgGbOlrI8GmckGPHBGQDcLasE1rULYq56W/bs=",
"name": "thanos-mixin"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2110,6 +2110,36 @@ spec:
pattern: ^(http|https)://.+$
type: string
type: object
victorops:
description: The default configuration for VictorOps.
properties:
apiKey:
description: The default VictorOps API Key.
properties:
key:
description: The key of the secret to select from. Must be a valid secret key.
type: string
name:
default: ""
description: |-
Name of the referent.
This field is effectively required, but due to backwards compatibility is
allowed to be empty. Instances of this type with an empty value here are
almost certainly wrong.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
type: string
optional:
description: Specify whether the Secret or its key must be defined
type: boolean
required:
- key
type: object
x-kubernetes-map-type: atomic
apiURL:
description: The default VictorOps API URL.
pattern: ^(http|https)://.+$
type: string
type: object
webex:
description: The default configuration for Jira.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1216,12 +1216,15 @@ spec:
type: object
status:
description: |-
This Status subresource is under active development and is updated only when the
"StatusForConfigurationResources" feature gate is enabled.

Most recent observed status of the ServiceMonitor. Read-only.
More info:
https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
properties:
bindings:
description: The list of workload resources (Prometheus or PrometheusAgent) which select the service monitor.
description: The list of workload resources (Prometheus or PrometheusAgent) which select the configuration resource.
items:
description: WorkloadBinding is a link between a configuration resource and a workload resource.
properties:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.