summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-01-23 15:00:28 -0800
committerTim Smith <tsmith@chef.io>2017-01-23 15:09:04 -0800
commit024596cca17559f7a14a1ebbb02c21b58bbce745 (patch)
treec1e0828fb2abedd64eb3eba7c3e4a8dd5ec95105
parent424a783adf3bc27a10553b8655b7bf82fce053bc (diff)
downloadchef-024596cca17559f7a14a1ebbb02c21b58bbce745.tar.gz
Add 2 missing items to the release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--CHANGELOG.md7
-rw-r--r--RELEASE_NOTES.md9
2 files changed, 10 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee933457a8..9010ee9753 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,19 +9,26 @@ This changelog reflects the current state of chef's master branch on github and
- yum\_repository: Allow baseurl to be an array & allow fastestmirror\_enabled false [\#5708](https://github.com/chef/chef/pull/5708) ([tas50](https://github.com/tas50))
- Added module\_version attribute for dsc\_resource for SxS support [\#5701](https://github.com/chef/chef/pull/5701) ([Aliasgar16](https://github.com/Aliasgar16))
- Adding returns property to chocolatey\_package resource [\#5688](https://github.com/chef/chef/pull/5688) ([Vasu1105](https://github.com/Vasu1105))
+- Bump net-ssh to v4, add dependencies for ed25519 support [\#5687](https://github.com/chef/chef/pull/5687) ([onlyhavecans](https://github.com/onlyhavecans))
+- Initial habitat plan for chef-client [\#5677](https://github.com/chef/chef/pull/5677) ([adamhjk](https://github.com/adamhjk))
+- cleanup of ifconfig and route providers [\#5676](https://github.com/chef/chef/pull/5676) ([lamont-granquist](https://github.com/lamont-granquist))
- Code cleanup in the user provider [\#5674](https://github.com/chef/chef/pull/5674) ([lamont-granquist](https://github.com/lamont-granquist))
- Code cleanup in the group provider [\#5673](https://github.com/chef/chef/pull/5673) ([lamont-granquist](https://github.com/lamont-granquist))
- Core: Formally deprecate run\_command [\#5666](https://github.com/chef/chef/pull/5666) ([lamont-granquist](https://github.com/lamont-granquist))
- Set MSI Scheduled Task name to match chef-client cookbook managed name [\#5657](https://github.com/chef/chef/pull/5657) ([mwrock](https://github.com/mwrock))
+- \[cheffs\] Don't iterate parent object on exist? call [\#5648](https://github.com/chef/chef/pull/5648) ([stevendanna](https://github.com/stevendanna))
- Core: Remove Chef::Platform::HandlerMap [\#5636](https://github.com/chef/chef/pull/5636) ([lamont-granquist](https://github.com/lamont-granquist))
- Core: Properly deprecate old Chef::Platform methods [\#5631](https://github.com/chef/chef/pull/5631) ([lamont-granquist](https://github.com/lamont-granquist))
+- Deprecate creating properties whose names are already methods [\#5606](https://github.com/chef/chef/pull/5606) ([adamleff](https://github.com/adamleff))
**Fixed bugs:**
+- Ensure ssh search paginates correctly [\#5744](https://github.com/chef/chef/pull/5744) ([thommay](https://github.com/thommay))
- Do not modify File's new\_resource during why-run [\#5742](https://github.com/chef/chef/pull/5742) ([scottopherson](https://github.com/scottopherson))
- Add gems for ECC algorithm support to omnibus. [\#5736](https://github.com/chef/chef/pull/5736) ([rhass](https://github.com/rhass))
- Core: fix node attribute "unless" API methods [\#5717](https://github.com/chef/chef/pull/5717) ([lamont-granquist](https://github.com/lamont-granquist))
- Fix error thrown by solo when run on Windows as SYSTEM [\#5693](https://github.com/chef/chef/pull/5693) ([scottopherson](https://github.com/scottopherson))
+- Remove non-working documention statements/arguments. [\#5684](https://github.com/chef/chef/pull/5684) ([ronabop](https://github.com/ronabop))
- Report a blank resource if sensitive is enabled [\#5668](https://github.com/chef/chef/pull/5668) ([afiune](https://github.com/afiune))
- Ensure node.docker? returns boolean [\#5645](https://github.com/chef/chef/pull/5645) ([andrewjamesbrown](https://github.com/andrewjamesbrown))
- Fix Data Collector organization parsing regex [\#5630](https://github.com/chef/chef/pull/5630) ([adamleff](https://github.com/adamleff))
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index e3c12dc72f..d9c33dc769 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -6,16 +6,13 @@ _This file holds "in progress" release notes for the current release under devel
- You can now specify the acceptable return codes from the chocolatey_package resource using the returns property.
- You can now enable chef-client to run as a scheduled task directly from the client MSI on Windows hosts.
+- The package provider now supports DNF packages for Fedora and upcoming RHEL releases
## Highlighted bug fixes for this release:
-- Fixed exposure of sensitive data of resources marked as sensitive inside Reporting. Before you
- were able to see the sensitive data on the Run History tab in the Chef Manage Console. Now we
- are sending a new blank resource if the resource is marked as sensitive, this way we will not
- compromise any sensitive data.
+- Fixed exposure of sensitive data of resources marked as sensitive inside Reporting. Before you were able to see the sensitive data on the Run History tab in the Chef Manage Console. Now we are sending a new blank resource if the resource is marked as sensitive, this way we will not compromise any sensitive data.
- _Note: Old data that was already sent to Reporting marked as sensitive will continue to be
- displayed. Apologies._
+ _Note: Old data that was already sent to Reporting marked as sensitive will continue to be displayed. Apologies._
## New deprecations introduced in this release: