Skip to content

Commit

Permalink
[RELEASE] 1.24.0 (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <action@github.com>
Signed-off-by: Patrick Jahns <github@patrickjahns.de>
  • Loading branch information
2 people authored and patrickjahns committed May 12, 2023
1 parent 3a0db1c commit 8562990
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
RELEASE_NOTES: ${{ steps.version.outputs.changelog }}
RELEASE_TAG: ${{ steps.version.outputs.version }}
run: |
gh release create "${GITHUB_TOKEN}" -n "${RELEASE_NOTES}
gh release create "${GITHUB_TOKEN}" -n "${RELEASE_NOTES}"
- name: galaxy
uses: robertdebock/galaxy-action@1.2.1
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8562990

Please sign in to comment.