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

fix(deps): update all non-major dependencies #56

Merged
merged 2 commits into from
Jan 3, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.94 -> 1.0.95
k8s-openapi dependencies minor 0.23.0 -> 0.24.0
k8s-openapi-derive dependencies minor 0.23.0 -> 0.24.0
kubewarden-policy-sdk dependencies patch 0.11.2 -> 0.11.3
kubewarden/github-actions action minor v3.3.5 -> v3.4.2
rstest dev-dependencies minor 0.23 -> 0.24
serde (source) dependencies patch 1.0.216 -> 1.0.217
serde_json dependencies patch 1.0.133 -> 1.0.134

Release Notes

dtolnay/anyhow (anyhow)

v1.0.95

Compare Source

Arnavion/k8s-openapi (k8s-openapi)

v0.24.0

Compare Source

k8s-openapi

  • BREAKING CHANGE: Added support for Kubernetes 1.32 under the v1_32 feature.

  • BREAKING CHANGE: Dropped support for Kubernetes 1.26 and 1.27.

Corresponding Kubernetes API server versions:

  • v1.28.15
  • v1.29.12
  • v1.30.8
  • v1.31.4
  • v1.32.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.

kubewarden/policy-sdk-rust (kubewarden-policy-sdk)

v0.11.3

Compare Source

  • Fix linter, bump k8s-openapi and bump lib version (#​158)
kubewarden/github-actions (kubewarden/github-actions)

v3.4.2

Compare Source

🐛 Bug Fixes
  • fix: Support repos where there's no tag at all (#​144)

v3.4.1

Compare Source

🐛 Bug Fixes
  • fix: Don't compare version on CI for rust policies (#​142)
🧰 Maintenance
  • chore(deps): update version of tinygo (#​143)

v3.4.0

Compare Source

🚀 Features
  • feat: Support policies in folders for reusable workflows (#​138)
🧰 Maintenance
  • chore(deps): update golangci/golangci-lint-action action to v6.1.1 (#​137)
la10736/rstest (rstest)

v0.24.0

Compare Source

Changed
Add
  • #![no_std] support: now you can use rstest also in no_std lib
    (see #​282 thanks to @​rnbguy)
  • #[context] to have test function name and other useful thighs on
    the tip of your fingers (see #​177)
serde-rs/serde (serde)

v1.0.217

Compare Source

  • Support serializing externally tagged unit variant inside flattened field (#​2786, thanks @​Mingun)
serde-rs/json (serde_json)

v1.0.134

Compare Source

  • Add RawValue associated constants for literal null, true, false (#​1221, thanks @​bheylin)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 23, 2024 00:27
Copy link
Contributor Author

renovate bot commented Dec 23, 2024

⚠️ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

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 [email protected] --precise 0.24.0
    Updating crates.io index
error: failed to select a version for the requirement `k8s-openapi = "^0.23.0"`
candidate versions found which didn't match: 0.24.0
location searched: crates.io index
required by package `kubewarden-policy-sdk v0.11.2`
    ... which satisfies dependency `kubewarden-policy-sdk = "^0.11.1"` (locked to 0.11.2) of package `rancher-project-propagate-labels v0.1.1 (/tmp/renovate/repos/github/kubewarden/rancher-project-propagate-labels)`

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a630b34 to fd32c04 Compare December 27, 2024 22:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd32c04 to 658fc9b Compare January 1, 2025 22:30
Copy link
Contributor Author

renovate bot commented Jan 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@viccuad viccuad merged commit c819566 into main Jan 3, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant