Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,13 @@ import clsx from "clsx";
<div className={clsx("row")}>
<div className={clsx("col", "col--8")}>
<a
href="/reference/embedded-config#configure-velero-plugins"
href="/vendor/replicated-sdk-customizing#high-availability"
className="whats-new-hero"
>
<div className="whats-new-badge">What's New</div>
<h2 className="whats-new-title">Native support for Velero plugins</h2>
<h2 className="whats-new-title">Deploy the SDK with high availability</h2>
<p className="whats-new-description">
Embedded Cluster 2.13.0 adds official support for Velero plugins,
which allow you to customize backup and restore operations without
modifying Velero directly.
As of v1.13.0, the SDK supports running multiple replicas along with pod anti-affinity and pod distribution budget to improve resilience.
</p>
</a>
</div>
Expand All @@ -100,13 +98,12 @@ import clsx from "clsx";
<div className="did-you-know-card">
<div className="did-you-know-badge">Did You Know</div>
<h3 className="did-you-know-card-title">
View Enterprise Portal email status
Scan images for vulnerabilities with Security Center
</h3>
<p className="did-you-know-card-description">
From the Vendor Portal, check the delivery status of customer emails sent by the
Enterprise Portal.
Request access to the Security Center (Alpha) to get CVE scanning and SBOM generation for each of your releases.
</p>
<a href="/vendor/enterprise-portal-invite#email-history"
<a href="/vendor/security-center-about"
className="did-you-know-card-link">
Learn more →
</a>
Expand Down