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:
Kazuhiro MUSASHI 2022-07-18 22:21:53 +09:00
parent a661d3cf0d
commit 4daca5a1cc
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}