diff options
author | tyler-ball <tyleraball@gmail.com> | 2016-02-16 09:45:06 -0700 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2016-02-16 09:45:06 -0700 |
commit | 0aa56fd7af429fa7f0feac4b8d6efed00688c820 (patch) | |
tree | 54769149be6fb3bbbb6821019bd8ba68d9296f1d | |
parent | 61906bae0a660759ed59339bb8ae49521c25c636 (diff) | |
download | chef-0aa56fd7af429fa7f0feac4b8d6efed00688c820.tar.gz |
Post 12.7.2 release follow up items
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | RELEASE_NOTES.md | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 | ||||
-rw-r--r-- | omnibus/config/projects/chef.rb | 2 |
6 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index baf46a20c8..0330ab40ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 12.8.0 + ## 12.7.2 * [pr#4559](https://github.com/chef/chef/pull/4559) Remove learnchef acceptance tests until we make them more reliable diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 80d3efd27b..8f947cd5e6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,5 @@ +# Chef Client Release Notes 12.8: + # Chef Client Release Notes 12.7: ## Updates to versioning strategy @@ -1 +1 @@ -12.7.2 +12.8.0 diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 2e54dd3d80..3840ff0319 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = "12.7.2" + VERSION = "12.8.0" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index ed80b186d9..6c1fe2227a 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = "12.7.2" + VERSION = "12.8.0" end # diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb index c85a8ac85d..5926538bb8 100644 --- a/omnibus/config/projects/chef.rb +++ b/omnibus/config/projects/chef.rb @@ -50,7 +50,7 @@ override :rubygems, version: "2.5.2" # Chef Release version pinning override :chef, version: "local_source" -override :ohai, version: "v8.10.0" +override :ohai, version: "master" dependency "preparation" dependency "chef" |