summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorAkira Kitada <akitada@gmail.com>2017-07-30 00:38:40 +0900
committerAkira Kitada <akitada@gmail.com>2017-07-30 00:38:40 +0900
commit8e6fa3bbfbce3e3affce1f03e78b644f5fa16b18 (patch)
tree52e3aac81d9928a82917f5dae1dc77bc09c47fce /RELEASE_NOTES.md
parent66091a5e4fd9f8a8ff335310ee327dc8e6ca1db4 (diff)
downloadchef-8e6fa3bbfbce3e3affce1f03e78b644f5fa16b18.tar.gz
Fix typos
Signed-off-by: Akira Kitada <akitada@gmail.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index bd52f579ed..e22b4d06d4 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -93,9 +93,9 @@ In Chef/Ohai 14 (April 2018) we will remove support for loading Ohai v6 plugins,
## Rubygems provider sources behavior changed.
-The behavior of `gem_package` and `chef_gem` is now to always apply the `Chef::Config[:rubygems_uri]` sources, which may be a
+The behavior of `gem_package` and `chef_gem` is now to always apply the `Chef::Config[:rubygems_url]` sources, which may be a
String uri or an Array of Strings. If additional sources are put on the resource with the `source` property those are added
-to the configured `:rubygems_uri` sources.
+to the configured `:rubygems_url` sources.
This should enable easier setup of rubygems mirrors particularly in "airgapped" environments through the use of the global config
variable. It also means that an admin may force all rubygems.org traffic to an internal mirror, while still being able to