summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-HostAddressOpt-6e7e2afe7c7863cb.yaml
blob: 576f464be04144769eb0e1c746fb2028b208df4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.