From c14ce8ca0ae800a6f6866fac9e77009f1d7d29da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 16:05:13 +0000 Subject: [PATCH] docs: sync release metadata for v1.31.4 --- CHANGELOG.md | 2 ++ README.md | 2 +- charts/loki-vl-proxy/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d25bea53..37d08fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.31.4] - 2026-05-13 + ### Documentation - docs: comprehensive accuracy audit across 9 doc files — fix wrong flag defaults (`-cb-open-duration` 2s→10s, `goMemLimitPercent` 70→85, `GOGC` 100→200, Go requirement 1.26.2→1.26.3, Loki benchmark stack 3.4.x→3.6.x), correct "not exposed as flags" claim for `-rate-limit-per-second`/`-rate-limit-burst`/`-max-concurrent` in configuration.md + operations.md + scaling.md, add missing Cold Storage Backend section to configuration.md (`-cold-enabled`, `-cold-backend`, `-cold-boundary`, `-cold-overlap`, `-cold-manifest-refresh`, `-cold-timeout`; shipped in 1.28.0 with zero doc coverage), add Go Runtime Tuning flag section, extend compatibility-loki.md release notes from v1.17.1 through v1.31.2, refresh roadmap.md Completed section through v1.31.2, clarify buildinfo `2.9.0` is intentional. diff --git a/README.md b/README.md index 55599cf5..a5303dd8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![Release](https://img.shields.io/github/v/release/ReliablyObserve/Loki-VL-proxy)](https://github.com/ReliablyObserve/Loki-VL-proxy/releases) [![Source Code](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/ReliablyObserve/Loki-VL-proxy/main/.github/badges/loc-code.json)](https://github.com/ReliablyObserve/Loki-VL-proxy) [![Test Code](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/ReliablyObserve/Loki-VL-proxy/main/.github/badges/loc-tests.json)](https://github.com/ReliablyObserve/Loki-VL-proxy) -[![Tests](https://img.shields.io/badge/tests-2506%20passed-brightgreen)](#tests) +[![Tests](https://img.shields.io/badge/tests-2507%20passed-brightgreen)](#tests) [![Coverage](https://img.shields.io/badge/coverage-87.2%25-green)](#tests) [![LogQL Coverage](https://img.shields.io/badge/LogQL%20coverage-100%25-brightgreen)](#logql-compatibility) [![License](https://img.shields.io/github/license/ReliablyObserve/Loki-VL-proxy)](LICENSE) diff --git a/charts/loki-vl-proxy/Chart.yaml b/charts/loki-vl-proxy/Chart.yaml index 624ac9a5..f89a6bfa 100644 --- a/charts/loki-vl-proxy/Chart.yaml +++ b/charts/loki-vl-proxy/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: loki-vl-proxy description: HTTP proxy translating Loki API to VictoriaLogs type: application -version: 1.31.3 -appVersion: "1.31.3" +version: 1.31.4 +appVersion: "1.31.4" home: https://github.com/ReliablyObserve/Loki-VL-proxy sources: - https://github.com/ReliablyObserve/Loki-VL-proxy