Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 1c27678

Browse files
authored
Merge pull request #13 from cloudalchemy/autoupdate
[minor] release
2 parents a66a684 + c588182 commit 1c27678

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2222

2323
| Name | Default Value | Description |
2424
| -------------- | ------------- | -----------------------------------|
25-
| `mysqld_exporter_version` | 0.11.0 | mysqld exporter package version. Versions before 0.11.0 aren't supported. |
25+
| `mysqld_exporter_version` | 0.12.1 aren't supported. |
2626
| `mysqld_exporter_web_listen_address` | "0.0.0.0:9104" | Address on which mysqld exporter will listen |
2727

2828
## Example

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mysqld_exporter_version: 0.12.0
2+
mysqld_exporter_version: 0.12.1
33
mysqld_exporter_web_listen_address: "0.0.0.0:9104"
44

55
mysqld_exporter_dsn: "exporter:password@(localhost:3306)/"

0 commit comments

Comments
 (0)