Skip to content

Commit

Permalink
Use fixed kubeclient version 4.9.0 for gems and docker (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
perk-sumo authored and samjsong committed Sep 3, 2020
1 parent 8534e0c commit 4dfc77f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY gems/fluent-plugin*.gem ./
# Fluentd plugin dependencies
RUN gem install concurrent-ruby -v 1.1.5 \
&& gem install google-protobuf -v 3.9.2 \
&& gem install kubeclient -v 4.5.0 \
&& gem install kubeclient -v 4.9.0 \
&& gem install lru_redux -v 1.1.0 \
&& gem install snappy -v 0.0.17

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'concurrent-ruby', '~> 1.1'
spec.add_runtime_dependency 'fluentd', ['>= 0.14.10', '< 2']
spec.add_runtime_dependency 'kubeclient', '~> 4.4'
spec.add_runtime_dependency 'kubeclient', '4.9.0'
spec.add_runtime_dependency 'lru_redux', '~> 1.1.0'

spec.add_development_dependency 'bundler', '~> 2.0'
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-events/fluent-plugin-events.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "test-unit", "~> 3.0"
spec.add_runtime_dependency "fluentd", [">= 0.14.10", "< 2"]
spec.add_runtime_dependency 'kubeclient', '~> 4.2'
spec.add_runtime_dependency 'kubeclient', '4.9.0'
spec.add_development_dependency 'webmock', '~> 3.0'
spec.add_development_dependency 'mocha'
end

0 comments on commit 4dfc77f

Please sign in to comment.