Commit Graph

4 Commits

Author SHA1 Message Date
4daca5a1cc 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'
   }
```
2022-07-18 22:22:01 +09:00
8d335a7bae temp 2021-06-19 20:19:42 +09:00
2cf998e0d7 Bump embulk version. 2021-05-02 19:14:31 +09:00
39fbe6669b initial commit 2019-03-03 16:50:49 +08:00