From 83d92b42639ab5d52943add7ef95aae68ca52c23 Mon Sep 17 00:00:00 2001 From: Tobias Huste Date: Fri, 21 Oct 2022 08:55:43 +0200 Subject: [PATCH] Prepare release version 1.2.0 --- .github_changelog_generator | 9 +++++++++ CHANGELOG.md | 36 +++++++++++++++++++++++++++--------- CHANGELOG.md.license | 4 ++++ HISTORY.md | 7 ------- HISTORY.md.license | 4 ++++ VERSION | 6 +++--- 6 files changed, 47 insertions(+), 19 deletions(-) create mode 100644 .github_changelog_generator create mode 100644 CHANGELOG.md.license create mode 100644 HISTORY.md.license diff --git a/.github_changelog_generator b/.github_changelog_generator new file mode 100644 index 0000000..f3a1d11 --- /dev/null +++ b/.github_changelog_generator @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: 2022 Helmholtz Centre for Environmental Research (UFZ) +# SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) +# +# SPDX-License-Identifier: Apache-2.0 + +user=hifis-net +project=ansible-role-gitlab +since-tag=v1.1.0 +base=HISTORY.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 62bc186..d341f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,37 +1,55 @@ # Changelog -## [Unreleased](https://github.com/hifis-net/ansible-role-gitlab/tree/HEAD) +## [v1.2.0](https://github.com/hifis-net/ansible-role-gitlab/tree/v1.2.0) (2022-10-21) -[Full Changelog](https://github.com/hifis-net/ansible-role-gitlab/compare/v1.1.0...HEAD) +[Full Changelog](https://github.com/hifis-net/ansible-role-gitlab/compare/v1.1.0...v1.2.0) **Implemented enhancements:** +- Improve Molecule verification step [\#35](https://github.com/hifis-net/ansible-role-gitlab/issues/35) - Add badges to README [\#6](https://github.com/hifis-net/ansible-role-gitlab/issues/6) +- Add Debian 11 \(bullseye\) as platform [\#50](https://github.com/hifis-net/ansible-role-gitlab/pull/50) ([flyinggecko](https://github.com/flyinggecko)) - Use FQCN throughout the whole project [\#10](https://github.com/hifis-net/ansible-role-gitlab/pull/10) ([tobiashuste](https://github.com/tobiashuste)) **Fixed bugs:** +- Molecule folder not linted by molecule [\#52](https://github.com/hifis-net/ansible-role-gitlab/issues/52) - Update issue tracker in Ansible Galaxy meta information [\#7](https://github.com/hifis-net/ansible-role-gitlab/issues/7) +- Specify Debian 11 correctly in role metadata [\#56](https://github.com/hifis-net/ansible-role-gitlab/pull/56) ([tobiashuste](https://github.com/tobiashuste)) +- Lint molecule files via ansible-lint [\#53](https://github.com/hifis-net/ansible-role-gitlab/pull/53) ([christianhueserhzdr](https://github.com/christianhueserhzdr)) **Closed issues:** +- Add a contribution guide [\#11](https://github.com/hifis-net/ansible-role-gitlab/issues/11) - Use FQCN everywhere [\#9](https://github.com/hifis-net/ansible-role-gitlab/issues/9) +- Add auto-generated CHANGELOG file [\#8](https://github.com/hifis-net/ansible-role-gitlab/issues/8) **Merged pull requests:** +- Use setup-python action version 4 [\#57](https://github.com/hifis-net/ansible-role-gitlab/pull/57) ([tobiashuste](https://github.com/tobiashuste)) +- Bump molecule from 4.0.1 to 4.0.2 [\#55](https://github.com/hifis-net/ansible-role-gitlab/pull/55) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ansible-lint from 6.8.1 to 6.8.2 [\#54](https://github.com/hifis-net/ansible-role-gitlab/pull/54) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ansible from 6.2.0 to 6.5.0 [\#51](https://github.com/hifis-net/ansible-role-gitlab/pull/51) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ansible-lint from 6.4.0 to 6.8.1 [\#49](https://github.com/hifis-net/ansible-role-gitlab/pull/49) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump yamllint from 1.27.1 to 1.28.0 [\#43](https://github.com/hifis-net/ansible-role-gitlab/pull/43) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ansible from 6.1.0 to 6.2.0 [\#38](https://github.com/hifis-net/ansible-role-gitlab/pull/38) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ansible-lint from 6.3.0 to 6.4.0 [\#37](https://github.com/hifis-net/ansible-role-gitlab/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Improve molecule verification step [\#36](https://github.com/hifis-net/ansible-role-gitlab/pull/36) ([tobiashuste](https://github.com/tobiashuste)) +- Bump molecule from 3.6.1 to 4.0.1 [\#32](https://github.com/hifis-net/ansible-role-gitlab/pull/32) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ansible from 5.7.1 to 6.1.0 [\#31](https://github.com/hifis-net/ansible-role-gitlab/pull/31) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump yamllint from 1.26.3 to 1.27.1 [\#30](https://github.com/hifis-net/ansible-role-gitlab/pull/30) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ansible-lint from 6.0.2 to 6.3.0 [\#27](https://github.com/hifis-net/ansible-role-gitlab/pull/27) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump robertdebock/galaxy-action from 1.2.0 to 1.2.1 [\#24](https://github.com/hifis-net/ansible-role-gitlab/pull/24) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump reuse from 0.14.0 to 1.0.0 [\#22](https://github.com/hifis-net/ansible-role-gitlab/pull/22) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ansible from 5.6.0 to 5.7.1 [\#17](https://github.com/hifis-net/ansible-role-gitlab/pull/17) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Add CONTRIBUTING file and workflow diagram [\#15](https://github.com/hifis-net/ansible-role-gitlab/pull/15) ([christianhueserhzdr](https://github.com/christianhueserhzdr)) +- Prepare HISTORY file and add auto-generated CHANGELOG file [\#14](https://github.com/hifis-net/ansible-role-gitlab/pull/14) ([christianhueserhzdr](https://github.com/christianhueserhzdr)) - Exchange link to issue tracker in Ansible Galaxy meta information [\#13](https://github.com/hifis-net/ansible-role-gitlab/pull/13) ([christianhueserhzdr](https://github.com/christianhueserhzdr)) - Add badges to README [\#12](https://github.com/hifis-net/ansible-role-gitlab/pull/12) ([christianhueserhzdr](https://github.com/christianhueserhzdr)) - Bump ansible from 5.3.0 to 5.6.0 [\#5](https://github.com/hifis-net/ansible-role-gitlab/pull/5) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump ansible-lint from 5.4.0 to 6.0.2 [\#3](https://github.com/hifis-net/ansible-role-gitlab/pull/3) ([dependabot[bot]](https://github.com/apps/dependabot)) - Create GitHub Actions for linting, testing and releasing [\#2](https://github.com/hifis-net/ansible-role-gitlab/pull/2) ([christianhueserhzdr](https://github.com/christianhueserhzdr)) - - **Changed** - Update Python dependencies and use Python 3.9 in GitLab CI diff --git a/CHANGELOG.md.license b/CHANGELOG.md.license new file mode 100644 index 0000000..d230380 --- /dev/null +++ b/CHANGELOG.md.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2022 Helmholtz Centre for Environmental Research (UFZ) +SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) + +SPDX-License-Identifier: Apache-2.0 diff --git a/HISTORY.md b/HISTORY.md index 0eb6b2a..48ab2f8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,3 @@ - - **Changed** - Update Python dependencies and use Python 3.9 in GitLab CI diff --git a/HISTORY.md.license b/HISTORY.md.license new file mode 100644 index 0000000..d230380 --- /dev/null +++ b/HISTORY.md.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2022 Helmholtz Centre for Environmental Research (UFZ) +SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) + +SPDX-License-Identifier: Apache-2.0 diff --git a/VERSION b/VERSION index 33985ad..8829169 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: 2020 Helmholtz Centre for Environmental Research (UFZ) -# SPDX-FileCopyrightText: 2020 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) +# SPDX-FileCopyrightText: 2022 Helmholtz Centre for Environmental Research (UFZ) +# SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) # # SPDX-License-Identifier: Apache-2.0 -1.1.0 +1.2.0