From e980f0de6495e1bc89b4bc8b2c6c9e0fd6f057b1 Mon Sep 17 00:00:00 2001 From: Tobias Huste Date: Thu, 16 Jun 2022 14:53:22 +0200 Subject: [PATCH 1/2] Release version 0.6.0 --- CHANGELOG.md | 14 ++++++++++++-- VERSION | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb584b..6411c58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,16 @@ # Changelog -## [Unreleased](https://github.com/hifis-net/ansible-role-gitlab-runner/tree/HEAD) +## [v0.6.0](https://github.com/hifis-net/ansible-role-gitlab-runner/tree/v0.6.0) (2022-06-17) -[Full Changelog](https://github.com/hifis-net/ansible-role-gitlab-runner/compare/v0.5.1...HEAD) +[Full Changelog](https://github.com/hifis-net/ansible-role-gitlab-runner/compare/v0.5.1...v0.6.0) **Implemented enhancements:** +- Link issue\_tracker URL to GitHub [\#31](https://github.com/hifis-net/ansible-role-gitlab-runner/issues/31) - Add badges to README [\#11](https://github.com/hifis-net/ansible-role-gitlab-runner/issues/11) - Implement a daily scheduled run of the CI pipeline [\#6](https://github.com/hifis-net/ansible-role-gitlab-runner/issues/6) - Update dependencies via Dependabot [\#5](https://github.com/hifis-net/ansible-role-gitlab-runner/issues/5) +- Migrate changelog to github-changelog-generator [\#21](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/21) ([tobiashuste](https://github.com/tobiashuste)) - Skip runner registration in molecule test run [\#14](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/14) ([tobiashuste](https://github.com/tobiashuste)) - Add badges to README [\#12](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/12) ([tobiashuste](https://github.com/tobiashuste)) - Use caching feature of setup-python action [\#10](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/10) ([tobiashuste](https://github.com/tobiashuste)) @@ -19,6 +21,14 @@ **Merged pull requests:** +- Bump ansible from 5.8.0 to 5.9.0 [\#34](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/34) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump molecule from 3.6.1 to 4.0.0 [\#33](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/33) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Update issue tracker link in the Galaxy meta information [\#32](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/32) ([tobiashuste](https://github.com/tobiashuste)) +- Bump ansible-lint from 6.2.1 to 6.3.0 [\#29](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/29) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump robertdebock/galaxy-action from 1.2.0 to 1.2.1 [\#27](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/27) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump reuse from 0.14.0 to 1.0.0 [\#26](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ansible from 5.7.1 to 5.8.0 [\#25](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/25) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ansible-lint from 6.0.2 to 6.2.1 [\#24](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/24) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump ansible from 5.7.0 to 5.7.1 [\#19](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/19) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump ansible from 5.6.0 to 5.7.0 [\#18](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/18) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump molecule from 3.5.2 to 3.6.1 [\#17](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/17) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/VERSION b/VERSION index bdb6a4e..b0d985f 100644 --- a/VERSION +++ b/VERSION @@ -3,4 +3,4 @@ # # SPDX-License-Identifier: Apache-2.0 -0.5.1 +0.6.0 From d953cf9f58712e4b4c6916f28a063dae5ce72aa5 Mon Sep 17 00:00:00 2001 From: Tobias Huste Date: Fri, 17 Jun 2022 07:30:16 +0200 Subject: [PATCH 2/2] Fix Copyright notice for reuse lint in Changelog If the copyright notice is give too deep in the file reuse lint will complain. Therefore, the Copyright notice is placed in seperate files now for CHANGELOG and the history changelog. --- CHANGELOG.md | 7 ------- CHANGELOG.md.license | 4 ++++ HISTORY.md | 7 ------- HISTORY.md.license | 4 ++++ 4 files changed, 8 insertions(+), 14 deletions(-) create mode 100644 CHANGELOG.md.license create mode 100644 HISTORY.md.license diff --git a/CHANGELOG.md b/CHANGELOG.md index 6411c58..a9d8507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,13 +38,6 @@ - fixes\(\#6\): CI daily run [\#7](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/7) ([tharun634](https://github.com/tharun634)) - Implement full lint and test workflow via GitHub Actions [\#1](https://github.com/hifis-net/ansible-role-gitlab-runner/pull/1) ([tobiashuste](https://github.com/tobiashuste)) - - ## [0.5.1](https://github.com/hifis-net/ansible-role-gitlab-runner/releases/v0.5.1) - 2022-03-17 [List of commits](https://github.com/hifis-net/ansible-role-gitlab-runner/compare/v0.5.0...v0.5.1) diff --git a/CHANGELOG.md.license b/CHANGELOG.md.license new file mode 100644 index 0000000..2ac19a3 --- /dev/null +++ b/CHANGELOG.md.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2020 Helmholtz Centre for Environmental Research (UFZ) +SPDX-FileCopyrightText: 2020 Helmholtz-Zentrum Dresden - Rossendorf (HZDR) + +SPDX-License-Identifier: Apache-2.0 diff --git a/HISTORY.md b/HISTORY.md index 5321fb3..b698f54 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,3 @@ - - ## [0.5.1](https://github.com/hifis-net/ansible-role-gitlab-runner/releases/v0.5.1) - 2022-03-17 [List of commits](https://github.com/hifis-net/ansible-role-gitlab-runner/compare/v0.5.0...v0.5.1) diff --git a/HISTORY.md.license b/HISTORY.md.license new file mode 100644 index 0000000..2ac19a3 --- /dev/null +++ b/HISTORY.md.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2020 Helmholtz Centre for Environmental Research (UFZ) +SPDX-FileCopyrightText: 2020 Helmholtz-Zentrum Dresden - Rossendorf (HZDR) + +SPDX-License-Identifier: Apache-2.0