Skip to content

Commit 16eebf2

Browse files
authored
chore: Prepare for 1.14 release (#4269)
1 parent b9f4ac4 commit 16eebf2

File tree

6 files changed

+264
-228
lines changed

6 files changed

+264
-228
lines changed

docs/sources/release-notes/v1-14.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Version 1.14 release notes
3+
menuTitle: V1.14
4+
description: Release notes for Grafana Pyroscope 1.14
5+
weight: 250
6+
---
7+
8+
## Version 1.14.0 release notes
9+
10+
The Pyroscope team is excited to present Grafana Pyroscope 1.14.0
11+
12+
This release contains enhancements, improves stability & performance.
13+
14+
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).
15+
16+
### Enhancements
17+
* Profile throttling (#3956)
18+
* Improve performance of `*stacktraceTree.insert` (#4033)
19+
* Improve performance of `*deduplicatingSlice.ingest` (#4037)
20+
* Symbolization support (#4093, #3799, #4173, #4259)
21+
* Dynamically named usage groups (#4210, #4231)
22+
* Mark storage.prefix as non experimental (#4086)
23+
24+
### Fixes
25+
* Validate query range that start <= end (#4229)
26+
* Fix goroutine leaks (#4239, #4237)
27+
* Fix panic in vcs getCommit when author empty (#4152)
28+
* Storage prefix validation (#4044)
29+
* Drop malformed locations (#4051)
30+
* Fix object download error branch panic (#4102)
31+
* Separate query and block context (#4122)
32+
33+
### Documentation
34+
* Add documentation about usage stats (#4104)
35+
* Add OSS documentation on the Source Code GitHub integration (#4129)
36+
* Add profiling instructions for MacOS (#4202)

operations/pyroscope/helm/pyroscope/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: pyroscope
33
description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
44
home: https://grafana.com/oss/pyroscope/
55
type: application
6-
version: 1.13.4
7-
appVersion: 1.13.4
6+
version: 1.14.0
7+
appVersion: 1.14.0
88
dependencies:
99
- name: grafana-agent
1010
alias: agent

operations/pyroscope/helm/pyroscope/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyroscope
22

3-
![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)
3+
![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)
44

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

0 commit comments

Comments
 (0)