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

chore(deps): update all dependencies #657

Merged
merged 1 commit into from
Jul 3, 2024
Merged

chore(deps): update all dependencies #657

merged 1 commit into from
Jul 3, 2024

Conversation

platform-engineering-bot
Copy link
Collaborator

@platform-engineering-bot platform-engineering-bot commented Jul 1, 2024

This PR contains the following updates:

Package Type Update Change
sclorg/testing-farm-as-github-action action major v2 -> v3
uuid dependencies minor 1.8.0 -> 1.9.1

Release Notes

sclorg/testing-farm-as-github-action (sclorg/testing-farm-as-github-action)

v3

Compare Source

uuid-rs/uuid (uuid)

v1.9.1

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@1.9.0...1.9.1

v1.9.0

Compare Source

Uuid::now_v7() is guaranteed to be monotonic

Before this release, Uuid::now_v7() would only use the millisecond-precision timestamp for ordering. It now also uses a global 42-bit counter that's re-initialized each millisecond so that the following will always pass:

let a = Uuid::now_v7();
let b = Uuid::now_v7();

assert!(a < b);

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.8.0...1.9.0


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 Renovate Bot.

Signed-off-by: Platform Engineering Bot <[email protected]>
@platform-engineering-bot platform-engineering-bot changed the title fix(deps): update rust crate uuid to v1.9.1 chore(deps): update all dependencies Jul 3, 2024
@jeckersb
Copy link
Contributor

jeckersb commented Jul 3, 2024

f40/aarch64 failure is the usual flake
10:55:02 out: ERROR Switching: Pulling: Importing: Parsing layer blob sha256:fd1727109eafa6b155346c630e3fe4a23996d26ad91e61eac993e27e2dd6f3a6: Failed to invoke skopeo proxy method FinishPipe: remote error: write |1: broken pipe

@jeckersb jeckersb merged commit 58474bb into main Jul 3, 2024
14 of 20 checks passed
@jeckersb jeckersb deleted the renovate/all branch July 3, 2024 13:27
cgwalters pushed a commit to cgwalters/bootc that referenced this pull request Nov 6, 2024
This (with cautious optimism) appears to fix containers#657.

Signed-off-by: John Eckersberg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants