summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2022-12-27 11:28:46 -0800
committerJohn <john.mccrae@progress.com>2023-01-04 09:23:07 -0800
commit628cc6888a14fd47d34ddd0a8f53c16f88e3f937 (patch)
treef00f87bb6c329c4719cd67de78c8506465958208 /lib/chef/version.rb
parentcfc6951a0e96edc8a48c2c3ba25b4e9d090a2cd4 (diff)
downloadchef-jfm/chef18_yum_cache.tar.gz
Adding support to remove bogus Zypper repos thatjfm/chef18_yum_cache
were causing build failures Signed-off-by: John <john.mccrae@progress.com> updating file_system to send back the copy status (#13107) * updating file_system to send back the copy status * Updating Gemfile.lock for cheffish bump Signed-off-by: Vinay Satish <vinay.satish@progress.com> Bump version to 18.0.207 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. Adds 'makecache_fast' property to `yum_repository` minimise cached repodata (#12915) * Adds 'makecache_fast' property to minimise cached repodata * add makecache_fast property to unit test * no makecache fast on dnf systems * correct property in unit test Signed-off-by: Stuart Sears <stuart@sjsears.com> Bump version to 18.0.208 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. removed a test from the kitchen.yml file Signed-off-by: John <john.mccrae@progress.com>
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 967745a348..f57f13dad1 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("18.0.205")
+ VERSION = Chef::VersionString.new("18.0.208")
end
#