Update releases for stout@v0.12.1
This commit is contained in:
14
index.html
14
index.html
@@ -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>
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
[
|
||||
{
|
||||
"tag_name": "v0.12.1",
|
||||
"html_url": "https://git.thokra.dev/thokra/stout-releases/raw/branch/main/index.html#v0.12.1",
|
||||
"prerelease": false,
|
||||
"published_at": "2026-04-22T00:00:00Z",
|
||||
"body": "- document wildcard ingress upgrade behavior\n\nExisting installs should mostly auto-heal after upgrading because Stout\nreconciles stored domain ingresses on startup and reapplies the current\nwildcard/external-dns behavior.\n\nNo manual action is needed if the desired domains already exist in Stout.\nIf an install expects both a wildcard and its root domain, both domains must\nexist in Stout so external-dns can be updated for the pair.\n\nThe new wildcard root-domain behavior is now controlled by a system setting.\nAdmins should review that setting after upgrade if they want wildcard-only\nbehavior or wildcard+root behavior for future reconciliations."
|
||||
},
|
||||
{
|
||||
"tag_name": "v0.12.0",
|
||||
"html_url": "https://git.thokra.dev/thokra/stout-releases/raw/branch/main/index.html#v0.12.0",
|
||||
|
||||
Reference in New Issue
Block a user