Skip to content

Commit

Permalink
Merge pull request #77 from x13n/version-bump
Browse files Browse the repository at this point in the history
Bump fluentd-plugin-google-could version
  • Loading branch information
x13n authored Dec 7, 2017
2 parents 427614b + 37ac71b commit 025bfa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluentd-gcp-image/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'fluentd', '~>0.12.32'
gem 'fluent-plugin-record-reformer', '~>0.8.3'
gem 'fluent-plugin-systemd', '~>0.0.8'
gem 'fluent-plugin-google-cloud', '~>0.6.7'
gem 'fluent-plugin-google-cloud', '~>0.6.10'
gem 'fluent-plugin-detect-exceptions', '~>0.0.5'
gem 'fluent-plugin-prometheus', '~>0.2.1'
gem 'fluent-plugin-multi-format-parser', '~>0.1.1'
Expand Down
2 changes: 1 addition & 1 deletion fluentd-gcp-image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.PHONY: build push

PREFIX=gcr.io/google-containers
TAG = 2.0.10
TAG = 2.0.11

build:
docker build --pull -t $(PREFIX)/fluentd-gcp:$(TAG) .
Expand Down

0 comments on commit 025bfa2

Please sign in to comment.