patch: New prometheus/node_exporter upstream release 1.10.2!
The upstream prometheus/node_exporter released new software version - 1.10.2!
This automated PR updates code to bring new version into repository.
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">"1.9.1"</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">"1.10.2"</span></code></p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-cell">
Seems like now it's not running the tagged tests. :-(
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
Wohoo, seems to be working!