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 #44

Merged
merged 2 commits into from
May 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
base64 dependencies patch 0.22.0 -> 0.22.1
k8s-openapi dependencies minor 0.21.1 -> 0.22.0
kubewarden-policy-sdk dependencies patch 0.10.0 -> 0.10.1
kubewarden/github-actions action patch v3.1.18 -> v3.1.19
serde (source) dependencies patch 1.0.195 -> 1.0.201
serde_json dependencies patch 1.0.86 -> 1.0.117

Release Notes

marshallpierce/rust-base64 (base64)

v0.22.1

Compare Source

  • Correct the symbols used for the predefined alphabet::BIN_HEX.
Arnavion/k8s-openapi (k8s-openapi)

v0.22.0

Compare Source

k8s-openapi

  • BREAKING CHANGE: Added support for Kubernetes 1.30 under the v1_30 feature.

Corresponding Kubernetes API server versions:

  • v1.24.17
  • v1.25.16
  • v1.26.15
  • v1.27.13
  • v1.28.9
  • v1.29.4
  • v1.30.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.10.1

Compare Source

🐛 Bug Fixes

  • fix(deps): update rust crate serde_yaml to 0.9.34 (#​138)
  • fix(deps): update rust crate oci-spec to 0.6.5 (#​137)

🧰 Maintenance

  • chore(deps): update rust crate k8s-openapi to 0.22.0 (#​141)
  • chore(deps): update all non-major dependencies (#​140)
  • chore(deps): update rust crate serial_test to 3.1.0 (#​139)
  • fix(deps): update rust crate serde_yaml to 0.9.34 (#​138)
  • fix(deps): update rust crate oci-spec to 0.6.5 (#​137)
kubewarden/github-actions (kubewarden/github-actions)

v3.1.19

Compare Source

  • Bump kwctl-installer to v1.12.0, needed by verify-images-policy (#​117)
  • specify go version to be installed (#​111)
🚀 Features
  • feat: github action to install cargo-tarpaulin (#​113)
  • policy building: ensure wasm-opt is installed (#​105)
🐛 Bug Fixes
  • fix tinygo build caused by go toolchain (#​109)
🧰 Maintenance
  • chore(deps): update golangci/golangci-lint-action action to v5 (#​116)
  • update tinygo (#​115)
  • chore(deps): update softprops/action-gh-release action to v2 (#​114)
  • chore(deps): update azure/setup-helm action to v4 (#​112)
  • chore(deps): update golangci/golangci-lint-action action to v4 (#​110)
  • chore(deps): update release-drafter/release-drafter action to v6 (#​108)
  • chore: bump kwctl version to v1.10.1 (#​107)
  • chore(deps): update swiftwasm/swiftwasm-action action to v5.9 (#​106)
serde-rs/serde (serde)

v1.0.201

Compare Source

  • Resolve unexpected_cfgs warning (#​2737)

v1.0.200

Compare Source

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#​2733, thanks @​jamessan)

v1.0.199

Compare Source

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#​2732, thanks @​aatifsyed)

v1.0.198

Compare Source

v1.0.197

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#​2697, thanks @​nyurik)

v1.0.196

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​2682)
serde-rs/json (serde_json)

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

v1.0.108

Compare Source

v1.0.107

Compare Source

  • impl IntoDeserializer for &RawValue (#​1071)

v1.0.106

Compare Source

v1.0.105

Compare Source

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Documentation improvements

v1.0.102

Compare Source

  • Add a way to customize the serialization of byte arrays (#​1039)

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Support -Z minimal-versions

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

Compare Source

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#​1026)

v1.0.96

Compare Source

v1.0.95

Compare Source

  • Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#​1004, #​1005)

v1.0.94

Compare Source

  • Fix message duplication between serde_json::Error's Display and source() (#​991, #​992)

v1.0.93

Compare Source

  • Support 128-bit integers in serde_json::to_value (#​982)

v1.0.92

Compare Source

  • Documentation improvements

v1.0.91

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#​953)

v1.0.88

Compare Source

  • Optimize serde_json::Map's implementation of append and clone_from (#​952, thanks @​Lucretiel)

v1.0.87

Compare Source

  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#​940, thanks @​Lucretiel)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner May 6, 2024 00:24
@renovate renovate bot added the dependencies label May 6, 2024
Copy link
Contributor Author

renovate bot commented May 6, 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.22.0
    Updating crates.io index
error: failed to select a version for the requirement `k8s-openapi = "^0.21.1"`
candidate versions found which didn't match: 0.22.0
location searched: crates.io index
required by package `kubewarden-policy-sdk v0.10.0`
    ... which satisfies dependency `kubewarden-policy-sdk = "^0.10.0"` (locked to 0.10.0) of package `env-variable-secrets-scanner-policy v0.1.7 (/tmp/renovate/repos/github/kubewarden/env-variable-secrets-scanner-policy)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f7df574 to 446e8fb Compare May 8, 2024 05:07
Copy link
Contributor Author

renovate bot commented May 9, 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.22.0
    Updating crates.io index
error: failed to select a version for the requirement `k8s-openapi = "^0.21.1"`
candidate versions found which didn't match: 0.22.0
location searched: crates.io index
required by package `kubewarden-policy-sdk v0.10.0`
    ... which satisfies dependency `kubewarden-policy-sdk = "^0.10.0"` (locked to 0.10.0) of package `env-variable-secrets-scanner-policy v0.1.7 (/tmp/renovate/repos/github/kubewarden/env-variable-secrets-scanner-policy)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 446e8fb to d387beb Compare May 9, 2024 14:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d65211 to 1dcc42c Compare May 9, 2024 14:24
Signed-off-by: Flavio Castelli <[email protected]>
Copy link
Contributor Author

renovate bot commented May 9, 2024

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.

@flavio flavio merged commit 9bdf03c into main May 9, 2024
12 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