-
Notifications
You must be signed in to change notification settings - Fork 8
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-1020: Rebase external-resizer
to v1.7.0 for OCP 4.13
#136
STOR-1020: Rebase external-resizer
to v1.7.0 for OCP 4.13
#136
Conversation
kubernetes-csi/csi-release-tools@78c0fb71 Merge kubernetes-csi/csi-release-tools#208 from jsafrane/skip-selinux kubernetes-csi/csi-release-tools@36e433e2 Skip SELinux tests in CI by default kubernetes-csi/csi-release-tools@348d4a92 Merge kubernetes-csi/csi-release-tools#207 from RaunakShah/reviewers kubernetes-csi/csi-release-tools@1efc2724 Merge kubernetes-csi/csi-release-tools#206 from RaunakShah/update-prow kubernetes-csi/csi-release-tools@7d410d88 Changes to csi prow to run e2e tests in sidecars kubernetes-csi/csi-release-tools@cfa5a75c Merge kubernetes-csi/csi-release-tools#203 from humblec/test-vendor kubernetes-csi/csi-release-tools@4edd1d8a Add RaunakShah to CSI reviewers group kubernetes-csi/csi-release-tools@7ccc9594 release tools update to 1.19 git-subtree-dir: release-tools git-subtree-split: 78c0fb714fa4448b29962a0f34fa18b7b7d97ae6
master: update release-tools
Signed-off-by: Humble Chirammal <[email protected]>
add dependabot github action for auto dependency update
Bumps [github.com/container-storage-interface/spec](https://github.com/container-storage-interface/spec) from 1.5.0 to 1.7.0. - [Release notes](https://github.com/container-storage-interface/spec/releases) - [Commits](container-storage-interface/spec@v1.5.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/container-storage-interface/spec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.70.1 to 2.80.1. - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md) - [Commits](kubernetes/klog@v2.70.1...v2.80.1) --- updated-dependencies: - dependency-name: k8s.io/klog/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.51.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.47.0...v1.51.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…go_modules/github.com/container-storage-interface/spec-1.7.0 Bump github.com/container-storage-interface/spec from 1.5.0 to 1.7.0
…go_modules/k8s.io/klog/v2-2.80.1 Bump k8s.io/klog/v2 from 2.70.1 to 2.80.1
…go_modules/google.golang.org/grpc-1.51.0 Bump google.golang.org/grpc from 1.47.0 to 1.51.0
…update-master Update dependency go modules for k8s v1.26.0-rc.0
…-error Fix panic if unable to update PVC
…update-master Update dependency go modules for k8s v1.26.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.49.0 to 1.51.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.49.0...v1.51.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…go_modules/google.golang.org/grpc-1.51.0 Bump google.golang.org/grpc from 1.49.0 to 1.51.0
…update-master Upgrade csi-lib-utils to v0.12.0
…og-1.7 Add CHANGELOG-1.7md for k8s 1.26.0 release
And remove .github
@mpatlasov: This pull request references STOR-1020 which is a valid jira issue. 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 kubernetes/test-infra repository. |
/retitle STOR-1020: Rebase |
external-resizer
to v1.7.0 for OCP 4.13
/label docs-approved |
@mpatlasov: all tests passed! 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/test-infra repository. I understand the commands that are listed here. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane, 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 |
Checked the CI results look good for sidecar rebase. |
/label qe-approved |
Diff to upstream v1.7.0:
kubernetes-csi/external-resizer@v1.7.0...mpatlasov:rebase-1.7.0
Major changes between 1.6.0 (OCP 4.12) and 1.7.0:
Fix panic in recovery path if marking pvc as resize in progress fails (#246, @gnufied)
Full changelogs:
https://github.com/kubernetes-csi/external-resizer/releases/tag/v1.7.0
@openshift/storage