From cabeb2340602acd3179904ea11ee960f0b3be19d Mon Sep 17 00:00:00 2001 From: Norman Ziegner Date: Thu, 23 May 2024 12:30:02 +0200 Subject: [PATCH] Update CHANGELOGS Signed-off-by: Norman Ziegner --- .github_changelog_generator | 1 + CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++----- roles/gitlab/CHANGELOG.md | 27 ++++++++++++++++++++++++ roles/redis/CHANGELOG.md | 20 ++++++++++++++++++ 4 files changed, 85 insertions(+), 5 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 794e69a..331d062 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -6,3 +6,4 @@ user=hifis-net project=ansible-collection-toolkit since-tag=v3.3.0 +issue-line-labels=gitlab,gitlab_runner,haproxy,keepalived,netplan,redis,ssh_keys,unattended_upgrades,zammad diff --git a/CHANGELOG.md b/CHANGELOG.md index 8354152..5341b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [Unreleased](https://github.com/hifis-net/ansible-collection-toolkit/tree/HEAD) + +[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v4.1.0...HEAD) + +**Implemented enhancements:** + +- Include hifis.gitlab role into collection [\#240](https://github.com/hifis-net/ansible-collection-toolkit/issues/240) [[gitlab](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab)] +- Include hifis.redis role into collection [\#236](https://github.com/hifis-net/ansible-collection-toolkit/issues/236) [[redis](https://github.com/hifis-net/ansible-collection-toolkit/labels/redis)] +- Include hifis.netplan into collection [\#234](https://github.com/hifis-net/ansible-collection-toolkit/issues/234) [[netplan](https://github.com/hifis-net/ansible-collection-toolkit/labels/netplan)] +- Include hifis.haproxy into collection [\#228](https://github.com/hifis-net/ansible-collection-toolkit/issues/228) [[haproxy](https://github.com/hifis-net/ansible-collection-toolkit/labels/haproxy)] + +**Fixed bugs:** + +- Use dnf instead of yum module [\#232](https://github.com/hifis-net/ansible-collection-toolkit/pull/232) [[zammad](https://github.com/hifis-net/ansible-collection-toolkit/labels/zammad)] ([Normo](https://github.com/Normo)) + +**Closed issues:** + +- Remove master branch [\#245](https://github.com/hifis-net/ansible-collection-toolkit/issues/245) +- Switch to Ubuntu 24.04 image for GitHub Actions hosted runners [\#231](https://github.com/hifis-net/ansible-collection-toolkit/issues/231) +- License headers in jinja templates should use jinja style comments [\#229](https://github.com/hifis-net/ansible-collection-toolkit/issues/229) +- Version 3.3.0 doesn't seem to be available on ansible galaxy [\#201](https://github.com/hifis-net/ansible-collection-toolkit/issues/201) + +**Merged pull requests:** + +- Add hifis.gitlab role [\#241](https://github.com/hifis-net/ansible-collection-toolkit/pull/241) [[gitlab](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab)] ([Normo](https://github.com/Normo)) +- Use jinja style comments for license headers in jinja templates [\#239](https://github.com/hifis-net/ansible-collection-toolkit/pull/239) [[unattended_upgrades](https://github.com/hifis-net/ansible-collection-toolkit/labels/unattended_upgrades)] [[zammad](https://github.com/hifis-net/ansible-collection-toolkit/labels/zammad)] [[gitlab_runner](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab_runner)] [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)] ([Normo](https://github.com/Normo)) +- Switch to Ubuntu 24.04 image for GitHub Actions hosted runners [\#238](https://github.com/hifis-net/ansible-collection-toolkit/pull/238) [[unattended_upgrades](https://github.com/hifis-net/ansible-collection-toolkit/labels/unattended_upgrades)] [[zammad](https://github.com/hifis-net/ansible-collection-toolkit/labels/zammad)] [[ssh_keys](https://github.com/hifis-net/ansible-collection-toolkit/labels/ssh_keys)] [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)] ([Normo](https://github.com/Normo)) +- Add hifis.redis role [\#237](https://github.com/hifis-net/ansible-collection-toolkit/pull/237) [[redis](https://github.com/hifis-net/ansible-collection-toolkit/labels/redis)] ([Normo](https://github.com/Normo)) +- Add hifis.netplan role [\#235](https://github.com/hifis-net/ansible-collection-toolkit/pull/235) [[netplan](https://github.com/hifis-net/ansible-collection-toolkit/labels/netplan)] ([Normo](https://github.com/Normo)) +- chore\(deps\): bump ansible from 9.5.1 to 9.6.0 [\#233](https://github.com/hifis-net/ansible-collection-toolkit/pull/233) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Add hifis.haproxy role [\#230](https://github.com/hifis-net/ansible-collection-toolkit/pull/230) [[haproxy](https://github.com/hifis-net/ansible-collection-toolkit/labels/haproxy)] ([Normo](https://github.com/Normo)) + ## [v4.1.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v4.1.0) (2024-05-16) [Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v4.0.0...v4.1.0) @@ -18,12 +50,12 @@ - chore\(deps-dev\): bump ansible-lint from 24.2.3 to 24.5.0 [\#220](https://github.com/hifis-net/ansible-collection-toolkit/pull/220) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump ansible/ansible-lint from 24.2.3 to 24.5.0 [\#219](https://github.com/hifis-net/ansible-collection-toolkit/pull/219) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Prepare release version 4.1.0 [\#224](https://github.com/hifis-net/ansible-collection-toolkit/pull/224) ([Normo](https://github.com/Normo)) +- Prepare release version 4.1.0 [\#224](https://github.com/hifis-net/ansible-collection-toolkit/pull/224) [[unattended_upgrades](https://github.com/hifis-net/ansible-collection-toolkit/labels/unattended_upgrades)] [[zammad](https://github.com/hifis-net/ansible-collection-toolkit/labels/zammad)] [[ssh_keys](https://github.com/hifis-net/ansible-collection-toolkit/labels/ssh_keys)] [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)] ([Normo](https://github.com/Normo)) - Always run ansible-lint in GitHub Actions [\#221](https://github.com/hifis-net/ansible-collection-toolkit/pull/221) ([tobiashuste](https://github.com/tobiashuste)) - Make sure to update prepare-action via Dependabot [\#218](https://github.com/hifis-net/ansible-collection-toolkit/pull/218) ([tobiashuste](https://github.com/tobiashuste)) -- Integrate gitlab\_runner role into hifis toolkit [\#216](https://github.com/hifis-net/ansible-collection-toolkit/pull/216) ([tobiashuste](https://github.com/tobiashuste)) -- Add hifis.keepalived role [\#215](https://github.com/hifis-net/ansible-collection-toolkit/pull/215) ([Normo](https://github.com/Normo)) -- Add hifis.ssh\_keys role [\#213](https://github.com/hifis-net/ansible-collection-toolkit/pull/213) ([Normo](https://github.com/Normo)) +- Integrate gitlab\_runner role into hifis toolkit [\#216](https://github.com/hifis-net/ansible-collection-toolkit/pull/216) [[gitlab_runner](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab_runner)] ([tobiashuste](https://github.com/tobiashuste)) +- Add hifis.keepalived role [\#215](https://github.com/hifis-net/ansible-collection-toolkit/pull/215) [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)] ([Normo](https://github.com/Normo)) +- Add hifis.ssh\_keys role [\#213](https://github.com/hifis-net/ansible-collection-toolkit/pull/213) [[ssh_keys](https://github.com/hifis-net/ansible-collection-toolkit/labels/ssh_keys)] ([Normo](https://github.com/Normo)) ## [v4.0.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v4.0.0) (2024-05-08) @@ -57,7 +89,7 @@ To continue using the [`unattended_upgrades`](roles/unattended_upgrades) role as - chore\(deps\): bump ansible/ansible-lint from 24.2.1 to 24.2.3 [\#208](https://github.com/hifis-net/ansible-collection-toolkit/pull/208) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps-dev\): bump ansible-lint from 24.2.0 to 24.2.1 [\#194](https://github.com/hifis-net/ansible-collection-toolkit/pull/194) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Prepare release version 4.0.0 [\#209](https://github.com/hifis-net/ansible-collection-toolkit/pull/209) ([Normo](https://github.com/Normo)) +- Prepare release version 4.0.0 [\#209](https://github.com/hifis-net/ansible-collection-toolkit/pull/209) [[unattended_upgrades](https://github.com/hifis-net/ansible-collection-toolkit/labels/unattended_upgrades)] [[zammad](https://github.com/hifis-net/ansible-collection-toolkit/labels/zammad)] ([Normo](https://github.com/Normo)) - chore\(deps\): bump ansible from 9.3.0 to 9.5.1 [\#204](https://github.com/hifis-net/ansible-collection-toolkit/pull/204) ([dependabot[bot]](https://github.com/apps/dependabot)) - Release version 4.0.0 [\#198](https://github.com/hifis-net/ansible-collection-toolkit/pull/198) ([Normo](https://github.com/Normo)) diff --git a/roles/gitlab/CHANGELOG.md b/roles/gitlab/CHANGELOG.md index 7174d10..0a11e64 100644 --- a/roles/gitlab/CHANGELOG.md +++ b/roles/gitlab/CHANGELOG.md @@ -6,6 +6,33 @@ SPDX-License-Identifier: Apache-2.0 --> # Changelog +## [Unreleased](https://github.com/hifis-net/ansible-role-gitlab/tree/HEAD) + +[Full Changelog](https://github.com/hifis-net/ansible-role-gitlab/compare/v1.6.1...HEAD) + +**Implemented enhancements:** + +- Query ansible facts through ansible\_facts.\* namespace [\#143](https://github.com/hifis-net/ansible-role-gitlab/issues/143) + +**Fixed bugs:** + +- Prefix variables with role name [\#106](https://github.com/hifis-net/ansible-role-gitlab/issues/106) + +**Closed issues:** + +- Add CITATION.cff [\#125](https://github.com/hifis-net/ansible-role-gitlab/issues/125) + +**Merged pull requests:** + +- chore\(deps-dev\): Bump ansible-lint from 6.21.0 to 24.2.0 [\#146](https://github.com/hifis-net/ansible-role-gitlab/pull/146) ([dependabot[bot]](https://github.com/apps/dependabot)) +- refactor: refer to ansible facts through ansible\_facts.\* namespace [\#144](https://github.com/hifis-net/ansible-role-gitlab/pull/144) ([Normo](https://github.com/Normo)) +- chore\(deps-dev\): Bump molecule-plugins from 23.5.0 to 23.5.3 [\#142](https://github.com/hifis-net/ansible-role-gitlab/pull/142) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): Bump molecule from 6.0.2 to 24.2.0 [\#141](https://github.com/hifis-net/ansible-role-gitlab/pull/141) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): Bump reuse from 2.1.0 to 3.0.1 [\#140](https://github.com/hifis-net/ansible-role-gitlab/pull/140) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): Bump ansible from 8.5.0 to 9.3.0 [\#139](https://github.com/hifis-net/ansible-role-gitlab/pull/139) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): Bump yamllint from 1.32.0 to 1.35.1 [\#138](https://github.com/hifis-net/ansible-role-gitlab/pull/138) ([dependabot[bot]](https://github.com/apps/dependabot)) +- refactor: add role name prefix to variables [\#121](https://github.com/hifis-net/ansible-role-gitlab/pull/121) ([Normo](https://github.com/Normo)) + ## [v1.6.1](https://github.com/hifis-net/ansible-role-gitlab/tree/v1.6.1) (2023-11-07) [Full Changelog](https://github.com/hifis-net/ansible-role-gitlab/compare/v1.6.0...v1.6.1) diff --git a/roles/redis/CHANGELOG.md b/roles/redis/CHANGELOG.md index cf704cb..de11966 100644 --- a/roles/redis/CHANGELOG.md +++ b/roles/redis/CHANGELOG.md @@ -6,6 +6,26 @@ SPDX-License-Identifier: Apache-2.0 --> # Changelog +## [v1.4.3](https://github.com/hifis-net/ansible-role-redis/tree/v1.4.3) (2024-05-23) + +[Full Changelog](https://github.com/hifis-net/ansible-role-redis/compare/v1.4.2...v1.4.3) + +**Merged pull requests:** + +- chore\(deps-dev\): bump molecule from 6.0.3 to 24.2.0 [\#154](https://github.com/hifis-net/ansible-role-redis/pull/154) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump molecule-plugins from 23.5.0 to 23.5.3 [\#153](https://github.com/hifis-net/ansible-role-redis/pull/153) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump ansible-lint from 6.22.2 to 24.2.0 [\#152](https://github.com/hifis-net/ansible-role-redis/pull/152) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump yamllint from 1.33.0 to 1.34.0 [\#151](https://github.com/hifis-net/ansible-role-redis/pull/151) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump ansible from 9.1.0 to 9.2.0 [\#150](https://github.com/hifis-net/ansible-role-redis/pull/150) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump reuse from 3.0.0 to 3.0.1 [\#149](https://github.com/hifis-net/ansible-role-redis/pull/149) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump ansible-lint from 6.22.1 to 6.22.2 [\#148](https://github.com/hifis-net/ansible-role-redis/pull/148) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump reuse from 2.1.0 to 3.0.0 [\#147](https://github.com/hifis-net/ansible-role-redis/pull/147) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump molecule from 6.0.2 to 6.0.3 [\#146](https://github.com/hifis-net/ansible-role-redis/pull/146) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump ansible from 8.5.0 to 9.1.0 [\#145](https://github.com/hifis-net/ansible-role-redis/pull/145) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump ansible-lint from 6.22.0 to 6.22.1 [\#144](https://github.com/hifis-net/ansible-role-redis/pull/144) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump yamllint from 1.32.0 to 1.33.0 [\#141](https://github.com/hifis-net/ansible-role-redis/pull/141) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump ansible-lint from 6.20.3 to 6.22.0 [\#139](https://github.com/hifis-net/ansible-role-redis/pull/139) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v1.4.2](https://github.com/hifis-net/ansible-role-redis/tree/v1.4.2) (2023-10-18) [Full Changelog](https://github.com/hifis-net/ansible-role-redis/compare/v1.4.1...v1.4.2)