Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Remove the hack for unserved versions in envtest#1471

Merged
k8s-ci-robot merged 1 commit intokubernetes-retired:masterfrom
yiqigao217:0.8
Apr 12, 2021
Merged

Remove the hack for unserved versions in envtest#1471
k8s-ci-robot merged 1 commit intokubernetes-retired:masterfrom
yiqigao217:0.8

Conversation

@yiqigao217
Copy link
Copy Markdown
Contributor

Fixes #1148.

The hack was served as a workaround for the envtest failure with unserved versions bug in controller-runtime kubernetes-sigs/controller-runtime#1154

Since the bug is fixed in controller-runtime v0.7 and HNC is now using
v0.8.3, we can restore the workaround.

Tested by make test.

Fixes 1148.

The hack was served as a workaround for the `envtest failure with
unserved versions` bug in controller-runtime kubernetes-sigs/controller-runtime#1154

Since the bug is fixed in controller-runtime v0.7 and HNC is now using
v0.8.3, we can restore the workaround.

Tested by `make test`.
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 12, 2021
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 12, 2021
@yiqigao217
Copy link
Copy Markdown
Contributor Author

/assign @adrianludwin
/assign @rjbez17

@yiqigao217 yiqigao217 requested review from adrianludwin and rjbez17 and removed request for JimBugwadia and tashimi April 12, 2021 17:03
@adrianludwin
Copy link
Copy Markdown
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 12, 2021
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adrianludwin, yiqigao217

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [adrianludwin,yiqigao217]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 0ac366f into kubernetes-retired:master Apr 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HNC: Restore the workaround for "envtest failure with unserved versions" bug

4 participants