summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-06-29 18:34:09 +0100
committerThom May <thom@chef.io>2017-06-30 11:46:36 +0100
commit4a06cb17fa579b5be7d8ab2f6b5d22f906418e5b (patch)
tree463a7adcc65599cf6dbbfebce6e9c7d4037cb88d
parentfd32a853d88fc85cb5ba5061922c6ddad3cce85c (diff)
downloadchef-tm/prep_13_2.tar.gz
Prepare release notes for 13.2tm/prep_13_2
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--Gemfile.lock17
-rw-r--r--RELEASE_NOTES.md56
2 files changed, 65 insertions, 8 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 53287f14d4..d09b615135 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -114,7 +114,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
- activesupport (5.1.1)
+ activesupport (5.1.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
@@ -122,7 +122,6 @@ GEM
addressable (2.4.0)
appbundler (0.10.0)
mixlib-cli (~> 1.4)
- mixlib-shellout (~> 2.0)
ast (2.3.0)
backports (3.8.0)
binding_of_caller (0.7.2)
@@ -144,7 +143,7 @@ GEM
debug_inspector (0.0.3)
diff-lcs (1.3)
docile (1.1.5)
- docker-api (1.33.5)
+ docker-api (1.33.6)
excon (>= 0.38.0)
json
erubis (2.7.0)
@@ -162,7 +161,7 @@ GEM
ffi (1.9.18-x86-mingw32)
ffi-win32-extensions (1.0.3)
ffi
- ffi-yajl (2.3.0)
+ ffi-yajl (2.3.1)
libyajl2 (~> 1.2)
fuzzyurl (0.9.0)
gh (0.15.1)
@@ -178,13 +177,15 @@ GEM
builder (>= 2.1.2)
hashie (3.5.5)
highline (1.7.8)
+ htmlentities (4.3.4)
httpclient (2.8.3)
i18n (0.8.4)
iniparse (1.4.3)
- inspec (1.28.1)
+ inspec (1.30.0)
addressable (~> 2.4)
faraday (>= 0.9.0)
hashie (~> 3.4)
+ htmlentities
json (>= 1.8, < 3.0)
method_source (~> 0.8)
mixlib-log
@@ -218,7 +219,7 @@ GEM
mixlib-log
mixlib-cli (1.7.0)
mixlib-config (2.2.4)
- mixlib-install (3.3.0)
+ mixlib-install (3.3.1)
mixlib-shellout
mixlib-versioning
thor
@@ -247,7 +248,7 @@ GEM
nori (2.6.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
- ohai (13.1.0)
+ ohai (13.2.0)
chef-config (>= 12.5.0.alpha.1, < 14)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
@@ -336,7 +337,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.1)
slop (3.6.0)
- specinfra (2.68.0)
+ specinfra (2.68.1)
net-scp
net-ssh (>= 2.7, < 5.0)
net-telnet
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9f04749633..2d1444c40a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,6 +4,10 @@ _This file holds "in progress" release notes for the current release under devel
# 13.2
+## Properly send policyfile data
+
+When sending events back to the Chef Server, we now correctly expand the run_list for nodes that use Policyfiles. This allows Automate to correctly report the node.
+
## Reconfigure between runs when daemonized
When Chef performs a reconfigure, it re-reads the configuration files. It also re-opens its log files, which facilitates log file rotation.
@@ -14,6 +18,58 @@ While the daemon is sleeping between runs, sending a SIGHUP will still cause an
Additionally, Chef now always performs a reconfigure after every run when daemonized.
+## New Deprecations
+
+### Explicit property methods
+
+<https://docs.chef.io/deprecations_namespace_collisions.html>
+
+In Chef 14, custom resources will no longer assume property methods are being called on `new_resource`, and instead require the resource author to be explicit.
+
+# Ohai Release Notes 13.2:
+
+Ohai 13.2 has been a fantastic release in terms of community involvement with new plugins, platform support, and critical bug fixes coming from community members. A huge thank you to msgarbossa, albertomurillo, jaymzh, and davide125 for their work.
+
+## New Features
+
+### Systemd Paths Plugin
+
+A new plugin has been added to expose system and user paths from systemd-path (see <https://www.freedesktop.org/software/systemd/man/systemd-path.html> for details).
+
+### Linux Network, Filesystem, and Mdadm Plugin Resilience
+
+The Network, Filesystem, and Mdadm plugins have been improved to greatly reduce failures to collect data. The Network plugin now better finds the binaries it requires for shelling out, filesystem plugin utilizes data from multiple sources, and mdadm handles arrays in bad states.
+
+### Zpool Plugin Platform Expansion
+
+The Zpool plugin has been updated to support BSD and Linux in addition to Solaris.
+
+### RPM version parsing on AIX
+
+The packages plugin now correctly parses RPM package name / version information on AIX systems.
+
+### Additional Platform Support
+
+Ohai now properly detects the [Clear](https://clearlinux.org/) and [ClearOS](https://www.clearos.com/) Linux distributions.
+
+#### Clear Linux
+
+- platform: clearlinux
+- platform_family: clearlinux
+
+#### ClearOS
+
+- platform: clearos
+- platform_family: rhel
+
+## New Deprecations
+
+### Removal of IpScopes plugin. (OHAI-13)
+
+<https://docs.chef.io/deprecations_ohai_ipscopes.html>
+
+In Chef/Ohai 14 (April 2018) we will remove the IpScopes plugin. The data returned by this plugin is nearly identical to information already returned by individual network plugins and this plugin required the installation of an additional gem into the Chef installation. We believe that few users were installing the gem and users would be better served by the data returned from the network plugins.
+
# 13.1
## Socketless local mode by default