Skip to content

Releases: rightscale-cookbooks/rs-haproxy

Release v2.1.2

07 Jun 17:51
Compare
Choose a tag to compare
  • as we compile with multiproc enabled removing haproxy tuning for affinity
  • configured frontend and backend to support multiple items, especially when wrapped.
  • removed ubuntu 12.04 from test-kitchen as its EOL

Release v2.1.1

11 Mar 02:33
Compare
Choose a tag to compare
  • 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

03 Mar 16:15
Compare
Choose a tag to compare
  • 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

27 Jan 21:38
Compare
Choose a tag to compare
  • Remove support for Chef 11
  • Add support for Chef 12 - PR: [#34][]

Release v1.2.4

27 Jan 21:36
Compare
Choose a tag to compare

pinning nio4r, pinning cookbooks

Release v1.2.3

01 Dec 18:13
Compare
Choose a tag to compare

fix cookbook and gem compatiblity

Release v1.2.2

14 Oct 20:45
Compare
Choose a tag to compare
  • 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

15 Mar 19:33
Compare
Choose a tag to compare

Fix assumeno for RHLE

Release v1.2.0

12 Feb 18:47
Compare
Choose a tag to compare

Add RightLink 10 Support

Release v1.1.5

12 Aug 14:16
Compare
Choose a tag to compare
  • 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.