This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new cea22e22 git hash b77d7259141654082483a257abf8ae74f2e9fb82
cea22e22 is described below

commit cea22e221a330a7d4b356b26074eb4566f0f839a
Author: Allen Wittenauer <a...@apache.org>
AuthorDate: Tue Sep 12 15:37:56 2023 -0700

    git hash b77d7259141654082483a257abf8ae74f2e9fb82
---
 contribute/releases/index.html                     |  10 +-
 documentation/0.15.0-SNAPSHOT/CHANGELOG            | 110 ++++++++++++++++++++-
 documentation/0.15.0-SNAPSHOT/RELEASENOTES         |  18 ++++
 .../precommit/apidocs/core/index.html              |  44 +++++++++
 documentation/in-progress/CHANGELOG                | 110 ++++++++++++++++++++-
 documentation/in-progress/RELEASENOTES             |  18 ++++
 .../in-progress/javadocs/member-search-index.zip   | Bin 523 -> 523 bytes
 .../in-progress/javadocs/package-search-index.zip  | Bin 268 -> 268 bytes
 .../in-progress/javadocs/type-search-index.zip     | Bin 402 -> 402 bytes
 .../in-progress/precommit/apidocs/core/index.html  |  44 +++++++++
 .../0.15.0/CHANGELOG.0.15.0/index.html             | 110 ++++++++++++++++++++-
 .../0.15.0/RELEASENOTES.0.15.0/index.html          |  18 ++++
 mailinglists/index.html                            |  10 +-
 project-reports.html                               |   4 +-
 14 files changed, 480 insertions(+), 16 deletions(-)

diff --git a/contribute/releases/index.html b/contribute/releases/index.html
index f1b66c96..7dd0c494 100644
--- a/contribute/releases/index.html
+++ b/contribute/releases/index.html
@@ -418,13 +418,15 @@ gpg: Good signature from <span class="s2">"Sean Busbey 
(CODE SIGNING KEY) &lt;bu
     </ul>
   </li>
   <li>
-    <p>You SHOULD make sure the source release artifact corresponds to the 
referenced commit hash in the [VOTE] thread. (This ASF policy is currently in 
DRAFT status.) The release tag is how we'll provide long-term provenance 
information for our downstream users. Since the release's source code artifact 
will be the canonical representation of the release we vote on, it is essential 
that it matches the contents of the version control system's tag. Given our 
example above, you can check th [...]
+    <p>You SHOULD make sure the source release artifact corresponds to the 
referenced commit hash in the [VOTE] thread. A release tag that points to this 
commit hash is how we'll provide long-term provenance information for our 
downstream users. Since the release's source code artifact will be the 
canonical representation of the release we vote on, it is essential that it 
matches the contents of the version control system's tag. Given our example 
above, you can check this with recursive  [...]
 
     <p>NOTE: The <code>maven</code> plug-in that we use does not include some 
git control files like <code>.gitignore</code> and <code>.gitattributes</code>. 
 Additionally, it adds a <code>DEPENDENCIES</code> file.</p>
 
 <div class="highlight"><pre class="highlight shell"><code><span class="nv">$ 
</span><span class="nb">mkdir </span>apache-yetus-0.7.0-src_unpack
 <span class="nv">$ </span><span class="nb">tar</span> <span 
class="nt">-C</span> apache-yetus-0.7.0-src_unpack <span class="nt">-xzf</span> 
apache-yetus-0.7.0-src.tar.gz
 <span class="nv">$ </span>git clone <span class="nt">--single-branch</span> 
<span class="nt">--depth</span><span class="o">=</span>1 <span 
class="nt">--branch</span> YETUS-585 <span 
class="s1">'https://github.com/apache/yetus.git'</span> 
apache-yetus-0.7.0-RC1-tag
+<span class="nv">$ </span>git <span class="nt">--C</span> 
apache-yetus-0.7.0-RC1-tag show <span class="nt">-1</span>
+  .. verify the <span class="nb">hash</span> ...
 <span class="nv">$ </span>diff <span class="nt">-r</span> 
apache-yetus-0.7.0-RC1-tag apache-yetus-0.7.0-src_unpack/apache-yetus-0.7.0
 </code></pre></div>  </li>
   <li>
@@ -586,7 +588,7 @@ gpg: Good signature from <span class="s2">"Sean Busbey 
(CODE SIGNING KEY) &lt;bu
 - remove 0.4.0, add 0.7.0 to docs and downloads
 </code></pre></div>  </li>
   <li>Commit the patch to the ASF source repo immediately, but do not update 
the website just yet.</li>
-  <li>Create shortcut links to the vote thread (e.g., <a 
href="https://s.apache.org/yetus-0.7.0-rc1-vote";>https://s.apache.org/yetus-0.7.0-rc1-vote</a>)
 and the result (e.g., <a 
href="https://s.apache.org/yetus-0.7.0-vote-passes";>https://s.apache.org/yetus-0.7.0-vote-passes</a>)
 that point to the archives on mail-archives.apache.org.  Be aware that it may 
take several hours for the archive to get the posts that need to be 
referenced.</li>
+  <li>Create shortcut links to the vote thread (e.g., <a 
href="https://s.apache.org/yetus-0.7.0-rc1-vote";>https://s.apache.org/yetus-0.7.0-rc1-vote</a>)
 and the result (e.g., <a 
href="https://s.apache.org/yetus-0.7.0-vote-passes";>https://s.apache.org/yetus-0.7.0-vote-passes</a>)
 that point to the archives on lists.apache.org.  Be aware that it may take 
several hours for the archive to get the posts that need to be referenced.</li>
   <li>
     <p>Produce a signed release tag. You should create a signed tag and push 
it to the asf repo. The tag's message should include ASF-shortened links to the 
vote and results. It should be named 'rel/<em>version</em>' so that it will be 
immutable due to ASF infra's git configuration. Presuming we're working on the 
0.7.0 release and the RC1 example above has passed:</p>
 
@@ -708,7 +710,7 @@ gpg: Good signature from <span class="s2">"Sean Busbey 
(CODE SIGNING KEY) &lt;bu
  Meg Smith
  Apache Yetus PMC  If you'd like feedback on the draft, feel free to post it 
for review on your release issue.
 </code></pre></div>  </li>
-  <li>Wait 24 hours for mirrors to get properly updated before continuing.</li>
+  <li>Wait an hour for the CDN to get properly updated before continuing.</li>
 </ol>
 
 <h3 id="documentation">Documentation</h3>
@@ -759,7 +761,7 @@ gpg: Good signature from <span class="s2">"Sean Busbey 
(CODE SIGNING KEY) &lt;bu
   <li>Verify that the tag built in Github Actions.</li>
   <li>Go to <a 
href="https://github.com/aw-was-here/yetus-test-patch-action/releases/new?marketplace=true";>Draft
 a release</a></li>
   <li>Type the tag that you just pushed into the 'tag' box.</li>
-  <li>Use categories 'Code quality' and 'Continuous integration'</li>
+  <li>Use categories 'Code Quality' 'Code Review'</li>
   <li>Release Title should reflect the version</li>
   <li>Describe this release should be a cut-down version of the announcement 
email (drop SHA and direct download links. main page, github actions, and 
release notes should be mentioned). See <a 
href="https://github.com/apache/yetus-test-patch-action/releases";>Releases</a> 
for examples.</li>
   <li>Mark 'This is a pre-release'</li>
diff --git a/documentation/0.15.0-SNAPSHOT/CHANGELOG 
b/documentation/0.15.0-SNAPSHOT/CHANGELOG
index a91b1db4..136f18fa 100644
--- a/documentation/0.15.0-SNAPSHOT/CHANGELOG
+++ b/documentation/0.15.0-SNAPSHOT/CHANGELOG
@@ -18,7 +18,7 @@
 -->
 <h1 id="apache-yetus-changelog">Apache Yetus Changelog</h1>
 
-<h2 id="release-0150-snapshot---2023-09-07">Release 0.15.0-SNAPSHOT - 
2023-09-07</h2>
+<h2 id="release-0150-snapshot---2023-09-12">Release 0.15.0-SNAPSHOT - 
2023-09-12</h2>
 
 <h3 id="important-issues">IMPORTANT ISSUES:</h3>
 
@@ -50,6 +50,88 @@
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1218";>YETUS-1218</a></td>
+      <td style="text-align: left">locate_patch falsely succeeds</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+  </tbody>
+</table>
+
+<h3 id="new-features">NEW FEATURES:</h3>
+
+<table class="table table-bordered table-striped">
+  <thead>
+    <tr>
+      <th style="text-align: left">JIRA</th>
+      <th style="text-align: left">Summary</th>
+      <th style="text-align: left">Priority</th>
+      <th style="text-align: left">Component</th>
+      <th style="text-align: left">Reporter</th>
+      <th style="text-align: left">Contributor</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-277";>YETUS-277</a></td>
+      <td style="text-align: left">full report in csv format</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Sean Busbey</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1178";>YETUS-1178</a></td>
+      <td style="text-align: left">docker buildx cache clearing</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+  </tbody>
+</table>
+
+<h3 id="improvements">IMPROVEMENTS:</h3>
+
+<table class="table table-bordered table-striped">
+  <thead>
+    <tr>
+      <th style="text-align: left">JIRA</th>
+      <th style="text-align: left">Summary</th>
+      <th style="text-align: left">Priority</th>
+      <th style="text-align: left">Component</th>
+      <th style="text-align: left">Reporter</th>
+      <th style="text-align: left">Contributor</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1179";>YETUS-1179</a></td>
+      <td style="text-align: left">buildkite example fails on first launch</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1186";>YETUS-1186</a></td>
+      <td style="text-align: left">take out dependency on jdk.tools</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Audience Annotations, build</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1232";>YETUS-1232</a></td>
+      <td style="text-align: left">Periodically rebuild container images</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">build</td>
+      <td style="text-align: left">Nick Dimiduk</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
   </tbody>
 </table>
 
@@ -91,6 +173,30 @@
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-327";>YETUS-327</a></td>
+      <td style="text-align: left">The “how to release” docs doesn't say to 
set a git tag, but the "verification" docs says to checkout the tag for 
diff'ing</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">website and documentation</td>
+      <td style="text-align: left">Kengo Seki</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1192";>YETUS-1192</a></td>
+      <td style="text-align: left">Semaphore CI needs junit in full mode</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1219";>YETUS-1219</a></td>
+      <td style="text-align: left">Yetus DOAP file has a parsing error</td>
+      <td style="text-align: left">Minor</td>
+      <td style="text-align: left">website and documentation</td>
+      <td style="text-align: left">Claude Warren</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
   </tbody>
 </table>
 
@@ -136,7 +242,7 @@
       <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1228";>YETUS-1228</a></td>
       <td style="text-align: left">Enable dependabot github actions scanning 
across all repos</td>
       <td style="text-align: left">Major</td>
-      <td style="text-align: left">build</td>
+      <td style="text-align: left">build, github-action, homebrew</td>
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
diff --git a/documentation/0.15.0-SNAPSHOT/RELEASENOTES 
b/documentation/0.15.0-SNAPSHOT/RELEASENOTES
index 4e7f0356..74e9142e 100644
--- a/documentation/0.15.0-SNAPSHOT/RELEASENOTES
+++ b/documentation/0.15.0-SNAPSHOT/RELEASENOTES
@@ -162,3 +162,21 @@
   <li>middleman went to 4.5.0 and a bunch of ruby deps updated in the 
process</li>
 </ul>
 
+<hr />
+
+<ul>
+  <li>
+    <table class="table table-bordered table-striped">
+      <tbody>
+        <tr>
+          <td><a 
href="https://issues.apache.org/jira/browse/YETUS-1218";>YETUS-1218</a></td>
+          <td><em>Major</em></td>
+          <td><strong>locate_patch falsely succeeds</strong></td>
+        </tr>
+      </tbody>
+    </table>
+  </li>
+</ul>
+
+<p><strong>WARNING: No release note provided for this change.</strong></p>
+
diff --git a/documentation/0.15.0-SNAPSHOT/precommit/apidocs/core/index.html 
b/documentation/0.15.0-SNAPSHOT/precommit/apidocs/core/index.html
index badc40a7..dc52cd2a 100644
--- a/documentation/0.15.0-SNAPSHOT/precommit/apidocs/core/index.html
+++ b/documentation/0.15.0-SNAPSHOT/precommit/apidocs/core/index.html
@@ -166,6 +166,7 @@
       <li><a href="#yetus_get_ctime">yetus_get_ctime</a></li>
       <li><a href="#yetus_run_and_redirect">yetus_run_and_redirect</a></li>
       <li><a href="#yetus_set_trap_handler">yetus_set_trap_handler</a></li>
+      <li><a href="#yetus_trim">yetus_trim</a></li>
     </ul>
   </li>
   <li>Public/Evolving/Replaceable
@@ -1820,6 +1821,49 @@ NOTE: array and filename MUST be absolute paths</p>
   </tbody>
 </table>
 
+<h3 id="yetus_trim"><code>yetus_trim</code></h3>
+
+<ul>
+  <li>Synopsis</li>
+</ul>
+
+<div class="highlight"><pre class="highlight plaintext"><code>yetus_trim 
+</code></pre></div>
+<ul>
+  <li>Description</li>
+</ul>
+
+<p>Given a string, trim extra surrounding whitespace</p>
+
+<ul>
+  <li>Returns</li>
+</ul>
+
+<p>Nothing</p>
+
+<table class="table table-bordered table-striped">
+  <thead>
+    <tr>
+      <th style="text-align: left">Classification</th>
+      <th style="text-align: left">Level</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left">Audience</td>
+      <td style="text-align: left">Public</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">Stability</td>
+      <td style="text-align: left">Stable</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">Replaceable</td>
+      <td style="text-align: left">False</td>
+    </tr>
+  </tbody>
+</table>
+
 <h2 id="publicevolvingreplaceable">Public/Evolving/Replaceable</h2>
 <h3 id="get_artifact_url"><code>get_artifact_url</code></h3>
 
diff --git a/documentation/in-progress/CHANGELOG 
b/documentation/in-progress/CHANGELOG
index a91b1db4..136f18fa 100644
--- a/documentation/in-progress/CHANGELOG
+++ b/documentation/in-progress/CHANGELOG
@@ -18,7 +18,7 @@
 -->
 <h1 id="apache-yetus-changelog">Apache Yetus Changelog</h1>
 
-<h2 id="release-0150-snapshot---2023-09-07">Release 0.15.0-SNAPSHOT - 
2023-09-07</h2>
+<h2 id="release-0150-snapshot---2023-09-12">Release 0.15.0-SNAPSHOT - 
2023-09-12</h2>
 
 <h3 id="important-issues">IMPORTANT ISSUES:</h3>
 
@@ -50,6 +50,88 @@
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1218";>YETUS-1218</a></td>
+      <td style="text-align: left">locate_patch falsely succeeds</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+  </tbody>
+</table>
+
+<h3 id="new-features">NEW FEATURES:</h3>
+
+<table class="table table-bordered table-striped">
+  <thead>
+    <tr>
+      <th style="text-align: left">JIRA</th>
+      <th style="text-align: left">Summary</th>
+      <th style="text-align: left">Priority</th>
+      <th style="text-align: left">Component</th>
+      <th style="text-align: left">Reporter</th>
+      <th style="text-align: left">Contributor</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-277";>YETUS-277</a></td>
+      <td style="text-align: left">full report in csv format</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Sean Busbey</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1178";>YETUS-1178</a></td>
+      <td style="text-align: left">docker buildx cache clearing</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+  </tbody>
+</table>
+
+<h3 id="improvements">IMPROVEMENTS:</h3>
+
+<table class="table table-bordered table-striped">
+  <thead>
+    <tr>
+      <th style="text-align: left">JIRA</th>
+      <th style="text-align: left">Summary</th>
+      <th style="text-align: left">Priority</th>
+      <th style="text-align: left">Component</th>
+      <th style="text-align: left">Reporter</th>
+      <th style="text-align: left">Contributor</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1179";>YETUS-1179</a></td>
+      <td style="text-align: left">buildkite example fails on first launch</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1186";>YETUS-1186</a></td>
+      <td style="text-align: left">take out dependency on jdk.tools</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Audience Annotations, build</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1232";>YETUS-1232</a></td>
+      <td style="text-align: left">Periodically rebuild container images</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">build</td>
+      <td style="text-align: left">Nick Dimiduk</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
   </tbody>
 </table>
 
@@ -91,6 +173,30 @@
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-327";>YETUS-327</a></td>
+      <td style="text-align: left">The “how to release” docs doesn't say to 
set a git tag, but the "verification" docs says to checkout the tag for 
diff'ing</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">website and documentation</td>
+      <td style="text-align: left">Kengo Seki</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1192";>YETUS-1192</a></td>
+      <td style="text-align: left">Semaphore CI needs junit in full mode</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1219";>YETUS-1219</a></td>
+      <td style="text-align: left">Yetus DOAP file has a parsing error</td>
+      <td style="text-align: left">Minor</td>
+      <td style="text-align: left">website and documentation</td>
+      <td style="text-align: left">Claude Warren</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
   </tbody>
 </table>
 
@@ -136,7 +242,7 @@
       <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1228";>YETUS-1228</a></td>
       <td style="text-align: left">Enable dependabot github actions scanning 
across all repos</td>
       <td style="text-align: left">Major</td>
-      <td style="text-align: left">build</td>
+      <td style="text-align: left">build, github-action, homebrew</td>
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
diff --git a/documentation/in-progress/RELEASENOTES 
b/documentation/in-progress/RELEASENOTES
index 4e7f0356..74e9142e 100644
--- a/documentation/in-progress/RELEASENOTES
+++ b/documentation/in-progress/RELEASENOTES
@@ -162,3 +162,21 @@
   <li>middleman went to 4.5.0 and a bunch of ruby deps updated in the 
process</li>
 </ul>
 
+<hr />
+
+<ul>
+  <li>
+    <table class="table table-bordered table-striped">
+      <tbody>
+        <tr>
+          <td><a 
href="https://issues.apache.org/jira/browse/YETUS-1218";>YETUS-1218</a></td>
+          <td><em>Major</em></td>
+          <td><strong>locate_patch falsely succeeds</strong></td>
+        </tr>
+      </tbody>
+    </table>
+  </li>
+</ul>
+
+<p><strong>WARNING: No release note provided for this change.</strong></p>
+
diff --git a/documentation/in-progress/javadocs/member-search-index.zip 
b/documentation/in-progress/javadocs/member-search-index.zip
index bb150b15..309ec5db 100644
Binary files a/documentation/in-progress/javadocs/member-search-index.zip and 
b/documentation/in-progress/javadocs/member-search-index.zip differ
diff --git a/documentation/in-progress/javadocs/package-search-index.zip 
b/documentation/in-progress/javadocs/package-search-index.zip
index 88dcc957..f66e72d5 100644
Binary files a/documentation/in-progress/javadocs/package-search-index.zip and 
b/documentation/in-progress/javadocs/package-search-index.zip differ
diff --git a/documentation/in-progress/javadocs/type-search-index.zip 
b/documentation/in-progress/javadocs/type-search-index.zip
index 492c0639..0b4b3ef7 100644
Binary files a/documentation/in-progress/javadocs/type-search-index.zip and 
b/documentation/in-progress/javadocs/type-search-index.zip differ
diff --git a/documentation/in-progress/precommit/apidocs/core/index.html 
b/documentation/in-progress/precommit/apidocs/core/index.html
index badc40a7..dc52cd2a 100644
--- a/documentation/in-progress/precommit/apidocs/core/index.html
+++ b/documentation/in-progress/precommit/apidocs/core/index.html
@@ -166,6 +166,7 @@
       <li><a href="#yetus_get_ctime">yetus_get_ctime</a></li>
       <li><a href="#yetus_run_and_redirect">yetus_run_and_redirect</a></li>
       <li><a href="#yetus_set_trap_handler">yetus_set_trap_handler</a></li>
+      <li><a href="#yetus_trim">yetus_trim</a></li>
     </ul>
   </li>
   <li>Public/Evolving/Replaceable
@@ -1820,6 +1821,49 @@ NOTE: array and filename MUST be absolute paths</p>
   </tbody>
 </table>
 
+<h3 id="yetus_trim"><code>yetus_trim</code></h3>
+
+<ul>
+  <li>Synopsis</li>
+</ul>
+
+<div class="highlight"><pre class="highlight plaintext"><code>yetus_trim 
+</code></pre></div>
+<ul>
+  <li>Description</li>
+</ul>
+
+<p>Given a string, trim extra surrounding whitespace</p>
+
+<ul>
+  <li>Returns</li>
+</ul>
+
+<p>Nothing</p>
+
+<table class="table table-bordered table-striped">
+  <thead>
+    <tr>
+      <th style="text-align: left">Classification</th>
+      <th style="text-align: left">Level</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left">Audience</td>
+      <td style="text-align: left">Public</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">Stability</td>
+      <td style="text-align: left">Stable</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">Replaceable</td>
+      <td style="text-align: left">False</td>
+    </tr>
+  </tbody>
+</table>
+
 <h2 id="publicevolvingreplaceable">Public/Evolving/Replaceable</h2>
 <h3 id="get_artifact_url"><code>get_artifact_url</code></h3>
 
diff --git a/downloads/releasenotes/0.15.0/CHANGELOG.0.15.0/index.html 
b/downloads/releasenotes/0.15.0/CHANGELOG.0.15.0/index.html
index 8221d0f4..c35adc06 100644
--- a/downloads/releasenotes/0.15.0/CHANGELOG.0.15.0/index.html
+++ b/downloads/releasenotes/0.15.0/CHANGELOG.0.15.0/index.html
@@ -124,7 +124,7 @@
 -->
 <h1 id="apache-yetus-changelog">Apache Yetus Changelog</h1>
 
-<h2 id="release-0150---unreleased-as-of-2023-09-07">Release 0.15.0 - 
Unreleased (as of 2023-09-07)</h2>
+<h2 id="release-0150---unreleased-as-of-2023-09-12">Release 0.15.0 - 
Unreleased (as of 2023-09-12)</h2>
 
 <h3 id="important-issues">IMPORTANT ISSUES:</h3>
 
@@ -156,6 +156,88 @@
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1218";>YETUS-1218</a></td>
+      <td style="text-align: left">locate_patch falsely succeeds</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+  </tbody>
+</table>
+
+<h3 id="new-features">NEW FEATURES:</h3>
+
+<table class="table table-bordered table-striped">
+  <thead>
+    <tr>
+      <th style="text-align: left">JIRA</th>
+      <th style="text-align: left">Summary</th>
+      <th style="text-align: left">Priority</th>
+      <th style="text-align: left">Component</th>
+      <th style="text-align: left">Reporter</th>
+      <th style="text-align: left">Contributor</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-277";>YETUS-277</a></td>
+      <td style="text-align: left">full report in csv format</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Sean Busbey</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1178";>YETUS-1178</a></td>
+      <td style="text-align: left">docker buildx cache clearing</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+  </tbody>
+</table>
+
+<h3 id="improvements">IMPROVEMENTS:</h3>
+
+<table class="table table-bordered table-striped">
+  <thead>
+    <tr>
+      <th style="text-align: left">JIRA</th>
+      <th style="text-align: left">Summary</th>
+      <th style="text-align: left">Priority</th>
+      <th style="text-align: left">Component</th>
+      <th style="text-align: left">Reporter</th>
+      <th style="text-align: left">Contributor</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1179";>YETUS-1179</a></td>
+      <td style="text-align: left">buildkite example fails on first launch</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1186";>YETUS-1186</a></td>
+      <td style="text-align: left">take out dependency on jdk.tools</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Audience Annotations, build</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1232";>YETUS-1232</a></td>
+      <td style="text-align: left">Periodically rebuild container images</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">build</td>
+      <td style="text-align: left">Nick Dimiduk</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
   </tbody>
 </table>
 
@@ -197,6 +279,30 @@
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-327";>YETUS-327</a></td>
+      <td style="text-align: left">The “how to release” docs doesn't say to 
set a git tag, but the "verification" docs says to checkout the tag for 
diff'ing</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">website and documentation</td>
+      <td style="text-align: left">Kengo Seki</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1192";>YETUS-1192</a></td>
+      <td style="text-align: left">Semaphore CI needs junit in full mode</td>
+      <td style="text-align: left">Major</td>
+      <td style="text-align: left">Precommit</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1219";>YETUS-1219</a></td>
+      <td style="text-align: left">Yetus DOAP file has a parsing error</td>
+      <td style="text-align: left">Minor</td>
+      <td style="text-align: left">website and documentation</td>
+      <td style="text-align: left">Claude Warren</td>
+      <td style="text-align: left">Allen Wittenauer</td>
+    </tr>
   </tbody>
 </table>
 
@@ -242,7 +348,7 @@
       <td style="text-align: left"><a 
href="https://issues.apache.org/jira/browse/YETUS-1228";>YETUS-1228</a></td>
       <td style="text-align: left">Enable dependabot github actions scanning 
across all repos</td>
       <td style="text-align: left">Major</td>
-      <td style="text-align: left">build</td>
+      <td style="text-align: left">build, github-action, homebrew</td>
       <td style="text-align: left">Allen Wittenauer</td>
       <td style="text-align: left">Allen Wittenauer</td>
     </tr>
diff --git a/downloads/releasenotes/0.15.0/RELEASENOTES.0.15.0/index.html 
b/downloads/releasenotes/0.15.0/RELEASENOTES.0.15.0/index.html
index 5e2f643e..f93daba4 100644
--- a/downloads/releasenotes/0.15.0/RELEASENOTES.0.15.0/index.html
+++ b/downloads/releasenotes/0.15.0/RELEASENOTES.0.15.0/index.html
@@ -268,6 +268,24 @@
   <li>middleman went to 4.5.0 and a bunch of ruby deps updated in the 
process</li>
 </ul>
 
+<hr />
+
+<ul>
+  <li>
+    <table class="table table-bordered table-striped">
+      <tbody>
+        <tr>
+          <td><a 
href="https://issues.apache.org/jira/browse/YETUS-1218";>YETUS-1218</a></td>
+          <td><em>Major</em></td>
+          <td><strong>locate_patch falsely succeeds</strong></td>
+        </tr>
+      </tbody>
+    </table>
+  </li>
+</ul>
+
+<p><strong>WARNING: No release note provided for this change.</strong></p>
+
 
     </div>
       
diff --git a/mailinglists/index.html b/mailinglists/index.html
index 60a9227c..04d1ae32 100644
--- a/mailinglists/index.html
+++ b/mailinglists/index.html
@@ -131,15 +131,17 @@
     <h3>Mailing Lists</h3>
     <p><strong>Developers</strong> - Development related discussion.</p>
 
-    <p><a href="mailto:dev-subscr...@yetus.apache.org";>Subscribe</a> | <a 
href="mailto:dev-unsubscr...@yetus.apache.org";>Unsubscribe</a> | <a 
href="https://mail-archives.apache.org/mod_mbox/yetus-dev/";>Archive</a></p>
+    <p><a href="mailto:dev-subscr...@yetus.apache.org";>Subscribe</a> | <a 
href="mailto:dev-unsubscr...@yetus.apache.org";>Unsubscribe</a> | <a 
href="https://lists.apache.org/list.html?d...@yetus.apache.org";>Archive</a></p>
 
     <p><strong>Commits</strong> - Commit notification source repository.</p>
 
-                <p><a 
href="mailto:commits-subscr...@yetus.apache.org";>Subscribe</a> | <a 
href="mailto:commits-unsubscr...@yetus.apache.org";>Unsubscribe</a> | <a 
href="https://mail-archives.apache.org/mod_mbox/yetus-commits/";>Archive</a></p>
+    <p>Github: <a 
href="mailto:gitbox-subscr...@yetus.apache.org";>Subscribe</a> | <a 
href="mailto:gitbox-unsubscr...@yetus.apache.org";>Unsubscribe</a> | <a 
href="https://lists.apache.org/list.html?gitbox@yetus.apache.org";>Archive</a></p>
 
-                <p><strong>Notifications</strong> - JIRA issue 
notifications</p>
+    <p>ASF Git: <a 
href="mailto:commits-subscr...@yetus.apache.org";>Subscribe</a> | <a 
href="mailto:commits-unsubscr...@yetus.apache.org";>Unsubscribe</a> | <a 
href="https://lists.apache.org/list.html?comm...@yetus.apache.org";>Archive</a></p>
 
-                <p><a 
href="mailto:notifications-subscr...@yetus.apache.org";>Subscribe</a> | <a 
href="mailto:notifications-unsubscr...@yetus.apache.org";>Unsubscribe</a> | <a 
href="https://mail-archives.apache.org/mod_mbox/yetus-notifications/";>Archive</a></p>
+    <p><strong>Notifications</strong> - JIRA issue notifications</p>
+
+    <p><a href="mailto:notifications-subscr...@yetus.apache.org";>Subscribe</a> 
| <a href="mailto:notifications-unsubscr...@yetus.apache.org";>Unsubscribe</a> | 
<a 
href="https://lists.apache.org/list.html?notificati...@yetus.apache.org";>Archive</a></p>
 
   </div>
 </div>
diff --git a/project-reports.html b/project-reports.html
index 4bbe0fed..6a301973 100644
--- a/project-reports.html
+++ b/project-reports.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from 
org.apache.maven.plugins:maven-site-plugin:3.9.1:CategorySummaryDocumentRenderer
 at 2023-09-07
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from 
org.apache.maven.plugins:maven-site-plugin:3.9.1:CategorySummaryDocumentRenderer
 at 2023-09-12
 
  | Rendered using Apache Maven Default Skin
 -->
@@ -25,7 +25,7 @@
     </div>
     <div id="breadcrumbs">
       <div class="xleft">
-        <span id="publishDate">Last Published: 2023-09-07</span>
+        <span id="publishDate">Last Published: 2023-09-12</span>
           &#xA0;| <span id="projectVersion">Version: 0.15.0-SNAPSHOT</span>
       </div>
       <div class="xright"><a href="./" title="Apache Yetus Project">Apache 
Yetus Project</a>      </div>


Reply via email to