Skip to content

Commit 221c134

Browse files
committed
Fix minimum version of depencency on Fluentd
Confirmed this did not work with Fluentd v1.8.1. Signed-off-by: daipom <fukuda@clear-code.com>
1 parent 7d04eb9 commit 221c134

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[Fluentd](https://fluentd.org/) plugin to collect debug information of Fluentd.
44

5-
| Platform | Support Version |
6-
| -------- | --------------------- |
7-
| Fluentd | Fluentd v1.x |
8-
| Ruby | Ruby 2.7.x / 3.1.x |
5+
| Platform | Support Version |
6+
|----------|--------------------|
7+
| Fluentd | >= Fluentd v1.9.3 |
8+
| Ruby | Ruby 2.7.x / 3.1.x |
99

1010
This plugin periodically dumps backtrace and memory profile of Fluentd by using [sigdump](https://github.com/fluent/sigdump).
1111

fluent-plugin-sigdump.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
1919
s.add_development_dependency "test-unit", "~> 3.3"
2020

2121
s.add_runtime_dependency "sigdump", "~> 0.2.2"
22-
s.add_runtime_dependency "fluentd", [">= 0.14.10", "< 2"]
22+
s.add_runtime_dependency "fluentd", [">= 1.9.3", "< 2"]
2323
end

0 commit comments

Comments
 (0)