Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #120 from Normo/prepare-release-v1.4.0
Browse files Browse the repository at this point in the history
Prepare release v1.4.0
  • Loading branch information
Norman Ziegner committed Sep 21, 2023
2 parents 5e71ba1 + b08dd97 commit f25961a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#
# SPDX-License-Identifier: Apache-2.0

1.3.0
1.4.0
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ galaxy_info:

license: Apache-2.0

min_ansible_version: "2.9"
min_ansible_version: "2.13"

platforms:
- name: Ubuntu
Expand Down

0 comments on commit f25961a

Please sign in to comment.