Skip to content

v0.10.2

Compare
Choose a tag to compare
@pyroscopebot pyroscopebot released this 15 Feb 03:52
· 3501 commits to main since this release

Introducing User Management

release_0 10 2

Excited to announce that version 0.10.2 has been released and is a huge one with some very important features for the Pyroscope server. The most notable changes in this version are related to security and user management:

  • Adding a concept of a user / User management
  • Adding fine grained control over api keys and authenticating agents (i.e. authenticating ingest)

Huge thanks to @kolesnikovae @shaleynikov @EgorMozheiko and everyone else who helped report / request these features. Let us know what you think!


Installation

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

Source code

pyroscope-0.10.2-source.tar.gz

Linux binary builds

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

Ubuntu / Debian (.deb) builds

pyroscope_0.10.2_amd64.deb
pyroscope_0.10.2_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.10.2-1-x86_64.rpm
pyroscope-0.10.2-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.10.2_amd64.msi

Changes:

Bug Fixes