Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kubeclient requirement from >= 4.4, < 4.9 to >= 4.4, < 4.10 #8

Merged
merged 1 commit into from
Aug 4, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2020

Updates the requirements on kubeclient to permit the latest version.

Changelog

Sourced from kubeclient's changelog.

4.9.0 - 2020-08-03

Added

  • Support for user: exec credential plugins using TLS client auth (#453)

4.8.0 — 2020-07-03

Added

  • Support for server-side apply (#448).

Fixed

  • Declared forgotten dependency on jsonpath, needed for gcp provider with cmd-path (#450).

4.7.0 — 2020-06-14

Fixed

  • Ruby 2.7 compatibility: bumped minimum recursive-open-struct to one that works on 2.7 (#439).
  • Ruby 2.7 warnings (#433, #438).
  • Improved watch documentation, including behavior planned to change in 5.0.0 (#436).

Added

  • Google Application Default Credentials: Added userinfo.email to requested scopes, which is necessary for RBAC policies (#441).

4.6.0 — 2019-12-30

Fixed

  • AmazonEksCredentials was sometimes leaving base64 padding that IAM auth of the EKS cluster rejects. Now padding is always stripped. (#424, #423)

Added

  • Allow calling watch_foos methods with a block, simpler to use and guarantees closing the connection. (#425)

  • Support limitBytes query parameter for get_pod_log. (#426)

4.5.0 — 2019-09-27

Added

  • Support :resourceVersion parameter in get_foos methods (similar to existing support in watch_foos methods). (#420)

  • Relax dependency on http gem to allow both 3.x and 4.x. (#413)

4.4.0 — 2019-05-03

Added

  • GCP configs with user[auth-provider][name] == 'gcp' will execute credential plugin (normally the gcloud config config-helper subcommand) when the config specifies it in cmd-path, cmd-args fields (similar to exec support). This code path works without googleauth gem. Otherwise, GoogleApplicationDefaultCredentials path will be tried as before. (#410)
  • AmazonEksCredentials helper for obtaining a token to authenticate against Amazon EKS. This is not currently integrated in Config, you will need to invoke it yourself. You'll need some aws gems that Kubeclient does not include. (#404, #406)

Changed

  • OpenID Connect tokens which cannot be validaded because we cannot identify the key they were signed with will be considered expired and refreshed as usual. (#407)

4.3.0 — 2019-03-03

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team August 4, 2020 13:02
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 4, 2020
@gimmyxd gimmyxd merged commit 3a2ab94 into master Aug 4, 2020
@gimmyxd gimmyxd deleted the dependabot/bundler/kubeclient-gte-4.4-and-lt-4.10 branch August 4, 2020 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant