File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717$ td-agent-gem install fluent-plugin-syslog-tls
1818```
1919
20+ Note: ` fluent-plugin-syslog-tls ` is compatible with Fluent 0.14.
21+
2022
2123## Configuration
2224---
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
3232 s . require_paths = [ 'lib' ]
3333 s . required_ruby_version = '>= 2.3.0'
3434
35- s . add_runtime_dependency 'fluentd' , '~> 0.14'
35+ s . add_runtime_dependency 'fluentd' , '~> 0.14.0 '
3636 s . add_runtime_dependency 'fluent-mixin-config-placeholders' , '~> 0.3'
3737
3838 s . add_development_dependency 'minitest' , '~> 5.8'
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515
1616module SyslogTls
17- VERSION = '1.0 .0'
17+ VERSION = '1.1 .0'
1818end
You can’t perform that action at this time.
0 commit comments