From 6e7d963a9a214e431befa2b8eeb003773a422117 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 15:24:20 +0100 Subject: [PATCH] [RELEASE] 1.27.0 (#198) Co-authored-by: GitHub Action --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 435bed0..4698206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.27.0](https://github.com/patrickjahns/ansible-role-promtail/tree/1.27.0) (2023-11-05) + +[Full Changelog](https://github.com/patrickjahns/ansible-role-promtail/compare/1.26.0...1.27.0) + +**Fixed bugs:** + +- promtail\_config\_expand\_env variable is wrong by default [\#187](https://github.com/patrickjahns/ansible-role-promtail/issues/187) +- fix: disable long lines splitting in promtail\_config\_scrape\_configs [\#197](https://github.com/patrickjahns/ansible-role-promtail/pull/197) ([niasar](https://github.com/niasar)) +- Updated `config.expand-env` related variable and templating [\#194](https://github.com/patrickjahns/ansible-role-promtail/pull/194) ([azhinu](https://github.com/azhinu)) + +**Closed issues:** + +- unable to parse syslog config receiver [\#196](https://github.com/patrickjahns/ansible-role-promtail/issues/196) + +**Merged pull requests:** + +- chore\(deps\): update dependency grafana/loki to v2.9.2 [\#195](https://github.com/patrickjahns/ansible-role-promtail/pull/195) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency setuptools to v68.2.2 [\#191](https://github.com/patrickjahns/ansible-role-promtail/pull/191) ([renovate[bot]](https://github.com/apps/renovate)) + ## [1.26.0](https://github.com/patrickjahns/ansible-role-promtail/tree/1.26.0) (2023-09-14) [Full Changelog](https://github.com/patrickjahns/ansible-role-promtail/compare/1.25.0...1.26.0)