Skip to content

Commit

Permalink
docs(changelog): version 1.10.0 [citest skip]
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version 1.10.0

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Dec 12, 2023
1 parent 7705c31 commit a8ec08e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ <h1 class="toc-title">Contents</h1>
<ul>
<li><a href="#metrics_monitored_hosts-"
id="toc-metrics_monitored_hosts-">metrics_monitored_hosts: []</a></li>
<li><a href="#metrics_webhook_endpoint-"
id="toc-metrics_webhook_endpoint-">metrics_webhook_endpoint: ''</a></li>
<li><a href="#metrics_retention_days-14"
id="toc-metrics_retention_days-14">metrics_retention_days: 14</a></li>
<li><a href="#metrics_graph_service-false"
Expand Down Expand Up @@ -222,6 +224,10 @@ <h2 id="metrics_monitored_hosts-">metrics_monitored_hosts: []</h2>
<p>Example:</p>
<div class="sourceCode" id="cb2"><pre
class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="fu">metrics_monitored_hosts</span><span class="kw">:</span><span class="at"> </span><span class="kw">[</span><span class="st">&quot;webserver.example.com&quot;</span><span class="kw">,</span><span class="at"> </span><span class="st">&quot;database.example.com&quot;</span><span class="kw">]</span></span></code></pre></div>
<h2 id="metrics_webhook_endpoint-">metrics_webhook_endpoint: ''</h2>
<p>Webhook endpoint (URL) where notification about any automatically
detected performance issues are to be sent. By default, these events are
logged to the local system log only.</p>
<h2 id="metrics_retention_days-14">metrics_retention_days: 14</h2>
<p>Retain historical performance data for the specified number of days;
after this time it will be removed (day by day).</p>
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

[1.10.0] - 2023-12-12
--------------------

### New Features

- feat: sync with latest ansible-pcp (#178)
- feat: support for ostree systems

### Bug Fixes

- fix: add missing pmie webhook action configuration functionality (#183)

### Other Changes

- refactor: improve support for ostree systems (#179)
- ci: bump actions/github-script from 6 to 7 (#180)
- refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#182)

[1.9.0] - 2023-11-06
--------------------

Expand Down

0 comments on commit a8ec08e

Please sign in to comment.