Skip to content

Commit

Permalink
Plugin version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahma committed Jan 20, 2021
1 parent 2c01639 commit f4d08aa
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pkg/sdk/model/filter/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type _docPrometheus interface{}

// +name:"Prometheus"
// +url:"https://github.com/fluent/fluent-plugin-prometheus#prometheus-outputfilter-plugin"
// +version:"1.8.2"
// +version:"1.8.5"
// +description:"Prometheus Filter Plugin to count Incoming Records"
// +status:"GA"
type _metaPrometheus interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/cloudwatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ type _hugoCloudWatch interface{}
type _docCloudWatch interface{}

// +name:"Amazon CloudWatch"
// +url:"https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs/releases/tag/v0.10.2"
// +version:"0.10.2"
// +url:"https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs/releases/tag/v0.13.2"
// +version:"0.13.2"
// +description:"Send your logs to AWS CloudWatch"
// +status:"GA"
type _metaCloudWatch interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/elasticsearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ type _hugoElasticsearch interface{}
type _docElasticsearch interface{}

// +name:"Elasticsearch"
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.2.2"
// +version:"4.2.2"
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.3.3"
// +version:"4.3.3"
// +description:"Send your logs to Elasticsearch"
// +status:"GA"
type _metaElasticsearch interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ type _hugoKafka interface{}
type _docKafka interface{}

// +name:"Kafka"
// +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.15.2"
// +version:"0.15.2"
// +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.15.3"
// +version:"0.15.3"
// +description:"Send your logs to Kafka"
// +status:"GA"
type _metaKafka interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/logz.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ type _hugoLogZ interface{}
type _docLogZ interface{}

// +name:"LogZ"
// +url:"https://github.com/logzio/fluent-plugin-logzio/releases/tag/v0.0.20"
// +version:"0.0.20"
// +url:"https://github.com/logzio/fluent-plugin-logzio/releases/tag/v0.0.21"
// +version:"0.0.21"
// +description:"Store logs in LogZ.io"
// +status:"GA"
type _metaLogZ interface{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/output/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type _docRedis interface{}

// +name:"Http"
// +url:"https://github.com/fluent-plugins-nursery/fluent-plugin-redis"
// +version:"0.3.4"
// +version:"0.3.5"
// +description:"Sends logs to Redis endpoints."
// +status:"GA"
type _metaRedis interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/sumologic.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ type _hugoSumoLogic interface{}
type _docSumoLogic interface{}

// +name:"SumoLogic"
// +url:"https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.7.1"
// +version:"1.7.1"
// +url:"https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/2.0.0"
// +version:"2.0.0"
// +description:"Send your logs to Sumologic"
// +status:"GA"
type _metaSumologic interface{}
Expand Down

0 comments on commit f4d08aa

Please sign in to comment.