Commit graph

522 commits

Author SHA1 Message Date
gardar
6b4edde4c5
skip_changelog: antsichaut action moved to ansible-community
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-01-15 12:33:18 +00:00
gardar
90154c561b chore: update version 2024-01-15 12:29:08 +00:00
gardar
4c4f781923
Merge pull request #271 from prometheus-community/superq/ipmi_exporter
feat: Add ipmi_exporter role
2024-01-15 12:28:07 +00:00
SuperQ
b3582f1ff9
feat: Add ipmi_exporter role
Add a new role for the `ipmi_exporter`.

Signed-off-by: SuperQ <superq@gmail.com>
2024-01-15 09:35:44 +01:00
SuperQ
44677c3c2e chore: update version 2024-01-15 08:34:41 +00:00
github-actions[bot]
f9265bcdfe
patch: 🎉 automated upstream release update (#275)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-01-15 09:33:47 +01:00
gardar
d0f3c784f8 chore: update version 2024-01-12 01:50:30 +00:00
gardar
a340fd5a1e
Merge pull request #272 from prometheus-community/superq/cadvisor
feat: Add cadvisor role
2024-01-12 01:49:26 +00:00
SuperQ
9e8cdccba6
feat: Add cadvisor role
Add a role to deploy https://github.com/google/cadvisor.

Signed-off-by: SuperQ <superq@gmail.com>
2024-01-08 17:51:09 +01:00
gardar
11802e4e9a chore: update version 2024-01-08 14:19:18 +00:00
gardar
9958abb94c
Merge pull request #273 from gardar/fix-empty-changelog-versions
fix: empty changelog version `changes` sections
2024-01-08 14:18:22 +00:00
gardar
7079f80e63 fix: empty changelog version changes
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-01-08 14:13:52 +00:00
gardar
6b1847fb23 chore: update version 2024-01-03 17:32:13 +00:00
gardar
9ea5fcf610
Merge pull request #269 from prometheus-community/autoupdate/memcached_exporter/0.14.2
patch: New prometheus/memcached_exporter upstream release 0.14.2!
2024-01-03 17:31:17 +00:00
SuperQ
0fd9519930 chore: update version 2024-01-03 15:56:17 +00:00
github-actions[bot]
17c4878837
patch: 🎉 automated upstream release update (#268)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-01-03 16:55:25 +01:00
gardar
db06381ceb chore: update version 2024-01-03 15:54:29 +00:00
gardar
906a1d3827
Merge pull request #270 from molpako/fix/mysqld_exporter_use_socket
fix(mysqld_exporter): Change condition for mysqld_exporter_host check
2024-01-03 15:53:30 +00:00
molpako
a38e7eed3f fix(mysqld_exporter): Change condition for mysqld_exporter_host check
Modify the condition for `mysqld_exporter_host` in the mysqld_exporter my_cnf.j2 template to address an issue where `mysqld_exporter_host: null` in roles/defaults/main.yml was not being handled correctly. The updated condition ensures the host setting logic operates properly even when `mysqld_exporter_host` is set to null.

Signed-off-by: molpako <system.222.down@gmail.com>
2024-01-03 22:57:15 +09:00
prombot
212ee3b55b patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2023-12-25 14:28:22 +00:00
Ilari Iso-Junno
172b4bbb08
fix: conditional statement jinja2 templating warning (#266)
A new warning occurred after updating from ansible-core 2.15.4 to 2.15.8
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: ...

Removed the jinja2 templating delimeters to fix the warning.

Signed-off-by: Ilari Iso-Junno <iisojunn@users.noreply.github.com>
Co-authored-by: Ilari Iso-Junno <iisojunn@users.noreply.github.com>
2023-12-18 16:21:26 +01:00
gardar
214f7eda39
Merge pull request #117 from gardar/ci/ansible-version-range
refactor: use range for supported ansible versions
2023-12-12 21:06:59 +00:00
gardar
9a723e912d fix: tell sanity test to ignore CI script shebang
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-12-12 19:45:19 +00:00
gardar
d2d2f14fb9 fix: use ansible style shebang
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-12-12 19:17:59 +00:00
gardar
d57edcff78
Merge branch 'main' into ci/ansible-version-range 2023-12-12 18:52:34 +00:00
gardar
73b583cccd
Merge pull request #263 from gardar/fix-changelog-indent
skip_changelog: fix changelog indent
2023-12-12 18:50:20 +00:00
gardar
60450e5549 skip_changelog: fix changelog indent
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-12-12 18:43:32 +00:00
gardar
7ef0ef2871
Merge branch 'main' into ci/ansible-version-range 2023-12-12 15:12:41 +00:00
gardar
b276c2eca3 fix: sanity test failures
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-12-12 15:10:09 +00:00
SuperQ
e0697b48c1 chore: update version 2023-12-12 14:52:19 +00:00
github-actions[bot]
558b29c155
patch: 🎉 automated upstream release update (#262)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2023-12-12 15:51:21 +01:00
gardar
19997aa4b2 fix: pylint issues
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-12-12 14:35:00 +00:00
gardar
2e0a30de1a minor: bump to ansible 2.16
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-12-12 14:22:21 +00:00
SuperQ
2fb25ecc63 chore: update version 2023-12-12 13:51:47 +00:00
rezizter
6223e3b2da
enhancement: Add time_intervals to AlertManager (#251)
* enhancement: Add time_intervals to AlertManager

---------

Signed-off-by: Shaun Megaw <shaun.megaw@absa.africa>
2023-12-12 14:50:38 +01:00
gardar
3db77aaf78 fix: use correct output env var
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-12-12 13:16:35 +00:00
gardar
c5511dcb7d fix: don't skip sanity
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-12-12 13:16:35 +00:00
gardar
6b86d3bc0c refactor: use range for supported ansible versions
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-12-12 13:15:53 +00:00
gardar
37632566ef refactor: use range for supported ansible versions
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-12-12 13:15:19 +00:00
gardar
e6c9dec30d chore: update version 2023-12-12 12:48:16 +00:00
gardar
2a14cd1b64
Merge pull request #261 from prometheus-community/autoupdate/snmp_exporter/0.25.0
patch: New prometheus/snmp_exporter upstream release 0.25.0!
2023-12-12 12:47:25 +00:00
gardar
e5d8d9688f chore: update version 2023-12-12 12:40:20 +00:00
gardar
74039c3395
Merge pull request #259 from prometheus-community/autoupdate/memcached_exporter/0.14.1
patch: New prometheus/memcached_exporter upstream release 0.14.1!
2023-12-12 12:39:25 +00:00
prombot
7da4b0475a patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2023-12-11 14:31:57 +00:00
SuperQ
292e4332fb chore: update version 2023-12-10 13:53:24 +00:00
github-actions[bot]
d208acf825
patch: 🎉 automated upstream release update (#260)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2023-12-10 14:52:27 +01:00
prombot
0c296d1ce7 patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2023-12-09 14:27:19 +00:00
SuperQ
5a121b8b83 chore: update version 2023-12-08 16:58:32 +00:00
Ben Kochie
f084b71dbc
feat: Add mecached_exporter role (#256)
Add new role: `memcached_exporter`

Signed-off-by: SuperQ <superq@gmail.com>
2023-12-08 17:57:33 +01:00
SuperQ
e6d8f97670 chore: update version 2023-12-07 15:40:12 +00:00