Skip to content

Commit

Permalink
Merge pull request #52 from uselagoon/renovate/fluentd-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency fluentd to v1.16.3
  • Loading branch information
tobybellwood authored Feb 15, 2024
2 parents f5a8f9f + 04d29de commit f4128a7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion logs-concentrator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fluent/fluentd:v1.16-1
FROM fluent/fluentd:v1.16.3-1.0

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-service-images" repository="https://github.com/uselagoon/lagoon-service-images"
Expand Down
2 changes: 1 addition & 1 deletion logs-concentrator/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "fluent-plugin-elasticsearch", "5.3.0"
gem "fluent-plugin-opensearch", "1.1.4"
gem "fluent-plugin-prometheus", "2.1.0"
gem "fluentd", "1.16.2"
gem "fluentd", "1.16.3"
4 changes: 2 additions & 2 deletions logs-concentrator/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GEM
fluent-plugin-prometheus (2.1.0)
fluentd (>= 1.9.1, < 2)
prometheus-client (>= 2.1.0)
fluentd (1.16.2)
fluentd (1.16.3)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
Expand Down Expand Up @@ -90,7 +90,7 @@ DEPENDENCIES
fluent-plugin-elasticsearch (= 5.3.0)
fluent-plugin-opensearch (= 1.1.4)
fluent-plugin-prometheus (= 2.1.0)
fluentd (= 1.16.2)
fluentd (= 1.16.3)

BUNDLED WITH
2.4.17
2 changes: 1 addition & 1 deletion logs-dispatcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fluent/fluentd:v1.16-1
FROM fluent/fluentd:v1.16.3-1.0

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-service-images" repository="https://github.com/uselagoon/lagoon-service-images"
Expand Down
2 changes: 1 addition & 1 deletion logs-dispatcher/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ gem "fluent-plugin-route", "1.0.0"
gem "fluent-plugin-s3", "1.7.2"
gem "fluent-plugin-splunk-enterprise", "0.10.2"
gem "fluent-plugin-sumologic_output", "1.8.0"
gem "fluentd", "1.16.2"
gem "fluentd", "1.16.3"
4 changes: 2 additions & 2 deletions logs-dispatcher/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
fluent-plugin-sumologic_output (1.8.0)
fluentd (>= 0.14.12)
httpclient (~> 2.8.0)
fluentd (1.16.2)
fluentd (1.16.3)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
Expand Down Expand Up @@ -169,7 +169,7 @@ DEPENDENCIES
fluent-plugin-s3 (= 1.7.2)
fluent-plugin-splunk-enterprise (= 0.10.2)
fluent-plugin-sumologic_output (= 1.8.0)
fluentd (= 1.16.2)
fluentd (= 1.16.3)

BUNDLED WITH
2.4.17

0 comments on commit f4128a7

Please sign in to comment.