Skip to content

v0.0.12

Compare
Choose a tag to compare
@petethepig petethepig released this 11 Jan 09:10
· 4577 commits to main since this release

v0.0.12

Installation

For instructions on how to install pyroscope visit our Getting Started guide.

Source code

pyroscope-0.0.12-source.tar.gz

Linux binary builds

pyroscope-0.0.12-linux-amd64.tar.gz
pyroscope-0.0.12-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.0.12_amd64.deb
pyroscope_0.0.12_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.0.12-1-x86_64.rpm
pyroscope-0.0.12-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.0.12_amd64.msi

Changes:

  • adds ability to hide certain apps on the frontend (02a505f)
  • adds docker-compose examples for python, ruby and go (d0572a5)
  • adds more badges (86c58ef)
  • adds version to copyright on hover (b16e11e)
  • allows UI to resize below 1430px width (e38f649)
  • bumps up version to 0.0.12 (21d8597)
  • changes port from 8080 to 4040 (cd36317)
  • fixes the condition from > to >= for "other" blocks (3e74f2c)
  • updates README with a clearer value proposition (58cdb4e)
  • updates README with more links (c20a00f)
  • docker: changes package-lock.json to yarn.lock (f321857)