Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2021

Bumps kube-runtime from 0.48.0 to 0.50.0.

Changelog

Sourced from kube-runtime's changelog.

0.50.0 / 2021-02-10

  • feat: added support for stacked kubeconfigs - #132 via #411
  • refactor: authentication logic moved out of kube::config and into into kube::service - #409
  • BREAKING: Config::get_auth_header removed
  • refactor: remove hyper dependency from kube::api - #410
  • refactor: kube::Service simpler auth and gzip handling - #405 + #408

0.49.0 / 2021-02-08

  • dependency on reqwest + removed in favour of hyper + tower #394
    • refactor: kube::Client now uses kube::Service (a tower::Service<http::Request<hyper::Body>>) instead of reqwest::Client to handle all requests
    • refactor: kube::Client now uses a tokio_util::codec for internal buffering
    • refactor: async-tungstenite ws feature dependency replaced with tokio-tungstenite. WebSocketStream is now created from a connection upgraded with hyper
    • refactor: oauth2 module for GCP OAuth replaced with optional tame-oauth dependency
    • BREAKING: GCP OAuth is now opt-in (oauth feature). Note that GCP provider with command based token source is supported by default.
    • BREAKING: Gzip decompression is now opt-in (gzip feature) because Kubernetes does not have compression enabled by default yet and this feature requires extra dependencies. #399
    • BREAKING: Client::new now takes a Service instead of Config #400. Allows custom service for features not supported out of the box and testing.
    • BREAKING: Removed Config::proxy. Proxy is no longer supported out of the box, but it should be possible by using a custom Service.
    • fix: Refreshable token from auth provider not refreshing
    • fix: Panic when loading config with non-GCP provider #238
  • feat: subresource support added for Evictable types (marked for Pod) - #393
  • kube: subresource marker traits renamed to Loggable, Executable, Attachable (previously LoggingObject, ExecutingObject, AttachableObject) - #395
  • examples showcasing kubectl cp like behaviour #381 via #392
Commits
  • c0c0c62 (cargo-release) version 0.50.0
  • dfddb4e changelog for 0.50.0
  • 8c42f78 Merge pull request #411 from kazk/stacked-kubeconfig
  • 8dce23d Add stacked KUBECONFIG support
  • 45ccf8b Remove utils::data_or_file
  • ed7d10d Refactor incluster_config
  • 4a9df09 Merge pull request #409 from kazk/auth-logic-to-service
  • 080fe9b Add a comment about auth-plugin support status
  • 735b033 Use HeaderValue::try_from instead for less allocation
  • 2bb6392 Mark Authorization header value sensitive
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [kube-runtime](https://github.com/clux/kube-rs) from 0.48.0 to 0.50.0.
- [Release notes](https://github.com/clux/kube-rs/releases)
- [Changelog](https://github.com/clux/kube-rs/blob/master/CHANGELOG.md)
- [Commits](kube-rs/kube@0.48.0...0.50.0)

Signed-off-by: dependabot[bot] <support@github.com>
@lfrancke
Copy link
Member

@dependabot ignore this dependency

We'll follow whatever operator-rs uses and this needs to be updated in lockstep with kube anyway.

@lfrancke lfrancke closed this Feb 11, 2021
@dependabot dependabot bot deleted the dependabot/cargo/kube-runtime-0.50.0 branch February 11, 2021 08:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2021

OK, I won't notify you about kube-runtime again, unless you re-open this PR or update it yourself. 😢

stackable-bot added a commit that referenced this pull request Dec 13, 2021
…ackabletech/operator-templating repo.

Original commit message:
Added an environment variable to disable lookups in log4j strings. (#32)

This is in order to protect against Log4Shell (CVE-2021-44228).
bors bot added a commit that referenced this pull request Dec 13, 2021
300: Update templated files to rev 1c43a92 r=teozkr a=stackable-bot

Automatically created PR based on commit 1c43a92fd5846264c113fe7955b805740482a288 in stackabletech/operator-templating repo.

Original commit message:
Added an environment variable to disable lookups in log4j strings. (#32)

This is in order to protect against Log4Shell (CVE-2021-44228).
 --reviewer `@stackabletech/developers`

Co-authored-by: Stacky McStackface <github@stackable.de>
Co-authored-by: Stacky McStackface <stackable-bot@users.noreply.github.com>
nightkr pushed a commit that referenced this pull request Dec 14, 2021
* Generated commit to update templated files based on rev 1c43a92 in stackabletech/operator-templating repo.

Original commit message:
Added an environment variable to disable lookups in log4j strings. (#32)

This is in order to protect against Log4Shell (CVE-2021-44228).

* Github Actions: Generated k8s manifest files

Co-authored-by: Stacky McStackface <stackable-bot@users.noreply.github.com>
stackable-bot added a commit that referenced this pull request Dec 16, 2021
…ackabletech/operator-templating repo.

Original commit message:
Revert -Added an environment variable to disable lookups in log4j strings. (#32)- (#34)

This reverts commit 1c43a92fd5846264c113fe7955b805740482a288.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant