hcavarsan / kftray

kubectl port-forward on steroids 🦀 manage and share multiple k8s port forwards configurations- with support for UDP, proxy through the k8s cluster, and github state sync.
https://kftray.app/
MIT License
790 stars 70 forks source link

chore(deps): update all non-major dependencies #164

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
base64 dependencies minor 0.21.7 -> 0.22.0
h2 dependencies minor 0.3.24 -> 0.4.0
k8s-openapi dependencies minor 0.20.0 -> 0.21.0
kube dependencies minor 0.87.2 -> 0.88.0
kube-runtime dependencies minor 0.87.2 -> 0.88.0
mockall dependencies minor 0.10 -> 0.12
mockall dev-dependencies minor 0.10 -> 0.12
pnpm/action-setup action minor v2.2.2 -> v2.4.0
pnpm/action-setup action minor v2.0.1 -> v2.4.0

Release Notes

marshallpierce/rust-base64 (base64) ### [`v0.22.0`](https://togithub.com/marshallpierce/rust-base64/blob/HEAD/RELEASE-NOTES.md#0220) [Compare Source](https://togithub.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.0) - `DecodeSliceError::OutputSliceTooSmall` is now conservative rather than precise. That is, the error will only occur if the decoded output *cannot* fit, meaning that `Engine::decode_slice` can now be used with exactly-sized output slices. As part of this, `Engine::internal_decode` now returns `DecodeSliceError` instead of `DecodeError`, but that is not expected to affect any external callers. - `DecodeError::InvalidLength` now refers specifically to the *number of valid symbols* being invalid (i.e. `len % 4 == 1`), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for either `InvalidLength` or `InvalidByte` being appropriate. - Decoding is somewhat faster (5-10%)
hyperium/h2 (h2) ### [`v0.4.2`](https://togithub.com/hyperium/h2/blob/HEAD/CHANGELOG.md#042-January-17th-2024) [Compare Source](https://togithub.com/hyperium/h2/compare/v0.4.1...v0.4.2) - Limit error resets for misbehaving connections. - Fix selecting MAX_CONCURRENT_STREAMS value if no value is advertised initially. ### [`v0.4.1`](https://togithub.com/hyperium/h2/blob/HEAD/CHANGELOG.md#041-January-8-2024) [Compare Source](https://togithub.com/hyperium/h2/compare/v0.4.0...v0.4.1) - Fix assigning connection capacity which could starve streams in some instances. ### [`v0.4.0`](https://togithub.com/hyperium/h2/blob/HEAD/CHANGELOG.md#040-November-15-2023) [Compare Source](https://togithub.com/hyperium/h2/compare/v0.3.24...v0.4.0) - Update to `http` 1.0. - Remove deprecated `Server::poll_close()`.
Arnavion/k8s-openapi (k8s-openapi) ### [`v0.21.1`](https://togithub.com/Arnavion/k8s-openapi/blob/HEAD/CHANGELOG.md#v0211-2024-02-17) [Compare Source](https://togithub.com/Arnavion/k8s-openapi/compare/v0.21.0...v0.21.1) #### k8s-openapi - BUGFIX: Fix `schemars::JsonSchema` impl of `k8s_openapi::apimachinery::pkg::util::intstr::IntOrString` to be in line with what Kubernetes expects of int-or-string fields in CRDs. Corresponding Kubernetes API server versions: - v1.24.17 - v1.25.16 - v1.26.14 - v1.27.11 - v1.28.7 - v1.29.2 #### k8s-openapi-codegen-common - BUGFIX: See the bugfix mentioned above. #### k8s-openapi-derive - No changes except to bump the `k8s-openapi-codegen-common` dependency to the new version. *** ### [`v0.21.0`](https://togithub.com/Arnavion/k8s-openapi/blob/HEAD/CHANGELOG.md#v0210-2024-01-19) [Compare Source](https://togithub.com/Arnavion/k8s-openapi/compare/v0.20.0...v0.21.0) #### k8s-openapi - BREAKING CHANGE: Added support for Kubernetes 1.29 under the `v1_29` feature. - BREAKING CHANGE: Dropped support for Kubernetes 1.22 and 1.23. Corresponding Kubernetes API server versions: - v1.24.17 - v1.25.16 - v1.26.13 - v1.27.10 - v1.28.6 - v1.29.1 #### k8s-openapi-codegen-common - No changes. #### k8s-openapi-derive - No changes. ***
kube-rs/kube (kube) ### [`v0.88.1`](https://togithub.com/kube-rs/kube/blob/HEAD/CHANGELOG.md#0881--2024-01-26) [Compare Source](https://togithub.com/kube-rs/kube/compare/0.88.0...0.88.1) \=================== #### What's Changed This is a bug fix release for a deserialization issue introduced in 0.88.0. ##### Fixed - Minor fixes to `ObjectList` by [@​flavio](https://togithub.com/flavio) in [https://github.com/kube-rs/kube/pull/1398](https://togithub.com/kube-rs/kube/pull/1398) ### [`v0.88.0`](https://togithub.com/kube-rs/kube/blob/HEAD/CHANGELOG.md#0880--2024-01-21) [Compare Source](https://togithub.com/kube-rs/kube/compare/0.87.2...0.88.0) \=================== #### Kubernetes `v1_29` support via `k8s-openapi` [0.21](https://togithub.com/Arnavion/k8s-openapi/releases/tag/v0.21.0) Please [upgrade k8s-openapi along with kube](https://kube.rs/upgrading/) to avoid conflicts. #### What's Changed ##### Added - Add type meta data for list types by [@​Danil-Grigorev](https://togithub.com/Danil-Grigorev) in [https://github.com/kube-rs/kube/pull/1380](https://togithub.com/kube-rs/kube/pull/1380) ##### Changed - Bump MSRV to 1.70 by [@​clux](https://togithub.com/clux) in [https://github.com/kube-rs/kube/pull/1384](https://togithub.com/kube-rs/kube/pull/1384) - Upgrade `k8s-openapi` for Kubernetes `v1_29` support by [@​clux](https://togithub.com/clux) in [https://github.com/kube-rs/kube/pull/1394](https://togithub.com/kube-rs/kube/pull/1394)
asomers/mockall (mockall) ### [`v0.12.1`](https://togithub.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0121---2023-12-21) [Compare Source](https://togithub.com/asomers/mockall/compare/v0.12.0...v0.12.1) ##### Fixed - Fixed using `#[mockall::concretize]` on functions whose generic types contain trait bounds, yet are still object safe. ([#​531](https://togithub.com/asomers/mockall/pull/531)) - Fixed mocking methods that use raw identifiers for their names. This was a regression in 0.12.0. ([#​534](https://togithub.com/asomers/mockall/pull/534)) ### [`v0.12.0`](https://togithub.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0120---2023-12-10) [Compare Source](https://togithub.com/asomers/mockall/compare/v0.11.4...v0.12.0) ##### Added - Added `#[mockall::concretize]`, which can be used to mock some generic methods that have non-`'static` generic parameters. It works by turning the generic arguments into trait objects for the expectation. ([#​408](https://togithub.com/asomers/mockall/pull/408)) - When mocking functions with a non-default ABI (Like `extern "C"`), the mock function will now use the same ABI as the original. Name mangling will also be disabled, so the mock function will be callable from external code. For example, from C functions. ([#​504](https://togithub.com/asomers/mockall/pull/504)) ##### Changed - Raised predicates, which is reexported, to 3.0.0. This may affect backwards compatibility for users who make use of predicates's "color" feature. ([#​467](https://togithub.com/asomers/mockall/pull/467)) - Raised MSRV to 1.64.0 because predicates-core and predicates-tree did. ([#​430](https://togithub.com/asomers/mockall/pull/430)) ([#​467](https://togithub.com/asomers/mockall/pull/467)) - Better "No matching expectation found" messages on stable. ([#​425](https://togithub.com/asomers/mockall/pull/425)) ##### Fixed - Fixed mocking non-private inherent methods that have attributes with syn version 2.0.9 and later. ([#​486](https://togithub.com/asomers/mockall/pull/486)) - Suppress `clippy::too_many_arguments` warnings in the generated code. This is most useful when mocking static functions with exactly 7 arguments. ([#​487](https://togithub.com/asomers/mockall/pull/487)) - Fixed `unused_attributes` warnings in the generated code when mocking FFI functions that use `#[link_name]`. ([#​503](https://togithub.com/asomers/mockall/pull/503)) - Fix a panic during Drop for static methods. One way to trigger it is by calling the method more times than is allowed by a `.times()` constraint. Another way would be to explicitly panic during the `.returning` method. ([#​516](https://togithub.com/asomers/mockall/pull/516)) ##### Removed - Removed syntax deprecated since 0.9.0: using `#[automock]` directly on an `extern "C"` block, and using `trait Foo {}` syntax inside of `mock!`. ([#​476](https://togithub.com/asomers/mockall/pull/476)) - Removed default features from `predicates` dependency. Reexports no longer include `difflib`, `normalize-line-endings`, `regex` and `float-cmp` features. ([#​517](https://togithub.com/asomers/mockall/pull/517)) ### [`v0.11.4`](https://togithub.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0114---2023-03-26) [Compare Source](https://togithub.com/asomers/mockall/compare/v0.11.3...v0.11.4) ##### Fixed - Static methods' expectations will now be cleared during a panic. ([#​443](https://togithub.com/asomers/mockall/pull/443)) - The `checkpoint` method now works correctly even after a panic due to too many method calls. ([#​472](https://togithub.com/asomers/mockall/pull/472)) - Methods with unknown size type bounds can now be mocked. ([#​421](https://togithub.com/asomers/mockall/pull/421)) ### [`v0.11.3`](https://togithub.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0113---2022-10-18) [Compare Source](https://togithub.com/asomers/mockall/compare/v0.11.2...v0.11.3) ##### Fixed - Methods with a `where Self: ...` clause will now be mocked like concrete methods, not generic ones. Among other effects, this prevents "unused method expect" warnings from the latest nightly compiler. ([#​415](https://togithub.com/asomers/mockall/pull/415)) ### [`v0.11.2`](https://togithub.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0112---2022-07-24) [Compare Source](https://togithub.com/asomers/mockall/compare/v0.11.1...v0.11.2) ##### Fixed - Suppress "dead code" warnings when automocking a struct's private method. It might be used only by other public methods in the same struct. ([#​397](https://togithub.com/asomers/mockall/pull/397)) - Fixed using Mockall when a function named `Ok` is in scope. The `anyhow` crate, for example, creates a function by this name. ([#​389](https://togithub.com/asomers/mockall/pull/389)) ### [`v0.11.1`](https://togithub.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0111---2022-05-15) [Compare Source](https://togithub.com/asomers/mockall/compare/v0.11.0...v0.11.1) ##### Fixed - Fixed mocking methods that use `Self` in their arguments, but not as the receiver. For example, `PartialEq::eq` has a signature like `fn eq(&self, other: &Self) -> bool` ([#​373](https://togithub.com/asomers/mockall/pull/373)) - Fixed mocking methods that return a reference to a `dyn T` trait object, when that trait is not already implemented for `Box`. ([#​380](https://togithub.com/asomers/mockall/pull/380)) ### [`v0.11.0`](https://togithub.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0110---2021-12-11) [Compare Source](https://togithub.com/asomers/mockall/compare/v0.10.2...v0.11.0) ##### Added - `mock!` and `#[automock]` now support `unsafe` traits. ([#​313](https://togithub.com/asomers/mockall/pull/313)) ##### Changed - Bump `predicates` to v2.0.1, see all v2 changes in [predicates' changelog](https://togithub.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md). ([#​325](https://togithub.com/asomers/mockall/pull/325)) ##### Fixed - Fixed nondeterministic code generation in methods with multiple lifetime parameters. ([#​333](https://togithub.com/asomers/mockall/pull/333))
pnpm/action-setup (pnpm/action-setup) ### [`v2.4.0`](https://togithub.com/pnpm/action-setup/releases/tag/v2.4.0) [Compare Source](https://togithub.com/pnpm/action-setup/compare/v2.3.0...v2.4.0) Add ability to install standalone binary ([https://github.com/pnpm/action-setup/pull/92](https://togithub.com/pnpm/action-setup/pull/92)). ### [`v2.3.0`](https://togithub.com/pnpm/action-setup/releases/tag/v2.3.0) [Compare Source](https://togithub.com/pnpm/action-setup/compare/v2.2.4...v2.3.0) - feat: specifying path to non-root `package.json` file ([https://github.com/pnpm/action-setup/pull/88](https://togithub.com/pnpm/action-setup/pull/88)). - docs: improve. ### [`v2.2.4`](https://togithub.com/pnpm/action-setup/releases/tag/v2.2.4) [Compare Source](https://togithub.com/pnpm/action-setup/compare/v2.2.3...v2.2.4) No deprecation warnings are printed about set-state and set-output commands ([https://github.com/pnpm/action-setup/issues/57](https://togithub.com/pnpm/action-setup/issues/57)) ### [`v2.2.3`](https://togithub.com/pnpm/action-setup/releases/tag/v2.2.3) [Compare Source](https://togithub.com/pnpm/action-setup/compare/v2.2.2...v2.2.3) Bump Node.js version to 16 [https://github.com/pnpm/action-setup/pull/56](https://togithub.com/pnpm/action-setup/pull/56)

