-
Notifications
You must be signed in to change notification settings - Fork 68
/
CHANGELOG
99 lines (58 loc) · 2.49 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
## fsalum-redis changelog
Release notes for the fsalum-redis module.
------------------------------------------
#### 1.0.3 - 2014-11-25
* Version lookup not working (#41)
* Remove from facter warning when redis is not installed #42 (@pmoranga)
#### 1.0.2 - 2014-10-25
* Fixed Travis integration and tests
* Added metadata.json
* Making it compatible to be 'puppet approved' :)
#### 1.0.1 - 2014-09-16
* Allowing redis package name as a param. #35 (@nprimmer)
* add $redis_version_override #37 (@tmclaugh)
#### 1.0.0 - 2014-06-08
Many CHANGES to this version, complete rewrite of redis.conf template
to support Redis 2.2 to 2.8.
Make sure to test the module and parameters before upgrading in production.
Thanks to @zxjinn and @zeroecco for their hard work on this release.
* some parameters were removed, added and/or default values changed
* update redis.conf to the latest version available #32 (@zxjinn)
* Logic for redis config file to support 2.2.x through 2.8.x #31 (@zeroecco)
* Unixsocketoptions #33 (@nbeernink)
* Changed operating system check to validate osfamily #29 (@george-b)
#### 0.0.12 - 2014-03-21
* Unset cleanup #27 (@trlinkin)
* toggle ability to notify service to restart when config file changes #28 (@tmclaugh)
#### 0.0.11 - 2014-02-19
* system_sysctl parameter for redis class (@tehmaspc)
#### 0.0.10 - 2014-02-19
* Allow conf_bind to be unset (@stevelacey)
* Changing default of glueoutputbuf to UNSET (@tehmaspc)
#### 0.0.9 - 2014-01-09
* Add quotes around all instances of UNSET (@charlesdunbar)
#### 0.0.8 - 2013-12-20
* Setting mode permission for conf_dir (@KlavsKlavsen)
#### 0.0.7 - 2013-12-11
* Add glueoutputbuf config option (@kryptx)
* Add support for Amazon Linux AMI (@mattboston)
#### 0.0.6 - 2013-08-01
* Install package before poking config (@doismellburning)
#### 0.0.5 - 2013-06-06
* Fix Puppet 3.2.1 deprecation warnings (@ripienaar)
* Fix duplicate entry for logrotate on Debian/RHEL using different paths (@arthurfurlan)
* Add $conf_nosave parameter (@fsalum)
* Minor changes to params variables (@fsalum)
* Update CHANGELOG format
------------------------------------------
#### 0.0.4 - 2013-04-18
* Creates conf_dir directory if it doesn't exist
------------------------------------------
#### 0.0.3 - 2013-02-25
* Fixing redis.conf less options on Debian
------------------------------------------
#### 0.0.2 - 2013-02-25
* Fixing redis.conf location for Debian
------------------------------------------
#### 0.0.1 - 2013-02-25
* Initial Forge release