NO-ISSUE: [bot] Bump openshift/prometheus-operator to v0.93.1 - #391
Conversation
Signed-off-by: Artem Muterko <artem@sopho.tech>
…belet-endpoints-ip-family fix: restrict kubelet Endpoints to the service's primary IP family
The --grpc-server-tls-ciphers and --grpc-server-tls-curves flags in Thanos are defined with kingpin's StringsVar, which accumulates values from repeated flag invocations. It does not split a single comma-separated value. Previously the operator joined all cipher suites and curves into a single comma-separated value (e.g. --grpc-server-tls-ciphers=cipher1,cipher2), causing Thanos to treat the entire string as one cipher name and fail with 'invalid cipher suite'. Emit one flag per value instead, producing repeated flags that kingpin can parse correctly (e.g. --grpc-server-tls-ciphers=cipher1 --grpc-server-tls-ciphers=cipher2). Assisted-by: claude-opus-4-6 Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
…pc-tls-repeated-flags fix: emit repeated flags for Thanos gRPC TLS ciphers and curves
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…93.1 chore: cut v0.93.1
v0.93.1 # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCgAdFiEE/jCAc0MNZY5toBt1AZCmbAoQ/E8FAmp51voACgkQAZCmbAoQ # /E+1VBAA2YTezwJuPPqJ+7KaU9Bhh5JtNPJXoRK4u8yzrjYpfL5hIoOTSfGPMhr9 # pQOOp12DsHeQe5B5vwoBW+oeNp6ZBrxMnrhVC82B10R/d3ZUdO7Q3nIIei5KKAv2 # ClzPnOTWMETwCMRJTvobfjEEoiEiZWZ51l21NjhNJfEd4+lxmZ3+iQ1jYIkjDTi9 # iFtcWk+VB5bKSpVfTFF+wWowq9uxaUjzZpaBiwJhqHfHUN/MsPcUTS/ULAHIVdp3 # VzPN4kRneSLvbrdGsuBwARITd2Vh8daKBU2OuQgx8n+9cNLJpSaCo90CuQOmRM8C # RQEnD9XVsLy/pg0+7vBz+xX/92JY6gwtqkEYjXmv6tI4Z2HAoQp80hBiwmZZQvrg # /ENv4jtEFn4ACZeHasTj/4i0WpCD1tsW2xVVKlkVUmL1JqQgaW/j5t63rM2LULUM # DoGMOp1FklDPxIfPaFldZZxZvUt0EnEWhzYxuhtGuWcJitDNKwFJP0OO61YOQapK # RyNpRf2+B2Theuw+KIF4lmF9EA4K8M2XQhDtjg3TxAqDxgE2kSuzvRicXN4Knr+d # lYxCJz4N3NbGXQ4/hWrTjmkRiwfTrxgOtb2iItrUjTcRhaIH//XNSYhYLK20T3QE # 4KQS/bjsMPNMfGDovfjxIz4XaOOuGz9lYUZCnVq2sEb6UFLObss= # =SgkN # -----END PGP SIGNATURE----- # gpg: directory '/home/runner/.gnupg' created # gpg: keybox '/home/runner/.gnupg/pubring.kbx' created # gpg: Signature made Mon Aug 10 13:49:46 2026 UTC # gpg: using RSA key FE308073430D658E6DA01B750190A66C0A10FC4F # gpg: Can't check signature: No public key
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
/approve |
|
@simonpasquier: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@openshift-monitoring-bot[bot]: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Scheduling required tests: |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: openshift-monitoring-bot[bot], simonpasquier The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@openshift-monitoring-bot[bot]: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description
This is an automated version bump from CI.
The logs for this run can be found in the syncbot repo actions.