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 with 2 updates #388

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the k8s group with 2 updates: json-patch 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 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.

[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

  • ParseIndexError is now an enum to reflect the new failure mode when parsing indices.

[0.5.1]

Changed

  • README tweak.

[0.5.0]

This is a breaking release including:

Added

  • New slice type Pointer that enables zero-copy usage patterns
  • New const constructor const fn Pointer::from_static for compile-time allocated Pointers
  • Zero-allocation Pointer::root singleton pointer
  • Quickcheck-based testing
  • New methods: Pointer::split_front, Pointer::split_back, Pointer::parent, Pointer::strip_suffix
  • Implemented Display and Debug for ParseError

... (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 requested a review from a team as a code owner October 14, 2024 11:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 14, 2024
@mortenlj
Copy link
Contributor

Needs a version of kube -> kube-core that uses the newest version of json-patch ...

Copy link

github-actions bot commented Oct 14, 2024

Test Results

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

Results for commit 144a3c4.

♻️ This comment has been updated with latest results.

@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-d2a16056c5 branch 6 times, most recently from ca4068c to c5e0ffa Compare October 21, 2024 05:11
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-d2a16056c5 branch 8 times, most recently from 099d191 to 3b5a2b7 Compare October 29, 2024 04:50
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-d2a16056c5 branch 4 times, most recently from 0395f44 to 4b077c8 Compare November 7, 2024 04:17
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-d2a16056c5 branch 2 times, most recently from 72a9a57 to 5225290 Compare November 12, 2024 04:26
Bumps the k8s group with 2 updates: [json-patch](https://github.com/idubrov/json-patch) 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 `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: jsonptr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/k8s-d2a16056c5 branch from 5225290 to 144a3c4 Compare November 19, 2024 04:32
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 21, 2024
@dependabot dependabot bot deleted the dependabot/cargo/k8s-d2a16056c5 branch November 21, 2024 04:17
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.

1 participant