This file is used to list changes made in each version of the haproxy cookbook.
v6.1.0 (2tbc)
- Adds
haproxy_service
resource see test suites for usage
- Adds support for haproxy 1.8
- Simplify the kitchen matrix
- Remove kitchen.dokken.yml suites and inherit from kitchen.yml
- Use default action in tests (:create)
- Set the use_systemd property from the init package system
- Adding in systemd for SUSE Linux
- Fix source comparison
- Test haproxy version 1.8.7 and 1.7.8
- Test on chef-client version 13.87 and 14
- Add notes on how we generate the travis.yml list
- Remove Amazon tests until a new dokken image is produced that is reliable
v6.0.0 (2018-03-28)
- Remove
compat_resource
cookbok dependency and push the required Chef version to 12.20
v5.0.4 (2018-03-28)
- Make 1.8.4 the default installed version (#279)
- Use dokken docker images
- Update tests for haproxy service
- tcplog is now a valid input for the
haproxy_config_defaults
resourcce (#284) - bin prefix is now reflexted in the service config. (#288, #289)
v5.0.3 (2018-02-02)
- Fix foodcritic warning for not defining
name_property
v5.0.2 (2017-11-29)
- Fixes typo in listen section, makes previously unprintable expressions, printable in http-request, http-response and
default_backend
.
v5.0.1 (2017-08-10)
- Removed useless blank space in generated config file haproxy.cfg
v5.0.0 (2017-08-07)
- updating service to use cookbook template
- Add option for install only #251
log
property
inglobal
resource can now be of typeArray
orString
. This fixes #252- updating to haproxy 1.7.8, updating
source_version
in test files(kitchen,cookbook, etc) - fixing supports line #258
- updating properties to use
new_resource
v4.6.1 (2017-08-02)
- Reload instead of restart on config change
- Specify -sf argument last to support haproxy < 1.6.0
v4.6.0 (2017-07-13)
- Re-added
conf_template_source
- Re-added
conf_cookbook
- Support Array value for
extra_options
entries. (#245, #246)
v4.5.0 (2017-06-29)
- Added
resolver
resource (#240)
v4.4.0 (2017-06-28)
- Synced Debian/Ubuntu init script with latest upstream package changes
- Added
option
as an Arrayproperty
forbackend
resource. This fixes #234
v4.3.1 (2017-06-13)
- Adding Oracle Linux 6 support
- Removing scientific linux support as we don't have a reliable image
v4.3.0 (2017-05-31)
- Added Chefspec Matchers for the resources defined in this cookbook.
- Added
mode
property tobackend
andfrontend
resources. - Added
maxconn
toglobal
resource - Remove
default_backend
as a required property on thefrontend
resource
v4.2.0 (2017-05-04)
-
Added in
acl
resource, usage:test/fixtures/cookbooks/test/recipes/config_acl.rb
-
Added in
use_backend
resource, usage:test/fixtures/cookbooks/test/recipes/config_acl.rb
-
Cleaned up arrays in
templates/default/haproxy.cfg.erb
-
Added
acl
anduse_backend
tolisten
resource. -
Fixed init script for Amazon Linux.
-
Added Amazon Linux as a supported platform.
-
Pinned
build-essential
,>= 8.0.1
-
Pinned
poise-service
,>= 1.5.1
-
BREAKING CHANGES: This version removes
stats_socket
,stats_uri
andstats_timeout
properties from thehaproxy_global
andhaproxy_listen
resources in favour of using a hash to pass configuration options.
v4.1.0 (2017-05-01)
- Adding
userlist
resource, to see usage:test/fixtures/cookbooks/test/recipes/config_1_userlist.rb
- Fixing
haproxy_retries
inhaproxy_config_defaults
resource - Updating source install test to take node attributes as haproxy.org is slow.
- Added chef-search example in:
test/fixtures/cookbooks/test/recipes/config_backend_search.rb
- Multiple addresses and ports on listener and frontend (#205)
v4.0.2 (2017-04-21)
- Fix haproxy service start on Ubuntu 14.04 (#199)
- Reload HAProxy when changing configuration (#197)
v4.0.1 (2017-04-20)
- Updating README.md
- Adding compat_resource for chef-12 support
- Improved rendering of the configuration file (#196)
v4.0.0 (2017-04-18)
- COMPATIBILIY WARNING!!!! This version removes the existing recipes, attributes, and instance provider in favor of the new haproxy_install and haproxy_ configuration resources. Why not just leave them in place? Well unfortunately they were utterly broken for anything other than the most trivial usage. Rather than continue the user pain we've opted to remove them and point users to a more modern installation method. If you need the legacy installation methods simply pin to the 3.0.4 release.
- THIS IS GOING TO BREAK EVERYTHING YOU KNOW AND LOVE
- 12.5 or greater rewrite
- Custom Resource Only, no recipes
v3.0.4 (2017-03-29)
- Fix bug introduced in (#174) (#182)
v3.0.3 (2017-03-28)
- Multiple addresses and ports on listener and frontend (#174)
- Customize logging destination (#178)
- updating to use bats/serverspec (#179)
v3.0.2 (2017-03-27)
- Allow server startup from
app_lb
recipe. (#171) - Use Delivery instead of Rake
- Make this cookbook compatible with Chef-13, note:
params
option is nowparameters
(#175)
v3.0.1 (2017-01-30)
- Reload haproxy configuration on changes (#152)
- Merging in generic socket conf (#107)
- Updating config to use facilities hash dynamically (#102)
- Adding
tproxy
and splice per (#98 - Removing members with nil ips from member array. (#79)
v3.0.0 (2017-01-24)
- Configurable debug options
- CentOS7 compatibility (#123)
- Adding poise-service for service management
- Updating source install to use Haproxy 1.7.2
- Chef >= 12.1 required
- Use
['haproxy']['source']['target_cpu']
instead of['haproxy']['source']['target_os']
to detect correct architecture. (#150)
- Cookstyle fixes
- Travis testing updates
- Fixed the github URL for the repo in various locations
- Converted file modes to strings
- Updated the config resource to lazily evaluate node attribute values to better load the values when overridden in wrapper cookbooks
- Fixed dynamic configuration to properly template out frontend and backend sections
- Update Chef Brigade to Sous Chefs
- Updated contributing docs to remove the reference to the develop branch
- The default recipe is now an empty recipe with manual configuration performed in the 'manual' recipe
- Remove Chef 10 compatibility code
- Switch from Librarian to Berksfile
- Updated the source recipe to install 1.6.9 by default
- Migrated this cookbook from Heavy Water to Chef Brigade so we can ensure more frequent releases and maintenance
- Added a code of conduct for the project. Read it.
- The haproxy config is now verified before the service restarts / reloads to prevent taking down haproxy with a bad config
- Several new syslog configuration attributes have been added
- A new attribute for stats_socket_level has been added
- A new attribute for retries has been added
- Added a chefignore file to speed up syncs from the server
- Added scientific and oracle as supported platforms in the metadata
- Added source_url, issues_url, and chef_version metadata
- Removed attributes from the metadata file as these are redundant
- Enabled why-run support in the default haproxy resource
- Removed broken tarball validation in the source recipe to prevented installs from completing
- Fixed source installs not running if an older version was present on the node
- Broke search logic out into a new_discovery recipe
- Added new node['haproxy']['pool_members'] and node['haproxy']['pool_members_option'] attributes
- Resolved all cookstyle and foodcritic warnings
- Added a new haproxy_config resource
- Added a Guardfile
- Update the Kitchen config file to use Bento boxes and new platforms
- Updates ChefSpec matchers to use the latest format
- Added testing in Travis CI with a Rakefile that runs cookstyle, foodcritic, and ChefSpec as well as a Kitchen Dokken config that does integration testing of the package install
- Added ChefSpec matchers and test coverage
- Replaced references to Opscode with Chef
- CPU Tuning, corrects cpu_affinity resource triggers
- parameterize options for admin listener
- renamed templates/rhel to templates/redhat
- sort pool members by hostname to avoid needless restarts
- support amazon linux init script
- support to configure global options
- COOK-3424 - Haproxy cookbook attempts to alter an immutable attribute
- COOK-3135 - Allow setting of members with default recipe without changing the template
- COOK-3424 - Haproxy cookbook attempts to alter an immutable attribute
- COOK-3135 - Allow setting of members with default recipe without changing the template
- Allow setting of members with default recipe without changing the template
- COOK-3660 - Make haproxy socket default user group configurable
- COOK-3537 - Add OpenSSL and zlib source configurations
- COOK-2384 - Add LWRP for multiple haproxy sites/configs
- [COOK-3046]: haproxy default recipe broken by COOK-2656
- [COOK-2009]: Add test-kitchen support to haproxy
- [COOK-2656]: Unify the haproxy.cfg with that from
app_lb
- [COOK-1488]: Provide an option to build haproxy from source
- [COOK-1936] - use frontend / backend logic
- [COOK-1937] - cleanup for configurations
- [COOK-1938] - more flexibility for options
- [COOK-1939] - reloading haproxy is better than restarting
- [COOK-1940] - haproxy stats listen on 0.0.0.0 by default
- [COOK-1944] - improve haproxy performance
- [COOK-1839] - add httpchk configuration to
app_lb
template
- [COOK-1275] - haproxy-default.erb should be a cookbook_file
- [COOK-1594] - Template-Service ordering issue in
app_lb
recipe
- [COOK-1310] - redispatch flag has changed
- [COOK-806] - load balancer should include an SSL option
- [COOK-805] - Fundamental haproxy load balancer options should be configurable
- [COOK-620]
haproxy::app_lb
's template should use the member cloud private IP by default
- fix regression introduced in v1.0.1
- account for the case where load balancer is in the pool
- Use
node.chef_environment
instead ofnode['app_environment']