Releases: rightscale-cookbooks/rs-haproxy
Releases · rightscale-cookbooks/rs-haproxy
Release v2.1.2
Release v2.1.1
- updating attributes/default.rb, and .kitchen.yml to match default.rb
- removing marker
- updating to chefdk - 1.2.22
- updating for kitchen-dokken support and pinning to machine_tag >= 2.0.4
- updating to fix issue [#45][], changing settings on the socket, and sudo from the collectd script
- support for ubuntu 1604
- cleaned up Gemfile
- removed coveralls support
- updated chefspec to ubuntu 1404
- removed .ruby-version because we use chef-dk
Release v2.0.1
- pinning haproxy to ~> 3.0
- removing fork haproxy in favor of supermarket version
- updating berksfile.lock for latest supermarket package
- fixing stats socket for haproxy 3.0
Release v2.0.0
- Remove support for Chef 11
- Add support for Chef 12 - PR: [#34][]
Release v1.2.4
pinning nio4r, pinning cookbooks
Release v1.2.3
fix cookbook and gem compatiblity
Release v1.2.2
- remove use of rightscale user. it was removed with RL10.5
- fix gem and cookbook compatibility for chef 11 and ruby 1.9.3
Release v1.2.1
Fix assumeno for RHLE
Release v1.2.0
Add RightLink 10 Support
Release v1.1.5
- Fix Timeouts Created by overriding defaults hash key
- Added HATop install to the cookbook
- Made maxconn an attribute in both metadata and default.
- Calculated global based of frontend maxconn+10, default:
4096
, global:4106
- Compared current fork to v14 mainline and made adjustments.
- Fixed Kitchen test.
- Enabled Chef Spec and Started writing tests.