File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
44
55## [ Unreleased] ( https://github.com/idealista/fluentd-role/tree/develop )
66
7+ ## [ 1.3.0] ( https://github.com/idealista/fluentd-role/tree/1.3.0 )
8+ ## [ Full Changelog] ( https://github.com/idealista/fluentd-role/compare/1.2.1...1.3.0 )
9+
10+ ### Changed
11+ - * [ #20 ] ( https://github.com/idealista/fluentd-role/issues/20 ) Upgrading fluentd using 1.3.3 as default version* @dortegau
12+
713## [ 1.2.1] ( https://github.com/idealista/fluentd-role/tree/1.2.1 )
814## [ Full Changelog] ( https://github.com/idealista/fluentd-role/compare/1.2.0...1.2.1 )
915### Fixed
Original file line number Diff line number Diff line change 22fluentd_user : fluentd
33fluentd_group : fluentd
44
5- fluentd_version : " 1.2.5 "
5+ fluentd_version : " 1.3.3 "
66
77fluentd_conf_path : " /etc/fluent"
88fluentd_log_path : " /var/log/fluent"
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ command:
6464 fluentd --version :
6565 exit-status : 0
6666 stdout :
67- - fluentd 1.2.5
67+ - fluentd 1.3.3
6868 stderr : []
6969 timeout : 10000
7070
You can’t perform that action at this time.
0 commit comments