Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
2.7.4
8 changes: 4 additions & 4 deletions docker/Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source 'https://rubygems.org'

# This is separate gemfile for building docker image that has all plugins
# This is separate gemfile for building docker image that has all plugins
# for kubernetes log collection agent
# List all required gems here and install via bundler to resolve dependencies
gem "fluentd", ">=1.14.2"
gem "fluentd", ">=1.14.2"
gem "fluent-plugin-systemd", "=1.0.2"
gem "fluent-plugin-concat", "=2.4.0"
gem "fluent-plugin-prometheus", "=2.0.1"
gem "fluent-plugin-prometheus", "=2.0.2"
gem "fluent-plugin-jq", "=0.5.1"
gem "fluent-plugin-kubernetes_metadata_filter", ">=2.9.2"
gem "oj", "=3.11.2"
Expand All @@ -20,4 +20,4 @@ gem "rack", ">= 2.1.4"
gem "fluent-plugin-record-modifier", ">=2.1"


gem 'fluent-plugin-splunk-hec', path: 'gem/'
gem 'fluent-plugin-splunk-hec', path: 'gem/'
6 changes: 3 additions & 3 deletions docker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
fluentd (>= 0.14.0, < 1.15)
kubeclient (>= 4.0.0, < 5.0.0)
lru_redux
fluent-plugin-prometheus (2.0.1)
fluent-plugin-prometheus (2.0.2)
fluentd (>= 1.9.1, < 2)
prometheus-client (>= 2.1.0)
fluent-plugin-record-modifier (2.1.0)
Expand Down Expand Up @@ -165,7 +165,7 @@ DEPENDENCIES
fluent-plugin-concat (= 2.4.0)
fluent-plugin-jq (= 0.5.1)
fluent-plugin-kubernetes_metadata_filter (>= 2.9.2)
fluent-plugin-prometheus (= 2.0.1)
fluent-plugin-prometheus (= 2.0.2)
fluent-plugin-record-modifier (>= 2.1)
fluent-plugin-splunk-hec!
fluent-plugin-systemd (= 1.0.2)
Expand All @@ -179,4 +179,4 @@ DEPENDENCIES
rack (>= 2.1.4)

BUNDLED WITH
2.2.32
2.3.11