Skip to content

Releases: baraverkstad/upstate

Version 2.3

04 Dec 08:26

Choose a tag to compare

  • Added --no-summary and --no-services command-line options
  • Added --sort=<key> and --limit=<n> command line options
  • Removed old --summary command-line option (use --no-services instead)

Full Changelog: v2.2...v2.3

Version 2.2

11 May 08:28

Choose a tag to compare

  • Added support for upstate.conf.d directory with part files

Full Changelog: v2.1...v2.2

Version 2.1

05 Aug 14:38

Choose a tag to compare

  • 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

13 Oct 20:12

Choose a tag to compare

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 libgcc to run.
  • No dependencies on pstree, grep, bash or similar.

The shell script version is still available by downloading the source code package instead.

Version 1.0

01 Sep 09:35

Choose a tag to compare

This is the initial release.