summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-05-17 15:33:32 +0100
committerThom May <thom@chef.io>2017-05-17 16:39:20 +0100
commitaa828d96c9c6d494d6330c817260f03b229089fa (patch)
tree54a9d3edf6ffd6609d08fb2901b52f2bc49334a1
parenta2890be2422453dee593ffb1f5eb6a49271c83be (diff)
downloadchef-tm/13_1_release.tar.gz
Carry release notes over to 13.1tm/13_1_release
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--README.md2
-rw-r--r--RELEASE_NOTES.md2
-rw-r--r--tasks/changelog.rb4
3 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 69c3f1d768..9164dff80e 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Install these via your platform's preferred method (`apt`, `yum`, `ports`,
* git
* C compiler, header files, etc. On Ubuntu/Debian, use the
`build-essential` package.
-* ruby 2.3.0 or later
+* ruby 2.3.3 or later
* rubygems
* bundler gem
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index e01bfc9097..48c4af9b43 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
_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 13.0:
+# Chef Client Release Notes 13.1:
## Rubygems provider sources behavior changed.
diff --git a/tasks/changelog.rb b/tasks/changelog.rb
index 1f969637c3..74ac704abf 100644
--- a/tasks/changelog.rb
+++ b/tasks/changelog.rb
@@ -5,7 +5,9 @@ begin
namespace :changelog do
# Fetch the latest version from mixlib-install
def latest_stable_version
- Mixlib::Install.available_versions("chef", "stable").last
+ # for 13.1, a 12.20 release was made after 13.0, which is busting the changelog generator. Reset this post 13.1 release
+ "13.0.118"
+ # Mixlib::Install.available_versions("chef", "stable").last
end
# Take the changelog from the latest stable release and put it into history.