Changelog for
bpftop-0.5.2-1.13.x86_64.rpm :
* Mon Jul 29 2024 werwolf131313AATTgmail.com- Update to version 0.5.2:
* Correctly upload and download artifacts for releases
* Revert \"Trigger release workload on testci
* tags\"
* Trigger release workload on testci
* tags
* Fix the release workflow
* Release 0.5.2
* Remove Fedora RPM build logic (#73)
* Use clonde_from() instead of clone() in app.rs
* Update pid_iter.skel.rs after libbpf update
* Add Fedora install instructions
* Remove unnecessary Requires/BuildRequires from the RPM spec file
* Bump tui-input from 0.8.0 to 0.9.0
* Bump ratatui from 0.26.3 to 0.27.0
* Bump libbpf-cargo from 0.23.2 to 0.23.3
* Bump libbpf-rs from 0.23.2 to 0.23.3
* Add Nix installation instructions
* Use cache action to avoid cross double install
* Separate building artifacts from publishing them
* Use cross-rs to build binaries in CI
* Update RPM spec file to not vendor dependencies
* Bump libbpf-sys from 1.4.1+v1.4.0 to 1.4.2+v1.4.2
* Bump nix from 0.28.0 to 0.29.0
* Bump libbpf-rs from 0.23.1 to 0.23.2
* Bump libbpf-cargo from 0.23.1 to 0.23.2
* Add spec file for tracing-journald crate
* Add spec file for tui-input crate
* Do not error out if journald is not available
* --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ...
* --- updated-dependencies: - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-patch ...
* Fix typo in bpftop.spec License field
* Correctly tail /dev/null to keep container running
* Add support for building RPM packages
* Thu May 16 2024 werwolf131313AATTgmail.com- Update to version 0.5.1:
* Release 0.5.1
* chore(ci): run build and release on 20.04
* Update getuid root check
* Update pid_iter.skel.rs after libbpf-cargo update
* Default sort order to Total CPU % descending order
* Bump libbpf-rs from 0.23.0 to 0.23.1
* Bump libbpf-cargo from 0.23.0 to 0.23.1
* Leave alt screen on panic
* Update instructions for installing on Arch Linux
* Thu May 16 2024 Dmitry Markov
- upd to 0.5.1
* Mon May 13 2024 werwolf131313AATTgmail.com- Update to version 0.5.0:
* Release 0.5.0
* List processes (PID and comm) holding references to a BPF program
* Bump libbpf-sys from 1.4.0+v1.4.0 to 1.4.1+v1.4.0
* Bump anyhow from 1.0.82 to 1.0.83
* Add systemd journal logger via tracing crate
* Mon May 13 2024 Dmitry Markov - upd to 0.5.0
* Sat Apr 27 2024 werwolf131313AATTgmail.com- Update to version 0.4.2:
* Release 0.4.2
* Use >= to compare kernel version
* Use read_to_string to avoid re-allocating
* Do not disable stats via procfs if already enabled
* Bump anyhow from 1.0.81 to 1.0.82
* Add panic hook to disable BPF stats and restore terminal on panic
* Bump ratatui from 0.26.1 to 0.26.2
* Remove 5.8 kernel prereq in README
* Add installation instructions for Arch Linux
* Sat Apr 27 2024 Dmitry Markov - upd to 0.4.2 What\'s Changed: Add panic hook to disable BPF stats and restore terminal on panic by AATTjfernandez in #33 Do not disable stats via procfs if already enabled by AATTjfernandez in #34 Dependency Updates: Bump ratatui from 0.26.1 to 0.26.2 by AATTdependabot in #32 Bump anyhow from 1.0.81 to 1.0.82 by AATTdependabot in #31
* Sun Apr 14 2024 werwolf131313AATTgmail.com- Update to version 0.4.1:
* Release 0.4.1
* Remove explicit drop of data_buf
* Correctly display graphs when sorting is enabled
* Rename App struct field from state to table_state
* Bump libbpf-rs from 0.22.1 to 0.23.0
* Bump mio from 0.8.10 to 0.8.11
* Bump libbpf-sys from 1.3.0+v1.3.0 to 1.4.0+v1.4.0
* Sun Apr 14 2024 Dmitry Markov - Fixes Correctly display graphs when sorting is enabled by AATTjfernandez in #30 Fixes occasional freeze under load due to mutex deadlock. Closes #17- Dependency Updates Bump libbpf-sys from 1.3.0+v1.3.0 to 1.4.0+v1.4.0 by AATTdependabot in #27 Bump mio from 0.8.10 to 0.8.11 by AATTdependabot in #28 Bump libbpf-rs from 0.22.1 to 0.23.0 by AATTdependabot in #29
* Mon Apr 01 2024 werwolf131313AATTgmail.com- Update to version 0.4.0:
* Release 0.4.0
* added sort column feature
* Add cross support for arm64
* Bump anyhow from 1.0.80 to 1.0.81
* Bump circular-buffer from 0.1.6 to 0.1.7
* Mon Mar 18 2024 werwolf131313AATTgmail.com- Update to version 0.3.0:
* Release 0.3.0
* added filters for Name and Type
* Check kernel version to decide how to enable stats
* Add installation instructions via package manager
* Add related links section to README
* Mon Mar 18 2024 Dmitry Markov - Added support for Linux kernels older than 5.8 - by AATTzf1575192187 in #21- Added the ability to filter BPF programs by name or type - by AATTtyrone-wu in #22
* Sat Mar 02 2024 werwolf131313AATTgmail.com- Update to version 0.2.3:
* Release 0.2.3
* Added clippy to CI
* Fixed clippy warnings
* Remove explicit white style
* Sat Mar 02 2024 Dmitry Markov - Use the terminal\'s foreground color for all panels by AATTjfernandez in #16- Clippy warnings by AATTpmcgleenon in #19
* Wed Feb 28 2024 Dmitry Markov Bump nix from 0.27.1 to 0.28.0 Add vim bindings for navigation fix: avoid crash when navigation keys used with an empty console