Skip to content

Commit 82e726c

Browse files
committed
docs(changelog): version 1.11.0 [citest skip]
Update changelog and .README.html for version 1.11.0 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent d3d2fb5 commit 82e726c

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

.README.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@
5858
</style>
5959
<style type="text/css">code{white-space: pre;}</style>
6060
<style type="text/css">
61+
html { -webkit-text-size-adjust: 100%; }
6162
pre > code.sourceCode { white-space: pre; position: relative; }
62-
pre > code.sourceCode > span { line-height: 1.25; }
63+
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
6364
pre > code.sourceCode > span:empty { height: 1.2em; }
6465
.sourceCode { overflow: visible; }
6566
code.sourceCode > span { color: inherit; text-decoration: inherit; }
@@ -70,7 +71,7 @@
7071
}
7172
@media print {
7273
pre > code.sourceCode { white-space: pre-wrap; }
73-
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
74+
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
7475
}
7576
pre.numberSource code
7677
{ counter-reset: source-line 0; }
@@ -160,6 +161,10 @@ <h1 class="toc-title">Contents</h1>
160161
<li><a href="#metrics_from_elasticsearch-false"
161162
id="toc-metrics_from_elasticsearch-false">metrics_from_elasticsearch:
162163
false</a></li>
164+
<li><a href="#metrics_into_spark-false"
165+
id="toc-metrics_into_spark-false">metrics_into_spark: false</a></li>
166+
<li><a href="#metrics_from_spark-false"
167+
id="toc-metrics_from_spark-false">metrics_from_spark: false</a></li>
163168
<li><a href="#metrics_from_postfix-false"
164169
id="toc-metrics_from_postfix-false">metrics_from_postfix: false</a></li>
165170
<li><a href="#metrics_from_mssql-false"
@@ -242,7 +247,7 @@ <h2 id="metrics_query_service-false">metrics_query_service: false</h2>
242247
services. Enabling this starts PCP and Valkey or Redis servers for
243248
querying any recorded PCP metrics. This option requires either Valkey or
244249
Redis v5+ which is available on Fedora, CentOS 8, RHEL 8, or later
245-
versions of these platforms (Valkey is the prefered solution on Fedora,
250+
versions of these platforms (Valkey is the preferred solution on Fedora,
246251
Centos 10, RHEL 10 and later).</p>
247252
<h2 id="metrics_into_elasticsearch-false">metrics_into_elasticsearch:
248253
false</h2>
@@ -252,6 +257,10 @@ <h2 id="metrics_from_elasticsearch-false">metrics_from_elasticsearch:
252257
false</h2>
253258
<p>Boolean flag allowing metrics from Elasticsearch to be made
254259
available.</p>
260+
<h2 id="metrics_into_spark-false">metrics_into_spark: false</h2>
261+
<p>Boolean flag allowing metric values to be exported into Spark.</p>
262+
<h2 id="metrics_from_spark-false">metrics_from_spark: false</h2>
263+
<p>Boolean flag allowing metrics from Spark to be made available.</p>
255264
<h2 id="metrics_from_postfix-false">metrics_from_postfix: false</h2>
256265
<p>Boolean flag allowing metrics from Postfix to be made available.</p>
257266
<h2 id="metrics_from_mssql-false">metrics_from_mssql: false</h2>

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Changelog
22
=========
33

4+
[1.11.0] - 2025-05-06
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: add missing Spark import/export support for metrics (#233)
10+
11+
### Other Changes
12+
13+
- ci: ansible-plugin-scan is disabled for now (#224)
14+
- ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#227)
15+
- ci: Check spelling with codespell (#228)
16+
- ci: Add test plan that runs CI tests and customize it for each role (#229)
17+
- ci: In test plans, prefix all relate variables with SR_ (#230)
18+
- ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#231)
19+
- ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#232)
20+
- ci: use tox-lsr 3.6.0; improve qemu test logging (#234)
21+
- ci: skip storage scsi, nvme tests in github qemu ci (#235)
22+
- ci: bump sclorg/testing-farm-as-github-action from 3 to 4 (#236)
23+
424
[1.10.9] - 2025-01-09
525
--------------------
626

0 commit comments

Comments
 (0)