Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/docs/sources/community/maintaining/release/_index.md

2.0 KiB

title description aliases weight
Releasing Grafana Loki Releasing Grafana Loki [../../maintaining/release/] 500

Releasing Grafana Loki

This document is a series of instructions for core Grafana Loki maintainers to be able to publish a new Grafana Loki release.

Release stable version

  1. [Create release branch]({{< relref "./create-release-branch" >}})
  2. [Backport commits]({{< relref "./backport-commits" >}})
  3. [Prepare Release notes]({{< relref "./prepare-release-notes" >}})
  4. [Prepare Changelog]({{< relref "./prepare-changelog" >}})
  5. [Document Metrics and Configurations changes]({{< relref "./document-metrics-configurations-changes" >}})
  6. [Prepare Upgrade guide]({{< relref "./prepare-upgrade-guide" >}})
  7. [Update version numbers]({{< relref "./update-version-numbers" >}})
  8. [Tag Release]({{< relref "./tag-release" >}})
  9. [Publish Release]({{< relref "./publish-release" >}})

Release patched version

  1. [Backport commits]({{< relref "./backport-commits" >}})
  2. [Prepare Release notes]({{< relref "./prepare-release-notes" >}})
  3. [Prepare Changelog]({{< relref "./prepare-changelog" >}})
  4. [Document Metrics and Configurations changes]({{< relref "./document-metrics-configurations-changes" >}})
  5. [Prepare Upgrade guide]({{< relref "./prepare-upgrade-guide" >}})
  6. [Update version numbers]({{< relref "./update-version-numbers" >}})
  7. [Tag Release]({{< relref "./tag-release" >}})
  8. [Publish Release]({{< relref "./publish-release" >}})

Release security patched version

  1. [Patch vulnerabilities]({{< relref "./patch-vulnerabilities" >}})
  2. [Backport commits]({{< relref "./backport-commits" >}})
  3. [Prepare release notes]({{< relref "./prepare-release-notes" >}})
  4. [Prepare changelog]({{< relref "./prepare-changelog" >}})
  5. [Update version numbers]({{< relref "./update-version-numbers" >}})
  6. [Tag release]({{< relref "./tag-release" >}})
  7. [Publish release]({{< relref "./publish-release" >}})