Skip to content

Commit d76c89c

Browse files
authored
Merge pull request #346 from caskdata/feature/COOK-127-newer-hdp-utils
COOK-127 Update to HDP-UTILS 1.1.0.21
2 parents 179c455 + 3c727b0 commit d76c89c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes/repo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
Chef::Application.fatal!('This cookbook only supports HDP 2.x')
8383
end
8484

85-
hdp_utils_version = '1.1.0.20'
85+
hdp_utils_version = '1.1.0.21'
8686

8787
case node['platform_family']
8888
when 'rhel', 'amazon'

spec/repo_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
end.converge(described_recipe)
99
end
1010

11-
%w(HDP-2.x Updates-HDP-2.x HDP-UTILS-1.1.0.20).each do |repo|
11+
%w(HDP-2.x Updates-HDP-2.x HDP-UTILS-1.1.0.21).each do |repo|
1212
it "add #{repo} yum_repository" do
1313
expect(chef_run).to add_yum_repository(repo)
1414
end

0 commit comments

Comments
 (0)