forked from puppetlabs/puppetlabs-haproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
45 lines (34 loc) · 1.14 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
2013-10-08 - Version 0.4.1
Summary:
Fix the dependency for concat.
Fixes:
- Changed the dependency to be the puppetlabs/concat version.
2013-10-03 - Version 0.4.0
Summary:
The largest feature in this release is the new haproxy::frontend
and haproxy::backend defines. The other changes are mostly to
increase flexibility.
Features:
- Added parameters to haproxy:
- `package_name`: Allows alternate package name.
- Add haproxy::frontend and haproxy::backend defines.
- Add an ensure parameter to balancermember so they can be removed.
- Made chroot optional
Fixes:
- Remove deprecation warnings from templates.
2013-05-25 - Version 0.3.0
Features:
- Add travis testing
- Add `haproxy::balancermember` `define_cookies` parameter
- Add array support to `haproxy::listen` `ipaddress` parameter
Bugfixes:
- Documentation
- Listen -> Balancermember dependency
- Config line ordering
- Whitespace
- Add template lines for `haproxy::listen` `mode` parameter
2012-10-12 - Version 0.2.0
- Initial public release
- Backwards incompatible changes all around
- No longer needs ordering passed for more than one listener
- Accepts multiple listen ips/ports/server_names