Skip to content

Commit 3a40023

Browse files
committed
Prepare CHANGELOG for release
Update versions in README
1 parent 8ade99e commit 3a40023

File tree

3 files changed

+28
-13
lines changed

3 files changed

+28
-13
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## [1.11.0](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.11.0)
4+
5+
* Plugins: Add `fluent-plugin-verticajson` again (@skalickym)
6+
7+
* Plugins: Add `fluent-plugin-verticajson` (@rjackson90)
8+
9+
* Plugins: Add `fluent-plugin-out-http`
10+
11+
* Plugins: update to latest compatible versions
12+
13+
* Core: Efficient Kubernetes API Updates using Informers (#75) (rjackson90)
14+
15+
* Fluend: Add support for CRI-O format (#80) (@jonasrutishauser)
16+
317
## [1.10.0](https://github.com/vmware/kube-fluentd-operator/releases/tag/v1.10.0)
418

519
* Fluentd: Upgrade to 1.5.2

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -470,40 +470,41 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
470470
* fluent-plugin-azure-loganalytics (0.4.1)
471471
* fluent-plugin-cloudwatch-logs (0.7.4)
472472
* fluent-plugin-concat (2.4.0)
473-
* fluent-plugin-datadog (0.10.5)
474-
* fluent-plugin-detect-exceptions (0.0.12)
475-
* fluent-plugin-elasticsearch (3.5.5)
473+
* fluent-plugin-datadog (0.11.0)
474+
* fluent-plugin-detect-exceptions (0.0.13)
475+
* fluent-plugin-elasticsearch (3.7.0)
476476
* fluent-plugin-gelf-hs (1.0.8)
477477
* fluent-plugin-google-cloud (0.4.10)
478-
* fluent-plugin-grok-parser (2.6.0)
478+
* fluent-plugin-grok-parser (2.6.1)
479479
* fluent-plugin-json-in-json-2 (1.0.2)
480-
* fluent-plugin-kafka (0.11.1)
481-
* fluent-plugin-kinesis (3.1.0)
480+
* fluent-plugin-kafka (0.12.1)
481+
* fluent-plugin-kinesis (3.2.0)
482482
* fluent-plugin-kubernetes (0.3.1)
483-
* fluent-plugin-kubernetes_metadata_filter (2.3.0)
483+
* fluent-plugin-kubernetes_metadata_filter (2.4.0)
484484
* fluent-plugin-kubernetes_sumologic (2.4.2)
485485
* fluent-plugin-logentries (0.2.10)
486486
* fluent-plugin-loggly (0.0.9)
487487
* fluent-plugin-logzio (0.0.20)
488488
* fluent-plugin-mail (0.3.0)
489489
* fluent-plugin-mongo (1.3.0)
490490
* fluent-plugin-multi-format-parser (1.0.0)
491-
* fluent-plugin-out-http (1.3.1)
492-
* fluent-plugin-papertrail (0.2.7)
493-
* fluent-plugin-prometheus (1.5.0)
491+
* fluent-plugin-out-http (1.3.3)
492+
* fluent-plugin-papertrail (0.2.8)
493+
* fluent-plugin-prometheus (1.7.0)
494494
* fluent-plugin-record-modifier (2.0.1)
495495
* fluent-plugin-record-reformer (0.9.1)
496496
* fluent-plugin-redis (0.3.4)
497497
* fluent-plugin-remote_syslog (1.0.0)
498498
* fluent-plugin-rewrite-tag-filter (2.2.0)
499499
* fluent-plugin-route (1.0.0)
500-
* fluent-plugin-s3 (1.1.11)
500+
* fluent-plugin-s3 (1.2.1)
501501
* fluent-plugin-scribe (1.0.0)
502502
* fluent-plugin-secure-forward (0.4.5)
503503
* fluent-plugin-splunkhec (2.0)
504-
* fluent-plugin-sumologic_output (1.5.0)
504+
* fluent-plugin-sumologic_output (1.6.1)
505505
* fluent-plugin-systemd (1.0.2)
506506
* fluent-plugin-uri-parser (0.3.0)
507+
* fluent-plugin-verticajson (0.0.6)
507508
* fluent-plugin-vmware-log-intelligence (2.0.0)
508509
* fluentd (1.5.2)
509510

base-image/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gem 'fluent-plugin-secure-forward'
4141
gem 'fluent-plugin-splunkhec'
4242
gem 'fluent-plugin-sumologic_output'
4343
gem 'fluent-plugin-systemd'
44-
gem 'fluent-plugin-verticajson'
4544
gem 'fluent-plugin-uri-parser'
45+
gem 'fluent-plugin-verticajson'
4646
gem 'gelf'
4747
gem 'logfmt'

0 commit comments

Comments
 (0)