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

Commit

Permalink
Version bump 1.7.1
Browse files Browse the repository at this point in the history
Updates redis version to 2.6.17.  Changes redis mirror Updates changelog.
  • Loading branch information
brianbianco committed Feb 10, 2014
1 parent ddcd13f commit 2b7fc06
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
default['redisio']['safe_install'] = true

#Tarball and download related defaults
default['redisio']['mirror'] = "https://redis.googlecode.com/files"
default['redisio']['mirror'] = "http://download.redis.io/releases/"
default['redisio']['base_name'] = 'redis-'
default['redisio']['artifact_type'] = 'tar.gz'
default['redisio']['version'] = '2.6.14'
default['redisio']['version'] = '2.6.17'
default['redisio']['base_piddir'] = '/var/run/redis'

#Custom installation directory
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
redisio CHANGE LOG
===

1.7.1 - Released 2/10/2014
---
- Bumps default version of redis to 2.6.17
- Changes the redis download mirror to redis.io
- Fixes #76 - Default settings save as empty string breaks install. [Thanks to astlock]
- Fixes bug with nil file resource for logfile. [Thanks to chrismoos]

1.7.0 - Released 7/25/2013
---
- Adds support for address attribute as an array or string. This is to support the feature that will be introduced in redis 2.8
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures redis'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.7.0'
version '1.7.1'
%w[ debian ubuntu centos redhat fedora scientific suse amazon].each do |os|
supports os
end
Expand Down

0 comments on commit 2b7fc06

Please sign in to comment.