Releases: baraverkstad/upstate
Releases · baraverkstad/upstate
Version 2.3
- Added
--no-summaryand--no-servicescommand-line options - Added
--sort=<key>and--limit=<n>command line options - Removed old
--summarycommand-line option (use--no-servicesinstead)
Full Changelog: v2.2...v2.3
Version 2.2
- Added support for
upstate.conf.ddirectory with part files
Full Changelog: v2.1...v2.2
Version 2.1
- Added support for prefixing process names with
+and*(in addition to-) - Added check to avoid listing same process id multiple times
- Removed pre-built Docker images (due to multi-arch build times)
Full Changelog: v2.0...v2.1
Version 2.0
Upstate has been re-implemented in Rust to provide a number of benefits:
- Execution speed is much improved (in the binary version).
- Downloads are provided for most common Linux machines or Docker hosts.
- Binaries are (almost) static, but requires
libgccto run. - No dependencies on
pstree,grep,bashor similar.
The shell script version is still available by downloading the source code package instead.
Version 1.0
This is the initial release.