Skip to content

chore: Prepare for 1.14 release #4269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 26, 2025
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
36 changes: 36 additions & 0 deletions docs/sources/release-notes/v1-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Version 1.14 release notes
menuTitle: V1.14
description: Release notes for Grafana Pyroscope 1.14
weight: 250
---

## Version 1.14.0 release notes

The Pyroscope team is excited to present Grafana Pyroscope 1.14.0

This release contains enhancements, improves stability & performance.

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

### Enhancements
* Profile throttling (#3956)
* Improve performance of `*stacktraceTree.insert` (#4033)
* Improve performance of `*deduplicatingSlice.ingest` (#4037)
* Symbolization support (#4093, #3799, #4173, #4259)
* Dynamically named usage groups (#4210, #4231)
* Mark storage.prefix as non experimental (#4086)

### Fixes
* Validate query range that start <= end (#4229)
* Fix goroutine leaks (#4239, #4237)
* Fix panic in vcs getCommit when author empty (#4152)
* Storage prefix validation (#4044)
* Drop malformed locations (#4051)
* Fix object download error branch panic (#4102)
* Separate query and block context (#4122)

### Documentation
* Add documentation about usage stats (#4104)
* Add OSS documentation on the Source Code GitHub integration (#4129)
* Add profiling instructions for MacOS (#4202)
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.13.4
appVersion: 1.13.4
version: 1.14.0
appVersion: 1.14.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.13.4](https://img.shields.io/badge/Version-1.13.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.4](https://img.shields.io/badge/AppVersion-1.13.4-informational?style=flat-square)
![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.0](https://img.shields.io/badge/AppVersion-1.14.0-informational?style=flat-square)

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

Expand Down
Loading
Loading