Install embulk version 0.9.24:
```
--- a/cookbooks/embulk/attributes.rb
+++ b/cookbooks/embulk/attributes.rb
@@ -7,7 +7,7 @@ ipaddr = run_command(cmd).stdout.chomp
node.reverse_merge!({
'embulk' => {
'base_binary_url' => 'https://github.com/embulk/embulk/releases/download/v',
- 'version' => '0.9.23',
+ 'version' => '0.9.24',
'extension' => '.jar',
'install_path' => '/opt/embulk'
}
```
This commit is contained in:
parent
a661d3cf0d
commit
4daca5a1cc
@ -7,7 +7,7 @@ ipaddr = run_command(cmd).stdout.chomp
|
||||
node.reverse_merge!({
|
||||
'embulk' => {
|
||||
'base_binary_url' => 'https://github.com/embulk/embulk/releases/download/v',
|
||||
'version' => '0.9.23',
|
||||
'version' => '0.9.24',
|
||||
'extension' => '.jar',
|
||||
'install_path' => '/opt/embulk'
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user