Configuration

📅 Schedule: Branch creation - "before 4am" in timezone America/Sao_Paulo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 6 months ago

âš  Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

â™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: src-tauri/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src-tauri/Cargo.toml --package base64@0.21.7 --precise 0.22.0
    Updating crates.io index
error: failed to select a version for the requirement `base64 = "^0.21"`
candidate versions found which didn't match: 0.22.0
location searched: crates.io index
required by package `reqwest v0.11.24`
    ... which satisfies dependency `reqwest = "^0.11.24"` (locked to 0.11.24) of package `kftray v0.7.4 (/tmp/renovate/repos/github/hcavarsan/kftray/src-tauri)`
perhaps a crate was updated and forgotten to be re-vendored?
File name: src-tauri/utils/kubeforward/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src-tauri/utils/kubeforward/Cargo.toml --package h2@0.3.24 --precise 0.4.2
    Updating crates.io index
error: failed to select a version for the requirement `h2 = "^0.3.17"`
candidate versions found which didn't match: 0.4.2
location searched: crates.io index
required by package `hyper v0.14.28`
    ... which satisfies dependency `hyper = "^0.14.28"` (locked to 0.14.28) of package `kubeforward v0.1.0 (/tmp/renovate/repos/github/hcavarsan/kftray/src-tauri/utils/kubeforward)`
perhaps a crate was updated and forgotten to be re-vendored?
coderabbitai[bot] commented 6 months ago

[!IMPORTANT]

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)

Tips ### Chat There are 3 ways to chat with CodeRabbit: - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit-tests for this file.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit tests for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository from git and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit tests.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json` ### CodeRabbit Discord Community Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback.