Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
prepare release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerder committed Dec 2, 2015
1 parent b0dc3a7 commit 047db2d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 2015-12-02 - 1.7.0 (Feature/Bugfix release)

#### Features:

- (3236f41) #33 add Scientific Linux support
- (ad5d3c1) #37 Server: add parameters `redis_usesocket` `redis_socket` `redis_socketperm` `redis_memsamples`
- (edf870b) #31 Server: add parameters `force_rewrite`
- (e1c2011) #53 Server: add parameters `hash_max_ziplist_entries` and `hash_max_ziplist_value`
- (f1006e2) #48 Server: add parameters `redis_user` and `redis_group`
- (42bb23f) #44 Sentinel: explititly define sentinel pidfile

#### Bugfixes:

- (3e920e3) #35 Server: correct usage of `redis_timeout` in servers
- (f8e44b2) #39 avoid conflicts build-essential
- (75cffe8) #51 prevent default redis-server from automatically start


## 2015-05-11 - 1.6.0 (Feature/Bugfix release)

#### Features:
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"name": "dwerder-redis",
"version": "1.6.0",
"version": "1.7.0",
"source": "git clone https://github.com/echocat/puppet-redis.git",
"author": "Daniel Werdermann",
"license": "MPL-2.0",
Expand Down

0 comments on commit 047db2d

Please sign in to comment.