Skip to content

Commit a9c2e73

Browse files
Merge pull request #491 from puppetlabs/release-prep
Release prep v6.1.0
2 parents ea6d51e + 6bd73d0 commit a9c2e73

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [v6.1.0](https://github.com/puppetlabs/puppetlabs-haproxy/tree/v6.1.0) (2021-07-06)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-haproxy/compare/v6.0.2...v6.1.0)
8+
9+
### Added
10+
11+
- allow type 'default-server' for balancermember [\#489](https://github.com/puppetlabs/puppetlabs-haproxy/pull/489) ([trefzer](https://github.com/trefzer))
12+
- Use Puppet-Datatype Sensitive [\#487](https://github.com/puppetlabs/puppetlabs-haproxy/pull/487) ([cocker-cc](https://github.com/cocker-cc))
13+
514
## [v6.0.2](https://github.com/puppetlabs/puppetlabs-haproxy/tree/v6.0.2) (2021-06-21)
615

716
[Full Changelog](https://github.com/puppetlabs/puppetlabs-haproxy/compare/v6.0.1...v6.0.2)

REFERENCE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ Default value: `'haproxy'`
665665

666666
##### <a name="type"></a>`type`
667667

668-
Data type: `Any`
668+
Data type: `Enum['server', 'default-server', 'server-template']`
669669

670670
Optional. Defaults to 'server'
671671

@@ -1847,7 +1847,7 @@ Default value: `$name`
18471847

18481848
##### <a name="users"></a>`users`
18491849

1850-
Data type: `Any`
1850+
Data type: `Optional[Array[Variant[String, Sensitive[String]]]]`
18511851

18521852
An array of users in the userlist.
18531853
See http://cbonte.github.io/haproxy-dconv/configuration-1.4.html#3.4-user
@@ -1856,7 +1856,7 @@ Default value: ``undef``
18561856

18571857
##### <a name="groups"></a>`groups`
18581858

1859-
Data type: `Any`
1859+
Data type: `Optional[Array[String]]`
18601860

18611861
An array of groups in the userlist.
18621862
See http://cbonte.github.io/haproxy-dconv/configuration-1.4.html#3.4-group

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-haproxy",
3-
"version": "6.0.2",
3+
"version": "6.1.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)