diff --git a/CHANGELOG.md b/CHANGELOG.md index baa511b9..b065dd18 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.62.0] - 2026-06-11 + ### Breaking Changes - **Helm: enabling the ServiceMonitor now requires an explicit metrics-scrape scope.** diff --git a/README.md b/README.md index d10329a6..f4c53da1 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ [![Helm Chart Pulls](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/ReliablyObserve/Loki-VL-proxy/badges/.github/badges/ghcr-chart-pulls.json)](https://github.com/ReliablyObserve/Loki-VL-proxy/pkgs/container/charts%2Floki-vl-proxy) [![Source Code](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/ReliablyObserve/Loki-VL-proxy/badges/.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/badges/.github/badges/loc-tests.json)](https://github.com/ReliablyObserve/Loki-VL-proxy) -[![Tests](https://img.shields.io/badge/tests-4790%20passed-brightgreen)](#tests) -[![Coverage](https://img.shields.io/badge/coverage-85.0%25-green)](#tests) +[![Tests](https://img.shields.io/badge/tests-4792%20passed-brightgreen)](#tests) +[![Coverage](https://img.shields.io/badge/coverage-85.1%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) [![CodeQL](https://github.com/ReliablyObserve/Loki-VL-proxy/actions/workflows/codeql.yaml/badge.svg?branch=main&event=push)](https://github.com/ReliablyObserve/Loki-VL-proxy/actions/workflows/codeql.yaml) diff --git a/charts/loki-vl-proxy/Chart.yaml b/charts/loki-vl-proxy/Chart.yaml index 7af66bdf..78102f90 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.61.0 -appVersion: "1.61.0" +version: 1.62.0 +appVersion: "1.62.0" home: https://github.com/ReliablyObserve/Loki-VL-proxy sources: - https://github.com/ReliablyObserve/Loki-VL-proxy