Skip to content

Commit

Permalink
pinning nio4r (#66)
Browse files Browse the repository at this point in the history
* updating nio4r, pinning cookbooks

* updating version
  • Loading branch information
rshade authored Jan 10, 2017
1 parent 5cfe5fe commit 8f3b41f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ cookbook 'mysql', github: 'rightscale-cookbooks-contrib/mysql', branch: 'rs-fixe
cookbook 'dns', github: 'rightscale-cookbooks-contrib/dns', branch: 'rightscale_development_v2'
cookbook 'database', github: 'rightscale-cookbooks-contrib/database', branch: 'rs-fixes'

cookbook 'rightscale_backup',github: 'rightscale-cookbooks/rightscale_backup'
cookbook 'rightscale_volume',github: 'rightscale-cookbooks/rightscale_volume'
cookbook 'rightscale_tag',github: 'rightscale-cookbooks/rightscale_tag'
cookbook 'machine_tag',github: 'rightscale-cookbooks/machine_tag'
cookbook 'rightscale_backup',github: 'rightscale-cookbooks/rightscale_backup', tag: 'v1.2.1'
cookbook 'rightscale_volume',github: 'rightscale-cookbooks/rightscale_volume', tag: 'v1.3.1'
cookbook 'rightscale_tag',github: 'rightscale-cookbooks/rightscale_tag', tag: 'v1.2.2'
cookbook 'machine_tag',github: 'rightscale-cookbooks/machine_tag', tag: 'v1.2.2'
cookbook 'ephemeral_lvm',github:'rightscale-cookbooks/ephemeral_lvm', tag:'v1.0.16'

group :integration do
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ rs-mysql Cookbook CHANGELOG

This file is used to list changes made in each version of the rs-mysql cookbook.

v1.2.7
------
- pins nio4r

v1.2.6
------
- fixing selinux permission error when moving directories on centos.
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem 'varia_model', '~> 0.4.1'
gem 'thor-foodcritic'
gem 'rake'
gem 'chef', '~> 11'
gem 'nio4r', '~> 1.2', '>= 1.2.1'

group :integration do
# Prior to 0.1.6, libyaml is vulnerable to a heap overflow exploit from malicious YAML payloads.
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 and configures a MySQL server'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.2.6'
version '1.2.7'

depends 'chef_handler', '~> 1.1.6'
depends 'marker', '~> 1.0.1'
Expand Down

0 comments on commit 8f3b41f

Please sign in to comment.