Andy Grunwald
|
bb84746650
|
minor: bump support for ansible from v2.16.* to v2.17.*
Fix #386
Signed-off-by: Andy Grunwald <andygrunwald@gmail.com>
|
2024-09-29 08:22:49 +02:00 |
|
gardar
|
15369b7c2e
|
chore: update version
|
2024-09-28 12:27:32 +00:00 |
|
gardar
|
c11ee10a50
|
Merge pull request #395 from gardar/update-platforms
fix: remove EOL platforms for current ones
|
2024-09-28 12:26:19 +00:00 |
|
gardar
|
1c809bc7fc
|
fix: cleanup unused playbooks now that prepare stages have been merged into one
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-28 03:01:55 +00:00 |
|
gardar
|
050c9d3347
|
fix: remove unneeded download step that can cause ratelimit
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-28 02:57:10 +00:00 |
|
gardar
|
c8b2516c7f
|
refactor: streamline molecule alternative scenario further
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-27 16:38:46 +00:00 |
|
gardar
|
4e98e1f597
|
fix: make sure old versions of pytest find helper
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-27 13:32:19 +00:00 |
|
gardar
|
9fd1b0f529
|
chore: update version
|
2024-09-27 10:22:07 +00:00 |
|
gardar
|
40ec1cb03d
|
Merge pull request #420 from prometheus-community/autoupdate/mongodb_exporter/0.41.1
patch: New percona/mongodb_exporter upstream release 0.41.1!
|
2024-09-27 10:21:07 +00:00 |
|
prombot
|
5ac83fd8a9
|
patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
|
2024-09-26 14:36:27 +00:00 |
|
gardar
|
3b679c9161
|
fix: skip running testinfra on excluded ansible versions
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-20 19:48:18 +00:00 |
|
gardar
|
4b1f36a2f2
|
chore: update version
|
2024-09-20 17:49:19 +00:00 |
|
gardar
|
94a872a5c7
|
Merge pull request #418 from prometheus-community/autoupdate/pushgateway/1.10.0
patch: New prometheus/pushgateway upstream release 1.10.0!
|
2024-09-20 17:48:18 +00:00 |
|
prombot
|
bf483a528a
|
patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
|
2024-09-20 14:32:34 +00:00 |
|
SuperQ
|
02d51c7d6a
|
chore: update version
|
2024-09-18 14:46:56 +00:00 |
|
github-actions[bot]
|
ad10fd4767
|
patch: 🎉 automated upstream release update (#417)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
|
2024-09-18 16:45:47 +02:00 |
|
gardar
|
b471a1f4a4
|
test: unified prepare playbook for alternative molecule scenarios
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-18 03:49:54 +00:00 |
|
gardar
|
c59483a92f
|
refactor: make systemd_exporter molecule config be in line with other roles
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-16 17:42:03 +00:00 |
|
gardar
|
2d2e0ebb19
|
fix: idempotency in add_host
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-16 17:27:14 +00:00 |
|
gardar
|
3fca70519c
|
fix(molecule): skip testing eol ansible versions on incompatible distros
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-16 16:45:57 +00:00 |
|
gardar
|
7be1f09b9c
|
fix: add Ubuntu 24.04 to supported platforms
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-13 14:06:14 +00:00 |
|
gardar
|
93d4e2b672
|
fix: replace EOL Fedora versions with current ones
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-13 14:06:14 +00:00 |
|
gardar
|
f668cd0ac4
|
removed: drop centos 7 support as it is EOL
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-13 14:06:14 +00:00 |
|
gardar
|
94fb802ec2
|
removed: drop debian 10 support as it is EOL
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-13 14:06:13 +00:00 |
|
gardar
|
d293198cc9
|
chore: update version
|
2024-09-13 14:03:38 +00:00 |
|
gardar
|
d38a289ebc
|
Merge pull request #407 from BryanQuigley/add_allowlists
enhancement: adding env/container labels options
|
2024-09-13 14:02:33 +00:00 |
|
Bryan Quigley
|
39eddc920e
|
enhancement: adding env, container labels options
Add following
- cadvisor_env_metadata_whitelist
- cadvisor_whitelisted_container_labels
- cadvisor_store_container_labels
Tested with this simple playbook:
---
- name: Install cAdvisor
hosts: localhost
become: yes
tasks:
- name: Import cAdvisor role
import_role:
name: cadvisor
vars:
cadvisor_docker_only: true
cadvisor_enable_metrics: [ "cpu", "memory", "network", "oom_event" ]
cadvisor_whitelisted_container_labels: [ "com.docker.compose.oneoff" ]
cadvisor_env_metadata_whitelist: [ "JEKYLL_ENV", "PATH" ]
cadvisor_store_container_labels: false
Also tested dropping the options, which is why I decided to explicitly set
store_container_labels: true (which is the cadvisor default).
Closes: #403
Signed-off-by: Bryan Quigley <code@bryanquigley.com>
|
2024-09-13 12:35:22 +00:00 |
|
gardar
|
85a5d21bf7
|
chore: update version
|
2024-09-13 12:29:24 +00:00 |
|
gardar
|
ea8aff5aea
|
Merge pull request #388 from prometheus-community/autoupdate/memcached_exporter/0.14.4
patch: New prometheus/memcached_exporter upstream release 0.14.4!
|
2024-09-13 12:28:08 +00:00 |
|
gardar
|
941a6614a7
|
Merge pull request #401 from prometheus-community/autoupdate/node_exporter/1.8.2
patch: New prometheus/node_exporter upstream release 1.8.2!
|
2024-09-13 12:27:28 +00:00 |
|
gardar
|
04df45de29
|
Merge pull request #404 from prometheus-community/autoupdate/process_exporter/0.8.3
patch: New ncabatoff/process-exporter upstream release 0.8.3!
|
2024-09-13 12:26:48 +00:00 |
|
gardar
|
f51c1be33a
|
Merge pull request #405 from prometheus-community/autoupdate/nginx_exporter/1.3.0
patch: New nginxinc/nginx-prometheus-exporter upstream release 1.3.0!
|
2024-09-13 12:26:15 +00:00 |
|
gardar
|
03cfe4118f
|
Merge pull request #413 from prometheus-community/autoupdate/prometheus/2.54.1
patch: New prometheus/prometheus upstream release 2.54.1!
|
2024-09-13 12:25:34 +00:00 |
|
gardar
|
1fe705b3b6
|
Merge pull request #415 from prometheus-community/autoupdate/redis_exporter/1.63.0
patch: New oliver006/redis_exporter upstream release 1.63.0!
|
2024-09-13 12:24:51 +00:00 |
|
prombot
|
7bdebd7057
|
patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
|
2024-09-13 11:23:44 +00:00 |
|
prombot
|
074a8d27c3
|
patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
|
2024-09-13 11:20:05 +00:00 |
|
gardar
|
5bcd89dc7e
|
chore: update version
|
2024-09-13 11:18:48 +00:00 |
|
gardar
|
3c02b6a632
|
Merge pull request #412 from prometheus-community/renovate/tj-actions-changed-files-45.x
chore(deps): update tj-actions/changed-files action to v45
|
2024-09-13 11:17:51 +00:00 |
|
renovate[bot]
|
04f2472c3a
|
chore(deps): update tj-actions/changed-files action to v45
|
2024-09-13 11:12:47 +00:00 |
|
gardar
|
b37c5a2750
|
chore: update version
|
2024-09-13 11:10:36 +00:00 |
|
gardar
|
720b70cbfa
|
Merge pull request #416 from gardar/eol-ansible
fix: ansible-community/eol-ansible for 2.9/2.10/2.11 tests
|
2024-09-13 11:09:32 +00:00 |
|
gardar
|
f48cfb10b0
|
fix: ansible-community/eol-ansible for 2.9/2.10/2.11 tests
Signed-off-by: gardar <gardar@users.noreply.github.com>
|
2024-09-13 10:59:14 +00:00 |
|
prombot
|
5bf3a7e96d
|
patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
|
2024-09-09 14:36:27 +00:00 |
|
prombot
|
0a41fad3b9
|
patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
|
2024-08-28 14:32:02 +00:00 |
|
SuperQ
|
f25e58b73b
|
chore: update version
|
2024-08-19 16:20:18 +00:00 |
|
github-actions[bot]
|
a1e83cd17d
|
patch: 🎉 automated upstream release update (#409)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
|
2024-08-19 18:19:14 +02:00 |
|
prombot
|
c43b3382ee
|
patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
|
2024-07-25 14:30:39 +00:00 |
|
prombot
|
0bd6d54a8e
|
patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
|
2024-07-22 14:31:45 +00:00 |
|
SuperQ
|
dc94de011f
|
chore: update version
|
2024-07-03 07:27:30 +00:00 |
|
github-actions[bot]
|
65ce296b5d
|
patch: 🎉 automated upstream release update (#391)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
|
2024-07-03 09:26:33 +02:00 |
|