ansible icon indicating copy to clipboard operation
ansible copied to clipboard

patch: New prometheus/node_exporter upstream release 1.10.2!

Open github-actions[bot] opened this issue 2 months ago • 4 comments

The upstream prometheus/node_exporter released new software version - 1.10.2!

This automated PR updates code to bring new version into repository.

github-actions[bot] avatar Oct 26 '25 14:10 github-actions[bot]

Docs Build 📝

Thank you for contributing!✨

The docs for this PR have been published here: https://prometheus-community.github.io/ansible/pr/673

You can compare to the docs for the main branch here: https://prometheus-community.github.io/ansible/branch/main

The docsite for this PR is also available for download as an artifact from this run: https://github.com/prometheus-community/ansible/actions/runs/19511633867

File changes:

Click to see the diff comparison.

NOTE: only file modifications are shown here. New and deleted files are excluded. See the file list and check the published docs to see those files.

diff --git a/home/runner/work/ansible/ansible/docsbuild/base/node_exporter_role.html b/home/runner/work/ansible/ansible/docsbuild/head/node_exporter_role.html
index a841aa5..ba4c339 100644
--- a/home/runner/work/ansible/ansible/docsbuild/base/node_exporter_role.html
+++ b/home/runner/work/ansible/ansible/docsbuild/head/node_exporter_role.html
@@ -291,7 +291,7 @@ To check whether it is installed, run <code class="code docutils literal notrans
 <a class="ansibleOptionLink" href="#parameter-main--node_exporter_version" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
 </div></td>
 <td><div class="ansible-option-cell"><p>Node exporter package version. Also accepts latest as parameter.</p>
-<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">&quot;1.9.1&quot;</span></code></p>
+<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">&quot;1.10.2&quot;</span></code></p>
 </div></td>
 </tr>
 <tr class="row-even"><td><div class="ansible-option-cell">

github-actions[bot] avatar Nov 05 '25 15:11 github-actions[bot]

Seems like now it's not running the tagged tests. :-(

SuperQ avatar Nov 19 '25 07:11 SuperQ

Seems like now it's not running the tagged tests. :-(

Yep, apparently adding labels over the API with GITHUB_TOKEN doesn't re-trigger workflows, so the workflow just continues running with the labels that were present when the workflow was initiated. But hopefully should be fixed with #685

gardar avatar Nov 19 '25 15:11 gardar

Wohoo, seems to be working!

gardar avatar Nov 19 '25 18:11 gardar