-
Notifications
You must be signed in to change notification settings - Fork 6
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
STOR-1850: Rebase to upstream v1.15.0 for OCP 4.17 #11
Conversation
Bumps build-image/debian-base from bookworm-v1.0.0 to bookworm-v1.0.1. --- updated-dependencies: - dependency-name: build-image/debian-base dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…docker/cmd/smbplugin/build-image/debian-base-bookworm-v1.0.1 chore(deps): bump build-image/debian-base from bookworm-v1.0.0 to bookworm-v1.0.1 in /cmd/smbplugin
…-repo doc: add this repo to ArtifactHub
fix: delete volume failure in archive mode when subDir contains /
test: fix github action test failure
…-registrar-image fix: change node-driver-registrar image version to 2.10.0 (deploy/v1.14.0 manifests)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…github_actions/golangci/golangci-lint-action-4 chore(deps): bump golangci/golangci-lint-action from 3 to 4
…tion-test cleanup: remove integration test
Bumps [k8s.io/component-base](https://github.com/kubernetes/component-base) from 0.28.6 to 0.28.7. - [Commits](kubernetes/component-base@v0.28.6...v0.28.7) --- updated-dependencies: - dependency-name: k8s.io/component-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
fix fix fix fix
test: fix goveralls
…go_modules/k8s.io/component-base-0.28.7 chore(deps): bump k8s.io/component-base from 0.28.6 to 0.28.7
Bumps [k8s.io/pod-security-admission](https://github.com/kubernetes/pod-security-admission) from 0.28.6 to 0.28.7. - [Commits](kubernetes/pod-security-admission@v0.28.6...v0.28.7) --- updated-dependencies: - dependency-name: k8s.io/pod-security-admission dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…go_modules/k8s.io/pod-security-admission-0.28.7 chore(deps): bump k8s.io/pod-security-admission from 0.28.6 to 0.28.7
Bumps [k8s.io/mount-utils](https://github.com/kubernetes/mount-utils) from 0.29.1 to 0.29.2. - [Commits](kubernetes/mount-utils@v0.29.1...v0.29.2) --- updated-dependencies: - dependency-name: k8s.io/mount-utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…go_modules/k8s.io/mount-utils-0.29.2 chore(deps): bump k8s.io/mount-utils from 0.29.1 to 0.29.2
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.3 to 1.5.4. - [Release notes](https://github.com/golang/protobuf/releases) - [Commits](golang/protobuf@v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: github.com/golang/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…go_modules/github.com/golang/protobuf-1.5.4 chore(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4
image.baseRepo can be used to specify the registry once
make image.*.repository variables relative by default
and remove .github
@dfajmon: This pull request references STOR-1850 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.17.0" version, but no target version was set. In 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. |
@dfajmon: The following test failed, say
Full PR test history. Your PR dashboard. 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. |
@mpatlasov newly rebased with the tag 1.15.0 |
/docs-approved |
/lgtm Great job, thank you! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dfajmon, mpatlasov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/label qe-approved $ oc rsh -c csi-driver smb-csi-driver-controller-5bb444444c-9zggf
sh-5.1# /bin/smbplugin --ver
Build Date: "2024-08-05T07:30:37Z"
Compiler: gc
Driver Name: smb.csi.k8s.io
Driver Version: v1.15.0
Git Commit: 8e26a1e4b731fab822f45a9d2766c34c02f17eb8
Go Version: go1.22.5 (Red Hat 1.22.5-1.el9) X:strictfipsruntime
Platform: linux/amd64
# E2E Regression tests all looks good
$ go test -v -timeout=0 ./test/e2e
Ran 12 of 13 Specs in 323.231 seconds
SUCCESS! -- 12 Passed | 0 Failed | 0 Pending | 1 Skipped |
0161a3a
into
openshift:master
[ART PR BUILD NOTIFIER] Distgit: ose-smb-csi-driver |
Diff to upstream v1.15.0:
kubernetes-csi/csi-driver-smb@v1.15.0...dfajmon:rebase-1.14.0
Changes between 1.13.0 (OCP 4.16) and 1.15.0 (OCP 4.17):
Full changelogs:
https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.14.0
https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.15.0
@openshift/storage