Skip to content

Commit

Permalink
Merge branch 'main' into autoupdate/cadvisor/0.49.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperQ authored Jan 6, 2025
2 parents 6f234ad + 2ba840c commit 7a4017a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .config/molecule/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ driver:
name: docker
platforms:
- name: almalinux-8
image: ghcr.io/test-kitchen/dokken/almalinux-8
image: ghcr.io/test-kitchen/dokken/almalinux-8:sha-f9f79cb
pre_build_image: true
privileged: true
cgroup_parent: docker.slice
command: /lib/systemd/systemd
- name: almalinux-9
image: ghcr.io/test-kitchen/dokken/almalinux-9
image: ghcr.io/test-kitchen/dokken/almalinux-9:sha-f9f79cb
pre_build_image: true
privileged: true
cgroup_parent: docker.slice
Expand Down
2 changes: 1 addition & 1 deletion roles/prometheus/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
prometheus_version: 3.0.1
prometheus_version: 3.1.0
prometheus_binary_url: "https://github.com/{{ _prometheus_repo }}/releases/download/v{{ prometheus_version }}/\
prometheus-{{ prometheus_version }}.{{ ansible_system | lower }}-{{ _prometheus_go_ansible_arch }}.tar.gz"
prometheus_checksums_url: "https://github.com/{{ _prometheus_repo }}/releases/download/v{{ prometheus_version }}/sha256sums.txt"
Expand Down
2 changes: 1 addition & 1 deletion roles/prometheus/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ argument_specs:
description:
- "Prometheus package version. Also accepts C(latest) as parameter."
- "Prometheus >= 2.x is supported"
default: "3.0.1"
default: "3.1.0"
prometheus_binary_url:
description: "URL of the prometheus binaries .tar.gz file"
default: "https://github.com/{{ _prometheus_repo }}/releases/download/v{{ prometheus_version }}/prometheus-{{ prometheus_version }}.{{ ansible_system | lower }}-{{ _prometheus_go_ansible_arch }}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion roles/smartctl_exporter/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
smartctl_exporter_version: 0.12.0
smartctl_exporter_version: 0.13.0
smartctl_exporter_binary_url: "https://github.com/{{ _smartctl_exporter_repo }}/releases/download/v{{ smartctl_exporter_version }}/\
smartctl_exporter-{{ smartctl_exporter_version }}.{{ ansible_system | lower }}-{{ _smartctl_exporter_go_ansible_arch }}.tar.gz"
smartctl_exporter_checksums_url: "https://github.com/{{ _smartctl_exporter_repo }}/releases/download/v{{ smartctl_exporter_version }}/sha256sums.txt"
Expand Down
2 changes: 1 addition & 1 deletion roles/smartctl_exporter/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argument_specs:
options:
smartctl_exporter_version:
description: "Smartctl exporter package version. Also accepts latest as parameter."
default: "0.12.0"
default: "0.13.0"
smartctl_exporter_binary_url:
description: "URL of the Smartctl exporter binaries .tar.gz file"
default: "https://github.com/{{ _smartctl_exporter_repo }}/releases/download/v{{ smartctl_exporter_version }}/smartctl_exporter-{{ smartctl_exporter_version }}.{{ ansible_system | lower }}-{{ _smartctl_exporter_go_ansible_arch }}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion roles/snmp_exporter/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
snmp_exporter_version: 0.26.0
snmp_exporter_version: 0.27.0
snmp_exporter_binary_url: "https://github.com/{{ _snmp_exporter_repo }}/releases/download/v{{ snmp_exporter_version }}/\
snmp_exporter-{{ snmp_exporter_version }}.{{ ansible_system | lower }}-{{ _snmp_exporter_go_ansible_arch }}.tar.gz"
snmp_exporter_checksums_url: "https://github.com/{{ _snmp_exporter_repo }}/releases/download/v{{ snmp_exporter_version }}/sha256sums.txt"
Expand Down
2 changes: 1 addition & 1 deletion roles/snmp_exporter/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argument_specs:
options:
snmp_exporter_version:
description: "SNMP exporter package version. Also accepts latest as parameter."
default: "0.26.0"
default: "0.27.0"
snmp_exporter_binary_url:
description: "URL of the snmp exporter binaries .tar.gz file"
default: "https://github.com/{{ _snmp_exporter_repo }}/releases/download/v{{ snmp_exporter_version }}/snmp_exporter-{{ snmp_exporter_version }}.{{ ansible_system | lower }}-{{ _snmp_exporter_go_ansible_arch }}.tar.gz"
Expand Down

0 comments on commit 7a4017a

Please sign in to comment.