You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
Release notes for the puppetlabs-puppetdb module.
4
4
5
+
#### 7.0.0 - 2018/06/27
6
+
7
+
This is a major release that replaces validate_* methods with data types.
8
+
The minimum required version of puppetlabs/stdlib has been bummped to 4.13.1
9
+
in order to get the new data types. Thanks very much to @bastelfreak for your
10
+
submissions!
11
+
12
+
Detailed changes:
13
+
* Require puppetlabs/stdlib >= 4.13.1
14
+
* Bump puppet-lint to version 2
15
+
* Bump minimal recommended puppet4 version to 4.7.1
16
+
* Replace uses of validate_* methods in favor of data types (Thanks @bastelfreak!)
17
+
* Add data type for ttl (Thanks @bastelfreak!)
18
+
* Update list of supported platforms
19
+
* Retire the previously deprecated `database_ssl` and `read_database_ssl` params in favor of `jdbc_ssl_properties` and `read_database_jdbc_ssl_properties`
0 commit comments