Update releases for stout@v0.12.1

This commit is contained in:
stout-bot
2026-04-22 22:23:20 +00:00
parent 6c75245713
commit 6d67d5b559
2 changed files with 21 additions and 0 deletions

View File

@@ -28,6 +28,20 @@
</head>
<body>
<h1>Stout Releases</h1>
<h2 id="v0.12.1"><a href="#v0.12.1">v0.12.1</a><span class="date">2026-04-22</span></h2>
<ul>
<li>document wildcard ingress upgrade behavior</li>
</ul>
<p>Existing installs should mostly auto-heal after upgrading because Stout</p>
<p>reconciles stored domain ingresses on startup and reapplies the current</p>
<p>wildcard/external-dns behavior.</p>
<p>No manual action is needed if the desired domains already exist in Stout.</p>
<p>If an install expects both a wildcard and its root domain, both domains must</p>
<p>exist in Stout so external-dns can be updated for the pair.</p>
<p>The new wildcard root-domain behavior is now controlled by a system setting.</p>
<p>Admins should review that setting after upgrade if they want wildcard-only</p>
<p>behavior or wildcard+root behavior for future reconciliations.</p>
<hr>
<h2 id="v0.12.0"><a href="#v0.12.0">v0.12.0</a><span class="date">2026-04-22</span></h2>
<ul>
<li>add system-level wildcard ingress domains</li>