summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-28 13:03:11 -0700
committerTim Smith <tsmith84@gmail.com>2019-06-28 13:03:11 -0700
commitf9be45452f9b543dddb0e8c964d2e3e200dc7eed (patch)
treef6f977416ceabfd1004ceb54ce1885c4962ddbe5
parent4865e4f0ef53d903200ea3b1222c231a7ae62c80 (diff)
downloadchef-15.1.tar.gz
Move the perf improvements to 15.015.1
The majority of this work actually happened in 15.0 Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2d735316e7..c9278e1b82 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -26,10 +26,6 @@ The `yum_package` resource's helper for interacting with the yum subsystem has b
The `template` resource now provides additional information on failures, which is especially useful in ChefSpec tests. Thanks [@ brodock](https://github.com/brodock) for this enhancement.
-## Performance Improvements
-
-We've dug deep into Ruby internals and managed to speed up how Ruby loads Chef libraries. This should result in a noticeable performance increase running chef-client and knife commands, especially on non-SSD Windows hosts.
-
## Target Mode Improvements
Our experimental Target Mode received a large number of updates in Chef Infra Client 15.1. Target Mode now reuses the connection to the remote system, greatly speeding up the remote Chef Infra run. There is also now support for Target Mode in the `systemd_unit`, `log`, `ruby_block`, and `breakpoint` resources. Keep in mind that when using `ruby_block` with Target Mode that the Ruby code in the block will execute locally as there is not necessarily a Ruby runtime on the remote host.
@@ -226,6 +222,10 @@ windows_service 'MyApp' do
end
```
+## Performance Improvements
+
+We've dug deep into Ruby internals and managed to speed up how Ruby loads Chef libraries. This should result in a noticeable performance increase running chef-client and knife commands, especially on non-SSD Windows hosts.
+
### Ruby 2.6.3
Chef now ships with Ruby 2.6.3. This new version of Ruby improves performance and includes many new features to make more advanced Chef usage easier. See <https://www.rubyguides.com/2018/11/ruby-2-6-new-features/> for a list of some of the new functionality.