From 6a4351cd144d76b3847a771bacef28e3dc89bc4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 21:02:22 +0000 Subject: [PATCH] chore(deps): bump kubeclient in /infra/concourse/build/data Bumps [kubeclient](https://github.com/abonas/kubeclient) from 4.5.0 to 4.9.3. - [Release notes](https://github.com/abonas/kubeclient/releases) - [Changelog](https://github.com/ManageIQ/kubeclient/blob/master/CHANGELOG.md) - [Commits](https://github.com/abonas/kubeclient/compare/v4.5.0...v4.9.3) --- updated-dependencies: - dependency-name: kubeclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/concourse/build/data/Gemfile | 2 +- infra/concourse/build/data/Gemfile.lock | 34 +++++++++++++++---------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/infra/concourse/build/data/Gemfile b/infra/concourse/build/data/Gemfile index 5cf8233a74b..36950f9c63a 100644 --- a/infra/concourse/build/data/Gemfile +++ b/infra/concourse/build/data/Gemfile @@ -14,6 +14,6 @@ source 'https://rubygems.org/' do gem "kitchen-terraform", "~> 4.9" - gem "kubeclient", "~> 4.0" + gem "kubeclient", "~> 4.9" gem "rest-client", "~> 2.0" end diff --git a/infra/concourse/build/data/Gemfile.lock b/infra/concourse/build/data/Gemfile.lock index 1a91511e50b..4e24929217b 100644 --- a/infra/concourse/build/data/Gemfile.lock +++ b/infra/concourse/build/data/Gemfile.lock @@ -28,7 +28,7 @@ GEM docker-api (1.34.2) excon (>= 0.47.0) multi_json - domain_name (0.5.20180417) + domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) dry-configurable (0.8.3) concurrent-ruby (~> 1.0) @@ -69,6 +69,9 @@ GEM faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) ffi (1.11.1) + ffi-compiler (1.0.1) + ffi (>= 1.0.0) + rake google-api-client (0.23.9) addressable (~> 2.5, >= 2.5.1) googleauth (>= 0.5, < 0.7.0) @@ -90,16 +93,17 @@ GEM builder (>= 2.1.2) hashie (3.6.0) htmlentities (4.3.4) - http (4.1.1) + http (4.4.1) addressable (~> 2.3) http-cookie (~> 1.0) - http-form_data (~> 2.0) - http_parser.rb (~> 0.6.0) + http-form_data (~> 2.2) + http-parser (~> 1.2.0) http-accept (1.7.0) - http-cookie (1.0.3) + http-cookie (1.0.4) domain_name (~> 0.5) - http-form_data (2.1.1) - http_parser.rb (0.6.0) + http-form_data (2.3.0) + http-parser (1.2.3) + ffi-compiler (>= 1.0, < 2.0) httpclient (2.8.3) inifile (3.0.0) inspec (3.9.3) @@ -129,6 +133,8 @@ GEM tty-table (~> 0.10) jmespath (1.4.0) json (2.1.0) + jsonpath (1.1.0) + multi_json jwt (2.2.1) kitchen-terraform (4.9.0) dry-types (~> 0.14.0) @@ -138,9 +144,10 @@ GEM mixlib-shellout (~> 2.2) test-kitchen (~> 1.23) tty-which (~> 0.4.0) - kubeclient (4.5.0) + kubeclient (4.9.3) http (>= 3.0, < 5.0) - recursive-open-struct (~> 1.0, >= 1.0.4) + jsonpath (~> 1.0) + recursive-open-struct (~> 1.1, >= 1.1.1) rest-client (~> 2.0) little-plugger (1.1.4) logging (2.2.2) @@ -148,9 +155,9 @@ GEM multi_json (~> 1.10) memoist (0.16.0) method_source (0.9.2) - mime-types (3.2.2) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.0331) + mime-types-data (3.2022.0105) mixlib-install (3.11.18) mixlib-shellout mixlib-versioning @@ -188,7 +195,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.6) - recursive-open-struct (1.1.0) + rake (13.0.6) + recursive-open-struct (1.1.3) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0) @@ -313,7 +321,7 @@ PLATFORMS DEPENDENCIES kitchen-terraform (~> 4.9)! - kubeclient (~> 4.0)! + kubeclient (~> 4.9)! rest-client (~> 2.0)! BUNDLED WITH