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

rebase: bump sigs.k8s.io/controller-runtime from 0.10.2 to 0.10.3 #2639

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2021

Bumps sigs.k8s.io/controller-runtime from 0.10.2 to 0.10.3.

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.10.3

Changes since v0.10.2

🐛 Bug Fixes

  • Start web hooks first (#1690)

🌱 Others

  • Improve startup logs (#1692)
  • fake-client: extend builder with an option to set a RESTMapper (#1686)

Thanks to all our contributors! 😊

Commits
  • f8472ce Merge pull request #1690 from fabriziopandini/start-webhooks-first
  • 708d539 start healhprobes sync
  • b6a5752 Start web hooks first
  • 43ea648 Merge pull request #1692 from k8s-infra-cherrypick-robot/cherry-pick-1687-to-...
  • 88a57ab Improve startup logs
  • 307b8e1 Merge pull request #1686 from k8s-infra-cherrypick-robot/cherry-pick-1683-to-...
  • 5767de5 fake-client: extend builder with an option to set a RESTMapper
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the rebase update the version of an external component label Nov 15, 2021
@Rakshith-R
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@nixpanic
Copy link
Member

@Mergifyio rebase

@rootfs rootfs force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.10.3 branch from ed7a40e to bfb333f Compare November 17, 2021 15:05
@mergify
Copy link
Contributor

mergify bot commented Nov 17, 2021

rebase

✅ Branch has been successfully rebased

@rootfs rootfs force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.10.3 branch from bfb333f to f07856f Compare November 17, 2021 19:09
@nixpanic
Copy link
Member

@Mergifyio rebase

@mergify
Copy link
Contributor

mergify bot commented Nov 18, 2021

rebase

✅ Branch has been successfully rebased

@rootfs rootfs force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.10.3 branch from f07856f to ce4be66 Compare November 18, 2021 09:40
@nixpanic
Copy link
Member

/retest ci/centos/mini-e2e-helm/k8s-1.20

@nixpanic
Copy link
Member

/retest ci/centos/mini-e2e-helm/k8s-1.20

Failed with logs:

Nov 18 10:46:44.043: INFO: failed to create PVC (rbd-32740): failed to get pvc: rpc error: code = Unknown desc = OK: HTTP status code 200; transport: missing content-type field

Coincidentally PR #2651 has been sent for this already today.

@nixpanic nixpanic added the ci/retry/e2e Label to retry e2e retesting on approved PR's label Nov 18, 2021
@github-actions
Copy link

/retest ci/centos/mini-e2e-helm/k8s-1.20

@github-actions
Copy link

@dependabot[bot] "ci/centos/mini-e2e-helm/k8s-1.20" test failed. Logs are available at location for debugging

@github-actions
Copy link

/retest ci/centos/mini-e2e-helm/k8s-1.20

@github-actions
Copy link

@dependabot[bot] "ci/centos/mini-e2e-helm/k8s-1.20" test failed. Logs are available at location for debugging

@github-actions
Copy link

/retest ci/centos/mini-e2e-helm/k8s-1.20

@github-actions
Copy link

@dependabot[bot] "ci/centos/mini-e2e-helm/k8s-1.20" test failed. Logs are available at location for debugging

@github-actions
Copy link

/retest ci/centos/mini-e2e-helm/k8s-1.20

@github-actions
Copy link

@dependabot[bot] "ci/centos/mini-e2e-helm/k8s-1.20" test failed. Logs are available at location for debugging

@Rakshith-R Rakshith-R added DNM DO NOT MERGE and removed DNM DO NOT MERGE labels Nov 19, 2021
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.10.2 to 0.10.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Commits](kubernetes-sigs/controller-runtime@v0.10.2...v0.10.3)

---
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>
@rootfs rootfs force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.10.3 branch from ce4be66 to 857fb56 Compare November 19, 2021 10:37
@mergify mergify bot merged commit ecd5d2d into devel Nov 19, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.10.3 branch November 19, 2021 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/retry/e2e Label to retry e2e retesting on approved PR's rebase update the version of an external component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants