diff options
author | Tiger <twatson@gitlab.com> | 2019-09-09 17:02:34 +1000 |
---|---|---|
committer | Tiger <twatson@gitlab.com> | 2019-09-09 17:05:19 +1000 |
commit | e818c98e36edbcbb7ff17f348aaf05535857a14f (patch) | |
tree | 37355c3706fbae1597093cfe13a0bb0db0aacb30 | |
parent | 8df0fe54cad2bab09feb2c97c098ca23796824fd (diff) | |
download | gitlab-ce-e818c98e36edbcbb7ff17f348aaf05535857a14f.tar.gz |
Bump Kubeclient to 4.4.046686-bump-kubeclient-version-qa
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 | ||||
-rw-r--r-- | changelogs/unreleased/46686-bump-kubeclient-version-qa.yml | 5 |
3 files changed, 8 insertions, 3 deletions
@@ -234,7 +234,7 @@ gem 'asana', '~> 0.8.1' gem 'ruby-fogbugz', '~> 0.2.1' # Kubernetes integration -gem 'kubeclient', '~> 4.2.2' +gem 'kubeclient', '~> 4.4.0' # Sanitize user input gem 'sanitize', '~> 4.6' diff --git a/Gemfile.lock b/Gemfile.lock index 011a365110c..48053e5740e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -505,7 +505,7 @@ GEM kramdown (2.1.0) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - kubeclient (4.2.2) + kubeclient (4.4.0) http (~> 3.0) recursive-open-struct (~> 1.0, >= 1.0.4) rest-client (~> 2.0) @@ -1164,7 +1164,7 @@ DEPENDENCIES jwt (~> 2.1.0) kaminari (~> 1.0) knapsack (~> 1.17) - kubeclient (~> 4.2.2) + kubeclient (~> 4.4.0) letter_opener_web (~> 1.3.4) license_finder (~> 5.4) licensee (~> 8.9) diff --git a/changelogs/unreleased/46686-bump-kubeclient-version-qa.yml b/changelogs/unreleased/46686-bump-kubeclient-version-qa.yml new file mode 100644 index 00000000000..b4adbe4dcea --- /dev/null +++ b/changelogs/unreleased/46686-bump-kubeclient-version-qa.yml @@ -0,0 +1,5 @@ +--- +title: Bump Kubeclient to 4.4.0 +merge_request: 32811 +author: +type: other |