Skip to content

UPSTREAM-SYNC: Sync release-4.22 with upstream release-1.35#381

Open
stephenfin wants to merge 26 commits intoopenshift:release-4.22from
shiftstack:sync-release-4.22-1.35
Open

UPSTREAM-SYNC: Sync release-4.22 with upstream release-1.35#381
stephenfin wants to merge 26 commits intoopenshift:release-4.22from
shiftstack:sync-release-4.22-1.35

Conversation

@stephenfin
Copy link
Copy Markdown

Sync release-4.22 with the equivalent upstream release branch, release-1.35.

❯ git diff upstream/release-1.35 -- \
    ':!vendor' ':!DOWNSTREAM_OWNERS' ':!DOWNSTREAM_OWNERS_ALIASES' \
    ':!.ci-operator.yaml' ':!.snyk' ':!images/*/Dockerfile'
diff --git a/.gitignore b/.gitignore
index 26ab96757..857cf61fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,9 @@

-*.json
 *.sublime-project
 *.sublime-workspace
 *.swp
 .idea
 .DS_Store
-vendor

 # OSX leaves these everywhere on SMB shares
 ._*
@@ -111,9 +109,6 @@ network_closure.sh
 # Downloaded Kubernetes binary release
 /kubernetes/

-# direnv .envrc files
-.envrc
-
 # Downloaded kubernetes binary release tar ball
 kubernetes.tar.gz

silvacarloss and others added 26 commits October 13, 2025 17:13
While setting up an environment and attempting to use the CI
scripts to create a couple of worker nodes, an error was raised
due to the `release.stdout` value not being resolved to anything.

While setting up the master nodes, we do use `k3s_release` to
define the version to be used in the URL.

This change fixes the worker node set up script to use the value
of `k3s_release`.

Signed-off-by: Carlos da Silva <ces.eduardo98@gmail.com>
…#2994)

* Seed fsName to ceph-csi's node plugin

This option is now mandatory to use when there
are multiple CephFS file systems in the ceph
cluster. Without this, ceph won't be able to find
the (sub)volume to mount.

* Refactor splitter code, add unit tests/doc comments

Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>

---------

Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
* update test deps

* add debug logging on deployment failure, update nfs image
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.42.0 to 0.45.0.
- [Commits](golang/crypto@v0.42.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: moonek <gghonor@naver.com>
Signed-off-by: Carlos da Silva <ces.eduardo98@gmail.com>
Co-authored-by: moonek <gghonor@naver.com>
Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
* Bump k8s.io/kubernetes from 1.34.1 to 1.34.2

Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) from 1.34.1 to 1.34.2.
- [Release notes](https://github.com/kubernetes/kubernetes/releases)
- [Commits](kubernetes/kubernetes@v1.34.1...v1.34.2)

---
updated-dependencies:
- dependency-name: k8s.io/kubernetes
  dependency-version: 1.34.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump other k8s deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pýrus <kayrus@users.noreply.github.com>
…tes#3022)

Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/opencontainers/selinux/releases)
- [Commits](opencontainers/selinux@v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/selinux
  dependency-version: 1.13.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* support keystone token in cloud config

* add struct tags for token
…nSet (kubernetes#2981)

* podSecurityContext is missing is nodePlugin DaemonSet

* [cinder-csi-plugin] Bump chart version
…3041)

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

* chore: bump version to 2.34.2 in Chart.yaml
…es#3045)

When using manila DHSS=true the network needs to be specified to allow
using/creating the share. To allow e2e testing in a DHSS=true env I
added an option to specify network via an environment variable keeping
backward compatibility while allowing testing with DHSS=true
* bump dockerfile images

* bump k8s deps

* latest cgroups go depencency is not compatible with kubernetes 1.35

* deps: fix incorrectly bumped deps

---------

Co-authored-by: pýrus <kayrus@users.noreply.github.com>
* tests: bump devstack to stable/2025.2

* tests: show loadbalancer tags in raw format
Co-authored-by: Janne Mensonen <janne.mensonen@gmail.com>
Merge conflicts were due to us switching to the new branch.

  ❯ git diff upstream/release-1.35 -- \
      ':!vendor' ':!DOWNSTREAM_OWNERS' ':!DOWNSTREAM_OWNERS_ALIASES' \
      ':!.ci-operator.yaml' ':!.snyk' ':!images'

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels May 6, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@stephenfin: This pull request is an upstream sync and explicitly references no jira issue.

Details

In response to this:

Sync release-4.22 with the equivalent upstream release branch, release-1.35.

❯ git diff upstream/release-1.35 -- \
   ':!vendor' ':!DOWNSTREAM_OWNERS' ':!DOWNSTREAM_OWNERS_ALIASES' \
   ':!.ci-operator.yaml' ':!.snyk' ':!images/*/Dockerfile'
diff --git a/.gitignore b/.gitignore
index 26ab96757..857cf61fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,9 @@

-*.json
*.sublime-project
*.sublime-workspace
*.swp
.idea
.DS_Store
-vendor

# OSX leaves these everywhere on SMB shares
._*
@@ -111,9 +109,6 @@ network_closure.sh
# Downloaded Kubernetes binary release
/kubernetes/

-# direnv .envrc files
-.envrc
-
# Downloaded kubernetes binary release tar ball
kubernetes.tar.gz

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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 6, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: e142e450-687a-4957-b66b-f2e1cf7392ed

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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@stephenfin
Copy link
Copy Markdown
Author

/assign @mandre

@openshift-ci openshift-ci Bot requested review from gryf and mandre May 6, 2026 10:38
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: stephenfin

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

The pull request process is described 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 approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 6, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 6, 2026

@stephenfin: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/verify-deps aea4bad link true /test verify-deps
ci/prow/security aea4bad link false /test security
ci/prow/unit aea4bad link true /test unit
ci/prow/images aea4bad link true /test images
ci/prow/e2e-openstack aea4bad link true /test e2e-openstack

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@mandre
Copy link
Copy Markdown
Member

mandre commented May 7, 2026

There were a few changes related to manila, let's make sure the manila csi test suite runs on this PR.

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

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.