diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-01-15 13:53:11 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-01-15 13:53:11 -0800 |
commit | 9d9059f7855a4f4ec54473c54de7a3243784293b (patch) | |
tree | 85afe455a667fcb4e76eae9d70ad30f0303bf1a5 | |
parent | 3aa4b6180bb7857e415966b5bb318fedc38d51fc (diff) | |
download | chef-9d9059f7855a4f4ec54473c54de7a3243784293b.tar.gz |
Start tracking things for 17.0
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c56e4de3ea..4cac09ad7f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,15 @@ 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/> for the official Chef release notes. +## UNRELEASED 17.0 Scratch Pad + +This section serves to track things we should later document here for 17.0 + +- Dropped support for Ruby 2.6 +- Lazy attribute loading: https://github.com/chef/chef/pull/10861 +- Compliance Phase in GA: https://github.com/chef/chef/pull/10547 +- gem resource: assume rubygems 1.8+ now: https://github.com/chef/chef/pull/10379 +- remove support for RHEL 6 i386 / Ubuntu 16.04 + ## What's New in 16.9 ### Knife Improvements |