summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@getchef.com>2014-05-02 12:17:51 -0700
committerBryan McLellan <btm@getchef.com>2014-05-02 12:17:51 -0700
commit28f30348abf715c4d41ef3def5218c7e42d299ba (patch)
treeee3b7d7a1564bb830782d3714ecff93b685bb233
parent8ab905c7985e7a65a81d33aff21a79c463dd92a9 (diff)
downloadchef-28f30348abf715c4d41ef3def5218c7e42d299ba.tar.gz
CHEF-1910: UPPER_DOCS updates
-rw-r--r--CHANGELOG.md1
-rw-r--r--CONTRIBUTIONS.md1
-rw-r--r--DOC_CHANGES.md6
3 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c27a73fe99..d2ee03ed53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
* User resource now only prints the name during why-run runs. (CHEF-5180)
* Providers are now set correctly on CloudLinux. (CHEF-5182)
* -E option now works with single lettered environments (CHEF-3075)
+* A node's environment can now be set with 'knife node environment set NODE ENVIRONMENT' (CHEF-1910)
## Last Release: 11.12.0 RC1 (03/31/2014)
* SIGTERM will once-more kill a non-daemonized chef-client (CHEF-5172)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index f8c930bf6a..b541fed635 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -12,3 +12,4 @@ Example Contribution:
* **johntdyer**: Catch HTTPServerException for 404 in remote_file retry (CHEF-5116)
* **Kasen**: Providers are now set correctly on CloudLinux. (CHEF-5182)
* **viyh**: Made -E option to work with single lettered environments. (CHEF-3075)
+* **JimmyMcCrory**: Added a 'knife node environment set' command. (CHEF-1910)
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index b1121e2bf4..76e9099c85 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -6,3 +6,9 @@ Example Doc Change:
Description of the required change.
-->
+#### New knife command: knife node environment set
+You can now easily set the environment for an existing node without editing the node object:
+
+```
+knife node environment set NODE ENVIRONMENT
+```