Skip to content

Commit ef0cabf

Browse files
authored
Merge pull request #558 from voxpupuli/release-prep
Release 12.0.0
2 parents 4531758 + dedc26a commit ef0cabf

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v12.0.0](https://github.com/voxpupuli/puppet-redis/tree/v12.0.0) (2025-09-15)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v11.1.0...v12.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Use namespace function from puppetlabs-stdlib [\#555](https://github.com/voxpupuli/puppet-redis/pull/555) ([kajinamit](https://github.com/kajinamit))
14+
- Drop puppet, update openvox minimum version to 8.19 [\#552](https://github.com/voxpupuli/puppet-redis/pull/552) ([TheMeier](https://github.com/TheMeier))
15+
16+
**Implemented enhancements:**
17+
18+
- allow systemd 9 [\#557](https://github.com/voxpupuli/puppet-redis/pull/557) ([TheMeier](https://github.com/TheMeier))
19+
- Add sentinel auth\_user and auth\_pass [\#551](https://github.com/voxpupuli/puppet-redis/pull/551) ([BjoernHelmbold](https://github.com/BjoernHelmbold))
20+
- Add support for tls-key-file-pass [\#548](https://github.com/voxpupuli/puppet-redis/pull/548) ([lbetz](https://github.com/lbetz))
21+
- Add parameter sentinel\_announce\_port [\#543](https://github.com/voxpupuli/puppet-redis/pull/543) ([BjoernHelmbold](https://github.com/BjoernHelmbold))
22+
- metadata.json: Add OpenVox [\#542](https://github.com/voxpupuli/puppet-redis/pull/542) ([jstraw](https://github.com/jstraw))
23+
24+
**Fixed bugs:**
25+
26+
- redis::instance: do not exec cp if source and destination are equal [\#430](https://github.com/voxpupuli/puppet-redis/pull/430) ([trefzer](https://github.com/trefzer))
27+
28+
**Closed issues:**
29+
30+
- Add support for tls-key-file-pass [\#547](https://github.com/voxpupuli/puppet-redis/issues/547)
31+
- \[10.0.0\] last puppet-systemd not supported [\#523](https://github.com/voxpupuli/puppet-redis/issues/523)
32+
33+
**Merged pull requests:**
34+
35+
- init: `masterauth` param doc string: add missing closing parenthesis [\#553](https://github.com/voxpupuli/puppet-redis/pull/553) ([kenyon](https://github.com/kenyon))
36+
737
## [v11.1.0](https://github.com/voxpupuli/puppet-redis/tree/v11.1.0) (2025-01-07)
838

939
[Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v11.0.0...v11.1.0)
@@ -696,7 +726,6 @@ This is the first release since the module was migrated to the Vox Pupuli `puppe
696726

697727
**Merged pull requests:**
698728

699-
- Redis Cluster 3.0 Feature [\#71](https://github.com/voxpupuli/puppet-redis/pull/71) ([claudio-walser](https://github.com/claudio-walser))
700729
- Fix Support for EL7 and Puppet 4 [\#66](https://github.com/voxpupuli/puppet-redis/pull/66) ([trlinkin](https://github.com/trlinkin))
701730
- Add a option to override the service provider [\#63](https://github.com/voxpupuli/puppet-redis/pull/63) ([nerzhul](https://github.com/nerzhul))
702731
- add support for hz option [\#50](https://github.com/voxpupuli/puppet-redis/pull/50) ([nerzhul](https://github.com/nerzhul))

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-redis",
3-
"version": "11.1.0",
3+
"version": "12.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Redis module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)