summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-14 22:56:04 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-14 22:56:04 +0000
commit9851800cb4bcc481a00c949da2a86e15a94652f6 (patch)
tree720437c19c3ce6f81e0f085d7d1735262309b76e
parent8b6aee19257eb81d468e1589fcfaf38c0603e5de (diff)
downloadchef-9851800cb4bcc481a00c949da2a86e15a94652f6.tar.gz
Bump version to 16.4.29 by Chef Expeditorv16.4.29
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock22
-rw-r--r--VERSION2
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
-rw-r--r--lib/chef/version.rb2
7 files changed, 20 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa0bcec04c..d0449ca536 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 16.4.28 -->
-## [v16.4.28](https://github.com/chef/chef/tree/v16.4.28) (2020-08-14)
+<!-- latest_release 16.4.29 -->
+## [v16.4.29](https://github.com/chef/chef/tree/v16.4.29) (2020-08-14)
#### Merged Pull Requests
-- Convert the functional tests over to macos? as well [#10303](https://github.com/chef/chef/pull/10303) ([tas50](https://github.com/tas50))
+- do not require source when removing powershell package source [#10301](https://github.com/chef/chef/pull/10301) ([kimbernator](https://github.com/kimbernator))
<!-- latest_release -->
<!-- release_rollup since=16.3.45 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- do not require source when removing powershell package source [#10301](https://github.com/chef/chef/pull/10301) ([kimbernator](https://github.com/kimbernator)) <!-- 16.4.29 -->
- Convert the functional tests over to macos? as well [#10303](https://github.com/chef/chef/pull/10303) ([tas50](https://github.com/tas50)) <!-- 16.4.28 -->
- Fix File.exist throughout the codebase [#10284](https://github.com/chef/chef/pull/10284) ([tas50](https://github.com/tas50)) <!-- 16.4.27 -->
- Minor tweaks to the platform checks in the specs [#10289](https://github.com/chef/chef/pull/10289) ([tas50](https://github.com/tas50)) <!-- 16.4.26 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index fefdd5ce39..2ac0b7e7fd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,12 +27,12 @@ GIT
PATH
remote: .
specs:
- chef (16.4.28)
+ chef (16.4.29)
addressable
bcrypt_pbkdf (= 1.1.0.rc1)
bundler (>= 1.10)
- chef-config (= 16.4.28)
- chef-utils (= 16.4.28)
+ chef-config (= 16.4.29)
+ chef-utils (= 16.4.29)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -62,12 +62,12 @@ PATH
tty-prompt (~> 0.21)
tty-screen (~> 0.6)
uuidtools (~> 2.1.5)
- chef (16.4.28-universal-mingw32)
+ chef (16.4.29-universal-mingw32)
addressable
bcrypt_pbkdf (= 1.1.0.rc1)
bundler (>= 1.10)
- chef-config (= 16.4.28)
- chef-utils (= 16.4.28)
+ chef-config (= 16.4.29)
+ chef-utils (= 16.4.29)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -113,15 +113,15 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (16.4.28)
- chef (= 16.4.28)
+ chef-bin (16.4.29)
+ chef (= 16.4.29)
PATH
remote: chef-config
specs:
- chef-config (16.4.28)
+ chef-config (16.4.29)
addressable
- chef-utils (= 16.4.28)
+ chef-utils (= 16.4.29)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@@ -130,7 +130,7 @@ PATH
PATH
remote: chef-utils
specs:
- chef-utils (16.4.28)
+ chef-utils (16.4.29)
GEM
remote: https://rubygems.org/
diff --git a/VERSION b/VERSION
index 1e91013ab1..177d2bb935 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.28 \ No newline at end of file
+16.4.29 \ No newline at end of file
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 25b4b8a26f..f51b7826f7 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.4.28".freeze
+ VERSION = "16.4.29".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 7b0195b5bf..6b4f2e2840 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.4.28".freeze
+ VERSION = "16.4.29".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index f597524344..c69eee9cc5 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.4.28".freeze
+ VERSION = "16.4.29".freeze
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 616a457d85..c4c7b39829 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.4.28")
+ VERSION = Chef::VersionString.new("16.4.29")
end
#