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-provisioner to v3.4.0 for OCP 4.13 #60

Merged
merged 57 commits into from
Feb 1, 2023

Conversation

mpatlasov
Copy link

@mpatlasov mpatlasov commented Jan 30, 2023

Diff to upstream v3.4.0:
kubernetes-csi/external-provisioner@v3.4.0...mpatlasov:rebase-3.4.0

Major changes between 3.3.0 (OCP 4.12) and 3.4.0:

Add support for cross-namespace data sources alpha feature (kubernetes-csi#805, [@ttakahashi21]
Register metrics exposed by sig-storage-lib (kubernetes-csi#792, @RaunakShah)
Update the annotation that needs to be applies to VolumeSnapshotContents from snapshot.storage.kubernetes.io/allowVolumeModeChange to snapshot.storage.kubernetes.io/allow-volume-mode-change (kubernetes-csi#791, @RaunakShah)
Update go to 1.19 and dependencies for k8s v1.26.0 (kubernetes-csi#834, @sunnylovestiramisu)

Full changelogs:

https://github.com/kubernetes-csi/external-provisioner/releases/tag/v3.4.0

@openshift/storage

RaunakShah and others added 30 commits September 28, 2022 10:23
Register metrics exposed by sig-storage-lib
Change annotation name to allow volume mode change
Fix string pointer comparison for source volume mode conversion
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.49.0 to 1.50.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.49.0...v1.50.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…go_modules/google.golang.org/grpc-1.50.1

build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.1
Bumps [github.com/container-storage-interface/spec](https://github.com/container-storage-interface/spec) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/container-storage-interface/spec/releases)
- [Commits](container-storage-interface/spec@v1.6.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] <support@github.com>
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.13.0...v0.13.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
kubernetes-csi/csi-release-tools@78c0fb714 Merge kubernetes-csi/csi-release-tools#208 from jsafrane/skip-selinux
kubernetes-csi/csi-release-tools@36e433e2a Skip SELinux tests in CI by default
kubernetes-csi/csi-release-tools@348d4a92f Merge kubernetes-csi/csi-release-tools#207 from RaunakShah/reviewers
kubernetes-csi/csi-release-tools@1efc27241 Merge kubernetes-csi/csi-release-tools#206 from RaunakShah/update-prow
kubernetes-csi/csi-release-tools@7d410d888 Changes to csi prow to run e2e tests in sidecars
kubernetes-csi/csi-release-tools@cfa5a75cb Merge kubernetes-csi/csi-release-tools#203 from humblec/test-vendor
kubernetes-csi/csi-release-tools@4edd1d8ad Add RaunakShah to CSI reviewers group
kubernetes-csi/csi-release-tools@7ccc95945 release tools update to 1.19

git-subtree-dir: release-tools
git-subtree-split: 78c0fb714fa4448b29962a0f34fa18b7b7d97ae6
…go_modules/sigs.k8s.io/controller-runtime-0.13.1

build(deps): bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.13.1
…go_modules/github.com/prometheus/client_golang-1.14.0

build(deps): bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0
…github_actions/actions/checkout-3.1.0

build(deps): bump actions/checkout from 2 to 3.1.0
…go_modules/github.com/container-storage-interface/spec-1.7.0

build(deps): bump github.com/container-storage-interface/spec from 1.6.0 to 1.7.0
This commit update the dependencies which also fix some CVEs.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
update module dependencies to latest version
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
remove `replace` directive from the go.mod file
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.1 to 1.51.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.50.1...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] <support@github.com>
…go_modules/google.golang.org/grpc-1.51.0

build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0
k8s-ci-robot and others added 8 commits December 22, 2022 12:57
…update-master

Upgrade csi-lib-utils to v0.12.0
…go_modules/sigs.k8s.io/gateway-api-0.6.0

build(deps): bump sigs.k8s.io/gateway-api from 0.6.0-rc1 to 0.6.0
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…go_modules/sigs.k8s.io/controller-runtime-0.14.1

build(deps): bump sigs.k8s.io/controller-runtime from 0.14.0 to 0.14.1
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 30, 2023

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

In response to this:

Diff to upstream v3.4.0:
kubernetes-csi/external-provisioner@v3.4.0...mpatlasov:rebase-3.4.0

Major changes between 3.3.0 (OCP 4.12) and 3.4.0:

Add support for cross-namespace data sources alpha feature (kubernetes-csi#805, [@ttakahashi21]
Register metrics exposed by sig-storage-lib (kubernetes-csi#792, @RaunakShah)
Update the annotation that needs to be applies to VolumeSnapshotContents from snapshot.storage.kubernetes.io/allowVolumeModeChange to snapshot.storage.kubernetes.io/allow-volume-mode-change (kubernetes-csi#791, @RaunakShah)
Update go to 1.19 and dependencies for k8s v1.26.0 (kubernetes-csi#834, @sunnylovestiramisu)

Full changelogs:

https://github.com/kubernetes-csi/external-provisioner/releases/tag/v3.4.0

@Storage-Team

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.

@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 30, 2023
@mpatlasov
Copy link
Author

mpatlasov commented Jan 30, 2023

/retitle STOR-1020: Rebase external-provisioner to v3.4.0 for OCP 4.13

@openshift-ci openshift-ci bot changed the title STOR-1020: Rebase external-provisioner to v3.4.0 for OCP 4.13 STOR-1020: Rebase external-provisioner to v3.4.0 for OCP 4.13 Jan 30, 2023
@mpatlasov
Copy link
Author

/lgtm
/label docs-approved
/label px-approved

@openshift-ci
Copy link

openshift-ci bot commented Jan 30, 2023

@mpatlasov: you cannot LGTM your own PR.

In response to this:

/lgtm
/label docs-approved
/label px-approved

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.

@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 30, 2023
@openshift-ci
Copy link

openshift-ci bot commented Jan 30, 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

/lgtm
/approve

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

openshift-ci bot commented Jan 31, 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 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 v3.4.0:
kubernetes-csi/external-provisioner@v3.4.0...mpatlasov:rebase-3.4.0

Major changes between 3.3.0 (OCP 4.12) and 3.4.0:

Add support for cross-namespace data sources alpha feature (kubernetes-csi#805, [@ttakahashi21]
Register metrics exposed by sig-storage-lib (kubernetes-csi#792, @RaunakShah)
Update the annotation that needs to be applies to VolumeSnapshotContents from snapshot.storage.kubernetes.io/allowVolumeModeChange to snapshot.storage.kubernetes.io/allow-volume-mode-change (kubernetes-csi#791, @RaunakShah)
Update go to 1.19 and dependencies for k8s v1.26.0 (kubernetes-csi#834, @sunnylovestiramisu)

Full changelogs:

https://github.com/kubernetes-csi/external-provisioner/releases/tag/v3.4.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.

@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 1, 2023
@openshift-merge-robot openshift-merge-robot merged commit 0dc83f5 into openshift:master Feb 1, 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.

10 participants