Commit Graph

6 Commits

Author SHA1 Message Date
Marco Cadetg 8ade340a36 Release v0.11.0
- Docker support with eBPF for enhanced Linux performance
- Multi-architecture Docker builds (amd64, arm64, armv7)
- Cross-platform packaging and release automation
- Fixed RPM package dependencies and Windows MSI packaging
- Improved release workflow automation
2025-09-30 10:11:59 +02:00
Marco Cadetg eca0e6000d feat: add cross-platform packaging and release automation
- Add GitHub Actions workflow for automated releases
- Create .deb, .rpm, AppImage, .dmg, and .msi packages
- Generate shell completions and manpages in build.rs
- Add platform-specific icons from rustnet3.svg
- Include eBPF dependencies for Linux packages
- Support Windows 32-bit and 64-bit builds
- Extract shared CLI module to prevent duplication
2025-09-29 11:56:55 +02:00
Marco Cadetg 56c229e384 Include Cargo.lock in release commit
Updated the release process to include Cargo.lock.
2025-09-18 13:15:28 +02:00
Marco Cadetg 39b844065c update release documentation 2025-09-10 14:32:05 +02:00
Marco Cadetg a51acfbe28 improve linux build warnings 2025-08-29 10:03:24 +02:00
Marco Cadetg d7cc812fcb splitting documentation between release, roadmap and README.md 2025-08-28 15:37:40 +02:00