itamae/cookbooks/embulk
Kazuhiro MUSASHI 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
..
files/root/.ssh initial commit 2019-03-03 16:50:49 +08:00
attributes.rb Install embulk version `0.9.24`: 2022-07-18 22:22:01 +09:00
default.rb initial commit 2019-03-03 16:50:49 +08:00
install.rb Install `OpenJDK 8` for Ubuntu 22.04. 2022-07-18 22:21:35 +09:00
setup.rb Add `embulk` plugins: 2022-01-10 15:03:37 +09:00