summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2018-05-04 17:56:31 +0100
committerGitHub <noreply@github.com>2018-05-04 17:56:31 +0100
commit2678a7b4150a10ebb131f9443c0f9366c9ce1e47 (patch)
treea3a3b3d9bd65386043283bca7ce07e5c448ebb50
parentf6bc28410cd860f02c321d08b593bb0e2cc81660 (diff)
parentbae346f65fa62dfa3f946e78d78a644da1222e5e (diff)
downloadchef-2678a7b4150a10ebb131f9443c0f9366c9ce1e47.tar.gz
Merge pull request #7217 from chef/tm/relnotes_14_1
Add release notes for 14.1
-rw-r--r--Gemfile.lock28
-rw-r--r--RELEASE_NOTES.md50
-rw-r--r--VERSION2
3 files changed, 63 insertions, 17 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index ed2bc8f02f..cb16dc175f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
GIT
remote: https://github.com/chef/chefstyle.git
- revision: e3805466d90b7efc6ede3d186244ded6a4b2116c
+ revision: 297373563c6177a90c2f5f07cb2a68f31a57dc2b
branch: master
specs:
- chefstyle (0.9.0)
- rubocop (= 0.54.0)
+ chefstyle (0.10.0)
+ rubocop (= 0.55.0)
GIT
remote: https://github.com/jquick/ruby-unf_ext.git
@@ -103,17 +103,17 @@ GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
- appbundler (0.11.2)
+ appbundler (0.11.4)
mixlib-cli (~> 1.4)
mixlib-shellout (~> 2.0)
ast (2.4.0)
- aws-sdk (2.11.39)
- aws-sdk-resources (= 2.11.39)
- aws-sdk-core (2.11.39)
+ aws-sdk (2.11.42)
+ aws-sdk-resources (= 2.11.42)
+ aws-sdk-core (2.11.42)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
- aws-sdk-resources (2.11.39)
- aws-sdk-core (= 2.11.39)
+ aws-sdk-resources (2.11.42)
+ aws-sdk-core (= 2.11.42)
aws-sigv4 (1.0.2)
azure_mgmt_resources (0.16.0)
ms_rest_azure (~> 0.10.0)
@@ -183,7 +183,7 @@ GEM
httpclient (2.8.3)
inifile (3.0.0)
iniparse (1.4.4)
- inspec (2.1.59)
+ inspec (2.1.67)
addressable (~> 2.4)
faraday (>= 0.9.0)
hashie (~> 3.4)
@@ -253,7 +253,7 @@ GEM
nori (2.6.0)
octokit (4.8.0)
sawyer (~> 0.8.0, >= 0.5.3)
- ohai (14.0.29)
+ ohai (14.1.0)
chef-config (>= 12.8, < 15)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
@@ -310,7 +310,7 @@ GEM
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
- rubocop (0.54.0)
+ rubocop (0.55.0)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
@@ -351,7 +351,7 @@ GEM
thor (0.20.0)
timeliness (0.3.8)
tomlrb (1.2.6)
- train (1.4.2)
+ train (1.4.4)
aws-sdk (~> 2)
azure_mgmt_resources (~> 0.15)
docker-api (~> 1.26)
@@ -377,7 +377,7 @@ GEM
unf_ext
unicode-display_width (1.3.2)
uuidtools (2.1.5)
- webmock (3.3.0)
+ webmock (3.4.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 3e3310fee6..c6c98b69aa 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,52 @@
-_This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see <https://docs.chef.io/release_notes.html> for the official Chef release notes._
+This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see <https://docs.chef.io/release_notes.html> for the official Chef release notes.
-# Chef Client Release Notes 14.0.202
+# Chef Client Release Notes 14.1:
+
+## Windows Task
+
+The `windows_task` resource has been entirely rewritten. This resolves a
+large number of bugs, including being able to correctly set the start
+time of tasks, proper creation and deletion of tasks, and improves
+Chef's validation of tasks. The rewrite will also solve the idempotency
+problems that users have reported.
+
+## build_essential
+
+The `build_essential` resource no longer requires a name, similar to the `apt_update` resource.
+
+## Ignore Failure
+
+The `ignore_failure` property takes a new argument, `:quiet`, to
+suppress the error output when the resource does in fact fail.
+
+## This release of Chef Client 14 resolves a number of regressions in 14.0
+
+- On Windows, the installer now correctly re-extracts files during repair mode
+- Fix a number of issues relating to use with Red Hat Satellite
+- Git fetch now prunes remotes before running
+- Fix locking and unlocking packages with apt and zypper
+- Ensure we don't request every remote file when running with lazy loading enabled
+- The sysctl resource correctly handles missing keys when used with `ignore_error`
+- --recipe-url apparently never worked on Windows. Now it does.
+
+# Ohai Release Notes 14.1:
+
+## Configurable DMI Whitelist
+
+The whitelist of DMI IDs is now user configurable using the
+`additional_dmi_ids` configuration setting, which takes an Array.
+
+## Shard plugin
+
+The Shard plugin has been returned to a default plugin rather than an
+optional one. To ensure we work in FIPS environments, the plugin will
+use SHA256 rather than MD5 in those environments.
+
+## SCSI plugin
+
+A new plugin to enumerate SCSI devices has been added. This plugin is optional.
+
+# Chef Client Release Notes 14.0.202:
This release of Chef 14 resolves several regressions in the Chef 14.0 release.
diff --git a/VERSION b/VERSION
index cbd9759ddc..7b3b6e02bb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.218 \ No newline at end of file
+14.1.0