Skip to content

Commit

Permalink
Automated: Update REPO_SUFFIX to 20210409-1 and bump versions for fut…
Browse files Browse the repository at this point in the history
…ure releases. (#326)
  • Loading branch information
stackdriver-instrumentation-release committed Apr 13, 2021
1 parent b5c4ab9 commit c27466f
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.8"
build_version "1.8.9"
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=20210321-1
ARG REPO_SUFFIX=20210409-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.7"
download "fluent-plugin-google-cloud", "0.10.8"
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 c27466f

Please sign in to comment.