Skip to content

Commit ed4afcd

Browse files
authored
Merge pull request #22 from idealista/develop
Develop
2 parents 3903fa7 + 5f9b4f9 commit ed4afcd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
fluentd_user: fluentd
33
fluentd_group: fluentd
44

5-
fluentd_version: "1.2.5"
5+
fluentd_version: "1.3.3"
66

77
fluentd_conf_path: "/etc/fluent"
88
fluentd_log_path: "/var/log/fluent"

tests/goss/specs/fluentd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)