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

Bug 2087042: Merge https://github.com/kubernetes-sigs/cloud-provider-azure:master into master #31

Merged
merged 563 commits into from Jun 3, 2022

Conversation

Fedosin
Copy link

@Fedosin Fedosin commented Jun 1, 2022

No description provided.

MartinForReal and others added 30 commits March 31, 2022 09:40
…llback_protocol

Fix: fallback to tcp if appprotocol is not supported
Bumps [github.com/Azure/go-autorest/autorest/mocks](https://github.com/Azure/go-autorest) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](Azure/go-autorest@autorest/mocks/v0.4.1...autorest/mocks/v0.4.2)

---
updated-dependencies:
- dependency-name: github.com/Azure/go-autorest/autorest/mocks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/go_modules/github.com/Azure/go-autorest/autorest/mocks-0.4.2

chore(deps): bump github.com/Azure/go-autorest/autorest/mocks from 0.4.1 to 0.4.2
…ient-tests

Refactor azure_armclient tests
Cloudbuild used to serially build cloud-controller-manager and
cloud-node-manager images, which takes too much time. Now, with
variants.yaml, cloudbuild builds both images in parallel.

Signed-off-by: Zhecheng Li <zhechengli@microsoft.com>
Signed-off-by: MartinForReal <fanshangxiang@gmail.com>
…ache_enchancement

Rollback pr kubernetes-sigs#1300 Refactor store and use sync.map as data store
Add List() to pls client interface
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.24 to 0.11.25.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](Azure/go-autorest@autorest/v0.11.24...autorest/v0.11.25)

---
updated-dependencies:
- dependency-name: github.com/Azure/go-autorest/autorest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/go_modules/github.com/Azure/go-autorest/autorest-0.11.25

chore(deps): bump github.com/Azure/go-autorest/autorest from 0.11.24 to 0.11.25
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 63.0.0+incompatible to 63.1.0+incompatible.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/CHANGELOG.md)
- [Commits](Azure/azure-sdk-for-go@v63.0.0...v63.1.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/go_modules/github.com/Azure/azure-sdk-for-go-63.1.0incompatible

chore(deps): bump github.com/Azure/azure-sdk-for-go from 63.0.0+incompatible to 63.1.0+incompatible
…nt-client-subs

chore: add subsID parameter in storage account client
…rReal-patch-2

Docs: health probe works only on out of tree provider
* update installation and configuration parts
* add uninstallation part

Signed-off-by: Zhecheng Li <zhechengli@microsoft.com>
* Frontend PIP config name may end with invalid char like '-'
* Add a UT and update an e2e testcase

Signed-off-by: Zhecheng Li <zhechengli@microsoft.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
…ot/github_actions/actions/setup-go-3

chore(deps): bump actions/setup-go from 2 to 3
…ot/github_actions/actions/upload-artifact-3

chore(deps): bump actions/upload-artifact from 2 to 3
…ot/github_actions/actions/download-artifact-3

chore(deps): bump actions/download-artifact from 2 to 3
* ignore README.md when verifying helm repo
* support make update-helm

Signed-off-by: Zhecheng Li <zhechengli@microsoft.com>
jthiatt and others added 10 commits June 1, 2022 16:41
Delete .github directory entirely since we do not want to use
GH workflows, templates, dependabot etc in ocp fork.

# Conflicts:
#	.github/dependabot.yml
#	.github/workflows/gh-pages.yaml
#	.github/workflows/test-docs.yaml
The Makefile sets GOARCH?=amd64, which needs to be overridden for this
image to build properly on other architectures.
* use -mod=readonly to fetch golangci-lint binary

* remove "fmt" and "vet" targets from our custom "verify"
job, as they were removed in upstream by kubernetes-sigs#1314
@openshift-ci openshift-ci bot added bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Jun 1, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jun 1, 2022

@Fedosin: This pull request references Bugzilla bug 2087042, which is valid. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.11.0) matches configured target release for branch (4.11.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @sunzhaohua2

In response to this:

Bug 2087042: Merge https://github.com/kubernetes-sigs/cloud-provider-azure:master into master

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
Copy link

openshift-ci bot commented Jun 1, 2022

@Fedosin: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/verify-git-history 78e6c79 link false /test verify-git-history

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.

@elmiko
Copy link

elmiko commented Jun 2, 2022

@Fedosin is the broken git-history test a known issue for this repo when doing the rebase?

@elmiko
Copy link

elmiko commented Jun 2, 2022

i notice we have a merge commit as the latest here, but in the aws rebase we don't. see https://github.com/openshift/cloud-provider-aws/pull/22/commits

@Fedosin
Copy link
Author

Fedosin commented Jun 3, 2022

Yeah, verify-git-history is expected to fail on such rebases... Merge commit was added to fix github's conflicts when merging the rebase PR.

@Fedosin
Copy link
Author

Fedosin commented Jun 3, 2022

/test e2e-azure-ccm

@elmiko
Copy link

elmiko commented Jun 3, 2022

thanks Mike!
/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 3, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jun 3, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: elmiko

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 Jun 3, 2022
@openshift-merge-robot openshift-merge-robot merged commit befd472 into openshift:master Jun 3, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jun 3, 2022

@Fedosin: Some pull requests linked via external trackers have merged:

The following pull requests linked via external trackers have not merged:

These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with /bugzilla refresh.

Bugzilla bug 2087042 has not been moved to the MODIFIED state.

In response to this:

Bug 2087042: Merge https://github.com/kubernetes-sigs/cloud-provider-azure:master into master

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.

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. bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. 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