Skip to content

Commit

Permalink
Automated: Update REPO_SUFFIX to 20210321-1 and bump versions for fut…
Browse files Browse the repository at this point in the history
…ure releases. (#322)
  • Loading branch information
stackdriver-instrumentation-release committed Mar 29, 2021
1 parent 70a6895 commit b2e1e24
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
Expand Up @@ -8,7 +8,7 @@
description "Google Fluentd: A data collector for Google Cloud Logging"

install_dir "/opt/google-fluentd"
build_version "1.8.7"
build_version "1.8.8"
build_iteration 1

# creates required build directories
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM debian:9.13-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=20210204-1
ARG REPO_SUFFIX=20210321-1

COPY entrypoint.sh Dockerfile /

Expand Down
2 changes: 1 addition & 1 deletion plugin_gems.rb
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.10.6"
download "fluent-plugin-google-cloud", "0.10.7"
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 b2e1e24

Please sign in to comment.