Skip to content

Commit 1f72946

Browse files
authored
Merge pull request #547 from puppetlabs/release-prep
Release prep v7.0.0
2 parents 30699c2 + e620c21 commit 1f72946

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v7.0.0](https://github.com/puppetlabs/puppetlabs-haproxy/tree/v7.0.0) (2023-04-03)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-haproxy/compare/v6.5.0...v7.0.0)
8+
9+
### Changed
10+
11+
- \(Cont 779\) Add Support for Puppet 8 / Drop Support for Puppet 6 [\#544](https://github.com/puppetlabs/puppetlabs-haproxy/pull/544) ([david22swan](https://github.com/david22swan))
12+
513
## [v6.5.0](https://github.com/puppetlabs/puppetlabs-haproxy/tree/v6.5.0) (2023-03-31)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-haproxy/compare/v6.4.0...v6.5.0)

REFERENCE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ The name of the balancer member server as known to haproxy in the
588588
in which case a balancermember is created for each pair of
589589
server_names and ipaddresses (in lockstep).
590590

591-
Default value: `$hostname`
591+
Default value: `$facts['networking']['hostname']`
592592

593593
##### <a name="-haproxy--balancermember--ipaddresses"></a>`ipaddresses`
594594

@@ -597,7 +597,7 @@ Data type: `Variant[String, Array]`
597597
The ip address used to contact the balancer member server.
598598
Can be an array, see documentation to server_names.
599599

600-
Default value: `$ipaddress`
600+
Default value: `$facts['networking']['ip']`
601601

602602
##### <a name="-haproxy--balancermember--prefix"></a>`prefix`
603603

@@ -1469,7 +1469,7 @@ Sets the name of the mailer server in the mailers configuration block.
14691469
ipaddresses parameter's array. A mailer is created for each pair
14701470
of server\_names and ipaddresses in the array.
14711471

1472-
Default value: `$hostname`
1472+
Default value: `$facts['networking']['hostname']`
14731473

14741474
##### <a name="-haproxy--mailer--ipaddresses"></a>`ipaddresses`
14751475

@@ -1480,7 +1480,7 @@ Specifies the IP address used to contact the mailer member server.
14801480
must be the same length as the server\_names parameter's array.
14811481
A mailer is created for each pair of address and server_name.
14821482

1483-
Default value: `$ipaddress`
1483+
Default value: `$facts['networking']['ip']`
14841484

14851485
##### <a name="-haproxy--mailer--port"></a>`port`
14861486

@@ -1684,7 +1684,7 @@ specified as an array, it must be the same length as the
16841684
ipaddresses parameter's array. A peer is created for each pair
16851685
of server\_names and ipaddresses in the array.
16861686

1687-
Default value: `$hostname`
1687+
Default value: `$facts['networking']['hostname']`
16881688

16891689
##### <a name="-haproxy--peer--ipaddresses"></a>`ipaddresses`
16901690

@@ -1695,7 +1695,7 @@ Can be an array. If this parameter is specified as an array it
16951695
must be the same length as the server\_names parameter's array.
16961696
A peer is created for each pair of address and server_name.
16971697

1698-
Default value: `$ipaddress`
1698+
Default value: `$facts['networking']['ip']`
16991699

17001700
##### <a name="-haproxy--peer--port"></a>`port`
17011701

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-haproxy",
3-
"version": "6.5.0",
3+
"version": "7.0.0",
44
"author": "puppetlabs",
55
"summary": "Configures HAProxy servers and manages the configuration of backend member servers.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)