NO-JIRA: Sync main with latest upstream (release-1.35)#370
NO-JIRA: Sync main with latest upstream (release-1.35)#370stephenfin wants to merge 27 commits intoopenshift:mainfrom
Conversation
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>
This gets us back in line with upstream:
❯ git diff upstream/release-1.35 -- \
':!vendor' ':!DOWNSTREAM_OWNERS' ':!DOWNSTREAM_OWNERS_ALIASES' \
':!.ci-operator.yaml' ':!.snyk' ':!images/*/Dockerfile'
This only shows changes for .gitignore due to [1], [2], and [3], none of
which we want to drop
[1] 0bdaf4a
[2] cbf42f0
[3] a4945a9
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
|
@stephenfin: 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. |
|
/assign @mandre |
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
|
/retest |
|
@stephenfin: The following tests failed, say
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. |
Sync
mainwith the latest upstream release branch,release-1.35.❯ git diff upstream/release-1.35 -- \ ':!vendor' ':!DOWNSTREAM_OWNERS' ':!DOWNSTREAM_OWNERS_ALIASES' \ ':!.ci-operator.yaml' ':!.snyk' ':!images/*/Dockerfile'Depends on openshift/release#74142
Prior art