Skip to content

Commit

Permalink
Merge branch 'main' into autoupdate/snmp_exporter/0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperQ authored Jan 6, 2025
2 parents 844345e + 7fb93ae commit 9531fda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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

0 comments on commit 9531fda

Please sign in to comment.