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

Bump the k8s group across 1 directory with 3 updates #413

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

Bumps the k8s group with 3 updates in the / directory: json-patch, kube and jsonptr.

Updates json-patch from 2.0.0 to 3.0.1

Commits
  • 96c9359 Bump version to 3.0.1
  • e441e63 Merge remote-tracking branch 'origin/update-json-pointer'
  • 2ea3cb5 Updating jsonptr dependency version
  • 2b4c05c Updating jsonptr dependency version
  • See full diff in compare view

Updates kube from 0.96.0 to 0.97.0

Release notes

Sourced from kube's releases.

0.97.0

Highlights

  • CustomResource derive added features for crd yaml output:
  • Configuration edge cases:
    • Avoid double installations of aws-lc-rs (rustls crypto) provider #1617
    • Kubeconfig fix for null user; #1608
    • Default runtime watcher backoff alignment with client-go #1603
  • Feature use:
    • Client proxy feature-set misuse prevention #1626
    • Allow disabling gzip via Config #1627
  • Depedency minors: thiserror, hashbrown, jsonptr, json-patch. Killed lazy_static / once_cell

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: kube-rs/kube@0.96.0...0.97.0

Changelog

Sourced from kube's changelog.

0.97.0 / 2024-11-20

Highlights

  • CustomResource derive added features for crd yaml output:
  • Configuration edge cases:
    • Avoid double installations of aws-lc-rs (rustls crypto) provider #1617
    • Kubeconfig fix for null user; #1608
    • Default runtime watcher backoff alignment with client-go #1603
  • Feature use:
    • Client proxy feature-set misuse prevention #1626
    • Allow disabling gzip via Config #1627
  • Depedency minors: thiserror, hashbrown, jsonptr, json-patch. Killed lazy_static / once_cell

What's Changed

Added

Changed

Fixed

Commits
  • 69d7995 release 0.97.0
  • 9b893c4 Bump codecov/codecov-action from 4 to 5 (#1640)
  • e0aa73d Feature: Add config setting to disable gzip compression #1627 (#1628)
  • 2ff5594 Update thiserror requirement from 1.0.29 to 2.0.3 (#1637)
  • 8b5230f add support for CRD annotations and labels in kube-derive (#1631)
  • b0538cb chore: Update jsonpath-rust to remove lazy_static and once_cell dependenc...
  • 4f1e889 Temporarily ignore rustsec warning for unmaintained instant (#1636)
  • 9c402a6 Merge pull request #1626 from nightkr/bugfix/warn-on-unsupported-proxy
  • e81e3ac Convert warnings to hard errors
  • 05809f2 Warn when trying to use an unsupported proxy protocol
  • Additional commits viewable in compare view

Updates jsonptr from 0.4.7 to 0.6.3

Changelog

Sourced from jsonptr's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Adds method into_buf for Box<Pointer> and impl From<PathBuf> for Box<Pointer>.
  • Adds unsafe associated methods Pointer::new_unchecked and PointerBuf::new_unchecked for external zero-cost construction.
  • Adds Pointer::starts_with and Pointer::ends_with for prefix and suffix matching.
  • Adds new ParseIndexError variant to express the presence non-digit characters in the token.
  • Adds Token::is_next for checking if a token represents the - character.

Changed

  • Changed signature of PathBuf::parse to avoid requiring allocation.
  • Bumps minimum Rust version to 1.79.
  • Pointer::get now accepts ranges and can produce Pointer segments as output (similar to slice::get).

Fixed

  • Make validation of array indices conform to RFC 6901 in the presence of non-digit characters.

[0.6.2] 2024-09-30

Added

  • Adds methods len and is_empty to Pointer

[0.6.1] 2024-09-26

Added

  • Adds fluid methods with_trailing_token, with_leading_token, concat to Pointer.

[0.6.0] - 2024-08-06

Fixed

  • Token::to_index now fails if the token contains leading zeros, as mandated by the RFC.

Changed

... (truncated)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner November 21, 2024 04:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 21, 2024
Copy link

github-actions bot commented Nov 21, 2024

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 04a0295.

♻️ This comment has been updated with latest results.

@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-dc18234a29 branch 3 times, most recently from b6c8b41 to 7ecf227 Compare November 28, 2024 04:29
Bumps the k8s group with 3 updates in the / directory: [json-patch](https://github.com/idubrov/json-patch), [kube](https://github.com/kube-rs/kube) and [jsonptr](https://github.com/chanced/jsonptr).


Updates `json-patch` from 2.0.0 to 3.0.1
- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)
- [Commits](idubrov/json-patch@v2.0.0...v3.0.1)

Updates `kube` from 0.96.0 to 0.97.0
- [Release notes](https://github.com/kube-rs/kube/releases)
- [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md)
- [Commits](kube-rs/kube@0.96.0...0.97.0)

Updates `jsonptr` from 0.4.7 to 0.6.3
- [Release notes](https://github.com/chanced/jsonptr/releases)
- [Changelog](https://github.com/chanced/jsonptr/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chanced/jsonptr/commits)

---
updated-dependencies:
- dependency-name: json-patch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: k8s
- dependency-name: kube
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s
- dependency-name: jsonptr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-dc18234a29 branch from 7ecf227 to 04a0295 Compare November 28, 2024 04:37
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants