mirror of https://github.com/grafana/loki
Docs: add structure for a release notes section (#3910)
parent
7eceea082b
commit
055c35e47a
@ -0,0 +1,10 @@ |
||||
--- |
||||
title: Release notes |
||||
weight: 100 |
||||
--- |
||||
# Release notes |
||||
|
||||
Release notes for Loki are in the CHANGELOG for the release and |
||||
listed here by version number. |
||||
|
||||
- [V2.3 release notes](../release-notes/v2-3/) |
||||
@ -0,0 +1,24 @@ |
||||
--- |
||||
title: V2.3 |
||||
--- |
||||
|
||||
# Version 2.3 release notes |
||||
|
||||
Prose here about 2.3. |
||||
|
||||
## Features and enhancements |
||||
|
||||
List of features here. |
||||
|
||||
- Pattern parser. [poor docs link to Parser expression](../../logql/#parser-expression) |
||||
- Windows event log scraping. [docs link](../../clients/promtail/scraping/#windows-event-log) |
||||
- Recording rules. |
||||
- Index Gateway. |
||||
- Retention. |
||||
- `promtail_instance` label. |
||||
|
||||
## Bug fixes |
||||
|
||||
Lists of bug fixes for v2.3.x. |
||||
|
||||
### V2.3.0 bug fixes |
||||
Loading…
Reference in new issue