Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wolfi-dev/os into wolfictl-6becc95a…
Browse files Browse the repository at this point in the history
…-fab8-48fa-a717-1e1697977a74
  • Loading branch information
xnox committed Jul 26, 2024
2 parents e0833dd + 0addae9 commit d2c6383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions linkerd2-proxy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: linkerd2-proxy
version: 2.243.0
version: 2.244.0
epoch: 0
description: "A program that validates linkerd networks"
copyright:
Expand All @@ -21,7 +21,7 @@ pipeline:
with:
repository: https://github.com/linkerd/linkerd2-proxy
tag: release/v${{package.version}}
expected-commit: a3a0b9fbb3f2f92bb86e24dc948dbe8fd00ff114
expected-commit: fd76e8156f9804bdaa58dd1feece4e79d5766af3

- runs: |
cargo fetch
Expand Down
4 changes: 2 additions & 2 deletions uv.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: uv
version: 0.2.29
version: 0.2.30
epoch: 0
description: An extremely fast Python package installer and resolver, written in Rust.
copyright:
Expand All @@ -22,7 +22,7 @@ pipeline:
with:
repository: https://github.com/astral-sh/uv
tag: ${{package.version}}
expected-commit: 39be71f4035a7d383a4bca49ce31d7b859b110fb
expected-commit: 6901a14aa0dc73de266c6fd09c0b19bfa993f41e

- runs: |
cargo build --locked --release
Expand Down

0 comments on commit d2c6383

Please sign in to comment.