README.md in fluent-plugin-systemd-1.0.5 vs README.md in fluent-plugin-systemd-1.1.0

- old
+ new

@@ -16,10 +16,14 @@ |fluent-plugin-systemd|fluentd|td-agent|ruby| |----|----|----|----| | > 0.1.0 | >= 0.14.11, < 2 | 3 | >= 2.1 | | 0.0.x | ~> 0.12.0 | 2 | >= 1.9 | +|fluent-plugin-systemd|fluentd|fluent-package|ruby| +|----|----|----|----| +| >= 1.1.0 | >= 0.14.11, < 2 | 5 | >= 3.0 | + * The 1.x.x series is developed from this branch (master) * The 0.0.x series (compatible with fluentd v0.12, and td-agent 2) is maintained on the [0.0.x branch](https://github.com/reevoo/fluent-plugin-systemd/tree/0.0.x) ## Installation @@ -210,17 +214,17 @@ ``` apt-get install libsystemd0 ``` -On CentOS or RHEL you might need to install the systemd package: +On AlmaLinux or RHEL you might need to install the systemd package: ``` yum install -y systemd ``` -If you want to do this in a CentOS docker image you might first need to remove the `fakesystemd` package. +If you want to do this in a AlmaLinux docker image you might first need to remove the `fakesystemd` package. ``` yum remove -y fakesystemd ``` @@ -261,5 +265,6 @@ * [Masahiro Nakagawa](https://github.com/repeatedly) * [Mike Kaplinskiy](https://github.com/mikekap) * [Richard Megginson](https://github.com/richm) * [Sadayuki Furuhashi](https://github.com/frsyuki) * [Seiichi Nishikata](https://github.com/neko-neko) +* [Kentaro Hayashi](https://github.com/kenhys)