Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sources/release-notes/v1-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Version 1.14 release notes
menuTitle: V1.14
description: Release notes for Grafana Pyroscope 1.14
weight: 250
weight: 200
---

## Version 1.14.1 release notes
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/release-notes/v1-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Version 1.15 release notes
menuTitle: V1.15
description: Release notes for Grafana Pyroscope 1.15
weight: 250
weight: 150
---

## Version 1.15.0 release notes
Expand Down
61 changes: 61 additions & 0 deletions docs/sources/release-notes/v1-16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
title: Version 1.16 release notes
menuTitle: V1.16
description: Release notes for Grafana Pyroscope 1.16
weight: 100
---

## Version 1.16.0 release notes

The Pyroscope team is excited to present Grafana Pyroscope 1.16.0

This release contains enhancements, fixes, improves stability & performance.

Notable changes are listed below. For more details, check out the [1.16.0 changelog](https://github.com/grafana/pyroscope/compare/v1.15.0...v1.16.0).

### Enhancements
* Add OTLP HTTP/json and HTTP/protobuf ingestion (#4495)
* Add a basic metric for metastore DLQ recovery (#4563)
* Improve metastore observability (#4580)
* Add option to add annotations to headless service (#4451)
* Add admin pages for inspecting v2 blocks (#4480, #4543, #4555, #4560)
* Performance: Cancel artificial delay on async ingest (#4261)
* Add sanitized_label_names_total counter metric (#4501)
* Add pyroscope-monitoring helm chart (#4525)
* Implement utf8 label name client capability and use in UI/profilecli (#4442, #4490, #4493)
* Add OTLP canary query (#4488)
* Performance: add health check/warmup to segmentwriter to reduce first-write latency (#4453)
* Update golang version to 1.24.9 (#4596)

### Fixes
* Fix distributor sampling rule processing priority (#4491)
* Fix panic in ad-hoc profile upload (#4556)
* Add ingest limits to connect push requests (#4586)
* Add profile_name label to Speedscope profile ingestion (#4588)
* Add stricter validation for metrics from profiles fields (#4522)
* Ensure to build the same architecture image, as the current machine (#4552)
* Fix go get in update-examples-cron.yml (#4547)
* Handle Speedscope sample types in ingestion (#4568)
* Handle utf-8 matchers correctly (#4496)
* Fix Helm release only supports one changed chart at a time (#4583)
* Fix OTLP: Guard against profiles with no lines (#4517)
* Redirect to admin pages when no query API available (#4553)
* Replace nop logger used in label validation (#4531)
* Skip duplicated label name filtering in some cases (#4502)
* Update deprecated GF_INSTALL_PLUGINS env var (#4554)
* Avoid flushing empty tenant settings (quick win) (#4458)
* Fix create fallback symbols for mappings without BuildIDs (#4527)
* Fix go version for update-contributors (#4582)
* Fix golang-push examples test (#4558)
* Fix incorrect multitenancy header handling in new HTTP OTLP endpoint (#4559)
* Fix not missing recording rules symbols by relaxing ObserveSymbols condition (#4545)
* Fix opentelemetry-collector otlphttp exporter compatibility: gzip compression (#4579)
* Fix panic when handling unsafe tenant name (#4519)
* Use github app to update-make-docs workflow (#4548)
* Don't 500 on bad profile types (#4537)
* Fix flaky admin test (#4528)
* Pin node to v23 in examples until latest (v25) is supported (#4561)

### Documentation
* Update make docs procedure (#4551)
* Generate API docs for connect-go API (#4408)
4 changes: 2 additions & 2 deletions operations/pyroscope/helm/pyroscope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: pyroscope
description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
home: https://grafana.com/oss/pyroscope/
type: application
version: 1.15.1
appVersion: 1.15.0
version: 1.16.0
appVersion: 1.16.0
dependencies:
- name: grafana-agent
alias: agent
Expand Down
2 changes: 1 addition & 1 deletion operations/pyroscope/helm/pyroscope/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyroscope

![Version: 1.15.1](https://img.shields.io/badge/Version-1.15.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15.0](https://img.shields.io/badge/AppVersion-1.15.0-informational?style=flat-square)
![Version: 1.16.0](https://img.shields.io/badge/Version-1.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)

🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system

Expand Down
Loading