Skip to content

Commit

Permalink
Automated: Update REPO_SUFFIX to 1729017315237 and bump versions for …
Browse files Browse the repository at this point in the history
…future releases. (#441)
  • Loading branch information
1 parent 222424a commit 3c9479e
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.10.2"
build_version "1.10.3"
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:10.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=20230716-1
ARG REPO_SUFFIX=1729017315237

ARG ARTIFACT_REGISTRY_REGION=

Expand Down
2 changes: 1 addition & 1 deletion plugin_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This should be the last released version of the gem in https://rubygems.org/gems/fluent-plugin-google-cloud.
# The release candidate build will overwrite this gem with a gem version that is built from the master branch
# later in the build pipeline.
download "fluent-plugin-google-cloud", "0.13.1"
download "fluent-plugin-google-cloud", "0.13.2"
download "fluent-plugin-detect-exceptions", "0.0.15"
# Keep this version compatible with
# https://github.com/fluent/fluent-plugin-prometheus/blob/master/fluent-plugin-prometheus.gemspec
Expand Down

0 comments on commit 3c9479e

Please sign in to comment.