Skip to content

Commit

Permalink
chore: update for fluentd 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed May 21, 2024
1 parent c5b86a8 commit 74f7d44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions logs-concentrator/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
aws-eventstream (1.3.0)
aws-partitions (1.930.0)
aws-partitions (1.931.0)
aws-sdk-core (3.196.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -99,4 +99,4 @@ DEPENDENCIES
fluentd (= 1.17.0)

BUNDLED WITH
2.5.7
2.5.10
2 changes: 1 addition & 1 deletion logs-concentrator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ update-gemfile:
-v $$PWD/Gemfile.lock:/tmp/Gemfile.lock \
-w /tmp \
--entrypoint bundle \
fluent/fluentd:v1.16.5-1.0 \
fluent/fluentd:v1.17.0-1.0 \
lock --update
4 changes: 2 additions & 2 deletions logs-dispatcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ update-gemfile:
-v $$PWD/Gemfile.lock:/tmp/Gemfile.lock \
-w /tmp \
--entrypoint bundle \
fluent/fluentd:v1.16.5-1.0 \
fluent/fluentd:v1.17.0-1.0 \
lock --update

.PHONY: update-vendor-cache
Expand All @@ -24,5 +24,5 @@ update-vendor-cache:
-w /tmp \
-e BUNDLE_NO_INSTALL=true \
--entrypoint bundle \
fluent/fluentd:v1.16.5-1.0 \
fluent/fluentd:v1.17.0-1.0 \
cache

0 comments on commit 74f7d44

Please sign in to comment.