Skip to content

[bot] [main] Automated dependencies update #590

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
May 26, 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
20 changes: 10 additions & 10 deletions jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"subdir": "contrib/mixin"
}
},
"version": "592c195ae21e8d58b7e2fef355e7067499d70edd",
"version": "9349b23f0fb49fd8ea57b823572b5781fb25154d",
"sum": "XmXkOCriQIZmXwlIIFhqlJMa0e6qGWdxZD+ZDYaN0Po="
},
{
Expand All @@ -28,7 +28,7 @@
"subdir": "operations/observability/mixins"
}
},
"version": "7183b9e8adddaa27408d619d2cee18e38085e3a1",
"version": "f88268c88903ae95efd71751803df7e009c40bcd",
"sum": "m0HuOFGTj2J4HMjHxahFeNsKDXutPju29gIjVTc+eMM=",
"name": "gitpod"
},
Expand Down Expand Up @@ -159,7 +159,7 @@
"subdir": "jsonnet/kube-prometheus"
}
},
"version": "1e4df581de8897f16108bc4881be26e2a98c02b8",
"version": "2c1dffebb7419f092b8eea40983f86e74fe41860",
"sum": "8FKBFchMql/nAB7aIHpdCX1t9XD5CjunCPBGfJjb4ws="
},
{
Expand All @@ -169,7 +169,7 @@
"subdir": "jsonnet/mixin"
}
},
"version": "8187c80aecbc98add3674312e0d4d2574a68dee9",
"version": "8c9b53f53a347f3e2a1f4ccfa64a670c5d4bcb4b",
"sum": "gi+knjdxs2T715iIQIntrimbHRgHnpM8IFBJDD1gYfs=",
"name": "prometheus-operator-mixin"
},
Expand All @@ -180,8 +180,8 @@
"subdir": "jsonnet/prometheus-operator"
}
},
"version": "8187c80aecbc98add3674312e0d4d2574a68dee9",
"sum": "h0OqwZc+lM3wmZIeT2k3HntHpXxMGPqwMAXtfrtdk3Q="
"version": "8c9b53f53a347f3e2a1f4ccfa64a670c5d4bcb4b",
"sum": "yri/B9UZ7LyE8fwbpNVbZL8WHoWGS5/07wHC709DMsQ="
},
{
"source": {
Expand All @@ -190,7 +190,7 @@
"subdir": "doc/alertmanager-mixin"
}
},
"version": "b49dfc0e826093d91937ddd4dc9bdcfcca544071",
"version": "0ce3cfb962db3cbb1649d3e816a49a13c4036cd1",
"sum": "j5prvRrJdoCv7n45l5Uy2ghl1IDb9BBUqjwCDs4ZJoQ=",
"name": "alertmanager"
},
Expand All @@ -201,7 +201,7 @@
"subdir": "docs/node-mixin"
}
},
"version": "67ebd4c4ffc652649fd3b348655d216fe4f832d1",
"version": "e942bae99fc1054c62cf6735ed8566e78bed6beb",
"sum": "NcpQ0Hz0qciUqmOYoAR0X8GUK5pH/QiUXm1aDNgvua0="
},
{
Expand All @@ -211,7 +211,7 @@
"subdir": "documentation/prometheus-mixin"
}
},
"version": "8e6b008608e64a1e706854a7aaf849ca62439e22",
"version": "14fc57e4cfdb8de6affd0f58e885edbbd16812ea",
"sum": "2c+wttfee9TwuQJZIkNV7Tekem74Qgc7iZ842P28rNw=",
"name": "prometheus"
},
Expand All @@ -233,7 +233,7 @@
"subdir": "mixin"
}
},
"version": "88092449cd92ef51e9ef1027715349fd8db89d02",
"version": "da421eaffeddaebdc000222cecbad56d557c6ac8",
"sum": "ieCD4eMgGbOlrI8GmckGPHBGQDcLasE1rULYq56W/bs=",
"name": "thanos-mixin"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3416,6 +3416,12 @@ spec:
- name
type: object
type: array
convertClassicHistogramsToNHCB:
description: |-
Whether to convert all scraped classic histograms into a native histogram with custom buckets.

It requires Prometheus >= v3.4.0.
type: boolean
disableCompaction:
description: |-
When true, the Prometheus compaction is disabled.
Expand Down Expand Up @@ -5282,6 +5288,19 @@ spec:
enabling the StatefulSetMinReadySeconds feature gate.
format: int32
type: integer
nameEscapingScheme:
description: |-
Specifies the character escaping scheme that will be requested when scraping
for metric and label names that do not conform to the legacy Prometheus
character set.

It requires Prometheus >= v3.4.0.
enum:
- AllowUTF8
- Underscores
- Dots
- Values
type: string
nameValidationScheme:
description: Specifies the validation scheme for metric and label names.
enum:
Expand All @@ -5298,6 +5317,11 @@ spec:
Settings related to the OTLP receiver feature.
It requires Prometheus >= v2.55.0.
properties:
convertHistogramsToNHCB:
description: |-
Configures optional translation of OTLP explicit bucket histograms into native histograms with custom buckets.
It requires Prometheus >= v3.4.0.
type: boolean
keepIdentifyingResourceAttributes:
description: |-
Enables adding `service.name`, `service.namespace` and `service.instance.id`
Expand All @@ -5321,6 +5345,7 @@ spec:
enum:
- NoUTF8EscapingWithSuffixes
- UnderscoreEscapingWithSuffixes
- NoTranslation
type: string
type: object
overrideHonorLabels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2722,6 +2722,12 @@ spec:
- name
type: object
type: array
convertClassicHistogramsToNHCB:
description: |-
Whether to convert all scraped classic histograms into a native histogram with custom buckets.

It requires Prometheus >= v3.4.0.
type: boolean
dnsConfig:
description: Defines the DNS configuration for the pods.
properties:
Expand Down Expand Up @@ -4555,6 +4561,19 @@ spec:
- StatefulSet
- DaemonSet
type: string
nameEscapingScheme:
description: |-
Specifies the character escaping scheme that will be requested when scraping
for metric and label names that do not conform to the legacy Prometheus
character set.

It requires Prometheus >= v3.4.0.
enum:
- AllowUTF8
- Underscores
- Dots
- Values
type: string
nameValidationScheme:
description: Specifies the validation scheme for metric and label names.
enum:
Expand All @@ -4571,6 +4590,11 @@ spec:
Settings related to the OTLP receiver feature.
It requires Prometheus >= v2.55.0.
properties:
convertHistogramsToNHCB:
description: |-
Configures optional translation of OTLP explicit bucket histograms into native histograms with custom buckets.
It requires Prometheus >= v3.4.0.
type: boolean
keepIdentifyingResourceAttributes:
description: |-
Enables adding `service.name`, `service.namespace` and `service.instance.id`
Expand All @@ -4594,6 +4618,7 @@ spec:
enum:
- NoUTF8EscapingWithSuffixes
- UnderscoreEscapingWithSuffixes
- NoTranslation
type: string
type: object
overrideHonorLabels:
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.