Laban Eilers
Laban Eilers
> @simpli-laban @labaneilers If the change affects users we'll do a Minor bump (since we don't have a Major version yet). But if the change doesn't affect anyone we could...
lol, sorry I switched to my work account by accident- I was in the wrong chrome profile :) This is meant to be a contribution via my personal github account.
> @labaneilers please handle merge conflicts (its probably the chart version) Done. It was just the chart version and generated examples.
I have read the CLA Document and I hereby sign the CLA
FYI: I don't think OSS contributors can add labels to a PR, but I would suggest this be labeled `semver:minor`.
@simonrw I think I've found a bug: UniqueHostAndPortsList will exclude an IPv6 address if GATEWAY_LISTEN includes two entries, and one of them is `0.0.0.0`, and they're on the same port....
@localstack-bot recheck
> @simonrw I think I've found a bug: UniqueHostAndPortsList will exclude an IPv6 address if GATEWAY_LISTEN includes two entries, and one of them is `0.0.0.0`, and they're on the same...
and.... I've learned that in Twisted, you can't bind to both `0.0.0.0` and `::`. Binding to `::` appears to be dualstack (works for both IPv4 and IPv6). I'm going to...
> and.... I've learned that in Twisted, you can't bind to both `0.0.0.0` and `::`. Binding to `::` appears to be dualstack (works for both IPv4 and IPv6). I'm going...