diff options
author | Tim Smith <tsmith@chef.io> | 2019-03-31 16:37:02 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-03-31 16:37:02 -0700 |
commit | 1767cecab210119d75893d065db84e4b1e6e0195 (patch) | |
tree | 55da57ef7b80d8f2787227ef28a65c55415c370b | |
parent | 4339111816c7d728d791fa017fe6269405b41353 (diff) | |
download | chef-1767cecab210119d75893d065db84e4b1e6e0195.tar.gz |
Add release notes placeholders
Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-x | .expeditor/update_version.sh | 2 | ||||
-rw-r--r-- | RELEASE_NOTES.md | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh index 18c4a75747..e058d06f06 100755 --- a/.expeditor/update_version.sh +++ b/.expeditor/update_version.sh @@ -17,5 +17,5 @@ sed -i -r "s/VersionString\.new\(\".+\"\)/VersionString.new(\"$(cat VERSION)\")/ # Update the version inside Gemfile.lock bundle update chef chef-config --jobs=7 --conservative -# Once Expeditor finshes executing this script, it will commit the changes and push +# Once Expeditor finishes executing this script, it will commit the changes and push # the commit as a new tag corresponding to the value in the VERSION file. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b9858614e9..eb60910cda 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,22 @@ This file holds "in progress" release notes for the current release under develo Chef 15 release notes will be added here as development progresses. +## New Features / Functionality + +### Allow Using --delete-entire-chef-repo in Chef Local Mode + +### Data Collection Ground-Up Refactor + +### windows_uac resource + +### windows_dfs resources + +### windows_dns resources + +### snap_package resource + +### Ruby 2.5.5 / Rubygems 3.0.3 + ## Breaking Changes ### Audit Mode |