Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

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

Updates json-patch from 3.0.1 to 4.0.0

Commits

Updates k8s-openapi from 0.24.0 to 0.25.0

Changelog

Sourced from k8s-openapi's changelog.

v0.25.0 (2025-05-11)

k8s-openapi

  • BREAKING CHANGE: Added support for Kubernetes 1.33 under the v1_33 feature.

  • BREAKING CHANGE: Dropped support for Kubernetes 1.28 and 1.29.

  • FEATURE: The crate now supports no_std by disabling its std feature.

Corresponding Kubernetes API server versions:

  • v1.30.12
  • v1.31.8
  • v1.32.4
  • v1.33.0

k8s-openapi-codegen-common

  • No changes.

k8s-openapi-derive

  • No changes except to bump the k8s-openapi-codegen-common dependency to the new version.

Commits
  • dcbbaef v0.25.0
  • d8b456d Drop v1.28, v1.29
  • e099f31 Backport StatefulSetSpec::serviceName optionality fix from v1.33.0
  • ab47fc9 Add v1.33.0
  • fc600a6 Fix / suppress new clippy lints.
  • f14de15 Update to v1.30.12, v1.31.8, v1.32.4
  • f9dcd19 Update to v1.32.3
  • 52b64a7 Update to v1.29.15, v1.30.11, v1.31.7
  • 30a268f Update kind to v0.27.0
  • be72c29 Update to v1.29.14, v1.30.10, v1.31.6, v1.32.2
  • Additional commits viewable in compare view

Updates kube from 0.98.0 to 0.99.0

Release notes

Sourced from kube's releases.

0.99.0

Highlights

Dependency Cleanups

Features

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: kube-rs/kube@0.98.0...0.99.0

Changelog

Sourced from kube's changelog.

0.99.0 / 2025-03-12

Highlights

Dependency Cleanups

Features

What's Changed

Added

Changed

Fixed

Commits
  • c9b7b70 release 0.99.0
  • 292e039 Merge pull request #1721 from kube-rs/allow-releasing-1
  • b0801f5 allow releasing 1.0 in the future
  • 486ac5f Merge pull request #1720 from kube-rs/ring-follow-up
  • 4e86e51 ring/aws-lc-rs docs and feature tweak
  • 56109ad Merge pull request #1717 from eliad-wiz/remove-ring-dependency
  • bba11ca deps: enable hyper-rustls/ring conditionally
  • ab488ae Merge pull request #1704 from kube-rs/try-pathize-derive-status
  • 0bc12d8 Update kube-derive/src/custom_resource.rs
  • 2537cc2 Merge branch 'main' into try-pathize-derive-status
  • Additional commits viewable in compare view

Updates jsonptr from 0.6.3 to 0.7.1

Changelog

Sourced from jsonptr's changelog.

[0.7.1] 2025-02-16

Changed

  • Removes accidentally enabled default features "miette" and "toml"

[0.7.0] 2025-02-13

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.
  • Adds InvalidEncoding to represent the two possible encoding errors when decoding a token.
  • Adds diagnotic::Diagnostic trait to facilitate error reporting and miette integration. All errors intended for usage with assign::Assign or resolve::Resolve must implement this trait.
  • Adds diagnostic::Report<T> to capture the input for PointerBuf::parse and to facilitate miette integration for all errors.
  • Adds "miette" feature flag to enable miette integration for error reporting.

Changed

  • Pointer::get now accepts ranges and can produce Pointer segments as output (similar to slice::get).
  • Bumps minimum Rust version to 1.79.
  • PointerBuf::parse now returns RichParseError, an alias to Report<ParseError> which contains the allocated string as well as the error. Use Report::original for matches or `Report::
  • Renames ParseError::NoLeadingBackslash to ParseError::NoLeadingSlash (sorry for the churn, I spaced hard - @​chanced).
  • Adds field position to variants of resolve::Error and assign::Error to indicate the token index of where the error occurred.
  • Renames ParseError::is_no_leading_backslash to ParseError::is_no_leading_slash.
  • Renames assign::AssignError to assign::Error
  • Renames resolve::ResolveError to resolve::Error
  • Renames InvalidEncodingError to EncodingError

Fixed

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

Deprecated

  • ParseError::is_no_leading_backslash renamed to ParseError::is_no_leading_slash.
  • assign::AssignError renamed to assign::Error
  • resolve::ResolveError renamed to resolve::Error

... (truncated)

Commits

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 12, 2025
Copy link

github-actions bot commented May 12, 2025

Test Results

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

Results for commit 6656b6f.

♻️ This comment has been updated with latest results.

@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch from 3a7d9af to 6852c39 Compare May 15, 2025 05:08
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch from 6852c39 to 5a92516 Compare May 26, 2025 04:33
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 4 times, most recently from 468c8e2 to b425936 Compare June 9, 2025 05:41
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 2 times, most recently from ba00d68 to 7706179 Compare June 25, 2025 04:40
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 4 times, most recently from 41bdb1b to dfe9289 Compare July 7, 2025 07:04
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 2 times, most recently from d9edf1a to 2281200 Compare July 18, 2025 04:57
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 4 times, most recently from a41794f to 93d6f40 Compare July 28, 2025 08:11
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 5 times, most recently from a7446b1 to 77ace2f Compare August 6, 2025 04:51
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch from 77ace2f to 1f988f3 Compare August 11, 2025 06:23
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 3 times, most recently from a5d242d to c6eb668 Compare August 12, 2025 22:50
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 3 times, most recently from 736cee3 to 85994c3 Compare August 21, 2025 04:42
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 3 times, most recently from 7f01c2b to f84f86c Compare September 1, 2025 06:41
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 2 times, most recently from b1fefc5 to 9dd5797 Compare September 4, 2025 13:07
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 2 times, most recently from 8410a84 to 322c057 Compare September 23, 2025 04:08
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 4 times, most recently from 81832a2 to c84c312 Compare October 1, 2025 04:11
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-e9417fff4f branch 2 times, most recently from 9f091ad to 8e591e7 Compare October 13, 2025 04:08
Bumps the k8s group with 4 updates in the / directory: [json-patch](https://github.com/idubrov/json-patch), [k8s-openapi](https://github.com/Arnavion/k8s-openapi), [kube](https://github.com/kube-rs/kube) and [jsonptr](https://github.com/chanced/jsonptr).


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

Updates `k8s-openapi` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/Arnavion/k8s-openapi/releases)
- [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md)
- [Commits](Arnavion/k8s-openapi@v0.24.0...v0.25.0)

Updates `kube` from 0.98.0 to 0.99.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.98.0...0.99.0)

Updates `jsonptr` from 0.6.3 to 0.7.1
- [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/v0.7.1)

---
updated-dependencies:
- dependency-name: json-patch
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: k8s
- dependency-name: k8s-openapi
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s
- dependency-name: kube
  dependency-version: 0.99.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s
- dependency-name: jsonptr
  dependency-version: 0.7.1
  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-e9417fff4f branch from 8e591e7 to 6656b6f Compare October 16, 2025 04:09
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