stackabletech / operator-rs

A simple wrapper/framework around kube-rs to make implementing Operators/Controllers easier
Apache License 2.0
112 stars 11 forks source link

chore(deps): update rust crate json-patch to v2 #781

Closed stackable-bot closed 1 month ago

stackable-bot commented 2 months ago

This PR contains the following updates:

Package Type Update Change
json-patch workspace.dependencies major 1.4.0 -> 2.0.0

Release Notes

idubrov/json-patch (json-patch) ### [`v2.0.0`](https://togithub.com/idubrov/json-patch/compare/v1.4.0...v2.0.0) [Compare Source](https://togithub.com/idubrov/json-patch/compare/v1.4.0...v2.0.0)

Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 Renovate Bot.

stackable-bot commented 2 months ago

⚠ Artifact update problem

Renovate failed to update an artifact 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package json-patch@1.4.0 --precise 2.0.0
    Updating crates.io index
error: failed to select a version for the requirement `json-patch = "^1.0.0"`
candidate versions found which didn't match: 2.0.0
location searched: crates.io index
required by package `kube-core v0.91.0`
    ... which satisfies dependency `kube-core = "=0.91.0"` (locked to 0.91.0) of package `kube v0.91.0`
    ... which satisfies dependency `kube = "^0.91.0"` (locked to 0.91.0) of package `stackable-webhook v0.3.0 (/tmp/renovate/repos/github/stackabletech/operator-rs/crates/stackable-webhook)`
    ... which satisfies path dependency `stackable-webhook` (locked to 0.3.0) of package `stackable-telemetry v0.1.0 (/tmp/renovate/repos/github/stackabletech/operator-rs/crates/stackable-telemetry)`
perhaps a crate was updated and forgotten to be re-vendored?
Techassi commented 2 months ago

Cannot currently be updated to 2.0.0 because kube still uses 1.X.X. Also see this comment: https://github.com/stackabletech/operator-rs/blob/3e750c92e83f59ccfb02fe2a7153dd625c11803f/Cargo.toml#L29

stackable-bot commented 1 month ago

⚠️ Artifact update problem

Renovate failed to update an artifact 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package json-patch@1.4.0 --precise 2.0.0
    Updating crates.io index
error: failed to select a version for the requirement `json-patch = "^1.0.0"`
candidate versions found which didn't match: 2.0.0
location searched: crates.io index
required by package `kube-core v0.91.0`
    ... which satisfies dependency `kube-core = "=0.91.0"` (locked to 0.91.0) of package `kube v0.91.0`
    ... which satisfies dependency `kube = "^0.91.0"` (locked to 0.91.0) of package `stackable-webhook v0.3.0 (/tmp/renovate/repos/github/stackabletech/operator-rs/crates/stackable-webhook)`
    ... which satisfies path dependency `stackable-webhook` (locked to 0.3.0) of package `stackable-telemetry v0.1.0 (/tmp/renovate/repos/github/stackabletech/operator-rs/crates/stackable-telemetry)`
perhaps a crate was updated and forgotten to be re-vendored?
Techassi commented 1 month ago

Closing, fixed in #804