Skip to content

Commit 5427f09

Browse files
doc: Update release notes for v1.12.1 (#4064) (#4066)
* doc: Update release notes for v1.12.1 * Update docs/sources/release-notes/v1-12.md Co-authored-by: Marc Sanmiquel <marcsanmiquel@gmail.com> --------- Co-authored-by: Marc Sanmiquel <marcsanmiquel@gmail.com> (cherry picked from commit 3d2e442) Co-authored-by: Christian Simon <simon@swine.de>
1 parent 4797950 commit 5427f09

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

‎docs/sources/release-notes/v1-12.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,38 @@ description: Release notes for Grafana Pyroscope 1.12
55
weight: 300
66
---
77

8-
# Version 1.12 release notes
8+
# Version 1.12.1 release notes
9+
10+
To address bugs found in v1.12.0, we have released a patch version.
11+
12+
Notable changes are listed below. For more details, check out the [1.12.1 changelog](https://github.com/grafana/pyroscope/compare/v1.12.0...v1.12.1).
13+
14+
### Fixes
15+
* Storage prefix validation (#4044)
16+
17+
### Changes
18+
* Update to golang 1.23.7 (necessary for a decendency upgrade)
19+
20+
## Version 1.12.0 release notes
921

1022
The Pyroscope team is excited to present Grafana Pyroscope 1.12.
1123

1224
This release contains enhancements, improves stability & performance.
1325

1426
Notable changes are listed below. For more details, check out the [1.12.0 changelog](https://github.com/grafana/pyroscope/compare/v1.11.0...v1.12.0).
1527

16-
## Enhancements
28+
### Enhancements
1729

1830
* Added metadata label query capability in v2 ([#3749](https://github.com/grafana/pyroscope/pull/3749))
1931
* Implemented configurable symbols partitioning ([#3820](https://github.com/grafana/pyroscope/pull/3820))
2032
* S3 storage can now configure the bucket-lookup-type ([#3788](https://github.com/grafana/pyroscope/pull/3788))
2133

22-
## Fixes
34+
### Fixes
2335
* String table access validation in distributor ([#3818](https://github.com/grafana/pyroscope/pull/3818))
2436
* Several OpenTelemetry (OTel) related fixes: ([#3795](https://github.com/grafana/pyroscope/pull/3795), [#3793](https://github.com/grafana/pyroscope/pull/3793), [#3794](https://github.com/grafana/pyroscope/pull/3794))
2537
* Config struct validation implementation ([#3837](https://github.com/grafana/pyroscope/pull/3837))
2638
* Expanded error logging to include 400 errors ([#3832](https://github.com/grafana/pyroscope/pull/3832))
2739

28-
## Documentation
40+
### Documentation
2941
* Restructure Pyroscope documentation and share content ([#3798](https://github.com/grafana/pyroscope/pull/3798))
3042
* Documentation fixes and example updates ([#3812](https://github.com/grafana/pyroscope/pull/3812), [#3806](https://github.com/grafana/pyroscope/pull/3806), [#3828](https://github.com/grafana/pyroscope/pull/3828), [#3809](https://github.com/grafana/pyroscope/pull/3809), [#3823](https://github.com/grafana/pyroscope/pull/3823))

0 commit comments

Comments
 (0)