<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Maintaining on Grafana Labs</title><link>https://grafana.com/docs/loki/v3.7.x/community/maintaining/</link><description>Recent content in Maintaining on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/loki/v3.7.x/community/maintaining/index.xml" rel="self" type="application/rss+xml"/><item><title>Releasing Grafana Loki</title><link>https://grafana.com/docs/loki/v3.7.x/community/maintaining/release/</link><pubDate>Thu, 09 Apr 2026 02:28:18 +0000</pubDate><guid>https://grafana.com/docs/loki/v3.7.x/community/maintaining/release/</guid><content><![CDATA[&lt;h1 id=&#34;releasing-grafana-loki&#34;&gt;Releasing Grafana Loki&lt;/h1&gt;
&lt;p&gt;This document is a series of instructions for core Grafana Loki maintainers to be able
to publish a new &lt;a href=&#34;https://github.com/grafana/loki&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Grafana Loki&lt;/a&gt; release.&lt;/p&gt;
&lt;p&gt;The general process for releasing a new version of Grafana Loki is to merge the release PR for that version. Every commit to branches matching the pattern &lt;code&gt;release-[0-9]&#43;.[0-9]&#43;.x&lt;/code&gt; will trigger a &lt;a href=&#34;prepare-release/&#34;&gt;prepare patch release&lt;/a&gt; workflow. This workflow will build release candidates for that patch, automatically generate release notes based on the commits since the last release, and update the long-running PR for that release. To publish the release, merge the PR.&lt;/p&gt;
&lt;p&gt;Every commit to branches matching the pattern &lt;code&gt;k[0-9]&#43;&lt;/code&gt; will trigger a &lt;a href=&#34;prepare-release/&#34;&gt;prepare minor release&lt;/a&gt; workflow. This follows the same process as a patch release, but prepares a minor release instead. To publish the minor release, merge the PR.&lt;/p&gt;
&lt;p&gt;Releasing a new major version requires a &lt;a href=&#34;major-release/&#34;&gt;custom major release workflow&lt;/a&gt; to be created to run of the branch we want to release from. Once that workflow is created, the steps for releasing a new major are the same as a minor or patch release.&lt;/p&gt;
&lt;h2 id=&#34;release-stable-version&#34;&gt;Release stable version&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;create-release-branch/&#34;&gt;Create release branch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;backport-commits/&#34;&gt;Backport commits&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;document-metrics-configurations-changes/&#34;&gt;Document Metrics and Configurations changes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;prepare-upgrade-guide/&#34;&gt;Prepare Upgrade guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;update-version-numbers/&#34;&gt;Update version numbers&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;release-patched-version&#34;&gt;Release patched version&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;backport-commits/&#34;&gt;Backport commits&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;document-metrics-configurations-changes/&#34;&gt;Document Metrics and Configurations changes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;prepare-upgrade-guide/&#34;&gt;Prepare Upgrade guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;merge-release-pr/&#34;&gt;Merge Release PR&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;update-version-numbers/&#34;&gt;Update version numbers&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;release-security-patched-version&#34;&gt;Release security patched version&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;patch-vulnerabilities/&#34;&gt;Patch vulnerabilities&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;backport-commits/&#34;&gt;Backport commits&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;merge-release-pr/&#34;&gt;Merge Release PR&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;update-version-numbers/&#34;&gt;Update version numbers&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
]]></content><description>&lt;h1 id="releasing-grafana-loki">Releasing Grafana Loki&lt;/h1>
&lt;p>This document is a series of instructions for core Grafana Loki maintainers to be able
to publish a new &lt;a href="https://github.com/grafana/loki" target="_blank" rel="noopener noreferrer">Grafana Loki&lt;/a> release.&lt;/p></description></item><item><title>Releasing Loki Build Image</title><link>https://grafana.com/docs/loki/v3.7.x/community/maintaining/release-loki-build-image/</link><pubDate>Thu, 09 Apr 2026 02:28:18 +0000</pubDate><guid>https://grafana.com/docs/loki/v3.7.x/community/maintaining/release-loki-build-image/</guid><content><![CDATA[&lt;h1 id=&#34;releasing-loki-build-image&#34;&gt;Releasing Loki Build Image&lt;/h1&gt;
&lt;p&gt;The &lt;a href=&#34;https://github.com/grafana/loki/blob/main/loki-build-image&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;code&gt;loki-build-image&lt;/code&gt;&lt;/a&gt;
is the Docker image used to run tests and build Grafana Loki binaries in CI.&lt;/p&gt;
&lt;p&gt;The build and publish process of the image is triggered upon a merge to &lt;code&gt;main&lt;/code&gt;
if any changes were made in the folder &lt;code&gt;./loki-build-image/&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To build and use the &lt;code&gt;loki-build-image&lt;/code&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a branch with the desired changes to the &lt;code&gt;./loki-build-image/Dockerfile&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Update the &lt;code&gt;BUILD_IMAGE_VERSION&lt;/code&gt; variable in the &lt;code&gt;Makefile&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Commit your changes.&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;make build-image-push&lt;/code&gt; to build and publish the new version of the build image.&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;make release-workflows&lt;/code&gt; to update the Github workflows.&lt;/li&gt;
&lt;li&gt;Commit your changes.&lt;/li&gt;
&lt;li&gt;Push your changes to the remote branch.&lt;/li&gt;
&lt;li&gt;Open a PR against the &lt;code&gt;main&lt;/code&gt; branch.&lt;/li&gt;
&lt;/ol&gt;
]]></content><description>&lt;h1 id="releasing-loki-build-image">Releasing Loki Build Image&lt;/h1>
&lt;p>The &lt;a href="https://github.com/grafana/loki/blob/main/loki-build-image" target="_blank" rel="noopener noreferrer">&lt;code>loki-build-image&lt;/code>&lt;/a>
is the Docker image used to run tests and build Grafana Loki binaries in CI.&lt;/p>
&lt;p>The build and publish process of the image is triggered upon a merge to &lt;code>main&lt;/code>
if any changes were made in the folder &lt;code>./loki-build-image/&lt;/code>.&lt;/p></description></item></channel></rss>