From 227e90c4901267391acb6f404017706098c70a2d Mon Sep 17 00:00:00 2001 From: Civitaspo Date: Thu, 9 Jan 2020 19:43:22 +0900 Subject: [PATCH 1/3] Ship v0.2.0 --- CHANGELOG.md | 8 ++++++++ fluent-plugin-cat-sweep.gemspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c57363..61693ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.2.0 + +Breaking Changes: + +* Use v1.0 API. + * Drop support for Fluentd versions smaller than v0.14. + * https://github.com/civitaspo/fluent-plugin-cat-sweep/pull/21 ( by @karupanerura ) + # 0.1.5 Enhancements: diff --git a/fluent-plugin-cat-sweep.gemspec b/fluent-plugin-cat-sweep.gemspec index 51b4712..39e46cf 100644 --- a/fluent-plugin-cat-sweep.gemspec +++ b/fluent-plugin-cat-sweep.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "fluent-plugin-cat-sweep" - spec.version = "0.1.5" + spec.version = "0.2.0" spec.authors = ["Civitaspo(takahiro.nakayama)", "Naotoshi Seo"] spec.email = ["civitaspo@gmail.com", "sonots@gmail.com"] From 8e472d89f11725186d7fe11631c678cad698153b Mon Sep 17 00:00:00 2001 From: Civitaspo Date: Thu, 9 Jan 2020 22:00:05 +0900 Subject: [PATCH 2/3] Rewrite the example on README --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d38c2a4..55a67d0 100644 --- a/README.md +++ b/README.md @@ -111,14 +111,21 @@ tmp/test ``` - type cat_sweep + @type cat_sweep # Required. process files that match this pattern using glob. file_path_with_glob /tmp/test/file_* - # Input pattern. It depends on Parser plugin - format tsv - keys xpath,access_time,label,payload + # Parser Plugin Setting + # You can use the old style instead. (Not recommended) + # === + # format tsv + # keys xpath,access_time,label,payload + # === + + @type tsv + keys xpath,access_time,label,payload + # Required. process files that are older than this parameter(seconds). # [WARNING!!]: this plugin moves or removes files even if the files are still open. From d098a0d558d8e39ae8fe925bfc42c5b0b57564cf Mon Sep 17 00:00:00 2001 From: Civitaspo Date: Thu, 9 Jan 2020 22:00:19 +0900 Subject: [PATCH 3/3] Create .github/FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..0b8e4cf --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: civitaspo