summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-HostAddressOpt-6e7e2afe7c7863cb.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/add-HostAddressOpt-6e7e2afe7c7863cb.yaml b/releasenotes/notes/add-HostAddressOpt-6e7e2afe7c7863cb.yaml
new file mode 100644
index 0000000..576f464
--- /dev/null
+++ b/releasenotes/notes/add-HostAddressOpt-6e7e2afe7c7863cb.yaml
@@ -0,0 +1,13 @@
+---
+prelude: >
+ Configuration option type of ``HostAddressOpt`` added to accept and
+ validate both IP addresses and hostnames. Please refer to the
+ ``features`` section for more information.
+
+features:
+ - Configuration option type of ``HostAddressOpt`` added to accept both
+ valid IP address (IPv4 and IPv6) values as well as hostnames.
+ The ``HostAddressOpt`` will accept both IPv4 and IPv6 addresses
+ and ensure that strict checks are performed on the IP versions.
+ This option type will also accept and accurately validate hostnames
+ ensuring that no invalid IP passes as a valid hostname.