diff options
author | Thom May <thom@chef.io> | 2018-05-16 10:39:39 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2018-05-16 10:39:39 +0100 |
commit | 7661fa1a127a2c79e4ae220da7ea15ac10eab589 (patch) | |
tree | e6001c388c9f30dd4733bdd8190af7d190e81980 /RELEASE_NOTES.md | |
parent | 3a6e55ba3226f41181c53a6725544af42d4525c4 (diff) | |
download | chef-7661fa1a127a2c79e4ae220da7ea15ac10eab589.tar.gz |
add release notes for 14.1.12tm/14_1_12_notes
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4e26819de6..c43c18feed 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,22 @@ 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.1.12: + +This release resolves a number of regressions in 14.1: + +- `git` resource: don't use `--prune-tags` as it's really new. +- `rhsm_repo` resource: now works +- `apt_repository` resource: use the `repo_name` property to name files +- `windows_task` resource: properly handle commands with arguments +- `windows_task` resource: handle creating tasks as the SYSTEM user +- `remote_directory` resource: restore the default for the `overwrite` property + +## Ohai 14.1.3 + +- Properly detect FIPS environments +- `shard` plugin: work in FIPS compliant environments +- `filesystem` plugin: Handle BSD platforms + # Chef Client Release Notes 14.1.1: ## Platform Additions |