diff --git a/CHANGELOG.md b/CHANGELOG.md index 85441ab..5c0d045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [v1.4.0](https://github.com/hifis-net/ansible-role-redis/tree/v1.4.0) (2023-09-21) + +[Full Changelog](https://github.com/hifis-net/ansible-role-redis/compare/v1.3.0...v1.4.0) + +**Closed issues:** + +- Adapt Redis config template due to changes after restart of Redis service [\#19](https://github.com/hifis-net/ansible-role-redis/issues/19) + +**Merged pull requests:** + +- chore: bump Redis version to 7.2.1 [\#121](https://github.com/hifis-net/ansible-role-redis/pull/121) ([Normo](https://github.com/Normo)) +- chore: add CITATION.cff [\#119](https://github.com/hifis-net/ansible-role-redis/pull/119) ([Normo](https://github.com/Normo)) +- chore: add codeowners file [\#118](https://github.com/hifis-net/ansible-role-redis/pull/118) ([Normo](https://github.com/Normo)) +- fix: do not overwrite redis server configuration [\#117](https://github.com/hifis-net/ansible-role-redis/pull/117) ([Normo](https://github.com/Normo)) +- Bump ansible-lint from 6.17.2 to 6.20.0 [\#116](https://github.com/hifis-net/ansible-role-redis/pull/116) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ansible from 8.2.0 to 8.4.0 [\#115](https://github.com/hifis-net/ansible-role-redis/pull/115) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump actions/checkout from 3 to 4 [\#113](https://github.com/hifis-net/ansible-role-redis/pull/113) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump molecule from 5.1.0 to 6.0.2 [\#112](https://github.com/hifis-net/ansible-role-redis/pull/112) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump molecule-plugins from 23.4.1 to 23.5.0 [\#107](https://github.com/hifis-net/ansible-role-redis/pull/107) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v1.3.0](https://github.com/hifis-net/ansible-role-redis/tree/v1.3.0) (2023-07-31) [Full Changelog](https://github.com/hifis-net/ansible-role-redis/compare/v1.2.0...v1.3.0) @@ -11,7 +31,6 @@ **Closed issues:** -- Adapt Redis config template due to changes after restart of Redis service [\#19](https://github.com/hifis-net/ansible-role-redis/issues/19) - Make Molecule test image configurable [\#3](https://github.com/hifis-net/ansible-role-redis/issues/3) ## [v1.2.0](https://github.com/hifis-net/ansible-role-redis/tree/v1.2.0) (2023-07-31) diff --git a/CITATION.cff b/CITATION.cff index 8adfb1a..a4f24dc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -34,5 +34,5 @@ authors: orcid: 'https://orcid.org/0000-0002-5028-6663' repository-code: 'https://github.com/hifis-net/ansible-role-redis' repository-artifact: 'https://galaxy.ansible.com/hifis/redis' -version: 'v1.3.0' -date-released: '2023-07-31' +version: 'v1.4.0' +date-released: '2023-09-21' diff --git a/VERSION b/VERSION index 7120bf7..b49e79c 100644 --- a/VERSION +++ b/VERSION @@ -3,4 +3,4 @@ # # SPDX-License-Identifier: Apache-2.0 -1.3.0 +1.4.0 diff --git a/meta/main.yml b/meta/main.yml index 5a44c10..0601aa3 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -14,7 +14,7 @@ galaxy_info: license: Apache-2.0 - min_ansible_version: "2.9" + min_ansible_version: "2.13" platforms: - name: Ubuntu