All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.
- This is a minor update to fix data type error 'String[-1]'
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: The parameter '$slowlog_log_slower_than' must be a literal type, not a Puppet::Pops::Model::AccessExpression (file: /etc/puppetlabs/code/environments/production/modules/redis/manifests/init.pp, line: 413, column: 15)
v10.0.0 (2024-02-16)
Breaking changes:
Implemented enhancements:
- Add Ubuntu 22.04 #505 (rwaffen)
- Implement rudimentary Redis and Sentinel ACLs #502 (TwizzyDizzy)
Merged pull requests:
v9.3.0 (2023-11-14)
Implemented enhancements:
- Add Puppet 8 support #484 (bastelfreak)
v9.2.0 (2023-11-03)
Implemented enhancements:
Merged pull requests:
v9.1.0 (2023-07-29)
Implemented enhancements:
- puppetlabs/stdlib: Allow 9.x #483 (bastelfreak)
Merged pull requests:
- Add Rocky/AlmaLinux support #487 (bastelfreak)
- Specify environment module path for bolt #475 (traylenator)
v9.0.0 (2023-06-01)
Breaking changes:
- Drop EoL Debian 9 support #469 (bastelfreak)
- Drop Puppet 6 support #468 (bastelfreak)
Implemented enhancements:
Fixed bugs:
- Fix missing puppet strings #481 (ghoneycutt)
- Fix for redis.conf.epp bug: save_db_to_disk = false does not work. #478 (pankajr)
Closed issues:
- save_db_to_disk = false does not work #477
- Support deferred values for requirepass #473
- Replace
slaveof
withreplicaof
#401
Merged pull requests:
- Allow deferrables for masterauth & requirepass #476 (ThiefMaster)
- CI: Switch sysctl module to new namespace & cleanup .fixtures.yml #471 (bastelfreak)
- Drop Puppet 6 CI leftovers #470 (bastelfreak)
- add replicaof parameter(v2) #465 (jonasbartho)
v8.8.0 (2023-01-27)
Implemented enhancements:
Fixed bugs:
v8.7.0 (2022-12-09)
Implemented enhancements:
- Allow custom replica announce IP/port and Sentinel announce IP #459 (pierre-claranet)
v8.6.0 (2022-12-05)
Implemented enhancements:
v8.5.0 (2022-10-28)
Implemented enhancements:
- Use a single regular expression in the Redis fact #451 (ekohl)
- Add support for managing Redis dnfmodule on EL 8+ #450 (ehelms)
Merged pull requests:
v8.4.0 (2022-05-31)
Implemented enhancements:
- Add support for systemd service timeouts #447 (fraenki)
- Add support for Redis6 features #445 (fraenki)
Closed issues:
- Rediscluster on Ubuntu 20.04 #402
v8.3.0 (2022-04-04)
Implemented enhancements:
- Add tls settings to the redis::sentinel class and the redis-sentinel.conf template #443 (tparkercbn)
- Add Debian 11 support #440 (ekohl)
- Drop default PPA setting and only install EPEL on EL7 #435 (ekohl)
- CentOS9/RHEL9: Migrate configuration files to /etc/redis #434 (kajinamit)
- conditional instance restarts on config file changes #433 (aamerik)
- manage additional redis modules #426 (ymartin-ovh)
- service_template RuntimeDirectory #424 (aamerik)
Fixed bugs:
Closed issues:
- Single instance systemd service won't start on Arch Linux #439
Merged pull requests:
- Drop Archlinux support #441 (ekohl)
- Fix running acceptance tests in non-Docker environments #437 (ekohl)
- Correct docs on redis::get & regenerate REFERENCE.md #436 (ekohl)
v8.2.0 (2021-10-13)
Implemented enhancements:
Fixed bugs:
v8.1.1 (2021-08-30)
Fixed bugs:
v8.1.0 (2021-08-29)
Implemented enhancements:
- Ability to disable slowlog_log_slower_than #404
- Allow disable to disable slow log #414 (root-expert)
- Use Puppet-Datatype Sensitive for $masterauth and $auth_pass #403 (cocker-cc)
Merged pull requests:
v8.0.0 (2021-07-24)
Breaking changes:
- Use EPP for Configfile #407 (cocker-cc)
- Drop Ubuntu 16.04 support #406 (ekohl)
- Drop Puppet 5 support #392 (ekohl)
Implemented enhancements:
- Adding ability to secure Sentinel #399 (markasammut)
Fixed bugs:
Closed issues:
- Missing ability to secure sentinel? #305
Merged pull requests:
- switch from camptocamp/systemd to voxpupuli/systemd #408 (bastelfreak)
v7.0.0 (2021-04-28)
Breaking changes:
- Remove support for THP in Redis module - recommend forge module #385 (dom-nie)
- Drop sysinit /CentOS 6 support #382 (ekohl)
- Make augeasproviders_sysctl a soft dependency #377 (ekohl)
- Move package parameters to init.pp #374 (ekohl)
Implemented enhancements:
- Declare Puppet 7 support #400 (ekohl)
- Set ulimit via systemd using camptocamp/systemd #396 (ekohl)
- puppetlabs/stdlib: Allow 7.x #394 (bastelfreak)
- Allow relative paths for $log_file #387 (ekohl)
- Add support for rename-command in redis.conf #383 (carlhals)
- enable sentinel bind usage with multi ip #365 (ragingdave)
- Make protected-mode configurable for sentinel #272 (eliskovets)
Fixed bugs:
- Set the correct log dir on RH SCL #379 (ekohl)
- Drop dotdeb repo management support #371 (ekohl)
- Correct config_dir for scl support #353 (markasammut)
Closed issues:
- Make ulimit optional or use puppet-systemd for dropin #390
- After a reboot THP (Transparent Huge Pages) are enabled again #372
- File descriptor limit is not set in systemd unit file by default. #349
- Redhat SCL Config_Dir Issue #341
- [Feature Request] Add
rename-command
#242 - Undefined variable 'redis_server_version' warning on first run #227
Merged pull requests:
v6.1.0 (2020-09-11)
Implemented enhancements:
v6.0.0 (2020-05-11)
Breaking changes:
Implemented enhancements:
- Add support for RedHat/CentOS 8 #350 (yakatz)
- Add Debian 10 support #344 (ekohl)
- Finishing touches for multi-instance support #343 (fraenki)
- Set RuntimeDirectory in service template #342 (basti-nis)
Fixed bugs:
- change systemd stop command to redis-cli #355 (alexskr)
- Fix the sentinel pid file location for Ubuntu 18.04 #347 (ekohl)
Closed issues:
- Type forking causes service timeout #260
Merged pull requests:
- Use more native rspec and serverspec testing #348 (ekohl)
- Run acceptance tests with manage_repo => false #346 (ekohl)
- Update bolt testing to use modern versions #345 (ekohl)
v5.0.0 (2019-12-03)
Breaking changes:
- Closer match parameter to OS defaults #336 (ekohl)
- Stricter data types #328 (ekohl)
- Drop support for Redis 2, Debian 8 and Ubuntu 14.04; add Debian 9 and Ubuntu 18.04 #326 (ekohl)
Implemented enhancements:
- Instance is not read from hiera file #329
- Add SCL support #334 (ekohl)
- Support instances inside Hiera #330 (lordbink)
Closed issues:
- Can't disable unixsocket after #331
- 2.8 version of Redis on Debian 8 errors out #246
- Unable to unset unixsocket config parameter #228
- bind $ipaddress #94
- Create nodes.conf file? #76
Merged pull requests:
- Clean up preinstall handling and use modern facts #335 (ekohl)
- Allow empty unixsocket(perm) #333 (ekohl)
- Allow privileged ports in data types #332 (ekohl)
- Fix typo in type #327 (ekohl)
- Complete the transition to puppet-strings #325 (ekohl)
v4.2.1 (2019-09-19)
Fixed bugs:
Merged pull requests:
v4.2.0 (2019-07-22)
Implemented enhancements:
Closed issues:
Merged pull requests:
- Allow
puppetlabs/stdlib
6.x #314 (alexjfisher) - Fix manage_service_file variable #309 (CallumBanbery)
v4.1.0 (2019-05-02)
Implemented enhancements:
- Add service_enable parameter to sentinel.pp #307 (rschemm-godaddy)
Closed issues:
- Please release v3.3.2 due to Ubuntu 18.04 / systemd fix. #283
Merged pull requests:
v4.0.0 (2019-03-12)
This is the first release since the module was migrated to the Vox Pupuli puppet
namespace.
Breaking changes:
- Support binding to all interfaces #302 (alexjfisher)
- Drop support for puppet 3 and 4 #297 (alexjfisher)
- Convert
redisget
toredis::get
API v4 function #293 (alexjfisher)
Implemented enhancements:
- Bind the service on all available interface #60
- Add some parameter validation using data types #303 (alexjfisher)
- Initial rhel 8 support #284 (mbaldessari)
Closed issues:
- Get acceptance tests running again #292
- Convert function to API v4 ruby function #291
- Transparent Huge Pages (THP) Not Disabled on RHEL #278
- Looking for maintainer [Help needed] #277
- Travis Credential issues... still :( #267
- Outdated dependency puppetlabs-apt < 3.0.0 #264
- cannot bind ipv4 and ipv6 #257
- Deprecate Puppet 3.X Support #152
Merged pull requests:
- Re-enable and fix acceptance tests. (Don't manage
/var/run/redis
on Debian systems) #299 (alexjfisher) - Update metadata.json for Vox Pupuli migration #298 (alexjfisher)
- Update
apt
andstdlib
dependencies #296 (alexjfisher) - Fix github license detection #295 (alexjfisher)
- Add badges to README #294 (alexjfisher)
- Fix tests and initial Voxpupuli modulesync #290 (alexjfisher)
- Lint and rubocop (autofixes only) #289 (alexjfisher)
v3.3.1 (2018-09-13)
Closed issues:
- Ulimit configuration broken for systemd #268
v3.3.0 (2018-06-19)
Closed issues:
- output_buffer_limit_pubsub and output_buffer_limit_slave #263
- Can't release - Require Forge Credential Refresh #262
- Module v3.2.0 not published to forge #255
- Inconsistent sentinel_package_name handling on Debian #253
- No pidfile for sentinel #238
- puppet-redis requires outdated puppetlabs-apt module #232
- Can't use as slave bound to localhost #229
- [Feature Request] Redis::Instance - Set default unixsocket #226
- Travis Forge Password Changed #216
Merged pull requests:
- Adds logic for installing redid-sentinel package #254 (petems)
- Update redis mode on wheezy #252 (petems)
- Fix spec for sentinel #251 (petems)
- get rid of getvar_emptystring function #249 (vicinus)
- Added log_level to sentinel. #248 (hp197)
- Adds redis_cli task #245 (petems)
- Bump Puppet version for acceptance to 4.10.8 #244 (petems)
- protected-mode configuration option (Redis 3.2+) #243 (Dan70402)
- Switch to using simp-beaker suites #241 (petems)
- Bumped apt version dependency to version < 5.0.0 #237 (c4m4)
- Updates for EL6 #236 (petems)
- Pin version of redis gem #235 (petems)
- Added configuration options for client-output-buffer-limit #233 (mike-petersen)
- Allow
slaveof
when binding to localhost #231 (joshuaspence) - Fix issues with missing locale for Debian box #224 (petems)
- Instance service improvements #222 (kwevers)
- Make sure the service is en/disabled per user request #221 (kwevers)
- Split Redis instance socket files #220 (kwevers)
- Split Redis workdir #219 (kwevers)
- fix package_ensure version on ubuntu when it is in the 3:3.2.1 format #218 (sp-joseluis-ledesma)
- Split the redis instance logfiles by default #217 (kwevers)
- Use package_ensure if it specifies a version instead of the minimum_version #215 (sp-joseluis-ledesma)
v3.2.0 (2017-07-11)
Implemented enhancements:
- Cluster Support #62
Closed issues:
Merged pull requests:
- updated redis systemd unit file for better use with instances #214 (bostrowski13)
- Updates docker images for CentOS 6 and 7 #213 (petems)
- Update EPEL module #212 (petems)
- Refactor redisget() method #211 (petems)
- Update docs for puppet-strings #206 (petems)
- Add redis::instance defined type #200 (petems)
- Adding note about Puppet 3 support #153 (petems)
v3.1.1 (2017-05-19)
v3.1.0 (2017-05-19)
Implemented enhancements:
Fixed bugs:
- Sort problem in v1.2.4 template #195
Merged pull requests:
- Add an optional third parameter to redisget() to specify a default value #209 (petems)
- Updates docs for puppet functions #208 (petems)
- Add switch to manage File[/var/run/redis] #204 (petems)
- Ignore selinux default context for /etc/systemd/system/redis.service.d #202 (amoralej)
- Make TravisCI push to the Forge #191 (arioch)
v3.0.0 (2017-05-11)
Implemented enhancements:
- Ubuntu 16.04 support? #146
- [Whishlist] Extend ulimit parameter to support limits.conf and systemd #130
- Add overcommit.pp to deal with
Can't save in background: fork: Cannot allocate memory
? #105
Fixed bugs:
- The fix for issue #192 broke service_managed false #197
- Ubuntu 16.04 changed sentinel config filename #175
- sentinel support broken? #166
- Ownership problem with Ubuntu redis-server #150
- Parameters not valid for older Redis in config #111
Merged pull requests:
- Update sort to specify key #199 (petems)
- Adds tests for when Redis service is unmanaged #198 (petems)
- Changing Travis back to Trusty #194 (petems)
- Remove service notification #193 (petems)
- Improves ulimit configuration #192 (petems)
- Updates metadata supported versions #190 (petems)
- Adds tests for Ubuntu 1404 and Trusty package #189 (petems)
- Adds redis::administration class #188 (petems)
- Adds logic for managing redis-sentinel package #187 (petems)
- Bump to version 3.0.0 #186 (petems)
- Moves location of redis-sentinel file #184 (petems)
- (testing) Simplify command run by TravisCI #183 (ghoneycutt)
- Style #182 (ghoneycutt)
- Adds acceptance tests for the redisget() function #181 (petems)
- Add redisget() #179 (ghoneycutt)
- Fixes ordering of Apt repos #178 (petems)
- Add 2.4.10 config file for CentOS 6 #177 (petems)
- Refactoring common code patterns #174 (petems)
- Changes permission on /var/run/ directory #173 (petems)
- Bump Beaker Ruby versions #172 (petems)
- Fixes sentinel installation on Debian flavours #171 (petems)
- Adds vagrant beaker images #170 (petems)
- Adds acceptance test for master/slave testing #168 (petems)
- Renames spec file #165 (petems)
- Adds specific versions to fixtures #164 (petems)
- Changes for RHEL-ish specific configuration #162 (petems)
- Changes CentOS Docker images #160 (petems)
- Updates fact for CentOS 6 #159 (petems)
- Fixes lint arrow errors #158 (petems)
- README lint #155 (matonb)
- Archlinux: Added tests and update config_dir parameter #149 (bartjanssens92)
- Add CHANGELOG #148 (petems)
- Added Archlinux as supported OS #147 (bartjanssens92)
1.2.4 (2016-12-05)
Implemented enhancements:
- Speed up Travis #118
Fixed bugs:
- Wrong redis.conf after c45049986a7fcb1c9a0591de123c6bf97c761355 #142
- powerstack.org - No longer hosted #103
Closed issues:
- redis.conf under /etc/redis.conf #81
- Add socket option #79
- preinstall.pp fails on CEntOS 6.5 and Puppet Enterprise 2.7. #72
- How do I change from powerstack.org repo if I need to? Should I just edit manifests/preinstall.pp? #68
- puppet-redis || every time when puppet runs, the service restarts #59
- 'manage_repo => true' causes run to fail because add-apt-repository command isn't available #49
Merged pull requests:
- For folks that do not use redis to cache to disk #144 (petems)
- Revert "Changes templates to use scope" #143 (petems)
- Update sentinel.pp #141 (xprntl)
- Manage workdir and permissions #138 (petems)
- Adds minimum versions parameters #137 (petems)
- Adds redis-server version fact #136 (petems)
- adding /var/run/redis for Debian based hosts #135 (petems)
- Refactor unit tests #134 (petems)
- Update acceptance tests #133 (petems)
- Speed up Travis even more #125 (petems)
- Add fast finish to Travis #124 (petems)
- Changes package installation #123 (petems)
- Fix Beaker settings #122 (petems)
- Fixes gpg key for DotDeb #121 (petems)
- Sent bind address rebase #120 (petems)
- Changes templates to use scope #119 (petems)
- Add save interval squash #117 (petems)
- FreeBSD fixes #116 (petems)
- Consolidate travis and testing #115 (petems)
- Fix specs #114 (Phil-Friderici)
- Remove single quotes around variable #101 (rorybrowne)
1.2.3 (2016-09-19)
Merged pull requests:
- Adds spec for unixsocket and perms #99 (petems)
- Added the ability to configure Unix socket binding #97 (gcelestine)
- Lint and English cleanup in the redis.conf #93 (ryayon)
- Added more configuration options to redis.conf #90 (hanej)
- Make notification of service optional #89 (michaeltchapman)
1.2.2 (2016-03-17)
Closed issues:
- Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type redis #86
- Potential bug:
64min
should read64mb
#73 - Typo on sentinel.pp on if defined #69
- Does't configure EPEL repository on CentOS 7 #61
1.2.1 (2015-12-09)
Merged pull requests:
1.2.0 (2015-12-03)
Closed issues:
- $daemonize is defaulted to 'false' on Redhat OS, which causes service command to hang #64
- Redis service start fail on Debian stable (Wheezy 7.0) #52
Merged pull requests:
- Redis Cluster 3.0 Feature #71 (claudio-walser)
- Fix Support for EL7 and Puppet 4 #66 (trlinkin)
- Add a option to override the service provider #63 (nerzhul)
- add support for hz option #50 (nerzhul)
1.1.3 (2015-08-19)
Closed issues:
- Unable to bring in as a dependency #47
Merged pull requests:
1.1.2 (2015-08-06)
Closed issues:
- Error on CentOS 7 when manage_repo: true #44
1.1.1 (2015-08-04)
Closed issues:
- Commit edd7cb55931fe0336bfee475c738ac4b91308f98 seems to be pasting undef params into redis.conf #41
Merged pull requests:
- Save db to disk #46 (adrian-balcan-ygt)
- Use puppetlabs_spec_helper for testing #45 (jlyheden)
- copy variables used in template to local scope #42 (eoly)
1.1.0 (2015-06-22)
Merged pull requests:
1.0.7 (2015-06-02)
Fixed bugs:
- Sentinel init/upstart file doesn't exist #18
Closed issues:
- Default config_owner of redis #39
- Duplicate decleration Package[redis] when both include redis and redis::sentinel #36
- Does not work with Debian 7.8 with redis version 2.4.14-1 #24
Merged pull requests:
- Fixed duplicate declaration of package #38 (raiblue)
- fix issue with params.pp with strict_variables enabled #35 (eoly)
- Enable to not manage the Redis service #34 (Spredzy)
- Suse conf file fix #33 (christofhaerens)
- added Suse osfamily #32 (christofhaerens)
1.0.6 (2015-05-05)
1.0.5 (2015-03-30)
1.0.4 (2015-01-19)
1.0.3 (2015-01-05)
Implemented enhancements:
- Feature Request: support for redis-sentinel #13
1.0.2 (2014-12-17)
1.0.1 (2014-10-22)
1.0.0 (2014-10-22)
0.0.10 (2014-08-29)
0.0.9 (2014-08-29)
Closed issues:
- Amazon AMI Installation/Initialization Issue #11
0.0.8 (2014-03-27)
Closed issues:
0.0.7 (2014-01-13)
0.0.6 (2013-08-07)
Merged pull requests:
0.0.5 (2013-07-22)
Closed issues:
- Redis config 2.6 not compatible with EPELs 2.4 on Centos6 #2
0.0.4 (2013-07-17)
Closed issues:
- Default config path wrong for RedHat #1
0.0.3 (2013-07-08)
0.0.2 (2013-06-19)
0.0.1 (2013-06-19)
* This Changelog was automatically generated by github_changelog_generator