summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-07 04:48:47 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-07 04:48:47 +0000
commitfda297df6dcc5f984953bc719f58c901b5056b0b (patch)
tree774581fdf3592f37a5ca0baa358b4b03074a215d
parentc82266fd435d45fabb71cc80ca448c4ed378017a (diff)
downloadchef-14.2.1.tar.gz
Bump version to 14.2.1 by Chef Expeditorv14.2.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 866106fc48..aeb44d9729 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.1.36 -->
-## [v14.1.36](https://github.com/chef/chef/tree/v14.1.36) (2018-06-04)
+<!-- latest_release 14.2.1 -->
+## [v14.2.1](https://github.com/chef/chef/tree/v14.2.1) (2018-06-07)
#### Merged Pull Requests
-- bump ohai to 14.2.0 [#7333](https://github.com/chef/chef/pull/7333) ([lamont-granquist](https://github.com/lamont-granquist))
+- Add skip_publisher_check property to powershell_package [#7259](https://github.com/chef/chef/pull/7259) ([Happycoil](https://github.com/Happycoil))
<!-- latest_release -->
<!-- release_rollup since=14.1.12 -->
### Changes since 14.1.12 release
#### Merged Pull Requests
+- Add skip_publisher_check property to powershell_package [#7259](https://github.com/chef/chef/pull/7259) ([Happycoil](https://github.com/Happycoil)) <!-- 14.2.1 -->
- bump ohai to 14.2.0 [#7333](https://github.com/chef/chef/pull/7333) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.1.36 -->
- Use inspec-core, new ffi gem, and bump deps [#7332](https://github.com/chef/chef/pull/7332) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.1.35 -->
- Quote git remote_url property (PR 6249 + chefstyle fix) [#7014](https://github.com/chef/chef/pull/7014) ([tas50](https://github.com/tas50)) <!-- 14.1.34 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 9bfde9c793..43c38b9880 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.2.0)
+ chef (14.2.1)
addressable
bundler (>= 1.10)
- chef-config (= 14.2.0)
+ chef-config (= 14.2.1)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -40,10 +40,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.2.0-universal-mingw32)
+ chef (14.2.1-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.2.0)
+ chef-config (= 14.2.1)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -86,7 +86,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.2.0)
+ chef-config (14.2.1)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 07ea9fa438..83ecc0b2ef 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.2.0
+14.2.1 \ No newline at end of file
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 984457fbb5..469f9bdd20 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.expand_path("../..", __FILE__)
- VERSION = "14.2.0"
+ VERSION = "14.2.1"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f8d16c8209..754d5771c6 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.2.0")
+ VERSION = Chef::VersionString.new("14.2.1")
end
#