summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-05-16 10:00:50 -0700
committerGitHub <noreply@github.com>2018-05-16 10:00:50 -0700
commitf8d9aea002009d49c529cc87a691c8a19de3f664 (patch)
tree2ecfd5d0db317bdacec7b1adc3e3d1882192d898
parenta12c2bcbe798515d32e63b9d97818ad1985dffc4 (diff)
parent7661fa1a127a2c79e4ae220da7ea15ac10eab589 (diff)
downloadchef-f8d9aea002009d49c529cc87a691c8a19de3f664.tar.gz
Merge pull request #7268 from chef/tm/14_1_12_notes
add release notes for 14.1.12
-rw-r--r--RELEASE_NOTES.md17
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