Skip to content

Commit 9441866

Browse files
DOCSP-38853 Add banner to 2.0 doc pages (#68)
* DOCSP-38853 Add warning to 2.0 doc pages * DOCSP-38853 updates for JW's feedback
1 parent ede71cf commit 9441866

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

snooty.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,13 @@ vercel = "`Vercel <https://www.vercel.com/>`__"
322322
vercel-mdb = "`MongoDB Atlas Integration in Vercel <https://www.vercel.com/integrations/mongodbatlas>`__"
323323
vercel-dynamic = "`dynamic IP addresses <https://www.vercel.com/support/articles/how-to-allowlist-deployment-ip-address>`__"
324324

325+
[[banners]]
326+
# permanent banner for v2.0 only
327+
targets = [
328+
"*"
329+
]
330+
331+
variant = "warning"
332+
value = """
333+
This release contains an issue that prevents |ak8so| from reconciling the :ref:`atlasbackupschedule-custom-resource` when :ref:`deletion protection <deletion-protection>` is enabled. Don't use this version (2.0.0), and instead use |ak8so| :atlas:`2.1.0 </operator/v2.1/>`.
334+
"""

0 commit comments

Comments
 (0)