Skip to content

Commit

Permalink
chore: release pmz-daemon & ctl to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wqld committed Jan 30, 2025
1 parent 35f5c94 commit 9c4fe80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ Both TCP and UDP are supported.

`pmz` utilizes eBPF, requiring the following system specifications:

- **Linux Kernel**: 5.15 or higher
- I am also testing on older kernels like version 5.4.0.
- **Linux Kernel**: 5.4 or higher
- **Supported Architectures**:
- `amd64` (`x86_64`)
- `arm64` (`aarch64`)
Expand All @@ -149,8 +148,8 @@ Download and extract the appropriate release for your local machine:
```sh
# x86_64 or aarch64
export ARCH=$(uname -m)
curl -OL https://github.com/wqld/pmz/releases/download/v0.1.6/pmz-0.1.6-${ARCH}-musl.tar.gz
tar -xf pmz-0.1.6-${ARCH}-musl.tar.gz
curl -OL https://github.com/wqld/pmz/releases/download/v0.1.7/pmz-0.1.7-${ARCH}-musl.tar.gz
tar -xf pmz-0.1.7-${ARCH}-musl.tar.gz
```

Don't be alarmed if you encounter messages like the following during extraction.
Expand Down
2 changes: 1 addition & 1 deletion ctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pmzctl"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/wqld/pmz/tree/main/ctl"
Expand Down
2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pmz"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/wqld/pmz"
Expand Down
2 changes: 1 addition & 1 deletion ebpf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pmz-ebpf"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/wqld/pmz"
Expand Down

0 comments on commit 9c4fe80

Please sign in to comment.