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

MULTIARCH-4092: Rebase with upstream: v0.6.0 release #74

Merged
merged 46 commits into from Jan 29, 2024

Conversation

yussufsh
Copy link

What type of PR is this?

What this PR does / why we need it:
Upgrades k8s to 1.29.1
Use Golang 1.21

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Steps Followed:

# Remote upstream: git@github.com:kubernetes-sigs/ibm-powervs-block-csi-driver.git
git fetch upstream
git merge upstream/main
<<<resolve conflicts if any>>> && git commit
git push origin <feature_branch>

Release note:

none

yussufsh and others added 30 commits December 10, 2023 17:52
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.59.0 to 1.60.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.59.0...v1.60.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>
…t/go_modules/google.golang.org/grpc-1.60.0

Bump google.golang.org/grpc from 1.59.0 to 1.60.0
Bumps [github.com/IBM-Cloud/power-go-client](https://github.com/IBM-Cloud/power-go-client) from 1.5.5 to 1.5.6.
- [Release notes](https://github.com/IBM-Cloud/power-go-client/releases)
- [Commits](IBM-Cloud/power-go-client@v1.5.5...v1.5.6)

---
updated-dependencies:
- dependency-name: github.com/IBM-Cloud/power-go-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…t/go_modules/github.com/IBM-Cloud/power-go-client-1.5.6

Bump github.com/IBM-Cloud/power-go-client from 1.5.5 to 1.5.6
Bumps [github.com/IBM-Cloud/power-go-client](https://github.com/IBM-Cloud/power-go-client) from 1.5.6 to 1.5.7.
- [Release notes](https://github.com/IBM-Cloud/power-go-client/releases)
- [Commits](IBM-Cloud/power-go-client@v1.5.6...v1.5.7)

---
updated-dependencies:
- dependency-name: github.com/IBM-Cloud/power-go-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0.
- [Commits](golang/crypto@v0.15.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

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

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

Signed-off-by: dependabot[bot] <support@github.com>
…t/go_modules/github.com/IBM-Cloud/power-go-client-1.5.7

Bump github.com/IBM-Cloud/power-go-client from 1.5.6 to 1.5.7
…t/go_modules/google.golang.org/grpc-1.60.1

Bump google.golang.org/grpc from 1.60.0 to 1.60.1
…t/go_modules/golang.org/x/crypto-0.17.0

Bump golang.org/x/crypto from 0.15.0 to 0.17.0
feature: ability to run remote IT on PowerVS
Bumps [github.com/IBM-Cloud/power-go-client](https://github.com/IBM-Cloud/power-go-client) from 1.5.7 to 1.5.8.
- [Release notes](https://github.com/IBM-Cloud/power-go-client/releases)
- [Commits](IBM-Cloud/power-go-client@v1.5.7...v1.5.8)

---
updated-dependencies:
- dependency-name: github.com/IBM-Cloud/power-go-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…t/go_modules/github.com/IBM-Cloud/power-go-client-1.5.8

Bump github.com/IBM-Cloud/power-go-client from 1.5.7 to 1.5.8
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.15.0 to 0.16.0.
- [Commits](golang/sys@v0.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
…t/go_modules/golang.org/x/sys-0.16.0

Bump golang.org/x/sys from 0.15.0 to 0.16.0
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.110.1 to 2.120.0.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.110.1...v2.120.0)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…t/go_modules/k8s.io/klog/v2-2.120.0

Bump k8s.io/klog/v2 from 2.110.1 to 2.120.0
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.13.2 to 2.14.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.13.2...v2.14.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/IBM/platform-services-go-sdk](https://github.com/IBM/platform-services-go-sdk) from 0.55.0 to 0.56.0.
- [Release notes](https://github.com/IBM/platform-services-go-sdk/releases)
- [Changelog](https://github.com/IBM/platform-services-go-sdk/blob/main/CHANGELOG.md)
- [Commits](IBM/platform-services-go-sdk@v0.55.0...v0.56.0)

---
updated-dependencies:
- dependency-name: github.com/IBM/platform-services-go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…t/go_modules/github.com/IBM/platform-services-go-sdk-0.56.0

Bump github.com/IBM/platform-services-go-sdk from 0.55.0 to 0.56.0
…t/go_modules/github.com/onsi/ginkgo/v2-2.14.0

Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0
Add CI job for running Integration Test
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.120.0 to 2.120.1.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.120.0...v2.120.1)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.14.0...v2.15.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…t/go_modules/github.com/onsi/ginkgo/v2-2.15.0

Bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.30.0...v1.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
…t/go_modules/k8s.io/klog/v2-2.120.1

Bump k8s.io/klog/v2 from 2.120.0 to 2.120.1
…t/go_modules/github.com/onsi/gomega-1.31.0

Bump github.com/onsi/gomega from 1.30.0 to 1.31.0
dependabot bot and others added 13 commits January 24, 2024 20:28
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.61.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.60.1...v1.61.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>
Bumps [github.com/IBM/platform-services-go-sdk](https://github.com/IBM/platform-services-go-sdk) from 0.56.0 to 0.56.2.
- [Release notes](https://github.com/IBM/platform-services-go-sdk/releases)
- [Changelog](https://github.com/IBM/platform-services-go-sdk/blob/main/CHANGELOG.md)
- [Commits](IBM/platform-services-go-sdk@v0.56.0...v0.56.2)

---
updated-dependencies:
- dependency-name: github.com/IBM/platform-services-go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…t/go_modules/github.com/IBM/platform-services-go-sdk-0.56.2

Bump github.com/IBM/platform-services-go-sdk from 0.56.0 to 0.56.2
…t/go_modules/google.golang.org/grpc-1.61.0

Bump google.golang.org/grpc from 1.60.1 to 1.61.0
Bumps [github.com/container-storage-interface/spec](https://github.com/container-storage-interface/spec) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/container-storage-interface/spec/releases)
- [Commits](container-storage-interface/spec@v1.8.0...v1.9.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>
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
…t/go_modules/github.com/container-storage-interface/spec-1.9.0

Bump github.com/container-storage-interface/spec from 1.8.0 to 1.9.0
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
…t/cherry-pick-566-to-main

[main] Release 0.6.0
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
…t/cherry-pick-567-to-main

[main] Post-release v0.6.0 to the release branch
@openshift-ci openshift-ci bot requested a review from mkumatag January 29, 2024 06:15
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 29, 2024
@yussufsh
Copy link
Author

/retest

Copy link

openshift-ci bot commented Jan 29, 2024

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

@yussufsh yussufsh changed the title Rebase with upstream: v0.6.0 release MULTIARCH-4092: Rebase with upstream: v0.6.0 release Jan 29, 2024
@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 29, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 29, 2024

@yussufsh: This pull request references MULTIARCH-4092 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 sub-task to target either version "4.16." or "openshift-4.16.", but it targets "4.14.z" instead.

In response to this:

What type of PR is this?

What this PR does / why we need it:
Upgrades k8s to 1.29.1
Use Golang 1.21

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Steps Followed:

# Remote upstream: git@github.com:kubernetes-sigs/ibm-powervs-block-csi-driver.git
git fetch upstream
git merge upstream/main
<<<resolve conflicts if any>>> && git commit
git push origin <feature_branch>

Release note:

none

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.

@Karthik-K-N
Copy link
Member

/jira refresh

@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 29, 2024

@Karthik-K-N: This pull request references MULTIARCH-4092 which is a valid jira issue.

In response to this:

/jira refresh

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.

Copy link
Member

@Karthik-K-N Karthik-K-N left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

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

openshift-ci bot commented Jan 29, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Karthik-K-N, yussufsh

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-merge-bot openshift-merge-bot bot merged commit 2868598 into openshift:main Jan 29, 2024
5 checks passed
@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

This PR has been included in build ose-powervs-block-csi-driver-container-v4.16.0-202401291033.p0.g2868598.assembly.stream for distgit ose-powervs-block-csi-driver.
All builds following this will include this PR.

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. 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants