We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4514b6d commit f041ee6Copy full SHA for f041ee6
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project (tries to) adhere to
7
8
## [Unreleased]
9
10
+## [1.2.9] - 2021-08-04
11
+### Fixed
12
+- Fix the creation of the wsrep_sst_user - this should be @localhost,
13
+ not @%, if only to minimise the potential attack surface.
14
+
15
## [1.2.8] - 2021-08-03
16
### Added
17
- Add an haproxy_client class to create a local haproxy instance to
metadata.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ncicloud-mariadb",
3
- "version": "1.2.8",
+ "version": "1.2.9",
4
"author": "NCI Cloud Team",
5
"summary": "Installs, configures and manages Mariadb servers",
6
"description": "Installs, configures and manages Mariadb servers",
0 commit comments