Fix HostPortOrFile to support IPv6 addresses with zone (#3527)#21
Fix HostPortOrFile to support IPv6 addresses with zone (#3527)#21ironcladlou wants to merge 1 commit intoopenshift:masterfrom
Conversation
1. The HostPortOrFile tests don't have any IPv6 tests. This adds some. 2. The HostPortOrFile breaks if any of the addresses have IPv6 zone defined. ParseIP does not handle %zone anymore. Signed-off-by: Brad P. Crochet <brad@redhat.com>
|
@ironcladlou: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. |
|
Superseded by #22 /close |
|
@ironcladlou: Closed this PR. DetailsIn response to this:
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. |
Update base CSV, add release prep script and docs
Supersedes #19. @bcrochet, does this mess anything up if we merge in advance of the forthcoming bump PRs?