Skip to content

Commit

Permalink
2.4.2 release
Browse files Browse the repository at this point in the history
2.4.2 and 2.4.2 are identical except for version numbers.  Unfortunately the
metadata file somehow wasn't properly updated (my fault).  This creates a
release where the git tag matches up with the metadata version number.
  • Loading branch information
brianbianco committed Apr 8, 2016
1 parent b25e8d1 commit bd5ccb1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Please read the changelog when upgrading from the 1.x series to the 2.x series**

![cookbook version](http://img.shields.io/badge/cookbook%20version-2.4.1-blue.svg)
![cookbook version](http://img.shields.io/badge/cookbook%20version-2.4.2-blue.svg)
Description
===========

Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
redisio CHANGE LOG
===

2.4.2 -
---
- Created a 2.4.1 tag but somehow the metadata file wasn't updated. Instead
of deleting a pushed tag, creating a new tag and updating metdatafile. Aside
from the version number, this is an identical release to 2.4.1

2.4.1 -
---
- Increases default clusternodetimeout value from 5 to 5000
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 '2.4.0'
version '2.4.2'
%w[ debian ubuntu centos redhat fedora scientific suse amazon].each do |os|
supports os
end
Expand Down

0 comments on commit bd5ccb1

Please sign in to comment.