Skip to content

Merge https://github.com/kubernetes/cloud-provider-openstack:release-1.34 (a804c47) into release-4.21 - #430

Open
shiftstack-merge-bot[bot] wants to merge 79 commits into
openshift:release-4.21from
shiftstack:rebase-bot-release-4.21
Open

Merge https://github.com/kubernetes/cloud-provider-openstack:release-1.34 (a804c47) into release-4.21#430
shiftstack-merge-bot[bot] wants to merge 79 commits into
openshift:release-4.21from
shiftstack:rebase-bot-release-4.21

Conversation

@shiftstack-merge-bot

@shiftstack-merge-bot shiftstack-merge-bot Bot commented Sep 7, 2026

Copy link
Copy Markdown

This is an automated rebase PR generated by RebaseBot.

Summary

  • Source: https://github.com/kubernetes/cloud-provider-openstack:release-1.34
  • Destination: https://github.com/openshift/cloud-provider-openstack:release-4.21
  • 8 new upstream commits

Logs

View job log

The Keystone authentication webhook handler writes the raw bearer token
submitted in every TokenReview to the log stream when verbosity is 4 or
higher. It is pretty common to set this level (-v=4) while e.g.
debugging. Additionally, it is common for logs to be sent to a central
store, with different access controls than the main cluster. A user with
access to this store can use the captured token for replay attacks for
any user that authenticates against the cluster until the token's TTL.

Stop logging the token and avoid all of this. The combo of user, any
error and the usual timestamp etc. should be more than sufficient.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Co-authored-by: Stephen Finucane <stephenfin@redhat.com>
Adding myself to the OWNERS file.
I'm no stranger to CPO, having reviewed a number of patches already [1],
and as noted a comment [2] I intend to increase my participation to the
project.

[1] https://github.com/kubernetes/cloud-provider-openstack/pulls?q=is%3Apr+involves%3Amandre
[2] kubernetes#3166 (comment)

Co-authored-by: Martin André <m.andre@redhat.com>
…netes#3190)

* magnum-auto-healer: Add certificate validation

The controller always sets InsecureSkipVerify. The two modern Magnum
drivers in use today both use CAPI and thus kubeadm under the hood.
kubeadm injects nodes internal IPs as SANs into the certs it generates,
meaning certificate validation should pass when using the same root
cert. Thus, we add two new configuration knobs: one to point to a CA
file to use (defaulting to the well-known location k8s mounts certs to)
and another to explicitly disable verification as an escape hatch.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Assisted-by: Claude Sonnet 4.8 <noreply@anthropic.com>

* magnum-auto-healer: Document Endpoint health check parameters

Add a parameter reference table covering all Endpoint check options,
including the newly added ca-file and tls-insecure fields.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>

* magnum-auto-healer: Respect the unhealthy-duration grace period

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>

---------

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Co-authored-by: Stephen Finucane <stephenfin@redhat.com>
@openshift-merge-bot

Copy link
Copy Markdown

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci
openshift-ci Bot requested review from mandre and stephenfin September 7, 2026 10:05
@openshift-ci

openshift-ci Bot commented Sep 7, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: shiftstack-merge-bot[bot]
Once this PR has been reviewed and has the lgtm label, please assign elmiko for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Sep 7, 2026
@openshift-ci

openshift-ci Bot commented Sep 7, 2026

Copy link
Copy Markdown

Hi @shiftstack-merge-bot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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 kubernetes-sigs/prow repository.

No new linter violations, but this should help minimise future breakages
as we e.g. bump go versions.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Co-authored-by: Stephen Finucane <stephenfin@redhat.com>
Tagged releases are no longer allowed in
kubernetes/cloud-provider-openstack and all actions must be pinned
to a full-length commit SHA.

Co-authored-by: Matt Anson <matta@stackhpc.com>
The system:cloud-node-controller ClusterRoleBinding was bound to a
non-existent cloud-node-controller ServiceAccount. The DaemonSet uses
cloud-controller-manager, so fix the binding subject to match.

