Skip to content
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

Merged
merged 27 commits into from
Feb 2, 2023

Conversation

mpatlasov
Copy link

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

jsafrane and others added 27 commits November 11, 2022 18:24
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
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
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jan 31, 2023
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 31, 2023

@mpatlasov: This pull request references STOR-1020 which is a valid jira issue.

In response to this:

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

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.

@mpatlasov
Copy link
Author

mpatlasov commented Jan 31, 2023

/retitle STOR-1020: Rebase external-resizer to v1.7.0 for OCP 4.13

@openshift-ci openshift-ci bot changed the title STOR-1020: Rebase external-resizer to v1.7.0 for OCP 4.13 STOR-1020: Rebase external-resizer to v1.7.0 for OCP 4.13 Jan 31, 2023
@openshift-ci openshift-ci bot requested review from bertinatto and gnufied January 31, 2023 17:06
@mpatlasov
Copy link
Author

/label docs-approved
/label px-approved

@openshift-ci openshift-ci bot added docs-approved Signifies that Docs has signed off on this PR px-approved Signifies that Product Support has signed off on this PR labels Jan 31, 2023
@openshift-ci
Copy link

openshift-ci bot commented Jan 31, 2023

@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.

@jsafrane
Copy link

jsafrane commented Feb 1, 2023

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 1, 2023
@openshift-ci
Copy link

openshift-ci bot commented Feb 1, 2023

[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 /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 Feb 1, 2023
@duanwei33
Copy link

Checked the CI results look good for sidecar rebase.

@duanwei33
Copy link

/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Feb 2, 2023
@openshift-merge-robot openshift-merge-robot merged commit 3b20670 into openshift:master Feb 2, 2023
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. docs-approved Signifies that Docs has signed off on this PR jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. px-approved Signifies that Product Support has signed off on this PR qe-approved Signifies that QE has signed off on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants