summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-29 04:40:01 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-29 04:40:01 +0000
commitd18d761d156244fef096c34c9618f9aec8cb9627 (patch)
tree981ecce5456e4fd3258c4b1f19d127c5ed449820
parent54df59acb3328de4bb58b614419e4d8299251d5e (diff)
downloadchef-d18d761d156244fef096c34c9618f9aec8cb9627.tar.gz
Bump version to 17.0.13 by Chef Expeditorv17.0.13
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md8
-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, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0880fdc8de..e497f28fb9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 17.0.12 -->
-## [v17.0.12](https://github.com/chef/chef/tree/v17.0.12) (2020-12-29)
+<!-- latest_release 17.0.13 -->
+## [v17.0.13](https://github.com/chef/chef/tree/v17.0.13) (2020-12-29)
#### Merged Pull Requests
-- Fix dnf_package version and arch property support and idempotency [#9847](https://github.com/chef/chef/pull/9847) ([lamont-granquist](https://github.com/lamont-granquist))
-- Stub http requests in rubygems tests. [#10761](https://github.com/chef/chef/pull/10761) ([phiggins](https://github.com/phiggins))
+- Stop updating bundler in CI [#10786](https://github.com/chef/chef/pull/10786) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.14 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Stop updating bundler in CI [#10786](https://github.com/chef/chef/pull/10786) ([tas50](https://github.com/tas50)) <!-- 17.0.13 -->
- Fix dnf_package version and arch property support and idempotency [#9847](https://github.com/chef/chef/pull/9847) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 17.0.12 -->
- Stub http requests in rubygems tests. [#10761](https://github.com/chef/chef/pull/10761) ([phiggins](https://github.com/phiggins)) <!-- 17.0.11 -->
- Cleanup knife status [#10782](https://github.com/chef/chef/pull/10782) ([phiggins](https://github.com/phiggins)) <!-- 17.0.11 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 25d4872461..ea122f49f3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -28,12 +28,12 @@ GIT
PATH
remote: .
specs:
- chef (17.0.12)
+ chef (17.0.13)
addressable
bcrypt_pbkdf (= 1.1.0.rc1)
bundler (>= 1.10)
- chef-config (= 17.0.12)
- chef-utils (= 17.0.12)
+ chef-config (= 17.0.13)
+ chef-utils (= 17.0.13)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -65,12 +65,12 @@ PATH
tty-screen (~> 0.6)
tty-table (~> 0.11)
uuidtools (~> 2.1.5)
- chef (17.0.12-universal-mingw32)
+ chef (17.0.13-universal-mingw32)
addressable
bcrypt_pbkdf (= 1.1.0.rc1)
bundler (>= 1.10)
- chef-config (= 17.0.12)
- chef-utils (= 17.0.12)
+ chef-config (= 17.0.13)
+ chef-utils (= 17.0.13)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -117,15 +117,15 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (17.0.12)
- chef (= 17.0.12)
+ chef-bin (17.0.13)
+ chef (= 17.0.13)
PATH
remote: chef-config
specs:
- chef-config (17.0.12)
+ chef-config (17.0.13)
addressable
- chef-utils (= 17.0.12)
+ chef-utils (= 17.0.13)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@@ -134,7 +134,7 @@ PATH
PATH
remote: chef-utils
specs:
- chef-utils (17.0.12)
+ chef-utils (17.0.13)
GEM
remote: https://rubygems.org/
diff --git a/VERSION b/VERSION
index a4588a6df0..ca85bc336d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.12 \ No newline at end of file
+17.0.13 \ 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 4108d05eab..7351dbaea9 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 = "17.0.12".freeze
+ VERSION = "17.0.13".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 6934e4251e..07b5beb928 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 = "17.0.12".freeze
+ VERSION = "17.0.13".freeze
end
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index deaea456d5..0c2bc269d8 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.0.12"
+ VERSION = "17.0.13"
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index cec6241b59..6ec8907029 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("17.0.12")
+ VERSION = Chef::VersionString.new("17.0.13")
end
#