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.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## [2.1.0] - 2020-05-07
8
+
This is a maintenance release.
9
+
10
+
### Changed
11
+
* Fix duplicate declaration errors by replacing `ensure_resource()` with `ensure_packages()` ([#158])
12
+
* Re-enable the content-check for validating the server connection ([#152])
13
+
7
14
## [2.0.0] - 2020-04-14
8
15
This is a new major release. It aims to fix many long-standing limitations, hence it introduces several breaking changes and should be tested in non-producton environments. Starting with this release unit tests and acceptance tests are required for all new features, this should further stabilize the module.
9
16
@@ -201,7 +208,8 @@ This is the first release after extensive code refactoring and introduces multip
201
208
## 0.1.0
202
209
* Bugfix: Additional package as an ensure_resource
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,16 +154,17 @@ class { 'galera':
154
154
155
155
Or if you just want to switch to using a local mirror, simply change the repo URL for the chosen `$vendor_type`. For Codership you would add something like this to Hiera:
0 commit comments