diff --git a/docs/sources/overview/_index.md b/docs/sources/overview/_index.md index 44c2ceb08f..875b600ea8 100644 --- a/docs/sources/overview/_index.md +++ b/docs/sources/overview/_index.md @@ -1,6 +1,6 @@ --- title: Overview -weight: 100 +weight: 150 --- # Overview of Loki diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md new file mode 100644 index 0000000000..c3da6690b2 --- /dev/null +++ b/docs/sources/release-notes/_index.md @@ -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/) diff --git a/docs/sources/release-notes/v2-3.md b/docs/sources/release-notes/v2-3.md new file mode 100644 index 0000000000..d4f7b1a18c --- /dev/null +++ b/docs/sources/release-notes/v2-3.md @@ -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