From 26c04e0532bcb88cdfabf7732b0fe7509f66213b Mon Sep 17 00:00:00 2001 From: Wilson Carey Date: Sun, 23 Apr 2017 21:50:54 -0400 Subject: [PATCH] Updated documentation --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9677fae..c3f69cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ #### Consider Implementing: * ipv6 support +## 0.3.1 (April 23, 2017) + +#### IMPROVEMENTS / NEW FEATURES: +* DHCP defaults are now more minimal and do not set values for all parameters. + ## 0.3.0 (April 3, 2017) #### BACKWARDS INCOMPATIBILITIES / NOTES: diff --git a/README.md b/README.md index 2747798..17aa50c 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The DHCP module provisions a DHCP options resource and associates it with the sp - `domain_name` - (Optional) The suffix domain name to use by default when resolving non Fully Qualified Domain Names. In other words, this is what ends up being the search value in the /etc/resolv.conf file. - `name_servers` - (Optional) List of name servers to configure in /etc/resolv.conf. - `netbios_name_servers` - (Optional) List of NETBIOS name servers. -- `netbios_node_type` - (Optional) The NetBIOS node type (1, 2, 4, or 8). AWS recommends to specify 2 since broadcast and multicast are not supported in their network. For more information about these node types, see RFC 2132. Defaults to 2. +- `netbios_node_type` - (Optional) The NetBIOS node type (1, 2, 4, or 8). AWS recommends to specify 2 since broadcast and multicast are not supported in their network. For more information about these node types, see RFC 2132. - `ntp_servers` - (Optional) List of NTP servers to configure. - `stack_item_fullname` - Long form descriptive name for this stack item. This value is used to create the "application" resource tag for resources created by this stack item. - `stack_item_label` - Short form identifier for this stack. This value is used to create the "Name" resource tag for resources created by this stack item, and also serves as a unique key for re-use.