Skip to content

Commit

Permalink
Automated: Update REPO_SUFFIX to 20191118-1 and bump versions for fut…
Browse files Browse the repository at this point in the history
…ure releases. (#222)
  • Loading branch information
stackdriver-instrumentation-release authored and qingling128 committed Nov 22, 2019
1 parent b01f90c commit d04ac56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/projects/google-fluentd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
description "Google Fluentd: A data collector for Google Cloud Logging"

install_dir "/opt/google-fluentd"
build_version "1.6.25"
build_version "1.6.26"
build_iteration 1

# creates required build directories
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:9.9-slim
# Default google-fluentd to the latest stable.
# Use `docker build --build-arg REPO_SUFFIX=<CUSTOM_REPO_SUFFIX>` to override
# the version.
ARG REPO_SUFFIX=20191109-1
ARG REPO_SUFFIX=20191118-1

COPY entrypoint.sh Dockerfile /

Expand Down
2 changes: 1 addition & 1 deletion plugin_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
download "webhdfs", "0.8.0"
download "fluent-plugin-webhdfs", "1.2.3"
download "fluent-plugin-rewrite-tag-filter", "2.2.0"
download "fluent-plugin-google-cloud", "0.7.25"
download "fluent-plugin-google-cloud", "0.7.26"
download "fluent-plugin-detect-exceptions", "0.0.12"
# Keep this version compatible with
# https://github.com/fluent/fluent-plugin-prometheus/blob/master/fluent-plugin-prometheus.gemspec
Expand Down

0 comments on commit d04ac56

Please sign in to comment.