From c5705d1f3afe99855b8d52c8440fd36e45e0f6b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 19:32:51 +0200 Subject: [PATCH] [RELEASE] 1.24.0 (#179) Co-authored-by: GitHub Action Signed-off-by: Patrick Jahns --- .github/workflows/release.yml | 5 +++-- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a84fe2..c55a0b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,10 +44,11 @@ jobs: - name: create release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - RELEASE_NOTES: ${{ steps.version.outputs.changelog }} RELEASE_TAG: ${{ steps.version.outputs.version }} + RELASE_NOTES: ${{ steps.version.outputs.changelog }} run: | - gh release create "${GITHUB_TOKEN}" -n "${RELEASE_NOTES} + RELASE_NOTES="${RELASE_NOTES//$'%0A'/'\n'}" + echo -e $RELASE_NOTES | gh release create "${RELEASE_TAG}" --title "${RELEASE_TAG}" --notes-file - - name: galaxy uses: robertdebock/galaxy-action@1.2.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b0b34..ffbac84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.24.0](https://github.com/patrickjahns/ansible-role-promtail/tree/1.24.0) (2023-05-12) + +[Full Changelog](https://github.com/patrickjahns/ansible-role-promtail/compare/1.23.1...1.24.0) + +**Closed issues:** + +- Update release pipeline \(before Jun 23\) [\#163](https://github.com/patrickjahns/ansible-role-promtail/issues/163) + +**Merged pull requests:** + +- ci: updated release pipeline to fix deprecated github action usages [\#180](https://github.com/patrickjahns/ansible-role-promtail/pull/180) ([patrickjahns](https://github.com/patrickjahns)) +- chore\(deps\): update dependency grafana/loki to v2.8.2 [\#176](https://github.com/patrickjahns/ansible-role-promtail/pull/176) ([renovate[bot]](https://github.com/apps/renovate)) + ## [1.23.1](https://github.com/patrickjahns/ansible-role-promtail/tree/1.23.1) (2023-04-25) [Full Changelog](https://github.com/patrickjahns/ansible-role-promtail/compare/1.23.0...1.23.1)