Co-authored-by: Furkan Akman <hi@furkanakman.dev>
* update helm charts to 1.34.1 (kubernetes#3019)

(cherry picked from commit 0973c52)

* Add node affinity to schedule cloud controller manager only on control plane nodes. (kubernetes#2929)

(cherry picked from commit 9c54a3d)

* fix: Incorrect SA name in auth-delegate clusterRoleBiding (kubernetes#2907)

(cherry picked from commit f6cd984)

* [cinder-csi-plugin] podSecurityContext is missing in nodePlugin DaemonSet (kubernetes#2981)

* podSecurityContext is missing is nodePlugin DaemonSet

* [cinder-csi-plugin] Bump chart version

(cherry picked from commit a326616)

* [occm] Add container-level securityContext to Helm chart (kubernetes#3041)

* feat: add security context support for openstack-cloud-controller-manager

* chore: bump version to 2.34.2 in Chart.yaml

(cherry picked from commit e862efc)

* bump Cinder CSI sidecar versions to latest minor version (kubernetes#3046)

(cherry picked from commit 8d0ffea)

* bump Manila CSI sidecar versions to latest minor version (kubernetes#3047)

(cherry picked from commit 20e8042)

---------

Co-authored-by: Jesse Haka <haka.jesse@gmail.com>
Co-authored-by: Furkan Akman <hi@furkanakman.dev>
Co-authored-by: Haorui Peng <haorui.peng0512@gmail.com>
Co-authored-by: Mathieu REHO <mathieu.reho@rehzzo.com>
Co-authored-by: Denis GERMAIN <dt.germain@gmail.com>
Co-authored-by: Janne Mensonen <47865038+jauru@users.noreply.github.com>
Co-authored-by: kayrus <kay.diam@gmail.com>
Co-authored-by: kayrus <kay.diam@gmail.com>
Co-authored-by: pýrus <kayrus@users.noreply.github.com>
AOS Automation Release Team and others added 27 commits September 10, 2026 10:01
…ernetes#2723)

* prepare release 1.31.2

* update deps

* use k8s 1.31.3

* Fix CSI tests (kubernetes#2712)

* [tests] bump devstack branch to stable/2023.2, fix python issues (kubernetes#2716)

* [tests] bump ubuntu to 24.04 jammy (kubernetes#2721)

---------

Co-authored-by: pýrus <kayrus@users.noreply.github.com>
…rnetes#2746)

Many clouds do not have a 1:1 mapping of compute and storage AZs. As we
generate topology information from the metadata service on the node
(i.e. a compute AZ), this can prevent us from being able to schedule
VMs.

Add a new boolean, '--with-topology', to allow users to disable the
topology feature where it does not make sense. An identical option
already exists for the Manila CSI driver. However, unlike that option,
this one defaults to 'true' to retain current behavior.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
(cherry picked from commit ac23a1e)

Co-authored-by: Stephen Finucane <stephenfin@redhat.com>
as a preemptive measure against
[CVE-2024-45338](GHSA-w32m-9786-jp63).

This is essentially a backport of bbb82f4

Signed-off-by: Lennart Jern <lennart.jern@est.tech>
Co-authored-by: pýrus <kayrus@users.noreply.github.com>
…es#2842)

* refactor list volumes call

* upgrade tests

* comments improvements

* fix imports and list options

* token split

* add more jointoken  tests

Co-authored-by: Konstantinos Angelopoulos <konstantinos.angelopoulos@sap.com>
%T prints the type. %t prints the word true/false, which is what we
want. [1]

[1] https://pkg.go.dev/fmt

Conflicts:
	pkg/csi/manila/driver.go

NOTE(stephenfin): Merge conflicts are due to the absence of PR kubernetes#2734,
which we don't want to backport.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This causes issue with vendoring.
…clouds.yaml (kubernetes#2911)

* handle boolean values correctly when reading from secrets

Previously, the validator failed when attempting to parse boolean fields
like `UseClouds` in `AuthOpts` from secrets. This was due to secrets
being stored as strings, leading to a type mismatch.

Added logic to correctly parse string representations of booleans to
match the expected type in the struct.

(cherry picked from commit f3e4fdb)

* Implement clouds.yaml support and make auth params optional

Enables reading credentials/config from clouds.yaml when UseClouds is
set. Mark Region and AuthURL as optional.

(cherry picked from commit 1d66e56)
Co-authored-by: pýrus <kayrus@users.noreply.github.com>
Signed-off-by: moonek <gghonor@naver.com>
Signed-off-by: Carlos da Silva <ces.eduardo98@gmail.com>
@shiftstack-merge-bot shiftstack-merge-bot Bot changed the title Merge https://github.com/kubernetes/cloud-provider-openstack:release-1.34 (a5a8862) into release-4.21 Merge https://github.com/kubernetes/cloud-provider-openstack:release-1.34 (a804c47) into release-4.21 Sep 10, 2026
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 0fa279bd-58e2-4298-af98-b1c2e6ac4f03

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.