diff --git a/README.md b/README.md index c1d82514f76..69a5af8bc49 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Features Copyright and license ===================== -Copyright: 2016 Mashape, Inc. +Copyright: (c) 2016-2017 Mashape, Inc. Author: Thijs Schreijer @@ -35,6 +35,16 @@ use the `rbusted` script. History ======= +###0.3.1 (22-Feb-2017) Bugfix + +- Kubernetes dns returns an SRV record for individual nodes, where the target + is the same name again (hence causing a recursive loop). Now those entries + will be removed, and if nothing is left, it will fail the SRV lookup, causing + a fall-through to the next record type. +- Kubernetes tends to return a port of 0 if none is provided/set, hence the + `toip()` function now ignores a `port=0` and falls back on the port passed + in. + ###0.3.0 (8-Nov-2016) Major breaking update - breaking: renamed a lot of things; method names, module names, etc. pretty diff --git a/docs/index.html b/docs/index.html index 1ee8838f8c7..9c0008019d8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -73,8 +73,8 @@