<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Layer5 on Layer5 Documentation</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/</link><description>Recent content in Layer5 on Layer5 Documentation</description><generator>Hugo</generator><language>en</language><atom:link href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/index.xml" rel="self" type="application/rss+xml"/><item><title>Contributing to Layer5 Docs</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/contributing/contributing-to-docs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/contributing/contributing-to-docs/</guid><description>&lt;p&gt;Welcome to the GitHub repository for Layer5&amp;rsquo;s documentation website!&lt;/p&gt;
&lt;p&gt;The docs website is hosted at &lt;a href="https://docs.layer5.io"&gt;https://docs.layer5.io&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We use &lt;a href="https://gohugo.io/"&gt;Hugo&lt;/a&gt; with the &lt;a href="https://github.com/google/docsy"&gt;google/docsy&lt;/a&gt; theme for styling and site structure, and &lt;a href="https://www.netlify.com/"&gt;Netlify&lt;/a&gt; to manage the deployment of the site.&lt;/p&gt;

&lt;h2 id="quickstart" class="heading-link"&gt;
 Quickstart
 &lt;a href="#quickstart" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Here&amp;rsquo;s a quick guide to updating the docs:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Fork the &lt;a href="https://github.com/layer5io/docs"&gt;layer5io/docs repository&lt;/a&gt; on GitHub.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Make your changes and send a pull request (PR).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you&amp;rsquo;re not yet ready for a review, add &amp;ldquo;WIP&amp;rdquo; to the PR name to indicate it&amp;rsquo;s a work in progress.&lt;/p&gt;</description></item><item><title>Contributing to Video Gallery</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/contributing/contributing-to-video-gallary/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/contributing/contributing-to-video-gallary/</guid><description>&lt;div class="alert alert-primary" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Note&lt;/h4&gt;
 
 In Hugo, a section is a directory containing an &lt;code&gt;_index.md&lt;/code&gt; file.
 
&lt;/div&gt;



&lt;h2 id="overview" class="heading-link"&gt;
 Overview
 &lt;a href="#overview" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Contributing videos involves either:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Creating a category → subcategory → adding video markdown files, or&lt;/li&gt;
&lt;li&gt;Adding video markdown files directly under a category (these will automatically be assigned to an &amp;ldquo;ALL&amp;rdquo; subcategory)&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id="1-creating-a-category" class="heading-link"&gt;
 1. Creating a Category
 &lt;a href="#1-creating-a-category" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;To create a top-level category:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a directory under &lt;code&gt;content/en/videos&lt;/code&gt; (e.g., &lt;code&gt;getting-started&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Add an &lt;code&gt;_index.md&lt;/code&gt; file inside this directory with the following frontmatter:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#8a8a8a;background-color:#1c1c1c;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-yaml" data-lang="yaml"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#0087ff"&gt;title&lt;/span&gt;: Getting Started &lt;span style="color:#4e4e4e"&gt;# Category text appearing in the /videos category tab and left sidebar&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#0087ff"&gt;description&lt;/span&gt;: &amp;gt;&lt;span style="color:#00afaf"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#00afaf"&gt; Getting started videos on Cloud and Kanvas&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#0087ff"&gt;weight&lt;/span&gt;: &lt;span style="color:#00afaf"&gt;2&lt;/span&gt; &lt;span style="color:#4e4e4e"&gt;# Order in which this category appears in the /videos page and left sidebar&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#0087ff"&gt;icon&lt;/span&gt;: bi-rocket-takeoff-fill &lt;span style="color:#4e4e4e"&gt;# Icon for the category (supports Bootstrap icons and local/remote assets)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#0087ff"&gt;videoGrid&lt;/span&gt;: &lt;span style="color:#d75f00"&gt;true&lt;/span&gt; &lt;span style="color:#4e4e4e"&gt;# When true, shows all child / nested videos as a grid of cards on this section&amp;#39;s index page&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#4e4e4e"&gt;# When false, presents a hyperlinked list of videos/sub-sections instead&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#0087ff"&gt;draft&lt;/span&gt;: &lt;span style="color:#d75f00"&gt;true&lt;/span&gt; &lt;span style="color:#4e4e4e"&gt;# When true, previews this section on local dev server but hides from left sidebar and /videos landing page on published site&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="2-adding-videos-to-your-category" class="heading-link"&gt;
 2. Adding Videos to Your Category
 &lt;a href="#2-adding-videos-to-your-category" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;There are two approaches for adding videos:&lt;/p&gt;</description></item><item><title>Customizing Webhooks</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/self-hosted/customizing-webhooks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/self-hosted/customizing-webhooks/</guid><description>&lt;p&gt;Layer5 offers on-premises installation of its &lt;a href="https://docs.meshery.io/extensibility/providers"&gt;Meshery Remote Provider&lt;/a&gt;, Layer5 Cloud. In this guide, we will walk through configurable webhooks that Layer5 Cloud uses internally to automate tasks and how you can customize these webhooks to integrate with your existing tools.&lt;/p&gt;

&lt;h2 id="customize-and-add-your-own-custom-webhook" class="heading-link"&gt;
 Customize and add your own custom webhook
 &lt;a href="#customize-and-add-your-own-custom-webhook" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Layer5 Cloud&amp;rsquo;s webhook configurations are managed through environment variables defined in &lt;strong&gt;.env&lt;/strong&gt; files. Here&amp;rsquo;s how you can customize them:&lt;/p&gt;</description></item><item><title>Metrics</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/catalog/metrics/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/catalog/metrics/</guid><description>&lt;p&gt;Metrics provide valuable insights into how users engage with the designs, allowing us to understand usage patterns, identify trends, and make data-driven decisions to improve the user experience.&lt;/p&gt;
&lt;p&gt;The design catalog can be accessed from the &lt;em&gt;Layer5 Cloud&lt;/em&gt; catalog page at &lt;a href="https://cloud.layer5.io/catalog"&gt;Layer5 Cloud Catalog&lt;/a&gt;.&lt;/p&gt;






&lt;div class="alert alert-custom" style="border-color: #3772ff;" role="alert"&gt;
 &lt;h4 class="alert-heading" style="color: #3772ff;"&gt;Design Capabilities&lt;/h4&gt;
 
 Designs can be imported, exported, versioned, forked, merged, snapshotted, published, shared, embedded, templatized, and more. Learn more about &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/"&gt;Designs&lt;/a&gt;
 
&lt;/div&gt;


&lt;p&gt;You can view the metrics of a Design in two ways:&lt;/p&gt;</description></item><item><title>Performance Limits and Tuning</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/advanced/performance/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/advanced/performance/</guid><description>&lt;p&gt;Kanvas is designed to handle a wide range of infrastructure and application configurations. However, there are some performance limits that you should be aware of when working with Kanvas. This guide will help you understand these limits and provide tips for tuning your environment for optimal performance.&lt;/p&gt;

&lt;h2 id="performance-limits" class="heading-link"&gt;
 Performance Limits
 &lt;a href="#performance-limits" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h3 id="maximum-number-of-components" class="heading-link"&gt;
 Maximum Number of Components
 &lt;a href="#maximum-number-of-components" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Kanvas has a maximum limit of 1,000 components per design. If you exceed this limit, you may experience performance issues such as slow loading times and laggy interactions. To avoid hitting this limit, consider breaking your design into smaller, more manageable designs.&lt;/p&gt;</description></item><item><title>Provider Admin Role</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/provider-admin-roles/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/provider-admin-roles/</guid><description>&lt;div class="td-card-group card-group p-0 mb-4"&gt;
&lt;div class="td-card card border me-4"&gt;
&lt;div class="card-body"&gt;
 &lt;p class="card-text"&gt;
 &lt;img src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/images/role-provider-admin.svg" /&gt;
&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;

&lt;div class="td-card card border me-4"&gt;
&lt;div class="card-header"&gt;
 
&lt;h2 id="provider-administrator" class="heading-link"&gt;
 Provider Administrator
 &lt;a href="#provider-administrator" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

 &lt;/div&gt;
&lt;div class="card-body"&gt;
 &lt;p class="card-text"&gt;
 &lt;p&gt;&lt;strong&gt;What is the purpose of this role?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Used for administration of Layer5 Cloud.&lt;/li&gt;
&lt;li&gt;Used for debugging and monitoring.&lt;/li&gt;
&lt;li&gt;Applicable to platform engineering team and on-prem users.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Who can assign this role?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Provider Admins&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;When this role first assigned?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;On ☁️ boot-up (using build args)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;How many instances of these roles?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Min: 1, Max: many (based on plan)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Who can remove assignment of this role?&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>REST API</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/api-reference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/api-reference/</guid><description>&lt;p&gt;To create integrations, retrieve data, and automate your cloud native infrastructure, build with the Layer5 Cloud REST API.&lt;/p&gt;

&lt;h2 id="authenticating-with-the-api" class="heading-link"&gt;
 Authenticating with the API
 &lt;a href="#authenticating-with-the-api" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;In order to authenticate to Layer5 Cloud&amp;rsquo;s REST API, you need to generate and use a &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/tokens/"&gt;security token&lt;/a&gt;. Visit your &lt;a href="https://cloud.layer5.io/security/tokens"&gt;user account&amp;rsquo;s security tokens&lt;/a&gt; and generate a long-lived security token. Security tokens are without expiration date. You can generate as many tokens as you like. You can also revoke them at any time.&lt;/p&gt;</description></item><item><title>Setting up Layer5 Account</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/getting-started/getting-started-with-layer5-account/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/getting-started/getting-started-with-layer5-account/</guid><description>&lt;p&gt;This guide will walk you through setting up your Layer5 account.&lt;/p&gt;

&lt;h2 id="configuring-your-layer5-account" class="heading-link"&gt;
 Configuring your Layer5 account
 &lt;a href="#configuring-your-layer5-account" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The first steps in starting with Layer5 are to create an account, verify your email, setup an organization and a workspace, and view your profile.&lt;/p&gt;
&lt;p&gt;Every person who uses Layer5 Cloud has their own personal account, which can be part of multiple organizations and teams. Your personal account is your identity on Layer5 Cloud and represents you as an individual.&lt;/p&gt;</description></item><item><title>Support</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/getting-started/support/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/getting-started/support/</guid><description>&lt;p&gt;At Layer5 Cloud, we&amp;rsquo;re here to help you every step of the way. If you have any questions, encounter any issues, or need assistance with anything related to our platform, please don&amp;rsquo;t hesitate to reach out to us. Our dedicated support team is committed to providing you with the help and guidance you need.&lt;/p&gt;

&lt;h3 id="contacting-support" class="heading-link"&gt;
 Contacting Support
 &lt;a href="#contacting-support" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;You can contact Layer5 support in the following ways:&lt;/p&gt;</description></item><item><title>Understanding Design Components</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/understanding-design-component/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/understanding-design-component/</guid><description>&lt;p&gt;When you&amp;rsquo;re designing and visualizing in &lt;a href="https://kanvas.new/"&gt;Kanvas&lt;/a&gt;, you&amp;rsquo;ll encounter a rich library of components. This guide will help you understand what these components mean and how they behave in your designs.&lt;/p&gt;

&lt;h2 id="core-component-categories" class="heading-link"&gt;
 Core Component Categories
 &lt;a href="#core-component-categories" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://docs.meshery.io/concepts/logical/components"&gt;Components&lt;/a&gt; in Kanvas fall into two fundamental categories, distinguished by whether they can be orchestrated (managed) during deployment.&lt;/p&gt;

&lt;h3 id="semantic-components-orchestratable" class="heading-link"&gt;
 Semantic Components (Orchestratable)
 &lt;a href="#semantic-components-orchestratable" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;These components represent actual infrastructure resources that Kanvas can understand and manage during deployment. They are &amp;ldquo;meaningful&amp;rdquo; because they map directly to real infrastructure elements. Examples include:&lt;/p&gt;</description></item><item><title>Creating a Design from Meshery Catalog Templates</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/getting-started/creating-a-design-from-templete.md/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/getting-started/creating-a-design-from-templete.md/</guid><description>&lt;p&gt;&lt;a href="https://cloud.layer5.io/catalog"&gt;Meshery Catalog&lt;/a&gt; functions much like a cloud marketplace, providing a user-friendly interface for browsing, discovering, and sharing configurations and patterns for cloud native infrastructure. With Meshery Catalog, you can easily find,clone and deploy Kubernetes-based infrastructure and tools, making it easy to streamline your cloud native development and operations processes.&lt;/p&gt;

&lt;h2 id="cloning-a-design-from-a-template-in-the-meshery-catalog" class="heading-link"&gt;
 Cloning a design from a template in the Meshery Catalog
 &lt;a href="#cloning-a-design-from-a-template-in-the-meshery-catalog" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Sign into &lt;a href="https://cloud.layer5.io"&gt;Layer5 Cloud&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Explore the catalogs located in the menu section.&lt;/li&gt;
&lt;li&gt;Search by technology or type and find the best template for your infrastructure. You will already see some of the information just by hovering on it.&lt;/li&gt;
&lt;li&gt;For detailed information just click on it.&lt;/li&gt;
&lt;li&gt;Simply click the green clone button.&lt;/li&gt;
&lt;li&gt;Now you have it. Navigate to &lt;a href="https://playground.meshery.io/"&gt;Meshery Playground&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Go to the Kanvas and you will see your cloned template here. If you con&amp;rsquo;t see it just reload the page.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You can also publish your own design as a template.&lt;/p&gt;</description></item><item><title>Customizing Layer5 Cloud Deployment with Helm</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/self-hosted/deployment/helm-chart-values/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/self-hosted/deployment/helm-chart-values/</guid><description>&lt;h2 id="requirements" class="heading-link"&gt;
 Requirements
 &lt;a href="#requirements" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;table class="td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Repository&lt;/th&gt;
 &lt;th&gt;Name&lt;/th&gt;
 &lt;th&gt;Version&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;@ory&lt;/td&gt;
 &lt;td&gt;hydra&lt;/td&gt;
 &lt;td&gt;0.24.2&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;@ory&lt;/td&gt;
 &lt;td&gt;kratos&lt;/td&gt;
 &lt;td&gt;0.39.1&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;

&lt;h2 id="values" class="heading-link"&gt;
 Values
 &lt;a href="#values" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;div class="table-container"&gt;
&lt;table class="td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Key&lt;/th&gt;
 &lt;th&gt;Type&lt;/th&gt;
 &lt;th&gt;Default&lt;/th&gt;
 &lt;th&gt;Description&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;affinity&lt;/td&gt;
 &lt;td&gt;object&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;{}&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Affinity for Layer5 Cloud primary pods assignment ref: &lt;a href="https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity"&gt;https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;appVersion&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;v0.7.15&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;autoscaling.enabled&lt;/td&gt;
 &lt;td&gt;bool&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;false&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;autoscaling.maxReplicas&lt;/td&gt;
 &lt;td&gt;int&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;100&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;autoscaling.minReplicas&lt;/td&gt;
 &lt;td&gt;int&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;1&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;autoscaling.targetCPUUtilizationPercentage&lt;/td&gt;
 &lt;td&gt;int&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;80&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.db&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;postgres://postgres:postgres@postgres-postgresql.postgres.svc.cluster.local:5432/meshery?sslmode=disable&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;URL to be used to connect with the meshery database.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.debug&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;false&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.environment&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;cloud&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;If the environment is set as &amp;ldquo;development&amp;rdquo;, the cloud server expects the meshery database connection at postgres://postgres:postgres@127.0.0.1:5432/meshery. For any other value env.db variable is used to connect to the database.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.ghtoken&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;GitHub PAT to be used by server for dispatching workflows.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.githubappkeypath&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;key.pem&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.hydraadmin&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;http://hydra-admin:4445&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.hydradb&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;postgres://postgres:postgres@postgres-postgresql.postgres.svc.cluster.local:5432/hydra?sslmode=disable&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;URL to be used to connect with the hydra database.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.hydrapublic&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;http://hydra-public:4444&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.kratosdb&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;postgres://postgres:postgres@postgres-postgresql.postgres.svc.cluster.local:5432/kratos?sslmode=disable&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;URL to be used to connect with the kratos database.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.minmesheryversion&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;v0.7.0&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Minimum Meshery Server version compatible with the current Layer5 cloud server.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.oauthclientid&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;meshery-cloud&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.oauthsecret&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;secret1234567890&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.port&lt;/td&gt;
 &lt;td&gt;int&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;9876&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;The port on which Layer5 Cloud server runs.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.serverHost&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;localhost&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;env.serverbaseurl&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;http://localhost:9876&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Layer5 Cloud base URL&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;fullnameOverride&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;meshery-cloud&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;hydra.hydra.config&lt;/td&gt;
 &lt;td&gt;object&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;{&amp;quot;dsn&amp;quot;:&amp;quot;postgres://postgres:postgres@postgres-postgresql.postgres.svc.cluster.local:5432/hydra?sslmode=disable&amp;quot;,&amp;quot;log&amp;quot;:{&amp;quot;leak_sensitive_values&amp;quot;:false,&amp;quot;level&amp;quot;:&amp;quot;debug&amp;quot;},&amp;quot;oauth2&amp;quot;:{&amp;quot;expose_internal_errors&amp;quot;:true},&amp;quot;secrets&amp;quot;:{&amp;quot;system&amp;quot;:[&amp;quot;&amp;quot;]},&amp;quot;serve&amp;quot;:{&amp;quot;public&amp;quot;:{&amp;quot;cors&amp;quot;:{&amp;quot;enabled&amp;quot;:true}}},&amp;quot;strategies&amp;quot;:{&amp;quot;access_token&amp;quot;:&amp;quot;jwt&amp;quot;},&amp;quot;ttl&amp;quot;:{&amp;quot;access_token&amp;quot;:&amp;quot;24h&amp;quot;,&amp;quot;auth_code&amp;quot;:&amp;quot;1h&amp;quot;,&amp;quot;id_token&amp;quot;:&amp;quot;1h&amp;quot;,&amp;quot;refresh_token&amp;quot;:&amp;quot;1000h&amp;quot;},&amp;quot;urls&amp;quot;:{&amp;quot;consent&amp;quot;:&amp;quot;https://public.hydra.localhost/consent&amp;quot;,&amp;quot;error&amp;quot;:&amp;quot;https://public.hydra.localhost/error&amp;quot;,&amp;quot;login&amp;quot;:&amp;quot;https://public.hydra.localhost/login&amp;quot;,&amp;quot;post_logout_redirect&amp;quot;:&amp;quot;https://public.hydra.localhost/login&amp;quot;,&amp;quot;self&amp;quot;:{&amp;quot;issuer&amp;quot;:&amp;quot;https://public.hydra.localhost/hydra/&amp;quot;,&amp;quot;public&amp;quot;:&amp;quot;https://public.hydra.localhost/hydra/&amp;quot;}}}&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Hydra configuration to use. You can pass your own Hydra configuration file and configure callback, admin and public urls. (Hydra Reference Configuration)[https://www.ory.sh/docs/hydra/reference/configuration] for detailed description of each fields.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;hydra.hydra.config.secrets.system[0]&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;pass in a seceret to be used in AuthZ flow&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;hydra.hydra.config.ttl.access_token&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;24h&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Expiry of the issued token&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;hydra.hydra.config.ttl.auth_code&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;1h&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Expiry of the issued auth code to be exchanged for access_token.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;hydra.hydra.config.ttl.refresh_token&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;1000h&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Expiry of the issued refresh token, once expired the refresh token cannot be used to re-issue the access token.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;hydra.hydra.dangerousForceHttp&lt;/td&gt;
 &lt;td&gt;bool&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;true&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;enabled for development environment to skip TLS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;image.pullPolicy&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;IfNotPresent&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;image.repository&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;layer5/meshery-cloud&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;image.tag&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;latest&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;imagePullSecrets&lt;/td&gt;
 &lt;td&gt;list&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;[]&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;ingress.annotations&lt;/td&gt;
 &lt;td&gt;object&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;{}&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;ingress.className&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;ingress.enabled&lt;/td&gt;
 &lt;td&gt;bool&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;false&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;ingress.hosts[0].host&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;ingress.hosts[0].paths[0].path&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;/&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;ingress.hosts[0].paths[0].pathType&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;ImplementationSpecific&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;ingress.tls&lt;/td&gt;
 &lt;td&gt;list&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;[]&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.enabled&lt;/td&gt;
 &lt;td&gt;bool&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;true&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.automigration.enabled&lt;/td&gt;
 &lt;td&gt;bool&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;true&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config&lt;/td&gt;
 &lt;td&gt;object&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;{&amp;quot;ciphers&amp;quot;:{&amp;quot;algorithm&amp;quot;:&amp;quot;xchacha20-poly1305&amp;quot;},&amp;quot;courier&amp;quot;:{&amp;quot;smtp&amp;quot;:{&amp;quot;connection_uri&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;templates&amp;quot;:{&amp;quot;recovery_code&amp;quot;:{&amp;quot;valid&amp;quot;:{&amp;quot;email&amp;quot;:{&amp;quot;body&amp;quot;:{&amp;quot;html&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;subject&amp;quot;:&amp;quot;&amp;quot;}}},&amp;quot;verification_code&amp;quot;:{&amp;quot;valid&amp;quot;:{&amp;quot;email&amp;quot;:{&amp;quot;body&amp;quot;:{&amp;quot;html&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;subject&amp;quot;:&amp;quot;&amp;quot;}}}}},&amp;quot;dsn&amp;quot;:&amp;quot;postgres://postgres:postgres@postgres-postgresql.postgres.svc.cluster.local:5432/kratos?sslmode=disable&amp;quot;,&amp;quot;hashers&amp;quot;:{&amp;quot;argon2&amp;quot;:{&amp;quot;iterations&amp;quot;:2,&amp;quot;key_length&amp;quot;:16,&amp;quot;memory&amp;quot;:&amp;quot;128MB&amp;quot;,&amp;quot;parallelism&amp;quot;:1,&amp;quot;salt_length&amp;quot;:16}},&amp;quot;identity&amp;quot;:{&amp;quot;default_schema_id&amp;quot;:&amp;quot;default&amp;quot;,&amp;quot;schemas&amp;quot;:[{&amp;quot;id&amp;quot;:&amp;quot;default&amp;quot;,&amp;quot;url&amp;quot;:&amp;quot;file:///etc/config/identity.schema.json&amp;quot;}]},&amp;quot;log&amp;quot;:{&amp;quot;format&amp;quot;:&amp;quot;text&amp;quot;,&amp;quot;leak_sensitive_values&amp;quot;:false,&amp;quot;level&amp;quot;:&amp;quot;debug&amp;quot;},&amp;quot;secrets&amp;quot;:{&amp;quot;cipher&amp;quot;:[&amp;quot;&amp;quot;],&amp;quot;cookie&amp;quot;:[&amp;quot;&amp;quot;]},&amp;quot;selfservice&amp;quot;:{&amp;quot;allowed_return_urls&amp;quot;:[&amp;quot;http://localhost:9876&amp;quot;],&amp;quot;default_browser_return_url&amp;quot;:&amp;quot;http://localhost:9876&amp;quot;,&amp;quot;flows&amp;quot;:{&amp;quot;error&amp;quot;:{&amp;quot;ui_url&amp;quot;:&amp;quot;http://localhost:9876/error&amp;quot;},&amp;quot;login&amp;quot;:{&amp;quot;after&amp;quot;:{&amp;quot;default_browser_return_url&amp;quot;:&amp;quot;http://localhost:9876/oauth/callback&amp;quot;,&amp;quot;password&amp;quot;:{&amp;quot;hooks&amp;quot;:[{&amp;quot;hook&amp;quot;:&amp;quot;require_verified_address&amp;quot;}]}},&amp;quot;lifespan&amp;quot;:&amp;quot;720m&amp;quot;,&amp;quot;ui_url&amp;quot;:&amp;quot;http://localhost:9876/login&amp;quot;},&amp;quot;logout&amp;quot;:{&amp;quot;after&amp;quot;:{&amp;quot;default_browser_return_url&amp;quot;:&amp;quot;http://localhost:9876/login&amp;quot;}},&amp;quot;recovery&amp;quot;:{&amp;quot;enabled&amp;quot;:true,&amp;quot;lifespan&amp;quot;:&amp;quot;720h&amp;quot;,&amp;quot;ui_url&amp;quot;:&amp;quot;http://localhost:9876/recovery&amp;quot;,&amp;quot;use&amp;quot;:&amp;quot;code&amp;quot;},&amp;quot;registration&amp;quot;:{&amp;quot;after&amp;quot;:{&amp;quot;default_browser_return_url&amp;quot;:&amp;quot;http://localhost:9876/registered&amp;quot;,&amp;quot;oidc&amp;quot;:{&amp;quot;hooks&amp;quot;:[{&amp;quot;hook&amp;quot;:&amp;quot;session&amp;quot;},{&amp;quot;config&amp;quot;:{&amp;quot;auth&amp;quot;:{&amp;quot;config&amp;quot;:{&amp;quot;in&amp;quot;:&amp;quot;header&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;X-API-Key&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;dev_token&amp;quot;},&amp;quot;type&amp;quot;:&amp;quot;api_key&amp;quot;},&amp;quot;body&amp;quot;:&amp;quot;file:///home/ory/identity/password.webhook.jsonnet&amp;quot;,&amp;quot;method&amp;quot;:&amp;quot;POST&amp;quot;,&amp;quot;response&amp;quot;:{&amp;quot;ignore&amp;quot;:true},&amp;quot;url&amp;quot;:&amp;quot;http://localhost:9876/identity/users&amp;quot;},&amp;quot;hook&amp;quot;:&amp;quot;web_hook&amp;quot;}]},&amp;quot;password&amp;quot;:{&amp;quot;hooks&amp;quot;:[{&amp;quot;config&amp;quot;:{&amp;quot;auth&amp;quot;:{&amp;quot;config&amp;quot;:{&amp;quot;in&amp;quot;:&amp;quot;header&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;X-API-Key&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;dev_token&amp;quot;},&amp;quot;type&amp;quot;:&amp;quot;api_key&amp;quot;},&amp;quot;body&amp;quot;:&amp;quot;file:///home/ory/identity/password.webhook.jsonnet&amp;quot;,&amp;quot;method&amp;quot;:&amp;quot;POST&amp;quot;,&amp;quot;response&amp;quot;:{&amp;quot;ignore&amp;quot;:true},&amp;quot;url&amp;quot;:&amp;quot;http://localhost:9876/identity/users&amp;quot;},&amp;quot;hook&amp;quot;:&amp;quot;web_hook&amp;quot;}]}},&amp;quot;lifespan&amp;quot;:&amp;quot;24h&amp;quot;,&amp;quot;ui_url&amp;quot;:&amp;quot;http://localhost:9876/registration&amp;quot;},&amp;quot;settings&amp;quot;:{&amp;quot;after&amp;quot;:{&amp;quot;default_browser_return_url&amp;quot;:&amp;quot;http://localhost:9876/account/profile&amp;quot;},&amp;quot;privileged_session_max_age&amp;quot;:&amp;quot;15m&amp;quot;,&amp;quot;ui_url&amp;quot;:&amp;quot;http://localhost:9876/reset&amp;quot;},&amp;quot;verification&amp;quot;:{&amp;quot;enabled&amp;quot;:true,&amp;quot;lifespan&amp;quot;:&amp;quot;720h&amp;quot;,&amp;quot;ui_url&amp;quot;:&amp;quot;http://localhost:9876/verification&amp;quot;,&amp;quot;use&amp;quot;:&amp;quot;code&amp;quot;}},&amp;quot;methods&amp;quot;:{&amp;quot;oidc&amp;quot;:{&amp;quot;config&amp;quot;:{&amp;quot;providers&amp;quot;:[{&amp;quot;client_id&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;client_secret&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;github&amp;quot;,&amp;quot;mapper_url&amp;quot;:&amp;quot;file:///home/ory/identity/oidc.github.jsonnet&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;github&amp;quot;,&amp;quot;requested_claims&amp;quot;:{&amp;quot;id_token&amp;quot;:{&amp;quot;email&amp;quot;:{&amp;quot;essential&amp;quot;:true},&amp;quot;email_verified&amp;quot;:{&amp;quot;essential&amp;quot;:true},&amp;quot;name&amp;quot;:{&amp;quot;essential&amp;quot;:true},&amp;quot;picture&amp;quot;:{&amp;quot;essential&amp;quot;:true},&amp;quot;profile&amp;quot;:{&amp;quot;essential&amp;quot;:true}}},&amp;quot;scope&amp;quot;:[&amp;quot;read:user&amp;quot;,&amp;quot;user:email&amp;quot;]},{&amp;quot;client_id&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;client_secret&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;id&amp;quot;:&amp;quot;google&amp;quot;,&amp;quot;mapper_url&amp;quot;:&amp;quot;file:///home/ory/identity/oidc.google.jsonnet&amp;quot;,&amp;quot;provider&amp;quot;:&amp;quot;google&amp;quot;,&amp;quot;requested_claims&amp;quot;:{&amp;quot;id_token&amp;quot;:{&amp;quot;email&amp;quot;:{&amp;quot;essential&amp;quot;:true},&amp;quot;email_verified&amp;quot;:{&amp;quot;essential&amp;quot;:true},&amp;quot;family_name&amp;quot;:null,&amp;quot;given_name&amp;quot;:{&amp;quot;essential&amp;quot;:true},&amp;quot;hd&amp;quot;:null}},&amp;quot;scope&amp;quot;:[&amp;quot;email&amp;quot;,&amp;quot;profile&amp;quot;]}]},&amp;quot;enabled&amp;quot;:true},&amp;quot;password&amp;quot;:{&amp;quot;config&amp;quot;:{&amp;quot;haveibeenpwned_enabled&amp;quot;:true,&amp;quot;identifier_similarity_check_enabled&amp;quot;:true,&amp;quot;min_password_length&amp;quot;:8},&amp;quot;enabled&amp;quot;:true}}},&amp;quot;serve&amp;quot;:{&amp;quot;admin&amp;quot;:{&amp;quot;base_url&amp;quot;:&amp;quot;http://localhost:9011/&amp;quot;},&amp;quot;public&amp;quot;:{&amp;quot;base_url&amp;quot;:&amp;quot;http://localhost:9010/&amp;quot;,&amp;quot;cors&amp;quot;:{&amp;quot;allowed_headers&amp;quot;:[&amp;quot;Authorization&amp;quot;,&amp;quot;Cookie&amp;quot;],&amp;quot;allowed_methods&amp;quot;:[&amp;quot;POST&amp;quot;,&amp;quot;GET&amp;quot;,&amp;quot;PUT&amp;quot;,&amp;quot;PATCH&amp;quot;,&amp;quot;DELETE&amp;quot;],&amp;quot;allowed_origins&amp;quot;:[&amp;quot;http://localhost:9010/&amp;quot;],&amp;quot;enabled&amp;quot;:true,&amp;quot;exposed_headers&amp;quot;:[&amp;quot;Content-Type&amp;quot;,&amp;quot;Set-Cookie&amp;quot;]}}}}&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Kratos configuration to use. You can pass your own Kratos configuration file and configure self-service flows, enable/disable features as required. (Kratos Reference Configuration)[https://www.ory.sh/docs/kratos/reference/configuration] for detailed description of each fields.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.ciphers&lt;/td&gt;
 &lt;td&gt;object&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;{&amp;quot;algorithm&amp;quot;:&amp;quot;xchacha20-poly1305&amp;quot;}&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;One of the values: &lt;code&gt;[noop, aes, xchacha20-poly1305]&lt;/code&gt;. Default if not provided is &lt;code&gt;noop&lt;/code&gt;.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.secrets.cookie&lt;/td&gt;
 &lt;td&gt;list&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;[&amp;quot;&amp;quot;]&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Fill in values for cookie and cipher to be used in the AuthN flows&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.selfservice.flows.login.lifespan&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;720m&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Each session is valid for a set amount of time. This time is the session&amp;rsquo;s lifespan. When the session lifespan expires, the user must re-authenticate.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.selfservice.flows.recovery.lifespan&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;720h&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;In the configuration, session lifespan is expressed in hours, minutes, and seconds. Use a combination of these units to define the desired lifespan. For example: 72h, 10m, 12s, 1h13m3s.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.selfservice.flows.registration.lifespan&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;24h&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Each session is valid for a set amount of time. This time is the session&amp;rsquo;s lifespan. When the session lifespan expires, the user must re-authenticate.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.selfservice.flows.verification.lifespan&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;720h&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;In the configuration, session lifespan is expressed in hours, minutes, and seconds. Use a combination of these units to define the desired lifespan. For example: 72h, 10m, 12s, 1h13m3s.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.selfservice.methods.oidc.config.providers[0].client_id&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;GitHub OAuth App client_id to enable GitHub OIDC support for cloud IDP.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.selfservice.methods.oidc.config.providers[0].client_secret&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;GitHub OAuth App client_secret to enable GitHub OIDC support for cloud IDP.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.selfservice.methods.oidc.config.providers[0].mapper_url&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;file:///home/ory/identity/oidc.github.jsonnet&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;mapper_url is a jsonnet file to map the incoming OIDC profile details to the Kratos Identity.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.selfservice.methods.oidc.config.providers[0].scope&lt;/td&gt;
 &lt;td&gt;list&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;[&amp;quot;read:user&amp;quot;,&amp;quot;user:email&amp;quot;]&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;GitHub OAuth App scope&amp;rsquo;s to specify exactly what type of access you need. Scopes limit access for OAuth tokens. They do not grant any additional permission beyond that which the user already has.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.selfservice.methods.oidc.config.providers[1].client_id&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Google OAuth App client_id to enable Google OIDC support for cloud IDP.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.selfservice.methods.oidc.config.providers[1].client_secret&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Google OAuth App client_secret to enable Google OIDC support for cloud IDP.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.selfservice.methods.oidc.config.providers[1].mapper_url&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;file:///home/ory/identity/oidc.google.jsonnet&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;mapper_url is a jsonnet file to map the incoming OIDC profile details to the Kratos Identity.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.config.selfservice.methods.oidc.config.providers[1].scope&lt;/td&gt;
 &lt;td&gt;list&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;[&amp;quot;email&amp;quot;,&amp;quot;profile&amp;quot;]&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;GitHub OAuth App scope&amp;rsquo;s to specify exactly what type of access you need. Scopes limit access for OAuth tokens. They do not grant any additional permission beyond that which the user already has.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.kratos.identitySchemas.&amp;ldquo;identity.schema.json&amp;rdquo;&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;{\n\&amp;quot;$id\&amp;quot;: \&amp;quot;identity.schema.json\&amp;quot;,\n\&amp;quot;$schema\&amp;quot;: \&amp;quot;http://json-schema.org/draft-07/schema#\&amp;quot;,\n\&amp;quot;title\&amp;quot;: \&amp;quot;Person\&amp;quot;,\n\&amp;quot;type\&amp;quot;: \&amp;quot;object\&amp;quot;,\n\&amp;quot;properties\&amp;quot;: {\n \&amp;quot;traits\&amp;quot;: {\n \&amp;quot;type\&amp;quot;: \&amp;quot;object\&amp;quot;,\n \&amp;quot;properties\&amp;quot;: {\n \&amp;quot;email\&amp;quot;: {\n \&amp;quot;type\&amp;quot;: \&amp;quot;string\&amp;quot;,\n \&amp;quot;format\&amp;quot;: \&amp;quot;email\&amp;quot;,\n \&amp;quot;title\&amp;quot;: \&amp;quot;E-Mail\&amp;quot;,\n \&amp;quot;minLength\&amp;quot;: 3,\n \&amp;quot;ory.sh/kratos\&amp;quot;: {\n \&amp;quot;credentials\&amp;quot;: {\n \&amp;quot;password\&amp;quot;: {\n \&amp;quot;identifier\&amp;quot;: true\n }\n },\n \&amp;quot;verification\&amp;quot;: {\n \&amp;quot;via\&amp;quot;: \&amp;quot;email\&amp;quot;\n },\n \&amp;quot;recovery\&amp;quot;: {\n \&amp;quot;via\&amp;quot;: \&amp;quot;email\&amp;quot;\n }\n }\n },\n \&amp;quot;name\&amp;quot;: {\n \&amp;quot;type\&amp;quot;: \&amp;quot;object\&amp;quot;,\n \&amp;quot;properties\&amp;quot;: {\n \&amp;quot;first_name\&amp;quot;: {\n \&amp;quot;title\&amp;quot;: \&amp;quot;First Name\&amp;quot;,\n \&amp;quot;type\&amp;quot;: \&amp;quot;string\&amp;quot;\n },\n \&amp;quot;last_name\&amp;quot;: {\n \&amp;quot;title\&amp;quot;: \&amp;quot;Last Name\&amp;quot;,\n \&amp;quot;type\&amp;quot;: \&amp;quot;string\&amp;quot;\n }\n },\n \&amp;quot;required\&amp;quot;: [\n \&amp;quot;first_name\&amp;quot;,\n \&amp;quot;last_name\&amp;quot;\n ]\n },\n \&amp;quot;avatar\&amp;quot;: {\n \&amp;quot;title\&amp;quot;: \&amp;quot;Avatar URL\&amp;quot;,\n \&amp;quot;type\&amp;quot;: \&amp;quot;string\&amp;quot;\n }\n },\n \&amp;quot;required\&amp;quot;: [\n \&amp;quot;email\&amp;quot;,\n \&amp;quot;name\&amp;quot;\n ],\n \&amp;quot;additionalProperties\&amp;quot;: true\n }\n}\n}&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.service.admin.enabled&lt;/td&gt;
 &lt;td&gt;bool&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;true&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.service.admin.port&lt;/td&gt;
 &lt;td&gt;int&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;9011&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Kratos Admin API port&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.service.public.enabled&lt;/td&gt;
 &lt;td&gt;bool&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;true&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;kratos.service.public.port&lt;/td&gt;
 &lt;td&gt;int&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;9010&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Kratos Public API port&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;nameOverride&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;nodeSelector&lt;/td&gt;
 &lt;td&gt;object&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;{}&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Node labels for Layer5 Cloud pods assignment ref: &lt;a href="https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/"&gt;https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;podAnnotations&lt;/td&gt;
 &lt;td&gt;object&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;{}&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;podSecurityContext&lt;/td&gt;
 &lt;td&gt;object&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;{}&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;replicaCount&lt;/td&gt;
 &lt;td&gt;int&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;1&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;resources.limits&lt;/td&gt;
 &lt;td&gt;object&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;{}&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;The resources limits for the Layer5 Cloud containers&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;resources.requests.cpu&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;250m&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;The requested cpu for the Layer5 Cloud containers&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;resources.requests.memory&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;256Mi&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;The requested memory for the Layer5 Cloud containers&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;securityContext&lt;/td&gt;
 &lt;td&gt;object&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;{}&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;service.port&lt;/td&gt;
 &lt;td&gt;int&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;9876&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;service.type&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;ClusterIP&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;serviceAccount.annotations&lt;/td&gt;
 &lt;td&gt;object&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;{}&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;serviceAccount.create&lt;/td&gt;
 &lt;td&gt;bool&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;true&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Specifies whether a service account should be created&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;serviceAccount.name&lt;/td&gt;
 &lt;td&gt;string&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;&amp;quot;meshery-cloud&amp;quot;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;smtp&lt;/td&gt;
 &lt;td&gt;object&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;{&amp;quot;smtphost&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;smtppassword&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;smtpport&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;smtpusername&amp;quot;:&amp;quot;&amp;quot;}&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;smtp configuration to be used when sending out emails&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;tolerations&lt;/td&gt;
 &lt;td&gt;list&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;[]&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Tolerations for Layer5 Cloud pods assignment ref: &lt;a href="https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/"&gt;https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;</description></item><item><title>Default Organization Roles</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles/</guid><description>&lt;div class="td-card-group card-group p-0 mb-4"&gt;
&lt;div class="td-card card border me-4"&gt;
&lt;div class="card-header"&gt;
 Default Organization Roles
 &lt;/div&gt;
&lt;div class="card-body"&gt;
 &lt;p class="card-text"&gt;
 &lt;img src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/images/organization-roles.svg" link="images/organization-roles.svg" width="100%" alt="Organization Roles" /&gt;
&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;

&lt;div class="td-card-group card-group p-0 mb-4"&gt;

&lt;div class="td-card card border me-4"&gt;
&lt;div class="card-header"&gt;
 
&lt;h2 id="organization-administrators" class="heading-link"&gt;
 Organization Administrators
 &lt;a href="#organization-administrators" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

 &lt;/div&gt;
&lt;div class="card-body"&gt;
 &lt;p class="card-text"&gt;
 &lt;p&gt;&lt;strong&gt;What is the purpose of this role?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Administration of an organization (for each organization for which the user has this role assigned)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Who can assign this role?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Organization Owner&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;When this role first assigned?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Creation of new organization or User Account creation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;How many instances of these roles?&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Default Permissions</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/default-permissions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/default-permissions/</guid><description>&lt;div class="alert alert-custom" style="border-color: #3772ff;" role="alert"&gt;
 &lt;h4 class="alert-heading" style="color: #3772ff;"&gt;Customizable Permissions&lt;/h4&gt;
 
 Default permissions can be easily customized by simply creating your own &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/keychains/#keychains-management"&gt;keychains&lt;/a&gt; and &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/"&gt;roles&lt;/a&gt;.
 
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Legend:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;✅* user must be resource owner in order to perform action.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;✅ user is allowed to perform action regardless of resource ownership.&lt;/p&gt;

 
 
 
 &lt;ul class="nav nav-tabs" id="tabs-1" role="tablist"&gt;
 &lt;li class="nav-item"&gt;
 &lt;button class="nav-link disabled"
 id="tabs-01-00-tab" data-bs-toggle="tab" data-bs-target="#tabs-01-00" role="tab"
 aria-controls="tabs-01-00" aria-selected="false"&gt;
 &lt;strong&gt;Sort by&lt;/strong&gt;:
 &lt;/button&gt;
 &lt;/li&gt;&lt;li class="nav-item"&gt;
 &lt;button class="nav-link active"
 id="tabs-01-01-tab" data-bs-toggle="tab" data-bs-target="#tabs-01-01" role="tab"
 data-td-tp-persist="categories" aria-controls="tabs-01-01" aria-selected="true"&gt;
 Categories
 &lt;/button&gt;
 &lt;/li&gt;&lt;li class="nav-item"&gt;
 &lt;button class="nav-link"
 id="tabs-01-02-tab" data-bs-toggle="tab" data-bs-target="#tabs-01-02" role="tab"
 data-td-tp-persist="roles" aria-controls="tabs-01-02" aria-selected="false"&gt;
 Roles
 &lt;/button&gt;
 &lt;/li&gt;
&lt;/ul&gt;

&lt;div class="tab-content" id="tabs-1-content"&gt;
 &lt;div class="tab-body tab-pane fade"
 id="tabs-01-00" role="tabpanel" aria-labelled-by="tabs-01-00-tab" tabindex="1"&gt;
 
 &lt;/div&gt;
 &lt;div class="tab-body tab-pane fade show active"
 id="tabs-01-01" role="tabpanel" aria-labelled-by="tabs-01-01-tab" tabindex="1"&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;h2&gt;Catalog Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Share Design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Share design with anyone within your organization, and make your design easily accessible to all relevant team members.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Clone Design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Clone any published design to customise it according to your use cases
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Catalog
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 View all items in catalog
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Designs Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Designs
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 View all public and published designs of other team members and private of signed-in user
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Create new design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Create new Meshery design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Import Design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Import a design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Publish Design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Publish a design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Unpublish Design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Unpublish a design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Validate Design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Validate a design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Deploy Design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Deploy a design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Undeploy Design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Retract all resources used in a Meshery design from the cluster
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Details of design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Set design information or details of a design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Edit design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Edit a design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅ *
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅ *
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Delete a design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Delete a design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅ *
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅ *
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Download a design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Download a Meshery design in OCI or YAML format
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Filters Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Filters
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 View all public and published filters of other team members and private of signed-in user
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Import Filter
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Import a filter
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Download a WASM filter
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Download a WASM filter
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Details of WASM Filter
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Check information or details of a WASM filter
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Edit WASM filter
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Edit WASM filter
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅ *
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅ *
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Clone WASM Filter
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Clone WASM filter from catalog, which allows customizing filter and use it in design
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Delete WASM Filter
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Delete WASM filter permanently from catalog.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅ *
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅ *
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Catalog Requests Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Catalog Requests
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 View the catalog publication request queue
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Approve Catalog Request
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Approve catalog publication requests
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Deny Catalog Request
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Deny catalog publication requests
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Extensions Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Install extension
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Install or enable or disabble extensions in Meshery
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Meshery User Preferences
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 View all user preferences in Meshery UI 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Extensions
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 View all extensions on the extension page
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Users Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View All Kubernetes Clusters
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 View all configured Kubernetes clusters
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Teams Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Team
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 See only teams to which you are a member. See all other members within those teams.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Teams
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 See all teams of which you are an administrator. See all members of those teams.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View All Teams
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 See all teams within an organization. See all members of all teams.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Add User to Team
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Directly create a new user account within a team.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Invite User to Team
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Send a request for a user to join a team.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Remove User from Team
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Discontinue user membership of a team and team resources.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Create Team
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Establish new team for organizing groups of users and resource access.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Delete Team
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Dissolve a team and all user memberships. Leave associated resources intact.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Edit Team
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Edit a team and add new members to it. 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Remove Roles from Team members
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Remove roles from users in a team
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Assign Roles to Team members
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Assign roles to users in a team
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Open Team Invite
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 This governs the team&amp;#39;s invitation permissions, determining whether the team is allowed to extend invitations to new individuals to join through open invite link.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Organizations Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Create Organization
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Establish new organization for organizing teams, users, and resource access.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Edit Organization
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Edit organiaztions and add teams to it
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Add User to Organization
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Directly create a new user account within an organization.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Invite User to Organization
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Send a request for a user to join an organization.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Remove User from Organization
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Discontinue user access to organization, teams and resources; cease billing accrual.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Promote or Demote User to Org Admin
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Elevate or remove organization level administrative privileges.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Org
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 See only organizations to which you are a member. See all other members within your membership teams.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Organizations
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 See all organizations of which you are an administrator. See all members of those organizations.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View All Organizations
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 See all organizations within a Layer5 Cloud deployment. See all organizations, teams, and users.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Remove Roles from Organization members
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Remove roles from users in an organization
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Assign Roles to Organization members
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Assign roles to users in an organization
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Connections Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Add cluster
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Add Kubernetes cluster
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Change connection state
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Change connection state
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Flush Meshsync data
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Clearing the database by clicking on the `Flush MeshSync`
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Register discovered Meshsync resource
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Register discovered Meshsync resource to change state to connection
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Delete a connection
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Delete a connection
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Connections
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 View all connections within an environment
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Settings Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Settings
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 View settings in Meshery
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Connect adapter
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Configure and connect to Meshery adapters
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Connect Metrics
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Configure and connect to metrics like Grafana and Promethues
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Metrics
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 View already configured metrics
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Registry
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Explore entities within capabilities registry 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Reset Database
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Reset Meshery database
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Performance Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Add performace profile
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Add a new performace profile
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Run test
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Run a test on performance profile
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Results
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 View results of performance tests
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Edit performance test
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Edit performance test
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Delete performance test
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Delete performance test
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View performance profiles
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 View all performance profiles
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Cloud native infrastructure lifecycle Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Manage cloud native infrastructure life cycle
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 This permission grants the user the ability to manage infrastructure life cycles within meshery. Meshery allows users to visualize, work on and manage various cloud native technologies.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Manage cloud native infrastructure configuration
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Manage configuration for applications like EmojiVoto, HTTPBin, Image Hub, Istio Book Info
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Apply cloud native infrastructure configuration
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Configure infrastructure with some predefined options like Automatic Sidecar injection, Envoy Filter, Policy
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Validate cloud native infrastructure configuration
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Validate cloud native infrastructure configuration against best practices like Analyze Running Configuration, SMI conformance
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Apply custom cloud native configuration
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 This permission grants the user the ability to apply custom configuration and customize existing configuration of thier cloud native infrastructure
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Deploy cloud native infrastructure
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 This permission grants the user the ability to deploy their infrastructure to a cluster through Meshery. Meshery allows users to visualize, work on and manage various cloud native technologies
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Undeploy cloud native infrastructure
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 This permission grants the user the ability to undeploy their infrastructure from a cluster through Meshery. Meshery allows users to visualize, work on and manage various cloud native technologies
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View cloud native infrastructure
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 This permission grants the user the ability to view all cloud native infrastructure in Meshery. Meshery allows users to visualize, work on and manage various cloud native technologies.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Environments Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Environment
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 See all environments within an workspace.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Create Environment
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Create a new environment
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Delete Environment
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Dissolve environment and all connection memberships. Leave associated resources intact.
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Edit Environment
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Edit environment and it connection membership
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Assign connections to environment
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Add new connections to environments
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Remove connections from environments
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Remove connections from environment, 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 &lt;h2&gt;Workspace Permissions&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role"&gt;User&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 &lt;th&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin&lt;/a&gt;&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 View Workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 See all workspaces within an organisation
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Delete Workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Dissolve workspace and all team and environment memberships. Leave associated resources intact
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Edit Workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Edit workspace and it&amp;#39;s team and environment membership
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Create Workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Create new workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Assign team to workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Add new team to workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Remove team from workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Remove team from workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Assign environment to workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Add new environment to workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Remove environment from workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Remove environment from workspace
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Assign Designs to Workspaces
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Assign designs to workspaces
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 &lt;tr&gt;
 
 
 
 
 
 
 &lt;td&gt;
 
 Remove Designs from Workspaces
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 Remove designs from workspaces
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ❌
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 &lt;td&gt;
 
 
 ✅
 
 
 &lt;/td&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 
 
 

 
 &lt;/div&gt;
 &lt;div class="tab-body tab-pane fade"
 id="tabs-01-02" role="tabpanel" aria-labelled-by="tabs-01-02-tab" tabindex="1"&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;div class="csvtable-div"&gt;
 
 
 
 
 
 &lt;h2&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles"&gt;Team Admin Role&lt;/a&gt;&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Share Design &lt;/td&gt;
 &lt;td&gt;Share design with anyone within your organization, and make your design easily accessible to all relevant team members.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Clone Design &lt;/td&gt;
 &lt;td&gt;Clone any published design to customise it according to your use cases&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Designs &lt;/td&gt;
 &lt;td&gt;View all public and published designs of other team members and private of signed-in user&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Filters &lt;/td&gt;
 &lt;td&gt;View all public and published filters of other team members and private of signed-in user&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create new design &lt;/td&gt;
 &lt;td&gt;Create new Meshery design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Import Design &lt;/td&gt;
 &lt;td&gt;Import a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Publish Design &lt;/td&gt;
 &lt;td&gt;Publish a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Unpublish Design &lt;/td&gt;
 &lt;td&gt;Unpublish a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Validate Design &lt;/td&gt;
 &lt;td&gt;Validate a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Details of design &lt;/td&gt;
 &lt;td&gt;Set design information or details of a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit design &lt;/td&gt;
 &lt;td&gt;Edit a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete a design &lt;/td&gt;
 &lt;td&gt;Delete a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Download a design &lt;/td&gt;
 &lt;td&gt;Download a Meshery design in OCI or YAML format&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Import Filter &lt;/td&gt;
 &lt;td&gt;Import a filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Download a WASM filter &lt;/td&gt;
 &lt;td&gt;Download a WASM filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Details of WASM Filter &lt;/td&gt;
 &lt;td&gt;Check information or details of a WASM filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit WASM filter &lt;/td&gt;
 &lt;td&gt;Edit WASM filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Clone WASM Filter &lt;/td&gt;
 &lt;td&gt;Clone WASM filter from catalog, which allows customizing filter and use it in design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete WASM Filter &lt;/td&gt;
 &lt;td&gt;Delete WASM filter permanently from catalog.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Meshery User Preferences &lt;/td&gt;
 &lt;td&gt;View all user preferences in Meshery UI &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Extensions &lt;/td&gt;
 &lt;td&gt;View all extensions on the extension page&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View All Kubernetes Clusters &lt;/td&gt;
 &lt;td&gt;View all configured Kubernetes clusters&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Team &lt;/td&gt;
 &lt;td&gt;See only teams to which you are a member. See all other members within those teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Teams &lt;/td&gt;
 &lt;td&gt;See all teams of which you are an administrator. See all members of those teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View All Teams &lt;/td&gt;
 &lt;td&gt;See all teams within an organization. See all members of all teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Add User to Team &lt;/td&gt;
 &lt;td&gt;Directly create a new user account within a team.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Invite User to Team &lt;/td&gt;
 &lt;td&gt;Send a request for a user to join a team.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove User from Team &lt;/td&gt;
 &lt;td&gt;Discontinue user membership of a team and team resources.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create Team &lt;/td&gt;
 &lt;td&gt;Establish new team for organizing groups of users and resource access.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete Team &lt;/td&gt;
 &lt;td&gt;Dissolve a team and all user memberships. Leave associated resources intact.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit Team &lt;/td&gt;
 &lt;td&gt;Edit a team and add new members to it. &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove Roles from Team members &lt;/td&gt;
 &lt;td&gt;Remove roles from users in a team&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign Roles to Team members &lt;/td&gt;
 &lt;td&gt;Assign roles to users in a team&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Open Team Invite &lt;/td&gt;
 &lt;td&gt;This governs the team&amp;#39;s invitation permissions, determining whether the team is allowed to extend invitations to new individuals to join through open invite link.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Org &lt;/td&gt;
 &lt;td&gt;See only organizations to which you are a member. See all other members within your membership teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Settings &lt;/td&gt;
 &lt;td&gt;View settings in Meshery&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Metrics &lt;/td&gt;
 &lt;td&gt;View already configured metrics&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Registry &lt;/td&gt;
 &lt;td&gt;Explore entities within capabilities registry &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Results &lt;/td&gt;
 &lt;td&gt;View results of performance tests&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View performance profiles &lt;/td&gt;
 &lt;td&gt;View all performance profiles&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View cloud native infrastructure &lt;/td&gt;
 &lt;td&gt;This permission grants the user the ability to view all cloud native infrastructure in Meshery. Meshery allows users to visualize, work on and manage various cloud native technologies.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Connections &lt;/td&gt;
 &lt;td&gt;View all connections within an environment&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Environment &lt;/td&gt;
 &lt;td&gt;See all environments within an workspace.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Catalog &lt;/td&gt;
 &lt;td&gt;View all items in catalog&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Workspace &lt;/td&gt;
 &lt;td&gt;See all workspaces within an organisation&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 &lt;/div&gt;
 
 &lt;div class="csvtable-div"&gt;
 
 
 
 
 
 &lt;h2&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles"&gt;Workspace Admin Role&lt;/a&gt;&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Share Design &lt;/td&gt;
 &lt;td&gt;Share design with anyone within your organization, and make your design easily accessible to all relevant team members.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Clone Design &lt;/td&gt;
 &lt;td&gt;Clone any published design to customise it according to your use cases&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Designs &lt;/td&gt;
 &lt;td&gt;View all public and published designs of other team members and private of signed-in user&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Filters &lt;/td&gt;
 &lt;td&gt;View all public and published filters of other team members and private of signed-in user&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Catalog Requests &lt;/td&gt;
 &lt;td&gt;View the catalog publication request queue&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Approve Catalog Request &lt;/td&gt;
 &lt;td&gt;Approve catalog publication requests&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Deny Catalog Request &lt;/td&gt;
 &lt;td&gt;Deny catalog publication requests&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create new design &lt;/td&gt;
 &lt;td&gt;Create new Meshery design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Import Design &lt;/td&gt;
 &lt;td&gt;Import a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Publish Design &lt;/td&gt;
 &lt;td&gt;Publish a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Unpublish Design &lt;/td&gt;
 &lt;td&gt;Unpublish a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Validate Design &lt;/td&gt;
 &lt;td&gt;Validate a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Deploy Design &lt;/td&gt;
 &lt;td&gt;Deploy a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Undeploy Design &lt;/td&gt;
 &lt;td&gt;Retract all resources used in a Meshery design from the cluster&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Details of design &lt;/td&gt;
 &lt;td&gt;Set design information or details of a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit design &lt;/td&gt;
 &lt;td&gt;Edit a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete a design &lt;/td&gt;
 &lt;td&gt;Delete a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Download a design &lt;/td&gt;
 &lt;td&gt;Download a Meshery design in OCI or YAML format&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Import Filter &lt;/td&gt;
 &lt;td&gt;Import a filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Download a WASM filter &lt;/td&gt;
 &lt;td&gt;Download a WASM filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Details of WASM Filter &lt;/td&gt;
 &lt;td&gt;Check information or details of a WASM filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit WASM filter &lt;/td&gt;
 &lt;td&gt;Edit WASM filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Clone WASM Filter &lt;/td&gt;
 &lt;td&gt;Clone WASM filter from catalog, which allows customizing filter and use it in design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete WASM Filter &lt;/td&gt;
 &lt;td&gt;Delete WASM filter permanently from catalog.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Meshery User Preferences &lt;/td&gt;
 &lt;td&gt;View all user preferences in Meshery UI &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Extensions &lt;/td&gt;
 &lt;td&gt;View all extensions on the extension page&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View All Kubernetes Clusters &lt;/td&gt;
 &lt;td&gt;View all configured Kubernetes clusters&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Team &lt;/td&gt;
 &lt;td&gt;See only teams to which you are a member. See all other members within those teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Teams &lt;/td&gt;
 &lt;td&gt;See all teams of which you are an administrator. See all members of those teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View All Teams &lt;/td&gt;
 &lt;td&gt;See all teams within an organization. See all members of all teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove Roles from Team members &lt;/td&gt;
 &lt;td&gt;Remove roles from users in a team&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign Roles to Team members &lt;/td&gt;
 &lt;td&gt;Assign roles to users in a team&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Open Team Invite &lt;/td&gt;
 &lt;td&gt;This governs the team&amp;#39;s invitation permissions, determining whether the team is allowed to extend invitations to new individuals to join through open invite link.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Org &lt;/td&gt;
 &lt;td&gt;See only organizations to which you are a member. See all other members within your membership teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Add cluster &lt;/td&gt;
 &lt;td&gt;Add Kubernetes cluster&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Change connection state &lt;/td&gt;
 &lt;td&gt;Change connection state&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Flush Meshsync data &lt;/td&gt;
 &lt;td&gt;Clearing the database by clicking on the `Flush MeshSync`&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Register discovered Meshsync resource &lt;/td&gt;
 &lt;td&gt;Register discovered Meshsync resource to change state to connection&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete a connection &lt;/td&gt;
 &lt;td&gt;Delete a connection&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Settings &lt;/td&gt;
 &lt;td&gt;View settings in Meshery&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Metrics &lt;/td&gt;
 &lt;td&gt;View already configured metrics&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Registry &lt;/td&gt;
 &lt;td&gt;Explore entities within capabilities registry &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Results &lt;/td&gt;
 &lt;td&gt;View results of performance tests&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View performance profiles &lt;/td&gt;
 &lt;td&gt;View all performance profiles&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View cloud native infrastructure &lt;/td&gt;
 &lt;td&gt;This permission grants the user the ability to view all cloud native infrastructure in Meshery. Meshery allows users to visualize, work on and manage various cloud native technologies.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Connections &lt;/td&gt;
 &lt;td&gt;View all connections within an environment&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Environment &lt;/td&gt;
 &lt;td&gt;See all environments within an workspace.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create Environment &lt;/td&gt;
 &lt;td&gt;Create a new environment&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete Environment &lt;/td&gt;
 &lt;td&gt;Dissolve environment and all connection memberships. Leave associated resources intact.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit Environment &lt;/td&gt;
 &lt;td&gt;Edit environment and it connection membership&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign connections to environment &lt;/td&gt;
 &lt;td&gt;Add new connections to environments&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove connections from environments &lt;/td&gt;
 &lt;td&gt;Remove connections from environment, &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Catalog &lt;/td&gt;
 &lt;td&gt;View all items in catalog&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Workspace &lt;/td&gt;
 &lt;td&gt;See all workspaces within an organisation&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete Workspace &lt;/td&gt;
 &lt;td&gt;Dissolve workspace and all team and environment memberships. Leave associated resources intact&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit Workspace &lt;/td&gt;
 &lt;td&gt;Edit workspace and it&amp;#39;s team and environment membership&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create Workspace &lt;/td&gt;
 &lt;td&gt;Create new workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign team to workspace &lt;/td&gt;
 &lt;td&gt;Add new team to workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove team from workspace &lt;/td&gt;
 &lt;td&gt;Remove team from workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign environment to workspace &lt;/td&gt;
 &lt;td&gt;Add new environment to workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove environment from workspace &lt;/td&gt;
 &lt;td&gt;Remove environment from workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign Designs to Workspaces &lt;/td&gt;
 &lt;td&gt;Assign designs to workspaces&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove Designs from Workspaces &lt;/td&gt;
 &lt;td&gt;Remove designs from workspaces&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 &lt;/div&gt;
 
 &lt;div class="csvtable-div"&gt;
 
 
 
 
 
 &lt;h2&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Billing Manager Role&lt;/a&gt;&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Add User to Organization &lt;/td&gt;
 &lt;td&gt;Directly create a new user account within an organization.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Invite User to Organization &lt;/td&gt;
 &lt;td&gt;Send a request for a user to join an organization.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove User from Organization &lt;/td&gt;
 &lt;td&gt;Discontinue user access to organization, teams and resources; cease billing accrual.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Promote or Demote User to Org Admin &lt;/td&gt;
 &lt;td&gt;Elevate or remove organization level administrative privileges.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Org &lt;/td&gt;
 &lt;td&gt;See only organizations to which you are a member. See all other members within your membership teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Organizations &lt;/td&gt;
 &lt;td&gt;See all organizations of which you are an administrator. See all members of those organizations.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 &lt;/div&gt;
 
 &lt;div class="csvtable-div"&gt;
 
 
 
 
 
 &lt;h2&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/organization-roles"&gt;Org Admin Role&lt;/a&gt;&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Share Design &lt;/td&gt;
 &lt;td&gt;Share design with anyone within your organization, and make your design easily accessible to all relevant team members.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Clone Design &lt;/td&gt;
 &lt;td&gt;Clone any published design to customise it according to your use cases&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Designs &lt;/td&gt;
 &lt;td&gt;View all public and published designs of other team members and private of signed-in user&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Filters &lt;/td&gt;
 &lt;td&gt;View all public and published filters of other team members and private of signed-in user&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Catalog Requests &lt;/td&gt;
 &lt;td&gt;View the catalog publication request queue&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Approve Catalog Request &lt;/td&gt;
 &lt;td&gt;Approve catalog publication requests&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Deny Catalog Request &lt;/td&gt;
 &lt;td&gt;Deny catalog publication requests&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create new design &lt;/td&gt;
 &lt;td&gt;Create new Meshery design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Import Design &lt;/td&gt;
 &lt;td&gt;Import a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Publish Design &lt;/td&gt;
 &lt;td&gt;Publish a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Unpublish Design &lt;/td&gt;
 &lt;td&gt;Unpublish a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Validate Design &lt;/td&gt;
 &lt;td&gt;Validate a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Deploy Design &lt;/td&gt;
 &lt;td&gt;Deploy a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Undeploy Design &lt;/td&gt;
 &lt;td&gt;Retract all resources used in a Meshery design from the cluster&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Details of design &lt;/td&gt;
 &lt;td&gt;Set design information or details of a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit design &lt;/td&gt;
 &lt;td&gt;Edit a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete a design &lt;/td&gt;
 &lt;td&gt;Delete a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Download a design &lt;/td&gt;
 &lt;td&gt;Download a Meshery design in OCI or YAML format&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Import Filter &lt;/td&gt;
 &lt;td&gt;Import a filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Download a WASM filter &lt;/td&gt;
 &lt;td&gt;Download a WASM filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Details of WASM Filter &lt;/td&gt;
 &lt;td&gt;Check information or details of a WASM filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit WASM filter &lt;/td&gt;
 &lt;td&gt;Edit WASM filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Clone WASM Filter &lt;/td&gt;
 &lt;td&gt;Clone WASM filter from catalog, which allows customizing filter and use it in design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete WASM Filter &lt;/td&gt;
 &lt;td&gt;Delete WASM filter permanently from catalog.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Install extension &lt;/td&gt;
 &lt;td&gt;Install or enable or disabble extensions in Meshery&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Meshery User Preferences &lt;/td&gt;
 &lt;td&gt;View all user preferences in Meshery UI &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Extensions &lt;/td&gt;
 &lt;td&gt;View all extensions on the extension page&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View All Kubernetes Clusters &lt;/td&gt;
 &lt;td&gt;View all configured Kubernetes clusters&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Team &lt;/td&gt;
 &lt;td&gt;See only teams to which you are a member. See all other members within those teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Teams &lt;/td&gt;
 &lt;td&gt;See all teams of which you are an administrator. See all members of those teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View All Teams &lt;/td&gt;
 &lt;td&gt;See all teams within an organization. See all members of all teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Add User to Team &lt;/td&gt;
 &lt;td&gt;Directly create a new user account within a team.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Invite User to Team &lt;/td&gt;
 &lt;td&gt;Send a request for a user to join a team.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove User from Team &lt;/td&gt;
 &lt;td&gt;Discontinue user membership of a team and team resources.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create Team &lt;/td&gt;
 &lt;td&gt;Establish new team for organizing groups of users and resource access.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete Team &lt;/td&gt;
 &lt;td&gt;Dissolve a team and all user memberships. Leave associated resources intact.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit Team &lt;/td&gt;
 &lt;td&gt;Edit a team and add new members to it. &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove Roles from Team members &lt;/td&gt;
 &lt;td&gt;Remove roles from users in a team&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign Roles to Team members &lt;/td&gt;
 &lt;td&gt;Assign roles to users in a team&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Open Team Invite &lt;/td&gt;
 &lt;td&gt;This governs the team&amp;#39;s invitation permissions, determining whether the team is allowed to extend invitations to new individuals to join through open invite link.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create Organization &lt;/td&gt;
 &lt;td&gt;Establish new organization for organizing teams, users, and resource access.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit Organization &lt;/td&gt;
 &lt;td&gt;Edit organiaztions and add teams to it&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Add User to Organization &lt;/td&gt;
 &lt;td&gt;Directly create a new user account within an organization.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Invite User to Organization &lt;/td&gt;
 &lt;td&gt;Send a request for a user to join an organization.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove User from Organization &lt;/td&gt;
 &lt;td&gt;Discontinue user access to organization, teams and resources; cease billing accrual.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Promote or Demote User to Org Admin &lt;/td&gt;
 &lt;td&gt;Elevate or remove organization level administrative privileges.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Org &lt;/td&gt;
 &lt;td&gt;See only organizations to which you are a member. See all other members within your membership teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Organizations &lt;/td&gt;
 &lt;td&gt;See all organizations of which you are an administrator. See all members of those organizations.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View All Organizations &lt;/td&gt;
 &lt;td&gt;See all organizations within a Layer5 Cloud deployment. See all organizations, teams, and users.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove Roles from Organization members &lt;/td&gt;
 &lt;td&gt;Remove roles from users in an organization&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign Roles to Organization members &lt;/td&gt;
 &lt;td&gt;Assign roles to users in an organization&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Add cluster &lt;/td&gt;
 &lt;td&gt;Add Kubernetes cluster&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Change connection state &lt;/td&gt;
 &lt;td&gt;Change connection state&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Flush Meshsync data &lt;/td&gt;
 &lt;td&gt;Clearing the database by clicking on the `Flush MeshSync`&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Register discovered Meshsync resource &lt;/td&gt;
 &lt;td&gt;Register discovered Meshsync resource to change state to connection&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete a connection &lt;/td&gt;
 &lt;td&gt;Delete a connection&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Settings &lt;/td&gt;
 &lt;td&gt;View settings in Meshery&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Connect adapter &lt;/td&gt;
 &lt;td&gt;Configure and connect to Meshery adapters&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Connect Metrics &lt;/td&gt;
 &lt;td&gt;Configure and connect to metrics like Grafana and Promethues&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Metrics &lt;/td&gt;
 &lt;td&gt;View already configured metrics&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Registry &lt;/td&gt;
 &lt;td&gt;Explore entities within capabilities registry &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Add performace profile &lt;/td&gt;
 &lt;td&gt;Add a new performace profile&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Run test &lt;/td&gt;
 &lt;td&gt;Run a test on performance profile&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Results &lt;/td&gt;
 &lt;td&gt;View results of performance tests&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit performance test &lt;/td&gt;
 &lt;td&gt;Edit performance test&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete performance test &lt;/td&gt;
 &lt;td&gt;Delete performance test&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View performance profiles &lt;/td&gt;
 &lt;td&gt;View all performance profiles&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Manage cloud native infrastructure life cycle &lt;/td&gt;
 &lt;td&gt;This permission grants the user the ability to manage infrastructure life cycles within meshery. Meshery allows users to visualize, work on and manage various cloud native technologies.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Manage cloud native infrastructure configuration &lt;/td&gt;
 &lt;td&gt;Manage configuration for applications like EmojiVoto, HTTPBin, Image Hub, Istio Book Info&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Apply cloud native infrastructure configuration &lt;/td&gt;
 &lt;td&gt;Configure infrastructure with some predefined options like Automatic Sidecar injection, Envoy Filter, Policy&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Validate cloud native infrastructure configuration &lt;/td&gt;
 &lt;td&gt;Validate cloud native infrastructure configuration against best practices like Analyze Running Configuration, SMI conformance&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Apply custom cloud native configuration &lt;/td&gt;
 &lt;td&gt;This permission grants the user the ability to apply custom configuration and customize existing configuration of thier cloud native infrastructure&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Deploy cloud native infrastructure &lt;/td&gt;
 &lt;td&gt;This permission grants the user the ability to deploy their infrastructure to a cluster through Meshery. Meshery allows users to visualize, work on and manage various cloud native technologies&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Undeploy cloud native infrastructure &lt;/td&gt;
 &lt;td&gt;This permission grants the user the ability to undeploy their infrastructure from a cluster through Meshery. Meshery allows users to visualize, work on and manage various cloud native technologies&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View cloud native infrastructure &lt;/td&gt;
 &lt;td&gt;This permission grants the user the ability to view all cloud native infrastructure in Meshery. Meshery allows users to visualize, work on and manage various cloud native technologies.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Connections &lt;/td&gt;
 &lt;td&gt;View all connections within an environment&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Environment &lt;/td&gt;
 &lt;td&gt;See all environments within an workspace.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create Environment &lt;/td&gt;
 &lt;td&gt;Create a new environment&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete Environment &lt;/td&gt;
 &lt;td&gt;Dissolve environment and all connection memberships. Leave associated resources intact.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit Environment &lt;/td&gt;
 &lt;td&gt;Edit environment and it connection membership&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign connections to environment &lt;/td&gt;
 &lt;td&gt;Add new connections to environments&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove connections from environments &lt;/td&gt;
 &lt;td&gt;Remove connections from environment, &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Catalog &lt;/td&gt;
 &lt;td&gt;View all items in catalog&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Workspace &lt;/td&gt;
 &lt;td&gt;See all workspaces within an organisation&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete Workspace &lt;/td&gt;
 &lt;td&gt;Dissolve workspace and all team and environment memberships. Leave associated resources intact&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit Workspace &lt;/td&gt;
 &lt;td&gt;Edit workspace and it&amp;#39;s team and environment membership&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create Workspace &lt;/td&gt;
 &lt;td&gt;Create new workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign team to workspace &lt;/td&gt;
 &lt;td&gt;Add new team to workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove team from workspace &lt;/td&gt;
 &lt;td&gt;Remove team from workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign environment to workspace &lt;/td&gt;
 &lt;td&gt;Add new environment to workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove environment from workspace &lt;/td&gt;
 &lt;td&gt;Remove environment from workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign Designs to Workspaces &lt;/td&gt;
 &lt;td&gt;Assign designs to workspaces&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove Designs from Workspaces &lt;/td&gt;
 &lt;td&gt;Remove designs from workspaces&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Reset Database &lt;/td&gt;
 &lt;td&gt;Reset Meshery database&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 &lt;/div&gt;
 
 &lt;div class="csvtable-div"&gt;
 
 
 
 
 
 &lt;h2&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/#provider-admin-role"&gt;Provider Admin Role&lt;/a&gt;&lt;/h2&gt;
 &lt;table class="csvtable td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 
 
 
 
 
 &lt;th&gt;Permission&lt;/th&gt;
 
 
 
 
 
 
 &lt;th&gt;Description&lt;/th&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Share Design &lt;/td&gt;
 &lt;td&gt;Share design with anyone within your organization, and make your design easily accessible to all relevant team members.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Clone Design &lt;/td&gt;
 &lt;td&gt;Clone any published design to customise it according to your use cases&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Designs &lt;/td&gt;
 &lt;td&gt;View all public and published designs of other team members and private of signed-in user&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Filters &lt;/td&gt;
 &lt;td&gt;View all public and published filters of other team members and private of signed-in user&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Catalog Requests &lt;/td&gt;
 &lt;td&gt;View the catalog publication request queue&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Approve Catalog Request &lt;/td&gt;
 &lt;td&gt;Approve catalog publication requests&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Deny Catalog Request &lt;/td&gt;
 &lt;td&gt;Deny catalog publication requests&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create new design &lt;/td&gt;
 &lt;td&gt;Create new Meshery design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Import Design &lt;/td&gt;
 &lt;td&gt;Import a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Publish Design &lt;/td&gt;
 &lt;td&gt;Publish a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Unpublish Design &lt;/td&gt;
 &lt;td&gt;Unpublish a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Validate Design &lt;/td&gt;
 &lt;td&gt;Validate a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Deploy Design &lt;/td&gt;
 &lt;td&gt;Deploy a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Undeploy Design &lt;/td&gt;
 &lt;td&gt;Retract all resources used in a Meshery design from the cluster&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Details of design &lt;/td&gt;
 &lt;td&gt;Set design information or details of a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit design &lt;/td&gt;
 &lt;td&gt;Edit a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete a design &lt;/td&gt;
 &lt;td&gt;Delete a design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Download a design &lt;/td&gt;
 &lt;td&gt;Download a Meshery design in OCI or YAML format&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Import Filter &lt;/td&gt;
 &lt;td&gt;Import a filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Download a WASM filter &lt;/td&gt;
 &lt;td&gt;Download a WASM filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Details of WASM Filter &lt;/td&gt;
 &lt;td&gt;Check information or details of a WASM filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit WASM filter &lt;/td&gt;
 &lt;td&gt;Edit WASM filter&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Clone WASM Filter &lt;/td&gt;
 &lt;td&gt;Clone WASM filter from catalog, which allows customizing filter and use it in design&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete WASM Filter &lt;/td&gt;
 &lt;td&gt;Delete WASM filter permanently from catalog.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Install extension &lt;/td&gt;
 &lt;td&gt;Install or enable or disabble extensions in Meshery&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Meshery User Preferences &lt;/td&gt;
 &lt;td&gt;View all user preferences in Meshery UI &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Extensions &lt;/td&gt;
 &lt;td&gt;View all extensions on the extension page&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View All Kubernetes Clusters &lt;/td&gt;
 &lt;td&gt;View all configured Kubernetes clusters&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Team &lt;/td&gt;
 &lt;td&gt;See only teams to which you are a member. See all other members within those teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Teams &lt;/td&gt;
 &lt;td&gt;See all teams of which you are an administrator. See all members of those teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View All Teams &lt;/td&gt;
 &lt;td&gt;See all teams within an organization. See all members of all teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Add User to Team &lt;/td&gt;
 &lt;td&gt;Directly create a new user account within a team.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Invite User to Team &lt;/td&gt;
 &lt;td&gt;Send a request for a user to join a team.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove User from Team &lt;/td&gt;
 &lt;td&gt;Discontinue user membership of a team and team resources.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create Team &lt;/td&gt;
 &lt;td&gt;Establish new team for organizing groups of users and resource access.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete Team &lt;/td&gt;
 &lt;td&gt;Dissolve a team and all user memberships. Leave associated resources intact.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit Team &lt;/td&gt;
 &lt;td&gt;Edit a team and add new members to it. &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove Roles from Team members &lt;/td&gt;
 &lt;td&gt;Remove roles from users in a team&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign Roles to Team members &lt;/td&gt;
 &lt;td&gt;Assign roles to users in a team&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Open Team Invite &lt;/td&gt;
 &lt;td&gt;This governs the team&amp;#39;s invitation permissions, determining whether the team is allowed to extend invitations to new individuals to join through open invite link.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create Organization &lt;/td&gt;
 &lt;td&gt;Establish new organization for organizing teams, users, and resource access.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit Organization &lt;/td&gt;
 &lt;td&gt;Edit organiaztions and add teams to it&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Add User to Organization &lt;/td&gt;
 &lt;td&gt;Directly create a new user account within an organization.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Invite User to Organization &lt;/td&gt;
 &lt;td&gt;Send a request for a user to join an organization.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove User from Organization &lt;/td&gt;
 &lt;td&gt;Discontinue user access to organization, teams and resources; cease billing accrual.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Promote or Demote User to Org Admin &lt;/td&gt;
 &lt;td&gt;Elevate or remove organization level administrative privileges.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Org &lt;/td&gt;
 &lt;td&gt;See only organizations to which you are a member. See all other members within your membership teams.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Organizations &lt;/td&gt;
 &lt;td&gt;See all organizations of which you are an administrator. See all members of those organizations.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View All Organizations &lt;/td&gt;
 &lt;td&gt;See all organizations within a Layer5 Cloud deployment. See all organizations, teams, and users.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove Roles from Organization members &lt;/td&gt;
 &lt;td&gt;Remove roles from users in an organization&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign Roles to Organization members &lt;/td&gt;
 &lt;td&gt;Assign roles to users in an organization&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Add cluster &lt;/td&gt;
 &lt;td&gt;Add Kubernetes cluster&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Change connection state &lt;/td&gt;
 &lt;td&gt;Change connection state&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Flush Meshsync data &lt;/td&gt;
 &lt;td&gt;Clearing the database by clicking on the `Flush MeshSync`&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Register discovered Meshsync resource &lt;/td&gt;
 &lt;td&gt;Register discovered Meshsync resource to change state to connection&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete a connection &lt;/td&gt;
 &lt;td&gt;Delete a connection&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Settings &lt;/td&gt;
 &lt;td&gt;View settings in Meshery&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Connect adapter &lt;/td&gt;
 &lt;td&gt;Configure and connect to Meshery adapters&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Connect Metrics &lt;/td&gt;
 &lt;td&gt;Configure and connect to metrics like Grafana and Promethues&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Metrics &lt;/td&gt;
 &lt;td&gt;View already configured metrics&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Registry &lt;/td&gt;
 &lt;td&gt;Explore entities within capabilities registry &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Add performace profile &lt;/td&gt;
 &lt;td&gt;Add a new performace profile&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Run test &lt;/td&gt;
 &lt;td&gt;Run a test on performance profile&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Results &lt;/td&gt;
 &lt;td&gt;View results of performance tests&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit performance test &lt;/td&gt;
 &lt;td&gt;Edit performance test&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete performance test &lt;/td&gt;
 &lt;td&gt;Delete performance test&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View performance profiles &lt;/td&gt;
 &lt;td&gt;View all performance profiles&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Manage cloud native infrastructure life cycle &lt;/td&gt;
 &lt;td&gt;This permission grants the user the ability to manage infrastructure life cycles within meshery. Meshery allows users to visualize, work on and manage various cloud native technologies.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Manage cloud native infrastructure configuration &lt;/td&gt;
 &lt;td&gt;Manage configuration for applications like EmojiVoto, HTTPBin, Image Hub, Istio Book Info&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Apply cloud native infrastructure configuration &lt;/td&gt;
 &lt;td&gt;Configure infrastructure with some predefined options like Automatic Sidecar injection, Envoy Filter, Policy&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Validate cloud native infrastructure configuration &lt;/td&gt;
 &lt;td&gt;Validate cloud native infrastructure configuration against best practices like Analyze Running Configuration, SMI conformance&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Apply custom cloud native configuration &lt;/td&gt;
 &lt;td&gt;This permission grants the user the ability to apply custom configuration and customize existing configuration of thier cloud native infrastructure&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Deploy cloud native infrastructure &lt;/td&gt;
 &lt;td&gt;This permission grants the user the ability to deploy their infrastructure to a cluster through Meshery. Meshery allows users to visualize, work on and manage various cloud native technologies&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Undeploy cloud native infrastructure &lt;/td&gt;
 &lt;td&gt;This permission grants the user the ability to undeploy their infrastructure from a cluster through Meshery. Meshery allows users to visualize, work on and manage various cloud native technologies&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View cloud native infrastructure &lt;/td&gt;
 &lt;td&gt;This permission grants the user the ability to view all cloud native infrastructure in Meshery. Meshery allows users to visualize, work on and manage various cloud native technologies.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Connections &lt;/td&gt;
 &lt;td&gt;View all connections within an environment&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Environment &lt;/td&gt;
 &lt;td&gt;See all environments within an workspace.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create Environment &lt;/td&gt;
 &lt;td&gt;Create a new environment&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete Environment &lt;/td&gt;
 &lt;td&gt;Dissolve environment and all connection memberships. Leave associated resources intact.&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit Environment &lt;/td&gt;
 &lt;td&gt;Edit environment and it connection membership&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign connections to environment &lt;/td&gt;
 &lt;td&gt;Add new connections to environments&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove connections from environments &lt;/td&gt;
 &lt;td&gt;Remove connections from environment, &lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Catalog &lt;/td&gt;
 &lt;td&gt;View all items in catalog&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;View Workspace &lt;/td&gt;
 &lt;td&gt;See all workspaces within an organisation&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Delete Workspace &lt;/td&gt;
 &lt;td&gt;Dissolve workspace and all team and environment memberships. Leave associated resources intact&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Edit Workspace &lt;/td&gt;
 &lt;td&gt;Edit workspace and it&amp;#39;s team and environment membership&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Create Workspace &lt;/td&gt;
 &lt;td&gt;Create new workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign team to workspace &lt;/td&gt;
 &lt;td&gt;Add new team to workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove team from workspace &lt;/td&gt;
 &lt;td&gt;Remove team from workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign environment to workspace &lt;/td&gt;
 &lt;td&gt;Add new environment to workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove environment from workspace &lt;/td&gt;
 &lt;td&gt;Remove environment from workspace&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Assign Designs to Workspaces &lt;/td&gt;
 &lt;td&gt;Assign designs to workspaces&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Remove Designs from Workspaces &lt;/td&gt;
 &lt;td&gt;Remove designs from workspaces&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &lt;tr&gt;
 &lt;td&gt;Reset Database &lt;/td&gt;
 &lt;td&gt;Reset Meshery database&lt;/td&gt;
 &lt;/tr&gt;
 
 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
 &lt;/div&gt;
 
 

 
 &lt;/div&gt;
&lt;/div&gt;

&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Default Workspace Roles</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/workspace-roles/</guid><description>&lt;div class="td-card-group card-group p-0 mb-4"&gt;
&lt;div class="td-card card border me-4"&gt;
&lt;div class="card-body"&gt;
 &lt;p class="card-text"&gt;
 &lt;img src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/images/workspace-roles.svg" link="images/workspace-roles.svg" width="100%" alt="Workspace Roles" /&gt;
&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;

&lt;div class="td-card-group card-group p-0 mb-4"&gt;

&lt;div class="td-card card border me-4"&gt;
&lt;div class="card-header"&gt;
 
&lt;h2 id="workspace-administrator" class="heading-link"&gt;
 Workspace Administrator
 &lt;a href="#workspace-administrator" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

 &lt;/div&gt;
&lt;div class="card-body"&gt;
 &lt;p class="card-text"&gt;
 &lt;p&gt;&lt;strong&gt;What is the purpose of this role?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Administration of a workspace along with curation of content for the organization&amp;rsquo;s catalog (for each organization for which the user has this role assigned)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Who can assign this role?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Organization Administrators or Workspace Owner&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;When this role first assigned?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Creation of a new workspace&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;How many instances of these roles?&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Design Render Quality</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/advanced/url-parameters/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/advanced/url-parameters/</guid><description>&lt;p&gt;By default, Kanvas optimizes the rendering of your designs to ensure good performance and responsiveness. This means that some computationally intensive visual elements, such as advanced relationships like &lt;strong&gt;TagSets&lt;/strong&gt; (groups of components visually demarcated), might not be displayed initially to reduce system load.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To learn more about defining relationships between components, including the detailed use and creation of &lt;strong&gt;TagSets&lt;/strong&gt;, please see the &lt;a href="https://docs.layer5.io/kanvas/getting-started/creating-relationships/"&gt;Creating Relationships | Layer5 Documentation&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2 id="enable-full-render-mode" class="heading-link"&gt;
 Enable Full Render Mode
 &lt;a href="#enable-full-render-mode" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;To activate this full render mode, you will need to add the &lt;code&gt;render=full&lt;/code&gt; parameter to your Kanvas design URL. This mode ensures all elements, including &lt;strong&gt;TagSets&lt;/strong&gt;, are displayed, which might otherwise be hidden for performance optimization.&lt;/p&gt;</description></item><item><title>Extending the Academy</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/extending-the-academy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/extending-the-academy/</guid><description>&lt;p&gt;The &lt;a href="https://cloud.layer5.io/academy"&gt;Layer5 Cloud Academy&lt;/a&gt; is a modular learning management system (LMS) designed for building learning paths and interactive, hands-on challenges. It is deeply integrated into the Layer5 cloud ecosystem and &lt;strong&gt;&lt;a href="https://kanvas.new/"&gt;Kanvas&lt;/a&gt;&lt;/strong&gt; — a visual designer for cloud native infrastructure. This integration allows you to embed live visualizations, interactive designs, and contextual experiences directly into your courses.&lt;/p&gt;
&lt;p&gt;This approach transforms learning from passive reading into active, hands-on practice.&lt;/p&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[486 380 63 397 151 216]" src="./images/overview.png" onclick="openModal(this.id)" alt="Example of Academy" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;</description></item><item><title>Integrating GitHub with Meshery</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/getting-started/github-integration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/getting-started/github-integration/</guid><description>&lt;h2 id="introduction" class="heading-link"&gt;
 Introduction
 &lt;a href="#introduction" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Meshery&amp;rsquo;s GitHub Integration is a powerful feature that lets you authorize your GitHub account and import infrastructure files into Meshery. These files are then readily available in the Meshery catalog and can be easily opened in the Meshery Playground for viewing and configuration.&lt;/p&gt;
&lt;p&gt;The GitHub integration offers an alternative to &lt;a href="https://docs.meshery.io/guides/configuration-management/importing-designs"&gt;importing designs from the canvas or through mesheryctl&lt;/a&gt;. It simplifies configuration management and enhances deployment workflow efficiency. By leveraging this integration, you ensure your infrastructure designs are easily accessible and always up-to-date.&lt;/p&gt;</description></item><item><title>Keychains</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/keychains/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/keychains/</guid><description>&lt;p&gt;In Layer5 Cloud, a collection of permissions is represented as a keychain. One or more keychains can are grouped together and assigned to a &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/"&gt;role&lt;/a&gt;. Later, a role can be assigned to a user. This is the general flow of how keychains are assigned to a user.&lt;/p&gt;
&lt;p&gt;For instance, consider a system shipped default keychain &lt;code&gt;Team Management&lt;/code&gt;, which is a collection of eight keys: &lt;code&gt;View All Teams&lt;/code&gt;, &lt;code&gt;Add User to Team&lt;/code&gt;, &lt;code&gt;Invite User to Team&lt;/code&gt;, &lt;code&gt;Remove User from Team&lt;/code&gt;, &lt;code&gt;Create Team&lt;/code&gt;, &lt;code&gt;Delete Team&lt;/code&gt;, &lt;code&gt;Remove User Role from Team&lt;/code&gt;, and &lt;code&gt;Assign User Role in a Team&lt;/code&gt;. This implies that you can perform all these operations only if your user account possesses a role to which &lt;code&gt;Team Management&lt;/code&gt; keychain is assigned in a given organization.&lt;/p&gt;</description></item><item><title>Keys</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/keys/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/keys/</guid><description>&lt;p&gt;In Layer5 Cloud, permissions are represented as keys, each serving as a unique identifier for a specific permission. One or more keys can be grouped together and assigned to a &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/keychains/"&gt;keychain&lt;/a&gt;. Then this keychain can be assigned to a &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/"&gt;role&lt;/a&gt; and that role can be assigned to a user. This is the general flow of how keys are assigned to a user.&lt;/p&gt;
&lt;p&gt;For instance, consider a system shipped default key &lt;code&gt;Create Organization&lt;/code&gt;, which corresponds to the permission to create an organization in the Cloud. This implies that to create an organization, you need to have &lt;code&gt;Create Organization&lt;/code&gt; key assigned to a keychain, which, in turn, is assigned to a role that&amp;rsquo;s associated with your user account for a given organization.&lt;/p&gt;</description></item><item><title>Leaderboard</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/catalog/leaderboard/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/catalog/leaderboard/</guid><description>&lt;p&gt;Leaderboard provides a clear and engaging way to view and compare the performance of different Designs, highlighting the most popular and actively used ones within the Cloud.&lt;/p&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[65 122 449 64 218 144]" src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/catalog/images/leaderboard-page.gif" onclick="openModal(this.id)" alt="Leaderboard page overview" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;






&lt;div class="alert alert-custom" style="border-color: #3772ff;" role="alert"&gt;
 &lt;h4 class="alert-heading" style="color: #3772ff;"&gt;Understanding Metrics&lt;/h4&gt;
 
 Metrics are quantifiable measures used to track and assess the status, progress, and performance of various activities and user interactions with Designs. Learn more about &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/catalog/metrics/"&gt;Metrics&lt;/a&gt;
 
&lt;/div&gt;



&lt;h3 id="how-to-access-the-leaderboard" class="heading-link"&gt;
 How to Access the Leaderboard
 &lt;a href="#how-to-access-the-leaderboard" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;You can reach the Leaderboard page in two ways:&lt;/p&gt;</description></item><item><title>Learner Guide</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/using-the-academy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/using-the-academy/</guid><description>&lt;p&gt;This guide is designed to be your friendly companion, helping you navigate the platform, understand its features, and make the most of your learning experience.&lt;/p&gt;
&lt;p&gt;Here, you can achieve:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A systematic understanding of complex topics&lt;/li&gt;
&lt;li&gt;Hands-on experience by solving real-world problems&lt;/li&gt;
&lt;li&gt;Verifiable badges to showcase your skills&lt;/li&gt;
&lt;li&gt;Official certificates to formally recognize your expertise&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="exploring-the-content-catalog" class="heading-link"&gt;
 Exploring the Content Catalog
 &lt;a href="#exploring-the-content-catalog" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Your journey begins at the Academy&amp;rsquo;s main catalog page, where you can discover all available learning content.&lt;/p&gt;</description></item><item><title>Navigating Organizations</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/identity/organizations/org-management/navigating-organizations/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/identity/organizations/org-management/navigating-organizations/</guid><description>&lt;p&gt;This guide explains how to switch between organizations in Layer5 Cloud and describes the order of precedence that determines your active organization context.&lt;/p&gt;

&lt;h2 id="understanding-organization-context" class="heading-link"&gt;
 Understanding Organization Context
 &lt;a href="#understanding-organization-context" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;When you work in Layer5 Cloud, your current organization context determines:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Which resources you can view (designs, environments, connections, workspaces)&lt;/li&gt;
&lt;li&gt;Where new resources are created when you add them&lt;/li&gt;
&lt;li&gt;What permissions and access levels apply to your actions&lt;/li&gt;
&lt;/ul&gt;






&lt;div class="alert alert-custom" style="border-color: #3772ff;" role="alert"&gt;
 &lt;h4 class="alert-heading" style="color: #3772ff;"&gt;Organization-Scoped Experience&lt;/h4&gt;
 
 An organization session scopes the UI, meaning all queries and resources displayed are only from the selected organization. Any new designs, environments, or other resources you create are automatically placed in the currently selected organization.
 
&lt;/div&gt;



&lt;h2 id="order-of-precedence-for-organization-settings" class="heading-link"&gt;
 Order of Precedence for Organization Settings
 &lt;a href="#order-of-precedence-for-organization-settings" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Layer5 Cloud uses the following order of precedence to determine your active organization context:&lt;/p&gt;</description></item><item><title>Networking</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/self-hosted/planning/peer-to-peer-communication/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/self-hosted/planning/peer-to-peer-communication/</guid><description>&lt;h2 id="considerations-of-peer-to-peer-communication" class="heading-link"&gt;
 Considerations of Peer-to-Peer Communication
 &lt;a href="#considerations-of-peer-to-peer-communication" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Layer5 Cloud offers central coordination for real-time user presence and its multi-player experience and does so by propagating document (e.g. designs, views, and so on) updates peer-to-peer to all users using WebRTC. This allows for real-time collaboration without the need for a central server. The signaling server is only used to establish the initial connection between peers. The signaling server does not have access to the content of the document.&lt;/p&gt;</description></item><item><title>Starting from scratch</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/starting-scratch/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/starting-scratch/</guid><description>&lt;h2 id="step-1-accessing-designer-mode" class="heading-link"&gt;
 Step 1: Accessing Designer Mode
 &lt;a href="#step-1-accessing-designer-mode" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Upon entering Kanvas, seamlessly transition to the &amp;ldquo;Designer&amp;rdquo; mode by selecting the &amp;ldquo;Designer&amp;rdquo; tab from the main menu. This action dynamically switches to the Designer mode, initializing the necessary tools for design creation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example Analogy:&lt;/strong&gt;
Think of Designer mode as your blueprint studio. Just like architects use specific tools to design buildings, you, as a cloud architect, use Kanvas to design your cloud native applications.&lt;/p&gt;</description></item><item><title>Understanding Edge Styles</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/understanding-edges/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/understanding-edges/</guid><description>&lt;p&gt;When you connect components in &lt;a href="https://kanvas.new/"&gt;Kanvas&lt;/a&gt;, the line you draw is called an &lt;strong&gt;edge&lt;/strong&gt;. Each edge visually represents a &lt;a href="https://docs.layer5.io/kanvas/concepts/relationships/"&gt;relationship&lt;/a&gt; between your components. This guide explains how to use different edge styles to create clear and effective infrastructure designs.&lt;/p&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[469 195 79 243 114 389]" src="images/style-edge.gif" onclick="openModal(this.id)" alt="Examples of changing edge styles in Kanvas" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;

&lt;h2 id="understanding-edge-types" class="heading-link"&gt;
 Understanding Edge Types
 &lt;a href="#understanding-edge-types" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;In Kanvas, there are two main types of edges, each serving a different purpose:&lt;/p&gt;</description></item><item><title>Validating Designs</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tasks/designs/validating-designs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tasks/designs/validating-designs/</guid><description>&lt;h2 id="how-validation-works" class="heading-link"&gt;
 How Validation Works
 &lt;a href="#how-validation-works" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Meshery uses static analysis to verify your design. It checks all components within your design and all configured and unconfigured properties of your components against well-defined schemas based on Meshery Models.&lt;/p&gt;
&lt;p&gt;This comprehensive validation ensures that:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;The design adheres to the expected structure and format.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;All components are valid and recognized by Meshery.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;There are no missing required configurations.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id="performing-validation" class="heading-link"&gt;
 Performing Validation
 &lt;a href="#performing-validation" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;To validate your design, navigate to the Actions button at the top of the Design canvas.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[55 63 362 252 11 163]" src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/images/validating-designs/performing-validation-1.png" onclick="openModal(this.id)" alt="Navigate to Actions button" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;</description></item><item><title>Whiteboarding</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tasks/whiteboarding/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tasks/whiteboarding/</guid><description>&lt;p&gt;With Kanvas Designer you can draw shapes, lines, text, add custom styles, images and icons to represent the components and relationships of your Kubernetes clusters as you see fit. Kanvas supports freestyle design, meaning that you can customize the appearance and layout of your diagrams without any constraints. Kanvas also enables real-time collaboration, meaning that you can invite others to join your sessions and edit the diagrams together.&lt;/p&gt;

&lt;h2 id="using-the-shapes-palette" class="heading-link"&gt;
 Using the Shapes Palette
 &lt;a href="#using-the-shapes-palette" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="converting-shapes" class="heading-link"&gt;
 Converting Shapes
 &lt;a href="#converting-shapes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Existing shapes can be converted to other shapes. For example, you can convert a rectangle to a circle, or a triangle to a rectangle. This is useful if you want to change the shape of a shape without losing its position, size, and formatting.
If you&amp;rsquo;d rather use a different shape while keeping the same position, size, and formatting, you can change the shape.&lt;/p&gt;</description></item><item><title>Default Team Roles</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/team-roles/</guid><description>&lt;div class="td-card-group card-group p-0 mb-4"&gt;
&lt;div class="td-card card border me-4"&gt;
&lt;div class="card-header"&gt;
 Default Team Roles
 &lt;/div&gt;
&lt;div class="card-body"&gt;
 &lt;p class="card-text"&gt;
 &lt;img src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/images/team-roles.svg" link="images/team-roles.svg" width="100%" alt="Team Roles" /&gt;
&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;

&lt;div class="td-card-group card-group p-0 mb-4"&gt;
&lt;div class="td-card card border me-4"&gt;
&lt;div class="card-header"&gt;
 
&lt;h2 id="team-administrator" class="heading-link"&gt;
 Team Administrator
 &lt;a href="#team-administrator" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

 &lt;/div&gt;
&lt;div class="card-body"&gt;
 &lt;p class="card-text"&gt;
 &lt;p&gt;&lt;strong&gt;What is the purpose of this role?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Administration of teams&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Who can assign this role?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Organization Administrator or Team owner&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;When this role first assigned?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Creation of new team or User Account creation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;How many instances of these roles?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Min: 1, Max: many (based on plan)&lt;/li&gt;
&lt;li&gt;Only first Team Admin would be the owner&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Who can remove assignment of this role?&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Default User Role</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/user-role/</guid><description>&lt;div class="td-card-group card-group p-0 mb-4"&gt;
&lt;div class="td-card card border me-4"&gt;
&lt;div class="card-header"&gt;
 Default User Role
 &lt;/div&gt;
&lt;div class="card-body"&gt;
 &lt;p class="card-text"&gt;
 &lt;img src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/images/user-role.svg" link="images/user-role.svg" width="100%" alt="User Role" /&gt;
&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;

&lt;div class="td-card-group card-group p-0 mb-4"&gt;
&lt;div class="td-card card border me-4"&gt;
&lt;div class="card-header"&gt;
 
&lt;h2 id="user" class="heading-link"&gt;
 User
 &lt;a href="#user" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

 &lt;/div&gt;
&lt;div class="card-body"&gt;
 &lt;p class="card-text"&gt;
 &lt;p&gt;&lt;strong&gt;What is the purpose of this role?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;To grant Organization members access to basic features and resources within the context of that Organization.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Who can assign this role?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Organization Administrators, Workspace Administrators and Team Administrators&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;When this role first assigned?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Automatically assigned to members on joining an Organization.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;How many instances of these roles?&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Dry Running a Design</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tasks/designs/dry-running-a-design/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tasks/designs/dry-running-a-design/</guid><description>&lt;p&gt;A dry run in Meshery simulates the deployment of your design in the selected target environment without making any actual changes. This step is highly beneficial as it helps identify potential issues before they occur, ensuring a smoother and more reliable deployment process.&lt;/p&gt;

&lt;h2 id="performing-dry-run" class="heading-link"&gt;
 Performing Dry Run
 &lt;a href="#performing-dry-run" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Navigate to the &lt;strong&gt;Actions&lt;/strong&gt; button at the top of the Design canvas.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click on the &lt;strong&gt;Dry Run&lt;/strong&gt; icon.&lt;/p&gt;</description></item><item><title>Exploring the Catalog</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/catalog/exploring-the-catalog/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/catalog/exploring-the-catalog/</guid><description>&lt;p&gt;The &lt;a href="https://cloud.layer5.io/catalog"&gt;Cloud Catalog&lt;/a&gt; is the central hub for well-architected cloud and cloud native patterns and best practices templates. Here, you can discover and share designs with the wider community.&lt;/p&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[35 107 164 471 389 89]" src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/catalog/images/catalog-view.gif" onclick="openModal(this.id)" alt="Catalog main page view" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;

&lt;h2 id="viewing-catalog-items" class="heading-link"&gt;
 Viewing Catalog Items
 &lt;a href="#viewing-catalog-items" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Meshery Catalog displays all published designs in an organized, searchable format.&lt;/p&gt;

&lt;h3 id="top-performers" class="heading-link"&gt;
 Top Performers
 &lt;a href="#top-performers" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;At the top of the page, you can find the &lt;strong&gt;Top Performers&lt;/strong&gt; section. This provides a snapshot of the &lt;strong&gt;Leaderboard&lt;/strong&gt;, highlighting the most popular designs based on various &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/catalog/metrics/"&gt;metrics&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Identity Services</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/self-hosted/planning/identity-services/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/self-hosted/planning/identity-services/</guid><description>&lt;p&gt;Layer5 Cloud offers a built-in identity provider (IDP), supporting OIDC for normal users and token-based authentication (access, ID, refresh tokens) for API clients with JSON Web Signature (JWS) for token signing. Layer5 Cloud users can sign-up via email and password in addition to social identity providers (Google and GitHub) via OAuth2. See &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/getting-started/getting-started-with-layer5-account/"&gt;Getting Started with a Layer5 Account&lt;/a&gt; for details.&lt;/p&gt;
&lt;p&gt;Layer5 Cloud identity services include features such as account recovery, email verification, automatica social sign-in account linking, and multi-factor authentication (coming soon).&lt;/p&gt;</description></item><item><title>Importing a Design</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/import-designs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/import-designs/</guid><description>&lt;p&gt;&lt;a href="https://kanvas.new"&gt;Kanvas&lt;/a&gt; acts as a powerful bridge, enabling you to import your existing application and infrastructure configurations from a wide variety of standard formats. It transforms these configurations into visual, editable, deployable, and shareable designs. This guide covers how to import designs, the supported formats, and important considerations.&lt;/p&gt;

&lt;h2 id="accessing-the-import-functionality" class="heading-link"&gt;
 Accessing the Import Functionality
 &lt;a href="#accessing-the-import-functionality" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;There are multiple ways to import a design.&lt;/p&gt;










&lt;ul class="nav nav-tabs" id="tabs-0" role="tablist"&gt;
 &lt;li class="nav-item"&gt;
 &lt;button class="nav-link active"
 id="tabs-00-00-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-00" role="tab"
 data-td-tp-persist="drag and drop" aria-controls="tabs-00-00" aria-selected="true"&gt;
 Drag and Drop
 &lt;/button&gt;
 &lt;/li&gt;&lt;li class="nav-item"&gt;
 &lt;button class="nav-link"
 id="tabs-00-01-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-01" role="tab"
 data-td-tp-persist="from kanvas toolbar" aria-controls="tabs-00-01" aria-selected="false"&gt;
 From Kanvas Toolbar
 &lt;/button&gt;
 &lt;/li&gt;&lt;li class="nav-item"&gt;
 &lt;button class="nav-link"
 id="tabs-00-02-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-02" role="tab"
 data-td-tp-persist="from layer5 cloud" aria-controls="tabs-00-02" aria-selected="false"&gt;
 From Layer5 Cloud
 &lt;/button&gt;
 &lt;/li&gt;&lt;li class="nav-item"&gt;
 &lt;button class="nav-link"
 id="tabs-00-03-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-03" role="tab"
 data-td-tp-persist="via github integration" aria-controls="tabs-00-03" aria-selected="false"&gt;
 Via GitHub Integration
 &lt;/button&gt;
 &lt;/li&gt;
&lt;/ul&gt;

&lt;div class="tab-content" id="tabs-0-content"&gt;
 &lt;div class="tab-body tab-pane fade show active"
 id="tabs-00-00" role="tabpanel" aria-labelled-by="tabs-00-00-tab" tabindex="0"&gt;
 &lt;p&gt;You can drag a file from your local computer directly onto the Kanvas canvas to import a design.







&lt;div class="md__image"&gt;
 &lt;img id="[378 233 40 136 440 69]" src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/images/importing-designs/drag-drop.gif" onclick="openModal(this.id)" alt="Drag and Drop Import" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;</description></item><item><title>Interpreting Component Badges</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/interpreting-component-badges/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/interpreting-component-badges/</guid><description>&lt;p&gt;Ever wondered what those little icons in the corners of your components are? Think of them as your component&amp;rsquo;s real-time status display. These indicators, called &lt;strong&gt;badges&lt;/strong&gt;, give you at-a-glance information about everything from configuration errors to live performance.&lt;/p&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[118 416 438 311 386 100]" src="images/example.png" onclick="openModal(this.id)" alt="Example" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;






&lt;div class="alert alert-custom" style="border-color: #3772ff;" role="alert"&gt;
 &lt;h4 class="alert-heading" style="color: #3772ff;"&gt;A Tale of Two Modes&lt;/h4&gt;
 
 A badge&amp;rsquo;s meaning changes completely depending on your current mode. In &lt;strong&gt;Designer&lt;/strong&gt;, badges help you build a valid blueprint. In &lt;strong&gt;Operator&lt;/strong&gt;, they switch to providing real-time operational data from your live instances.
 
&lt;/div&gt;



&lt;h3 id="what-each-corner-means" class="heading-link"&gt;
 What Each Corner Means
 &lt;a href="#what-each-corner-means" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;While the specific badges change depending on your mode, they all follow a consistent placement philosophy. Badges are organized into four quadrants around a component, with each corner reserved for a specific type of information.&lt;/p&gt;</description></item><item><title>Sessions</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/sessions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/sessions/</guid><description>&lt;h2 id="what-sessions-are" class="heading-link"&gt;
 What sessions are
 &lt;a href="#what-sessions-are" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;A session represents a user authenticated connection to Layer5 Cloud. Sessions are created each time a user successfully authenticates. Sessions expire after a period of 24 hours. Before reaching their expiration time, sessions can be refreshed by an associated refresh token, which is also automatically generated at the time a user authenticates (at the same time that the adjoining session token is generated). Refresh token have an expiration period of 36 hours. Active sessions are automatically refreshed (kept alive) by the refresh token until such time as the refresh token expires, and subsequently, the session token expires thereafter.&lt;/p&gt;</description></item><item><title>Shortcodes Reference</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/creating-your-learning-path/shortcodes-reference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/creating-your-learning-path/shortcodes-reference/</guid><description>&lt;p&gt;The Layer5 Academy platform supports a wide range of shortcodes for enriching your learning content. Shortcodes are reusable template snippets you invoke in Markdown files to generate HTML output. They come from three sources:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Academy Theme&lt;/strong&gt; — custom shortcodes built specifically for the Academy platform.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Docsy Theme&lt;/strong&gt; — shortcodes inherited from the &lt;a href="https://www.docsy.dev/"&gt;Google Docsy&lt;/a&gt; documentation theme.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hugo Built-in&lt;/strong&gt; — shortcodes included with the &lt;a href="https://gohugo.io/"&gt;Hugo&lt;/a&gt; static site generator.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For guidance on creating your own shortcodes, see &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/extending-the-academy/"&gt;Extending the Academy&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Tokens</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/tokens/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/tokens/</guid><description>&lt;h2 id="what-tokens-are" class="heading-link"&gt;
 What tokens are
 &lt;a href="#what-tokens-are" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;For authentication and authorization, a token is a digital object that contains information about the identity of the principal making the request and what kind of access they are authorized for. In most authentication flows, the application—or a library used by the application—exchanges a credential for a token, which determines which resources the application is authorized to access.&lt;/p&gt;

&lt;h2 id="access-tokens" class="heading-link"&gt;
 Access tokens
 &lt;a href="#access-tokens" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Layer5 Cloud REST API uses &lt;a href="https://oauth.net/2/"&gt;OAuth 2.0&lt;/a&gt; for authentication and authorization. OAuth 2.0 is a standard protocol for authorization and focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, and so on.&lt;/p&gt;</description></item><item><title>Undeploying Designs</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tasks/designs/undeploying-designs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tasks/designs/undeploying-designs/</guid><description>&lt;p&gt;To undeploy the resources&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Navigate to the Actions button at the top of the Design canvas.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click on the &lt;strong&gt;Undeploy&lt;/strong&gt; icon.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[470 141 266 230 328 255]" src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/images/undeploying-designs/undeploy.png" onclick="openModal(this.id)" alt="undeploying designs" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;!-- Text can be **bold**, _italic_, or ~~strikethrough~~. [Links](https://gohugo.io) should be blue with no underlines (unless hovered over).

There should be whitespace between paragraphs. Vape migas chillwave sriracha poutine try-hard distillery. Tattooed shabby chic small batch, pabst art party heirloom letterpress air plant pop-up. Sustainable chia skateboard art party banjo cardigan normcore affogato vexillologist quinoa meggings man bun master cleanse shoreditch readymade. Yuccie prism four dollar toast tbh cardigan iPhone, tumblr listicle live-edge VHS. Pug lyft normcore hot chicken biodiesel, actually keffiyeh thundercats photo booth pour-over twee fam food truck microdosing banh mi. Vice activated charcoal raclette unicorn live-edge post-ironic. Heirloom vexillologist coloring book, beard deep v letterpress echo park humblebrag tilde.

90's four loko seitan photo booth gochujang freegan tumeric listicle fam ugh humblebrag. Bespoke leggings gastropub, biodiesel brunch pug fashion axe meh swag art party neutra deep v chia. Enamel pin fanny pack knausgaard tofu, artisan cronut hammock meditation occupy master cleanse chartreuse lumbersexual. Kombucha kogi viral truffaut synth distillery single-origin coffee ugh slow-carb marfa selfies. Pitchfork schlitz semiotics fanny pack, ugh artisan vegan vaporware hexagon. Polaroid fixie post-ironic venmo wolf ramps **kale chips**.

&gt; There should be no margin above this first sentence.
&gt;
&gt; Blockquotes should be a lighter gray with a border along the left side in the secondary color.
&gt;
&gt; There should be no margin below this final sentence.

## First Header 2

This is a normal paragraph following a header. Knausgaard kale chips snackwave microdosing cronut copper mug swag synth bitters letterpress glossier **craft beer**. Mumblecore bushwick authentic gochujang vegan chambray meditation jean shorts irony. Viral farm-to-table kale chips, pork belly palo santo distillery activated charcoal aesthetic jianbing air plant woke lomo VHS organic. Tattooed locavore succulents heirloom, small batch sriracha echo park DIY af. Shaman you probably haven't heard of them copper mug, crucifix green juice vape *single-origin coffee* brunch actually. Mustache etsy vexillologist raclette authentic fam. Tousled beard humblebrag asymmetrical. I love turkey, I love my job, I love my friends, I love Chardonnay!

Deae legum paulatimque terra, non vos mutata tacet: dic. Vocant docuique me plumas fila quin afuerunt copia haec o neque.

On big screens, paragraphs and headings should not take up the full container width, but we want tables, code blocks and similar to take the full width.

Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork belly 8-bit yuccie PBR&amp;B. **I love this life we live in**.


## Second Header 2

&gt; This is a blockquote following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong.

### Header 3

```
This is a code block following a header.
```

Next level leggings before they sold out, PBR&amp;B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan.

#### Header 4

* This is an unordered list following a header.
* This is an unordered list following a header.
* This is an unordered list following a header.

##### Header 5

1. This is an ordered list following a header.
2. This is an ordered list following a header.
3. This is an ordered list following a header.

###### Header 6

| What | Follows |
|-----------|-----------------|
| A table | A header |
| A table | A header |
| A table | A header |

----------------

There's a horizontal rule above and below this.

----------------

Here is an unordered list:

* Liverpool F.C.
* Chelsea F.C.
* Manchester United F.C.

And an ordered list:

1. Michael Brecker
2. Seamus Blake
3. Branford Marsalis

And an unordered task list:

- [x] Create a Hugo theme
- [x] Add task lists to it
- [ ] Take a vacation

And a "mixed" task list:

- [ ] Pack bags
- ?
- [ ] Travel!

And a nested list:

* Jackson 5
 * Michael
 * Tito
 * Jackie
 * Marlon
 * Jermaine
* TMNT
 * Leonardo
 * Michelangelo
 * Donatello
 * Raphael

Definition lists can be used with Markdown syntax. Definition headers are bold.

Name
: Godzilla

Born
: 1952

Birthplace
: Japan

Color
: Green


----------------

Tables should have bold headings and alternating shaded rows.

| Artist | Album | Year |
|-------------------|-----------------|------|
| Michael Jackson | Thriller | 1982 |
| Prince | Purple Rain | 1984 |
| Beastie Boys | License to Ill | 1986 |

If a table is too wide, it should scroll horizontally.

| Artist | Album | Year | Label | Awards | Songs |
|-------------------|-----------------|------|-------------|----------|-----------|
| Michael Jackson | Thriller | 1982 | Epic Records | Grammy Award for Album of the Year, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&amp;B Album, Brit Award for Best Selling Album, Grammy Award for Best Engineered Album, Non-Classical | Wanna Be Startin' Somethin', Baby Be Mine, The Girl Is Mine, Thriller, Beat It, Billie Jean, Human Nature, P.Y.T. (Pretty Young Thing), The Lady in My Life |
| Prince | Purple Rain | 1984 | Warner Brothers Records | Grammy Award for Best Score Soundtrack for Visual Media, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&amp;B Album, Brit Award for Best Soundtrack/Cast Recording, Grammy Award for Best Rock Performance by a Duo or Group with Vocal | Let's Go Crazy, Take Me With U, The Beautiful Ones, Computer Blue, Darling Nikki, When Doves Cry, I Would Die 4 U, Baby I'm a Star, Purple Rain |
| Beastie Boys | License to Ill | 1986 | Mercury Records | noawardsbutthistablecelliswide | Rhymin &amp; Stealin, The New Style, She's Crafty, Posse in Effect, Slow Ride, Girls, (You Gotta) Fight for Your Right, No Sleep Till Brooklyn, Paul Revere, Hold It Now, Hit It, Brass Monkey, Slow and Low, Time to Get Ill |

----------------

Code snippets like `var foo = "bar";` can be shown inline.

Also, `this should vertically align` ~~`with this`~~ ~~and this~~.

Code can also be shown in a block element.

```
foo := "bar";
bar := "foo";
```

Code can also use syntax highlighting.

```go
func main() {
 input := `var foo = "bar";`

 lexer := lexers.Get("javascript")
 iterator, _ := lexer.Tokenise(nil, input)
 style := styles.Get("github")
 formatter := html.New(html.WithLineNumbers())

 var buff bytes.Buffer
 formatter.Format(&amp;buff, style, iterator)

 fmt.Println(buff.String())
}
```

```
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
```

Inline code inside table cells should still be distinguishable.

| Language | Code |
|-------------|--------------------|
| Javascript | `var foo = "bar";` |
| Ruby | `foo = "bar"{` |

----------------

Small images should be shown at their actual size.

![](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg/240px-Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg)

Large images should always scale down and fit in the content container.

![](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg/1024px-Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg)

_The photo above of the Spruce Picea abies shoot with foliage buds: Bjørn Erik Pedersen, CC-BY-SA._


## Components

### Alerts











 
 
 


&lt;div class="alert alert-primary" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Success&lt;/h4&gt;
 
 This is an alert.
 
&lt;/div&gt;













&lt;div class="alert alert-primary" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Note&lt;/h4&gt;
 
 This is an alert with a title.
 
&lt;/div&gt;













&lt;div class="alert alert-primary" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Note&lt;/h4&gt;
 
 This is an alert with a title and &lt;strong&gt;Markdown&lt;/strong&gt;.
 
&lt;/div&gt;












 
 
 


&lt;div class="alert alert-success" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Success&lt;/h4&gt;
 
 This is a successful alert.
 
&lt;/div&gt;












 
 
 


&lt;div class="alert alert-warning" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Warning&lt;/h4&gt;
 
 This is a warning.
 
&lt;/div&gt;













&lt;div class="alert alert-warning" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Warning&lt;/h4&gt;
 
 This is a warning with a title.
 
&lt;/div&gt;




## Another Heading

Add some sections here to see how the ToC looks like. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong.

### This Document

Inguina genus: Anaphen post: lingua violente voce suae meus aetate diversi. Orbis unam nec flammaeque status deam Silenum erat et a ferrea. Excitus rigidum ait: vestro et Herculis convicia: nitidae deseruit coniuge Proteaque adiciam *eripitur*? Sitim noceat signa *probat quidem*. Sua longis *fugatis* quidem genae.


### Pixel Count

Tilde photo booth wayfarers cliche lomo intelligentsia man braid kombucha vaporware farm-to-table mixtape portland. PBR&amp;B pickled cornhole ugh try-hard ethical subway tile. Fixie paleo intelligentsia pabst. Ennui waistcoat vinyl gochujang. Poutine salvia authentic affogato, chambray lumbersexual shabby chic.

### Contact Info

Plaid hell of cred microdosing, succulents tilde pour-over. Offal shabby chic 3 wolf moon blue bottle raw denim normcore poutine pork belly.


### External Links

Stumptown PBR&amp;B keytar plaid street art, forage XOXO pitchfork selvage affogato green juice listicle pickled everyday carry hashtag. Organic sustainable letterpress sartorial scenester intelligentsia swag bushwick. Put a bird on it stumptown neutra locavore. IPhone typewriter messenger bag narwhal. Ennui cold-pressed seitan flannel keytar, single-origin coffee adaptogen occupy yuccie williamsburg chillwave shoreditch forage waistcoat.

```
This is the final element on the page and there should be no margin below this.
``` --&gt;</description></item><item><title>Understanding Tool Modes</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/understanding-tool-modes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/understanding-tool-modes/</guid><description>&lt;!-- set of custom keyboard button classes --&gt;
&lt;link rel="stylesheet" href="https://unpkg.com/keyboard-css@1.2.4/dist/css/main.min.css" /&gt;
Kanvas Designer offers three modes: Default, Pencil, and Connector, which behave differently based on the context in which they are used. Understanding these modes is essential for effectively interacting with components and the canvas.
&lt;p&gt;You can switch between mouse modes using hotkeys or tool selection. Here are hotkeys that control your mode:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Hotkeys&lt;/th&gt;
 &lt;th&gt;Description&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;button class="kbc-button kbc-button-xs"&gt;Spacebar&lt;/button&gt;&lt;/td&gt;
 &lt;td&gt;Temporarily enables the alternative mouse mode (default mode vs pan mode)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;button class="kbc-button kbc-button-xs"&gt;H&lt;/button&gt;&lt;/td&gt;
 &lt;td&gt;Switches to pan mode (hand icon)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;button class="kbc-button kbc-button-xs"&gt;Escape / V&lt;/button&gt;&lt;/td&gt;
 &lt;td&gt;Switches to default mode irrespective of which mode you are currently using.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;

&lt;h2 id="interacting-with-components" class="heading-link"&gt;
 Interacting with Components
 &lt;a href="#interacting-with-components" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;










&lt;ul class="nav nav-tabs" id="tabs-0" role="tablist"&gt;
 &lt;li class="nav-item"&gt;
 &lt;button class="nav-link active"
 id="tabs-00-00-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-00" role="tab"
 data-td-tp-persist="select tool" aria-controls="tabs-00-00" aria-selected="true"&gt;
 Select Tool
 &lt;/button&gt;
 &lt;/li&gt;&lt;li class="nav-item"&gt;
 &lt;button class="nav-link"
 id="tabs-00-01-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-01" role="tab"
 data-td-tp-persist="pencil tool" aria-controls="tabs-00-01" aria-selected="false"&gt;
 Pencil Tool
 &lt;/button&gt;
 &lt;/li&gt;&lt;li class="nav-item"&gt;
 &lt;button class="nav-link"
 id="tabs-00-02-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-02" role="tab"
 data-td-tp-persist="pen tool" aria-controls="tabs-00-02" aria-selected="false"&gt;
 Pen Tool
 &lt;/button&gt;
 &lt;/li&gt;&lt;li class="nav-item"&gt;
 &lt;button class="nav-link"
 id="tabs-00-03-tab" data-bs-toggle="tab" data-bs-target="#tabs-00-03" role="tab"
 data-td-tp-persist="pan tool" aria-controls="tabs-00-03" aria-selected="false"&gt;
 Pan Tool
 &lt;/button&gt;
 &lt;/li&gt;
&lt;/ul&gt;

&lt;div class="tab-content" id="tabs-0-content"&gt;
 &lt;div class="tab-body tab-pane fade show active"
 id="tabs-00-00" role="tabpanel" aria-labelled-by="tabs-00-00-tab" tabindex="0"&gt;
 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Action&lt;/th&gt;
 &lt;th&gt;Cursor Style&lt;/th&gt;
 &lt;th&gt;Behavior&lt;/th&gt;
 &lt;th&gt;Example&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Hover&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;default (arrow)&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Nothing&lt;/td&gt;
 &lt;td&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[288 373 450 448 368 255]" src="./default.gif" onclick="openModal(this.id)" alt="Click" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Click-and-drag&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;move&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Moves component in the direction of the mouse&lt;/td&gt;
 &lt;td&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[186 497 146 148 378 228]" src="./click_and_drag.gif" onclick="openModal(this.id)" alt="Click and drag" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Click&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;default (arrow)&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Displays component toolbar, resize box, and connection handles&lt;/td&gt;
 &lt;td&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[414 296 154 33 377 249]" src="./click.png" onclick="openModal(this.id)" alt="Click" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Double-click (component)&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;pointer&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Opens the component configurator&lt;/td&gt;
 &lt;td&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[358 425 274 272 12 440]" src="./double_click.png" onclick="openModal(this.id)" alt="Double-click component" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Double-click (textbox)&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;text&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Enables text editing inside the component&lt;/td&gt;
 &lt;td&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[130 491 405 326 264 159]" src="./text-box-double-click.gif" onclick="openModal(this.id)" alt="Double-click textbox" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Right-click&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;default (arrow)&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Opens the circular component context menu&lt;/td&gt;
 &lt;td&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[366 484 39 464 286 396]" src="./right_click.png" onclick="openModal(this.id)" alt="Right-click" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Click-and-hold&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;crosshair&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Initiates box selection for selecting multiple components&lt;/td&gt;
 &lt;td&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[236 373 500 7 88 452]" src="./select.gif" onclick="openModal(this.id)" alt="Box selection" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Scroll wheel&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;default (arrow)&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Pan up or down&lt;/td&gt;
 &lt;td&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[220 41 308 205 86 278]" src="./scroll_up_down.gif" onclick="openModal(this.id)" alt="Scroll" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Scroll wheel + CMD/CTRL&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;default (arrow)&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Zoom in/out&lt;/td&gt;
 &lt;td&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[118 427 304 349 316 229]" src="./zoom_in_out.gif" onclick="openModal(this.id)" alt="Zoom" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Horizontal scroll wheel&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;default (arrow)&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Pan left or right&lt;/td&gt;
 &lt;td&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[181 333 477 89 269 302]" src="./scroll_left_right.gif" onclick="openModal(this.id)" alt="Scroll left/right" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;

 &lt;/div&gt;
 &lt;div class="tab-body tab-pane fade"
 id="tabs-00-01" role="tabpanel" aria-labelled-by="tabs-00-01-tab" tabindex="0"&gt;
 &lt;p&gt;Pencil lines do not connect individual components, but offer annotating capability, allowing you to take notes and draw annotations to enhance your designs.&lt;/p&gt;</description></item><item><title>User Invitations</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/identity/users/user-invitations/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/identity/users/user-invitations/</guid><description>&lt;p&gt;The &lt;a href="https://cloud.layer5.io/identity/invitations"&gt;invitation system&lt;/a&gt; gives you precise control over how members join your organization, allowing you to streamline onboarding and enhance security.&lt;/p&gt;
&lt;p&gt;You can create highly customized invitations for any scenario, from onboarding specific individuals to launching large-scale community challenges. Each invitation can be configured with expiration dates, usage quotas, and pre-assigned roles, ensuring new members get the right access from the moment they join.&lt;/p&gt;

&lt;h3 id="key-capabilities" class="heading-link"&gt;
 Key capabilities
 &lt;a href="#key-capabilities" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;The invitation system provides three main areas of control to help you manage access effectively.&lt;/p&gt;</description></item><item><title>Whiteboarding</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/whiteboarding/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/whiteboarding/</guid><description>&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[208 500 102 87 287 200]" src="./overview.png" onclick="openModal(this.id)" alt="Shapes Introduction" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;The whiteboarding feature introduces versatile, freestyle drawing capabilities within Kanvas. Enabling the whiteboard feature augments your ability to diagram with a suite of predefined shapes, and pen and pencil annotation, allowing you full freedom of expression of your engineering diagrams.&lt;/p&gt;

&lt;h2 id="key-functionality" class="heading-link"&gt;
 Key Functionality
 &lt;a href="#key-functionality" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Drawing Tools Integration&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Incorporates a comprehensive set of drawing tools resembling popular whiteboard applications.&lt;/li&gt;
&lt;li&gt;Enables you to draw shapes, group components , annotate, and highlight specific elements within the infrastructure design canvas.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Real-time Collaboration&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Facilitates simultaneous collaboration among multiple users within the tool.&lt;/li&gt;
&lt;li&gt;Supports live editing and instant visualization of changes made by collaborators.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Non-Invasive Annotations&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Annotations, shapes, or drawings created within the tool remain separate visual aids, not altering the actual infrastructure components.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id="enable-the-whiteboarding-beta-feature" class="heading-link"&gt;
 Enable the Whiteboarding Beta Feature
 &lt;a href="#enable-the-whiteboarding-beta-feature" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;If not already enabled, follow these steps to access the whiteboarding feature within Kanvas:&lt;/p&gt;</description></item><item><title>Creating Relationships</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/creating-relationships/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/creating-relationships/</guid><description>&lt;h2 id="benefits-of-using-relationships" class="heading-link"&gt;
 Benefits of Using Relationships
 &lt;a href="#benefits-of-using-relationships" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Improved Visibility&lt;/strong&gt;: Clear visual representation of connections between components&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enhanced Design&lt;/strong&gt;: Make informed decisions about component selection and placement&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automated Configuration&lt;/strong&gt;: Relationship-driven actions automate configuration of components&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Increased Flexibility&lt;/strong&gt;: Use of selectors and operators provides flexibility in defining relationships&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Better Understanding&lt;/strong&gt;: Easily comprehend the overall structure and dependencies of your managed systems&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="what-are-relationships" class="heading-link"&gt;
 What are Relationships
 &lt;a href="#what-are-relationships" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Relationships in Meshery characterize how components connect and interact with each other. They define the structure and dependencies between components in your designs, providing a clear representation of your infrastructure&amp;rsquo;s architecture. Relationships are highly expressive, capturing various forms of interaction between interconnected components regardless of their genealogy.&lt;/p&gt;</description></item><item><title>Default Academy Roles</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/academy-roles/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/academy-roles/</guid><description>&lt;div class="td-card-group card-group p-0 mb-4"&gt;
&lt;div class="td-card card border me-4"&gt;
&lt;div class="card-header"&gt;
 Academy Administrator
 &lt;/div&gt;
&lt;div class="card-body"&gt;
 &lt;p class="card-text"&gt;
 &lt;img src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/images/academy-admin.svg" link="images/academy-admin.svg" width="100%" alt="Academy Administrator Roles" /&gt;
&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;

&lt;/div&gt;

&lt;div class="td-card-group card-group p-0 mb-4"&gt;

&lt;div class="td-card card border me-4"&gt;
&lt;div class="card-header"&gt;
 
&lt;h2 id="academy-administrator" class="heading-link"&gt;
 Academy Administrator
 &lt;a href="#academy-administrator" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

 &lt;/div&gt;
&lt;div class="card-body"&gt;
 &lt;p class="card-text"&gt;
 &lt;p&gt;&lt;strong&gt;What is the purpose of this role?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Management of an organization&amp;rsquo;s academy, learner management, and access to academy instructor console.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Who can assign this role?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Organization Administrators&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;When this role first assigned?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Manually assigned by an Organization Administrator.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;How many instances of these roles?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Min: 0, Max: many&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Who can remove assignment of this role?&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Deploying Designs</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tasks/designs/deploying-designs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tasks/designs/deploying-designs/</guid><description>&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;To deploy a design, navigate to the &lt;strong&gt;Actions&lt;/strong&gt; button at the top of the Design canvas.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click on the &lt;strong&gt;Deploy&lt;/strong&gt; icon.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This opens a modal that will take you through all the steps before the final deployment.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click on &lt;strong&gt;Open In Operator&lt;/strong&gt; to see the pre-filtered view of the deployed resources in the cluster&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Finish&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[161 492 332 15 346 185]" src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/images/deploy-designs/success-deploy.png" onclick="openModal(this.id)" alt="success-deploy" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;

&lt;h3 id="deployment-errors" class="heading-link"&gt;
 Deployment Errors
 &lt;a href="#deployment-errors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Missing Namespace&lt;/strong&gt;: This error occurs when you attempt to create a Kubernetes resource without specifying a namespace. Kubernetes requires that all resources have an associated namespace.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[5 343 168 62 423 378]" src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/images/deploy-designs/missing-ns.png" onclick="openModal(this.id)" alt="missing-ns" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;</description></item><item><title>Integrating Assessments in the Academy</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/integrating-assessments-in-the-academy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/integrating-assessments-in-the-academy/</guid><description>&lt;p&gt;&lt;a href="https://cloud.layer5.io/academy/"&gt;Layer5 Cloud Academy&lt;/a&gt; implements &lt;strong&gt;Learning Paths&lt;/strong&gt;, &lt;strong&gt;Challenges&lt;/strong&gt;, and &lt;strong&gt;Certifications&lt;/strong&gt; to enrich the learner experience. We support multi-level assessments to guide and evaluate progress. The content structure is hierarchical and modular, enabling scalable learning design.&lt;/p&gt;
&lt;p&gt;Think of it as a &lt;strong&gt;botanical garden&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Learning Path = the comprehensive plant collection
&lt;ul&gt;
&lt;li&gt;Courses = themed sections within the garden
&lt;ul&gt;
&lt;li&gt;Modules = individual plant exhibits or plots&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Challenges = the garden competition - focused skill challenges&lt;/li&gt;
&lt;li&gt;Certifications = master gardener diploma - expertise validation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Our assessment strategy is like conducting growth check-ins throughout the garden. As a content developer, you have the flexibility to place assessments anywhere – after a single activity, at the end of a module, or as a final course assessment&lt;/p&gt;</description></item><item><title>Kanvas Snapshots</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/tutorials/gitops-snapshots/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/tutorials/gitops-snapshots/</guid><description>&lt;p&gt;Kanvas Snapshots offer visual insights in every pull request. Verify your workload designs and Kubernetes cluster configurations prior to accepting and merging pull requests.&lt;/p&gt;

&lt;h2 id="layer5-github-app" class="heading-link"&gt;
 Layer5 GitHub App
 &lt;a href="#layer5-github-app" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;In order to generate snapshots and apply them as screenshots in comments on your pool request, you need to authorize the measure you get home app to access. Your infrastructure is code. This is done by creating a GitHub connection in Layer5 Cloud.&lt;/p&gt;</description></item><item><title>Publishing to Catalog</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tutorials/publishing-to-catalog/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tutorials/publishing-to-catalog/</guid><description>&lt;div class="pageinfo"&gt;
&lt;p&gt;Page under construction.&lt;/p&gt;

&lt;/div&gt;
&lt;p&gt;Text can be &lt;strong&gt;bold&lt;/strong&gt;, &lt;em&gt;italic&lt;/em&gt;, or &lt;del&gt;strikethrough&lt;/del&gt;. &lt;a href="https://gohugo.io"&gt;Links&lt;/a&gt; should be blue with no underlines (unless hovered over).&lt;/p&gt;
&lt;p&gt;There should be whitespace between paragraphs. Vape migas chillwave sriracha poutine try-hard distillery. Tattooed shabby chic small batch, pabst art party heirloom letterpress air plant pop-up. Sustainable chia skateboard art party banjo cardigan normcore affogato vexillologist quinoa meggings man bun master cleanse shoreditch readymade. Yuccie prism four dollar toast tbh cardigan iPhone, tumblr listicle live-edge VHS. Pug lyft normcore hot chicken biodiesel, actually keffiyeh thundercats photo booth pour-over twee fam food truck microdosing banh mi. Vice activated charcoal raclette unicorn live-edge post-ironic. Heirloom vexillologist coloring book, beard deep v letterpress echo park humblebrag tilde.&lt;/p&gt;</description></item><item><title>Reviewing Designs</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/comments/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/comments/</guid><description>&lt;p&gt;Kanvas&amp;rsquo;s Designer enables you to place comments &amp;ldquo;inline&amp;rdquo; with your infrastructure as code. Use comments to offer feedback to team members, take detailed design notes, capture helpful tips for your team members, and include justification as to your infrastructure and application configuration decisions. Pay it forward to your future self by leaving historical record for reference later.&lt;/p&gt;
&lt;figure&gt;
 &lt;img src="./kanvas-comment.png" alt="Comments in Designer" /&gt;
 &lt;figcaption&gt;Example of comments in Designer&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Your comment may be a request for design review, to offer feedback to peers, or to simply record notes.&lt;/p&gt;</description></item><item><title>Understanding Relationships</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/concepts/relationships/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/concepts/relationships/</guid><description>&lt;h2 id="what-are-relationships" class="heading-link"&gt;
 What are Relationships?
 &lt;a href="#what-are-relationships" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Relationships define the nature of interaction between interconnected components in Kanvas. They represent various types of connections and dependencies between components no matter the genealogy of the relationship such as parent, siblings, binding.&lt;/p&gt;

&lt;h2 id="types-of-relationships" class="heading-link"&gt;
 Types of Relationships
 &lt;a href="#types-of-relationships" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Relationships are categorized into different kinds, types, and subtypes, so that can be expressive of the specific manner in which one or more components relate to one another.&lt;/p&gt;</description></item><item><title>User Management</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/identity/users/user-management/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/identity/users/user-management/</guid><description>&lt;p&gt;This guide outlines methods for creating user accounts, adding users to organizations, inviting new members, and managing user access within Layer5 Cloud to maintain a secure and organized environment.&lt;/p&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[165 349 130 24 291 227]" src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/identity/users/org_invite.png" onclick="openModal(this.id)" alt="User Management options" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;

&lt;h2 id="create-user-account" class="heading-link"&gt;
 Create User Account
 &lt;a href="#create-user-account" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Seamlessly initiate new user accounts, ensuring a smooth onboarding process. Specify user details, such as email, and tailor their access by adding them to one or more organizations. Optionally assign roles, defining their scope within the platform. Complete the process by sending a personalized account setup email, streamlining the user&amp;rsquo;s introduction to Layer5 Cloud.&lt;/p&gt;</description></item><item><title>Working with Components</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/working-with-components/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/working-with-components/</guid><description>&lt;h2 id="configuring-components" class="heading-link"&gt;
 Configuring Components
 &lt;a href="#configuring-components" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Once you’ve added components to your design in Kanvas, configuring them is a critical step in customizing and optimizing your cloud-native infrastructure. Configuring components allows you to fine-tune their behavior, set specific parameters, and ensure they meet the precise needs of your architecture.&lt;/p&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[33 138 359 306 166 199]" src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/images/working-with-components/configuration-panel.png" onclick="openModal(this.id)" alt="configuration-panel" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Steps to Configure Components:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Select the Component:&lt;/strong&gt; Click on the component on the Kanvas canvas that you want to configure. This action opens the Configuration Panel.&lt;/p&gt;</description></item><item><title>Academy Instructor Console Guide</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/instructor-console-guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/instructor-console-guide/</guid><description>&lt;p&gt;The &lt;a href="https://cloud.layer5.io/academy/instructors-console"&gt;Academy Instructor Console&lt;/a&gt; serves as your command center for the Layer5 Academy, providing both a comprehensive overview of your content and detailed insights into learner engagement.&lt;/p&gt;

&lt;h3 id="gaining-access" class="heading-link"&gt;
 Gaining Access
 &lt;a href="#gaining-access" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;To view the Instructor Console, you must have the &lt;strong&gt;Academy Admin&lt;/strong&gt; role or be an &lt;strong&gt;organization admin&lt;/strong&gt;.&lt;/p&gt;






&lt;div class="alert alert-custom" style="border-color: #3772ff;" role="alert"&gt;
 &lt;h4 class="alert-heading" style="color: #3772ff;"&gt;Enterprise Feature&lt;/h4&gt;
 
 The Instructor Console and custom academy features are available exclusively for organizations on an Enterprise plan. &lt;a href="https://layer5.io/pricing"&gt;Learn more&lt;/a&gt;
 
&lt;/div&gt;


&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[238 146 480 24 317 336]" src="./images/academy-admin.svg" onclick="openModal(this.id)" alt="Academy Admin Role" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;</description></item><item><title>Building Certifications</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/building-certifications/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/building-certifications/</guid><description>&lt;p&gt;In &lt;a href="https://cloud.layer5.io/academy/"&gt;Layer5 Academy&lt;/a&gt;, a &lt;strong&gt;Certification&lt;/strong&gt; is a formal assessment designed to validate a learner&amp;rsquo;s professional skills in a specific domain. Unlike a Learning Path, which guides a user through a curriculum, a Certification&amp;rsquo;s primary goal is evaluation.&lt;/p&gt;
&lt;p&gt;The successful completion of a Certification results in an official, shareable &lt;strong&gt;Certificate of Completion&lt;/strong&gt; and a valuable badge, signifying a verified level of proficiency.&lt;/p&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[346 427 37 29 248 443]" src="./images/index-page.png" onclick="openModal(this.id)" alt="example image" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;

&lt;h3 id="when-to-use-a-certification" class="heading-link"&gt;
 When to Use a Certification
 &lt;a href="#when-to-use-a-certification" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;To understand its unique role, here is a comparison with other content types in the Academy. Use this table to decide if a Certification is the right format for your content.&lt;/p&gt;</description></item><item><title>Cloning a Design</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tasks/designs/cloning-a-design/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tasks/designs/cloning-a-design/</guid><description>&lt;h2 id="steps-to-cloning-a-design-from-catalog-using-kanvas" class="heading-link"&gt;
 Steps to cloning a design from Catalog using Kanvas
 &lt;a href="#steps-to-cloning-a-design-from-catalog-using-kanvas" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Switch to Kanvas Designer mode, if not already in it.&lt;/li&gt;
&lt;li&gt;In the left ☰ menu, click New → From a template.&lt;/li&gt;
&lt;li&gt;Select a design from the list that appears in the panel.&lt;/li&gt;
&lt;li&gt;A modal will pop up requesting you to clone (create a copy of) the design you’ve selected.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[297 104 455 347 445 470]" src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/getting-started/images/deploy-designs/clone-design.gif" onclick="openModal(this.id)" alt="Copy of a Design" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;</description></item><item><title>Collaborative Editing</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tutorials/collaborative-editing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/tutorials/collaborative-editing/</guid><description>&lt;div class="pageinfo"&gt;
&lt;p&gt;Page under construction.&lt;/p&gt;

&lt;/div&gt;
&lt;!-- Text can be **bold**, _italic_, or ~~strikethrough~~. [Links](https://gohugo.io) should be blue with no underlines (unless hovered over).

There should be whitespace between paragraphs. Vape migas chillwave sriracha poutine try-hard distillery. Tattooed shabby chic small batch, pabst art party heirloom letterpress air plant pop-up. Sustainable chia skateboard art party banjo cardigan normcore affogato vexillologist quinoa meggings man bun master cleanse shoreditch readymade. Yuccie prism four dollar toast tbh cardigan iPhone, tumblr listicle live-edge VHS. Pug lyft normcore hot chicken biodiesel, actually keffiyeh thundercats photo booth pour-over twee fam food truck microdosing banh mi. Vice activated charcoal raclette unicorn live-edge post-ironic. Heirloom vexillologist coloring book, beard deep v letterpress echo park humblebrag tilde.

90's four loko seitan photo booth gochujang freegan tumeric listicle fam ugh humblebrag. Bespoke leggings gastropub, biodiesel brunch pug fashion axe meh swag art party neutra deep v chia. Enamel pin fanny pack knausgaard tofu, artisan cronut hammock meditation occupy master cleanse chartreuse lumbersexual. Kombucha kogi viral truffaut synth distillery single-origin coffee ugh slow-carb marfa selfies. Pitchfork schlitz semiotics fanny pack, ugh artisan vegan vaporware hexagon. Polaroid fixie post-ironic venmo wolf ramps **kale chips**.

&gt; There should be no margin above this first sentence.
&gt;
&gt; Blockquotes should be a lighter gray with a border along the left side in the secondary color.
&gt;
&gt; There should be no margin below this final sentence.

## First Header 2

This is a normal paragraph following a header. Knausgaard kale chips snackwave microdosing cronut copper mug swag synth bitters letterpress glossier **craft beer**. Mumblecore bushwick authentic gochujang vegan chambray meditation jean shorts irony. Viral farm-to-table kale chips, pork belly palo santo distillery activated charcoal aesthetic jianbing air plant woke lomo VHS organic. Tattooed locavore succulents heirloom, small batch sriracha echo park DIY af. Shaman you probably haven't heard of them copper mug, crucifix green juice vape *single-origin coffee* brunch actually. Mustache etsy vexillologist raclette authentic fam. Tousled beard humblebrag asymmetrical. I love turkey, I love my job, I love my friends, I love Chardonnay!

Deae legum paulatimque terra, non vos mutata tacet: dic. Vocant docuique me plumas fila quin afuerunt copia haec o neque.

On big screens, paragraphs and headings should not take up the full container width, but we want tables, code blocks and similar to take the full width.

Scenester tumeric pickled, authentic crucifix post-ironic fam freegan VHS pork belly 8-bit yuccie PBR&amp;B. **I love this life we live in**.


## Second Header 2

&gt; This is a blockquote following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong.

### Header 3

```
This is a code block following a header.
```

Next level leggings before they sold out, PBR&amp;B church-key shaman echo park. Kale chips occupy godard whatever pop-up freegan pork belly selfies. Gastropub Belinda subway tile woke post-ironic seitan. Shabby chic man bun semiotics vape, chia messenger bag plaid cardigan.

#### Header 4

* This is an unordered list following a header.
* This is an unordered list following a header.
* This is an unordered list following a header.

##### Header 5

1. This is an ordered list following a header.
2. This is an ordered list following a header.
3. This is an ordered list following a header.

###### Header 6

| What | Follows |
|-----------|-----------------|
| A table | A header |
| A table | A header |
| A table | A header |

----------------

There's a horizontal rule above and below this.

----------------

Here is an unordered list:

* Liverpool F.C.
* Chelsea F.C.
* Manchester United F.C.

And an ordered list:

1. Michael Brecker
2. Seamus Blake
3. Branford Marsalis

And an unordered task list:

- [x] Create a Hugo theme
- [x] Add task lists to it
- [ ] Take a vacation

And a "mixed" task list:

- [ ] Pack bags
- ?
- [ ] Travel!

And a nested list:

* Jackson 5
 * Michael
 * Tito
 * Jackie
 * Marlon
 * Jermaine
* TMNT
 * Leonardo
 * Michelangelo
 * Donatello
 * Raphael

Definition lists can be used with Markdown syntax. Definition headers are bold.

Name
: Godzilla

Born
: 1952

Birthplace
: Japan

Color
: Green


----------------

Tables should have bold headings and alternating shaded rows.

| Artist | Album | Year |
|-------------------|-----------------|------|
| Michael Jackson | Thriller | 1982 |
| Prince | Purple Rain | 1984 |
| Beastie Boys | License to Ill | 1986 |

If a table is too wide, it should scroll horizontally.

| Artist | Album | Year | Label | Awards | Songs |
|-------------------|-----------------|------|-------------|----------|-----------|
| Michael Jackson | Thriller | 1982 | Epic Records | Grammy Award for Album of the Year, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&amp;B Album, Brit Award for Best Selling Album, Grammy Award for Best Engineered Album, Non-Classical | Wanna Be Startin' Somethin', Baby Be Mine, The Girl Is Mine, Thriller, Beat It, Billie Jean, Human Nature, P.Y.T. (Pretty Young Thing), The Lady in My Life |
| Prince | Purple Rain | 1984 | Warner Brothers Records | Grammy Award for Best Score Soundtrack for Visual Media, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&amp;B Album, Brit Award for Best Soundtrack/Cast Recording, Grammy Award for Best Rock Performance by a Duo or Group with Vocal | Let's Go Crazy, Take Me With U, The Beautiful Ones, Computer Blue, Darling Nikki, When Doves Cry, I Would Die 4 U, Baby I'm a Star, Purple Rain |
| Beastie Boys | License to Ill | 1986 | Mercury Records | noawardsbutthistablecelliswide | Rhymin &amp; Stealin, The New Style, She's Crafty, Posse in Effect, Slow Ride, Girls, (You Gotta) Fight for Your Right, No Sleep Till Brooklyn, Paul Revere, Hold It Now, Hit It, Brass Monkey, Slow and Low, Time to Get Ill |

----------------

Code snippets like `var foo = "bar";` can be shown inline.

Also, `this should vertically align` ~~`with this`~~ ~~and this~~.

Code can also be shown in a block element.

```
foo := "bar";
bar := "foo";
```

Code can also use syntax highlighting.

```go
func main() {
 input := `var foo = "bar";`

 lexer := lexers.Get("javascript")
 iterator, _ := lexer.Tokenise(nil, input)
 style := styles.Get("github")
 formatter := html.New(html.WithLineNumbers())

 var buff bytes.Buffer
 formatter.Format(&amp;buff, style, iterator)

 fmt.Println(buff.String())
}
```

```
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
```

Inline code inside table cells should still be distinguishable.

| Language | Code |
|-------------|--------------------|
| Javascript | `var foo = "bar";` |
| Ruby | `foo = "bar"{` |

----------------

Small images should be shown at their actual size.

![](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg/240px-Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg)

Large images should always scale down and fit in the content container.

![](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg/1024px-Picea_abies_shoot_with_buds%2C_Sogndal%2C_Norway.jpg)

_The photo above of the Spruce Picea abies shoot with foliage buds: Bjørn Erik Pedersen, CC-BY-SA._


## Components

### Alerts











 
 
 


&lt;div class="alert alert-primary" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Success&lt;/h4&gt;
 
 This is an alert.
 
&lt;/div&gt;













&lt;div class="alert alert-primary" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Note&lt;/h4&gt;
 
 This is an alert with a title.
 
&lt;/div&gt;













&lt;div class="alert alert-primary" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Note&lt;/h4&gt;
 
 This is an alert with a title and &lt;strong&gt;Markdown&lt;/strong&gt;.
 
&lt;/div&gt;












 
 
 


&lt;div class="alert alert-success" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Success&lt;/h4&gt;
 
 This is a successful alert.
 
&lt;/div&gt;












 
 
 


&lt;div class="alert alert-warning" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Warning&lt;/h4&gt;
 
 This is a warning.
 
&lt;/div&gt;













&lt;div class="alert alert-warning" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Warning&lt;/h4&gt;
 
 This is a warning with a title.
 
&lt;/div&gt;




## Another Heading

Add some sections here to see how the ToC looks like. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong.

### This Document

Inguina genus: Anaphen post: lingua violente voce suae meus aetate diversi. Orbis unam nec flammaeque status deam Silenum erat et a ferrea. Excitus rigidum ait: vestro et Herculis convicia: nitidae deseruit coniuge Proteaque adiciam *eripitur*? Sitim noceat signa *probat quidem*. Sua longis *fugatis* quidem genae.


### Pixel Count

Tilde photo booth wayfarers cliche lomo intelligentsia man braid kombucha vaporware farm-to-table mixtape portland. PBR&amp;B pickled cornhole ugh try-hard ethical subway tile. Fixie paleo intelligentsia pabst. Ennui waistcoat vinyl gochujang. Poutine salvia authentic affogato, chambray lumbersexual shabby chic.

### Contact Info

Plaid hell of cred microdosing, succulents tilde pour-over. Offal shabby chic 3 wolf moon blue bottle raw denim normcore poutine pork belly.


### External Links

Stumptown PBR&amp;B keytar plaid street art, forage XOXO pitchfork selvage affogato green juice listicle pickled everyday carry hashtag. Organic sustainable letterpress sartorial scenester intelligentsia swag bushwick. Put a bird on it stumptown neutra locavore. IPhone typewriter messenger bag narwhal. Ennui cold-pressed seitan flannel keytar, single-origin coffee adaptogen occupy yuccie williamsburg chillwave shoreditch forage waistcoat.

```
This is the final element on the page and there should be no margin below this.
``` --&gt;</description></item><item><title>Default User Permissions</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/identity/users/default-permissions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/identity/users/default-permissions/</guid><description>&lt;table class="td-initial"&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Permissions&lt;/th&gt;
 &lt;th&gt;User&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;View All Users&lt;/td&gt;
 &lt;td&gt;✅&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;View user Profile&lt;/td&gt;
 &lt;td&gt;✅&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;View user Designs&lt;/td&gt;
 &lt;td&gt;✅&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;View user Badges&lt;/td&gt;
 &lt;td&gt;✅&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;View user Activity&lt;/td&gt;
 &lt;td&gt;✅&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;View Keys&lt;/td&gt;
 &lt;td&gt;✅&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;View Catalog&lt;/td&gt;
 &lt;td&gt;✅&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Invite Users&lt;/td&gt;
 &lt;td&gt;✅&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Update User Profile&lt;/td&gt;
 &lt;td&gt;❌&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Delete a user account&lt;/td&gt;
 &lt;td&gt;❌&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Create a new user&lt;/td&gt;
 &lt;td&gt;❌&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Leave a Team&lt;/td&gt;
 &lt;td&gt;❌&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;View Roles&lt;/td&gt;
 &lt;td&gt;❌&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Assign roles to team members&lt;/td&gt;
 &lt;td&gt;❌&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Assign keys and keychains to the team members&lt;/td&gt;
 &lt;td&gt;❌&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;






&lt;div class="alert alert-custom" style="border-color: #EBC017;" role="alert"&gt;
 &lt;h4 class="alert-heading" style="color: #EBC017;"&gt;*Organization Owner&lt;/h4&gt;
 
 &lt;em&gt;Permissions marked with * apply only if you are the owner of the organization.&lt;/em&gt;
 
&lt;/div&gt;








&lt;div class="alert alert-custom" style="border-color: #3772ff;" role="alert"&gt;
 &lt;h4 class="alert-heading" style="color: #3772ff;"&gt;Customizable Permissions&lt;/h4&gt;
 
 Default permissions can be easily customized by simply creating your own &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/keychains/"&gt;keychains&lt;/a&gt; and &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/security/roles/"&gt;roles&lt;/a&gt;.
 
&lt;/div&gt;</description></item><item><title>Instance Details</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/operator/resource-details/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/operator/resource-details/</guid><description>&lt;p&gt;In Kanvas, the Instance Details tab provides a detailed view of Kubernetes resources such as Nodes, Pods, Deployments, and more. This tab is essential for understanding the configuration and status of individual resources within your Kubernetes cluster.
The Instance Details tab is accessible when you select a specific Kubernetes resource from the Resources tab. It allows you to view and manage the details of that resource, including its configuration, status, and associated events.&lt;/p&gt;</description></item><item><title>Platform Development Guide</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/platform-development/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/platform-development/</guid><description>&lt;p&gt;This guide walks you through the Layer5 Academy platform&amp;rsquo;s multi-repository architecture. You will learn the role of each core component and master the practical workflows for theme development, local testing, and end-to-end validation with Layer5 Cloud.&lt;/p&gt;

&lt;h2 id="the-multi-repository-model" class="heading-link"&gt;
 The Multi-Repository Model
 &lt;a href="#the-multi-repository-model" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The &lt;a href="https://cloud.layer5.io/academy"&gt;Layer5 Academy platform&lt;/a&gt; is built on a &amp;ldquo;separation of concerns&amp;rdquo; architecture. Instead of a single monolithic repository, we use a multi-repository model where content, style, and build configurations are managed independently. This approach keeps the system modular, simplifies maintenance, and allows teams to work on different parts of the platform concurrently.&lt;/p&gt;</description></item><item><title>Sharing a Workspace</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/tutorials/sharing-a-workspace/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/tutorials/sharing-a-workspace/</guid><description>&lt;h2 id="share-designs-from-workspaces" class="heading-link"&gt;
 Share designs from Workspaces
 &lt;a href="#share-designs-from-workspaces" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;You can share the designs and connections that you store in a workspace with anyone in your organization, but your organization may limit how you can share designs with other people.&lt;/p&gt;
&lt;p&gt;When you share, you can control whether people can edit, comment on, or only open the design. When you share content, the default workspace policies apply.&lt;/p&gt;
&lt;p&gt;Step 1: Find the design you want to share&lt;/p&gt;</description></item><item><title>Sharing Designs</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/sharing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/sharing/</guid><description>&lt;p&gt;In Kanvas, you can share your designs with other members of your organization and teams, and you can control access permissions. This page describes the different access types for designs and how to effectively use them.&lt;/p&gt;






&lt;div class="alert alert-custom" style="border-color: #3772ff;" role="alert"&gt;
 &lt;h4 class="alert-heading" style="color: #3772ff;"&gt;Sharing Views&lt;/h4&gt;
 
 You can share and control access to &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/operator/views/"&gt;Views&lt;/a&gt; in the same fashion as you do for Designs.
 
&lt;/div&gt;



&lt;h2 id="understanding-visibility-levels" class="heading-link"&gt;
 Understanding visibility levels
 &lt;a href="#understanding-visibility-levels" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Designs have visibility statuses that defines who can access your designs. These options offer different levels of exposure for content within your workspaces:&lt;/p&gt;</description></item><item><title>Views in Operator</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/operator/views/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/operator/views/</guid><description>&lt;p&gt;The Views tab is located on the right side of the screen just beside the Details tab in Kanvas Operator. It allows you to see all containers the present in your Kubernetes cluster. Think of views for Operator mode as you would design for the Designer mode.&lt;/p&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[205 444 312 435 404 423]" src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/operator/images/Views.svg" onclick="openModal(this.id)" alt="Operator Views" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;

&lt;h2 id="managing-views" class="heading-link"&gt;
 Managing Views
 &lt;a href="#managing-views" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Here&amp;rsquo;s what you can do with views in Operator:&lt;/p&gt;</description></item><item><title>Embedding Designs</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/embedding-designs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/embedding-designs/</guid><description>&lt;p&gt;Design Embedding enables you to export a design in a format that can be seamlessly integrated into websites, blogs, or platforms supporting HTML, CSS, and JavaScript. This embedded version provides an interactive representation of the design, making it easier to share with infrastructure stakeholders.&lt;/p&gt;

&lt;h2 id="embedding-your-design" class="heading-link"&gt;
 Embedding Your Design
 &lt;a href="#embedding-your-design" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;To embed your Kanvas design, follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Access Embed Option&lt;/strong&gt;: Within the &lt;a href="https://kanvas.new/"&gt;Kanvas Designer&lt;/a&gt;, select the design you wish to embed. Click on the export icon in the menu for the selected design. The export modal will appear, click on the &amp;ldquo;Embed&amp;rdquo; option.&lt;/p&gt;</description></item><item><title>Using Academy Content Template Creator</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/using-content-template-creator/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/academy/creating-content/using-content-template-creator/</guid><description>&lt;p&gt;The Academy Content Template Creator is a step-by-step wizard that helps you create structured templates for your Academy content. This generator streamlines the process of
creating learning paths, challenges, and certifications by collecting all necessary metadata and generating a ready-to-use template.&lt;/p&gt;

&lt;h2 id="getting-started" class="heading-link"&gt;
 Getting Started
 &lt;a href="#getting-started" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[464 139 84 209 27 23]" src="images/template-creator.png" onclick="openModal(this.id)" alt="Academy Content Template Creator" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Access the Creator: Click on the &amp;ldquo;Create New Content&amp;rdquo; card in your Academy dashboard&lt;/li&gt;
&lt;li&gt;Create Your Content: The wizard will guide you through &lt;strong&gt;5 essential steps&lt;/strong&gt; to create your content template&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Since it&amp;rsquo;s straightforward, let&amp;rsquo;s walk through a practical example to demonstrate the process.&lt;/p&gt;</description></item><item><title>Working with Tags</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/tagsets/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/tagsets/</guid><description>&lt;p&gt;You can group components using tags. Tags are key-value pairs that help you organize and categorize components within your design. Tags can be used to visually group components. You can also use tags to filter components and view only those that match the tag criteria.&lt;/p&gt;











&lt;div class="alert alert-primary" role="alert"&gt;
 &lt;h4 class="alert-heading"&gt;Related Concept&lt;/h4&gt;
 
 Kubernetes resources are capable of being assigned Label and Annotation key/value pairs. When pairs of Labels or Annotations match, a relationship is formed and visualized as shown below.
 
&lt;/div&gt;



&lt;h2 id="grouping-components-with-tags" class="heading-link"&gt;
 Grouping Components with Tags
 &lt;a href="#grouping-components-with-tags" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;To group components using tags, follow these steps.&lt;/p&gt;</description></item><item><title>Workspaces</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/spaces/workspaces/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/spaces/workspaces/</guid><description>&lt;p&gt;Workspaces provide a virtual space for you and your teams to collaborate, organize project-based work, manage access to environments and resources, and track team activities.&lt;/p&gt;
&lt;p&gt;You can create Workspaces to group related Designs and Environments, define domains of responsibility for your teams, and streamline resource management.&lt;/p&gt;

&lt;h2 id="key-features" class="heading-link"&gt;
 Key Features
 &lt;a href="#key-features" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Resource Sharing:&lt;/strong&gt; Workspaces allow for seamless resource sharing among team members, fostering collaboration.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Logical Grouping:&lt;/strong&gt; Within Workspaces, you can group related components such as environments and infrastructure designs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Flexibility:&lt;/strong&gt; Workspaces support various resources like Kubernetes, Prometheus, Jaeger, Nginx, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Simplified Management:&lt;/strong&gt; Managing and deploying resources is made easy within Workspaces.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Access Control:&lt;/strong&gt; Workspaces allow you to control access to resources by granting permissions to users and teams.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="workspace-relationships-and-restrictions" class="heading-link"&gt;
 Workspace Relationships and Restrictions
 &lt;a href="#workspace-relationships-and-restrictions" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Access to Workspaces may be granted to one or more teams.&lt;/li&gt;
&lt;li&gt;As a point of collaboration to facilitate work, Workspaces may have zero or more Environments associated.&lt;/li&gt;
&lt;li&gt;A Workspace is closely associated with Teams. Teams are groups of users with varying permissions, and they are at the center of resource access and management within a Workspace.&lt;/li&gt;
&lt;li&gt;One or more teams can be assigned access to a workspace.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After creating a Workspace, one of your next steps is to assign team access, create or transfer designs into the Workspace, and allocate resources that to Workspace by associating it with one or more Environments, therein making the Environment&amp;rsquo;s connections available to users of the Workspace.&lt;/p&gt;</description></item><item><title>Managing Workspaces</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/spaces/managing-workspaces/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/spaces/managing-workspaces/</guid><description>&lt;p&gt;This guide walks you through the practical steps of managing your Workspaces. Here, you&amp;rsquo;ll learn how to create, edit, and delete Workspaces, as well as how to manage access by assigning teams and resources like Environments, Designs, and Views to them.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re new to the concept of Workspaces, we recommend starting with the &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/spaces/workspaces/"&gt;Workspaces Overview&lt;/a&gt; to understand what a Workspace is and how it relates to key components like Environments, Designs, and Teams.&lt;/p&gt;</description></item><item><title>Exporting Designs</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/export-designs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/export-designs/</guid><description>&lt;p&gt;Kanvas let&amp;rsquo;s you export a design in several formats, so you can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;keep versioned backups&lt;/li&gt;
&lt;li&gt;collaborate offline&lt;/li&gt;
&lt;li&gt;push artifacts to OCI-compatible registries or Helm repositories&lt;/li&gt;
&lt;li&gt;integrate designs into CI/CD or GitOps pipelines&lt;/li&gt;
&lt;li&gt;embed interactive diagrams in documentation and blogs&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="export-in-two-steps" class="heading-link"&gt;
 Export in Two Steps
 &lt;a href="#export-in-two-steps" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open the export menu
Within the &lt;a href="https://playground.meshery.io/extension/meshmap"&gt;Kanvas Designer&lt;/a&gt;, select the design you wish to export in the design drawer. Click on the export icon in the menu for the selected design.&lt;/li&gt;
&lt;li&gt;Pick an export format
Choose the option that matches your workflow (see table below).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;






&lt;div class="md__image"&gt;
 &lt;img id="[292 68 123 150 26 368]" src="./export-modal.gif" onclick="openModal(this.id)" alt="Export Icon" 
 class="md-image-responsive" /&gt;
&lt;/div&gt;&lt;/p&gt;</description></item><item><title>Publishing Designs</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/publishing-designs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/publishing-designs/</guid><description>&lt;p&gt;Publishing a design makes it visible to all Meshery Cloud users and anonymous visitors. This guide explains the publishing workflow, state management, permissions, and operational constraints.&lt;/p&gt;

&lt;h2 id="publishing-workflow" class="heading-link"&gt;
 Publishing Workflow
 &lt;a href="#publishing-workflow" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h3 id="step-1-access-extensions-ui" class="heading-link"&gt;
 Step 1: Access Extensions UI
 &lt;a href="#step-1-access-extensions-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Navigate to Meshery &lt;a href="https://playground.meshery.io/extension/meshmap"&gt;Kanvas Designer&lt;/a&gt; from the main dashboard.&lt;/p&gt;

&lt;h3 id="step-2-select-design-in-sidebar" class="heading-link"&gt;
 Step 2: Select Design in Sidebar
 &lt;a href="#step-2-select-design-in-sidebar" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Publish designs through two methods. Click the &lt;strong&gt;info (&amp;ldquo;i&amp;rdquo;)&lt;/strong&gt; button for details.&lt;/p&gt;</description></item><item><title>Notification Preferences</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/identity/users/notification-preferences/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/identity/users/notification-preferences/</guid><description>&lt;p&gt;Layer5 Cloud offers a range of user-configurable preferences that allows you to control the types of email notifications you receive.&lt;/p&gt;
&lt;img src="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/identity/users/notification-preferences.gif" alt="How to set your notifications preferences" /&gt;

&lt;h2 id="to-change-the-notification-preferences" class="heading-link"&gt;
 To change the notification preferences
 &lt;a href="#to-change-the-notification-preferences" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Sign into &lt;a href="https://cloud.layer5.io"&gt;Layer5 Cloud&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Visit &lt;strong&gt;Account&lt;/strong&gt; &amp;gt; &lt;a href="https://cloud.layer5.io/account/preferences"&gt;Preferences&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Under “Notifications,” choose what notifications you want to receive:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Acknowledgment:&lt;/strong&gt; You&amp;rsquo;ll receive notifications about badges you&amp;rsquo;ve been awarded and related updates.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Approval Requests:&lt;/strong&gt; You&amp;rsquo;ll be notified about Workspace, Account, Permissions, Catalog&lt;/p&gt;</description></item><item><title>v1.0.0-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v1.0.0-1/</link><pubDate>Wed, 25 Mar 2026 01:23:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v1.0.0-1/</guid><description>&lt;p&gt;&lt;a href="https://meshery.io/blog/meshery-v1.0-general-availability/"&gt;Meshery v1.0 is here!&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.9.8</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.8/</link><pubDate>Tue, 24 Mar 2026 13:03:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.8/</guid><description>&lt;ul&gt;
&lt;li&gt;Fix workspace endpoint imports to use local API slice @leecalcote (#4924)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.9.2-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.9.2-1/</link><pubDate>Tue, 24 Mar 2026 07:44:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.9.2-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Chore: sync UI dependency upgrades @leecalcote (#4043)&lt;/li&gt;
&lt;li&gt;sistent v0.18.0 @hortison (#4042)&lt;/li&gt;
&lt;li&gt;Upgrade to React 19 and many more @hortison (#4041)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hortison, @leecalcote, @marblom007 and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.9.7</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.7/</link><pubDate>Tue, 24 Mar 2026 06:54:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.7/</guid><description>&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.18.0 @l5io (#4922)&lt;/li&gt;
&lt;li&gt;fix: harden critical UI stability @leecalcote (#4923)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@fitzergerald, @hortison, @l5io, @leecalcote and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.9.6</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.6/</link><pubDate>Mon, 23 Mar 2026 22:33:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.6/</guid><description>&lt;ul&gt;
&lt;li&gt;Fix: Split schema imports @hortison (#4921)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hortison, @l5io, @leecalcote and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.9.5</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.5/</link><pubDate>Mon, 23 Mar 2026 22:16:50 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.5/</guid><description>&lt;ul&gt;
&lt;li&gt;fix: bad support form import @hortison (#4920)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hortison, @l5io and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.9.4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.4/</link><pubDate>Mon, 23 Mar 2026 21:56:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.4/</guid><description>&lt;ul&gt;
&lt;li&gt;use local slice for git @hortison (#4919)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hortison, @l5io and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.9.3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.3/</link><pubDate>Mon, 23 Mar 2026 20:38:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.3/</guid><description>&lt;ul&gt;
&lt;li&gt;chore(ui): upgrade @meshery/schemas to v0.9.0 @hortison (#4918)&lt;/li&gt;
&lt;li&gt;fix: consolidate duplicate @meshery/schemas/dist/cloudApi imports in catalog detail components @copilot-swe-agent (#4914)&lt;/li&gt;
&lt;li&gt;fix: align PageArgs types with @meshery/schemas GetOrgsApiArg @leecalcote (#4916)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@copilot-swe-agent, @hortison, @l5io, @leecalcote and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.9.1-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.9.1-1/</link><pubDate>Mon, 23 Mar 2026 16:48:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.9.1-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.9.2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.2/</link><pubDate>Mon, 23 Mar 2026 14:54:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.2/</guid><description>&lt;ul&gt;
&lt;li&gt;fix: add bare @/api path alias for production build @leecalcote (#4915)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.9.1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.1/</link><pubDate>Mon, 23 Mar 2026 14:23:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.1/</guid><description>&lt;ul&gt;
&lt;li&gt;Leave ReST API documentation unchanged.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.9.0</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.0/</link><pubDate>Mon, 23 Mar 2026 13:28:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.9.0/</guid><description>&lt;ul&gt;
&lt;li&gt;Leecalcote/migrate apis UI @leecalcote (#4911)&lt;/li&gt;
&lt;li&gt;fix: handle missing organization IDs in GetWorkspaceByID @lekaf974 (#4913)&lt;/li&gt;
&lt;li&gt;docs: refresh shared schemas migration status @leecalcote (#4909)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hortison, @l5io, @leecalcote, @lekaf974, @meshery-ci and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.9.0-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.9.0-1/</link><pubDate>Mon, 23 Mar 2026 13:20:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.9.0-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;new skill @marblom007 (#4033)&lt;/li&gt;
&lt;li&gt;[meshmap] Apply PR #4036 review follow-ups for SwipeableViews and Relay artifacts @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#4037)&lt;/li&gt;
&lt;li&gt;chore: add Claude Code automations @leecalcote (#4024)&lt;/li&gt;
&lt;li&gt;feat: add Kanvas watch mode and configuration hooks @miacycle (#4034)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;upgrade @leecalcote (#4036)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump typescript-eslint from 8.56.1 to 8.57.1 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#4031)&lt;/li&gt;
&lt;li&gt;Bump lint-staged from 15.5.2 to 16.4.0 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#4032)&lt;/li&gt;
&lt;li&gt;Bump @typescript-eslint/parser from 8.56.1 to 8.57.1 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#4030)&lt;/li&gt;
&lt;li&gt;Bump babel-loader from 9.2.1 to 10.1.1 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#4027)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @alexquincy, @dependabot[bot], @fitzergerald, @l5io, @leecalcote, @marblom007, @miacycle, &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; and &lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.685</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.685/</link><pubDate>Sat, 21 Mar 2026 23:46:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.685/</guid><description>&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.8.684</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.684/</link><pubDate>Sat, 21 Mar 2026 22:22:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.684/</guid><description>&lt;ul&gt;
&lt;li&gt;Upgrade to meshery/schemas v0.8.135 @miacycle (#4908)&lt;/li&gt;
&lt;li&gt;removed unwanted webpack config @Rajesh-Nagarajan-11 (#4906)&lt;/li&gt;
&lt;li&gt;chore: update Next.js to v16 and React to v19 @Rajesh-Nagarajan-11 (#4891)&lt;/li&gt;
&lt;li&gt;refactor: clean up test files by removing unused tests and updating function signatures @leecalcote (#4905)&lt;/li&gt;
&lt;li&gt;fix: migrate security tokens to shared client @leecalcote (#4902)&lt;/li&gt;
&lt;li&gt;UI API Migration @leecalcote (#4901)&lt;/li&gt;
&lt;li&gt;refactor: migrate UI API imports to @meshery/schemas and replace raw MUI components with Sistent @copilot-swe-agent (#4899)&lt;/li&gt;
&lt;li&gt;refactor: migrate useGetTeamsQuery in widgets.tsx to shared @meshery/schemas client @copilot-swe-agent (#4900)&lt;/li&gt;
&lt;li&gt;refactor: update imports to use @meshery/schemas and clean up unused code @leecalcote (#4898)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @Rajesh-Nagarajan-11, @copilot-swe-agent, @l5io, @leecalcote, @meshery-ci, @miacycle and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.8.683</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.683/</link><pubDate>Thu, 19 Mar 2026 23:43:03 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.683/</guid><description>&lt;ul&gt;
&lt;li&gt;Fix academy Ui and backend @aabidsofi19 (#4897)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.8.682</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.682/</link><pubDate>Thu, 19 Mar 2026 06:52:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.682/</guid><description>&lt;ul&gt;
&lt;li&gt;meshkit v0.8.70 @fitzergerald (#4895)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@fitzergerald, @l5io and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.8.681</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.681/</link><pubDate>Thu, 19 Mar 2026 06:38:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.681/</guid><description>&lt;ul&gt;
&lt;li&gt;Chore: upgrade schemas v0.8.129 and academy local def @fitzergerald (#4894)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@fitzergerald, @l5io, @meshery-ci and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.8.680</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.680/</link><pubDate>Mon, 16 Mar 2026 19:02:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.680/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Layer5 v0.8.13 content update @l5io (#4889)&lt;/li&gt;
&lt;li&gt;Meshery v0.4.20 content update @l5io (#4888)&lt;/li&gt;
&lt;li&gt;Exoscale v0.6.31 content update @l5io (#4886)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho from 0.64.0 to 0.65.0 @dependabot (#4864)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.679</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.679/</link><pubDate>Fri, 13 Mar 2026 16:37:54 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.679/</guid><description>&lt;ul&gt;
&lt;li&gt;chore: update UI to Next.js 15 @Rajesh-Nagarajan-11 (#4883)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@CodexRaunak, @Rajesh-Nagarajan-11, @l5io, @meshery-ci and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.8.214-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.214-1/</link><pubDate>Wed, 11 Mar 2026 17:33:46 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.214-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @pontusringblom&lt;/p&gt;</description></item><item><title>v0.8.678</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.678/</link><pubDate>Mon, 09 Mar 2026 21:01:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.678/</guid><description>&lt;ul&gt;
&lt;li&gt;Chore: Change help support webhook @leecalcote (#4881)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.8.213-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.213-2/</link><pubDate>Mon, 09 Mar 2026 14:53:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.213-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;rjsf fix @leecalcote (#4025)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @pontusringblom&lt;/p&gt;</description></item><item><title>v0.8.213-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.213-1/</link><pubDate>Mon, 09 Mar 2026 07:35:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.213-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.212-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.212-1/</link><pubDate>Mon, 09 Mar 2026 03:23:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.212-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.211-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.211-1/</link><pubDate>Mon, 09 Mar 2026 03:12:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.211-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.210-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.210-1/</link><pubDate>Mon, 09 Mar 2026 01:25:39 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.210-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @pontusringblom&lt;/p&gt;</description></item><item><title>v0.8.677</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.677/</link><pubDate>Mon, 09 Mar 2026 01:11:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.677/</guid><description>&lt;ul&gt;
&lt;li&gt;CI: Various Upgrades and fixes @marblom007 (#4879)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;details&gt;
&lt;summary&gt;5 changes&lt;/summary&gt;
&lt;ul&gt;
&lt;li&gt;Bump go.opentelemetry.io/otel from 1.39.0 to 1.40.0 @dependabot (#4865)&lt;/li&gt;
&lt;li&gt;Bump github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.34 @dependabot (#4863)&lt;/li&gt;
&lt;li&gt;Bump go.opentelemetry.io/otel/trace from 1.39.0 to 1.40.0 @dependabot (#4868)&lt;/li&gt;
&lt;li&gt;Bump github.com/labstack/echo/v4 from 4.14.0 to 4.15.1 @dependabot (#4867)&lt;/li&gt;
&lt;li&gt;Bump jspdf from 3.0.4 to 4.2.0 in /ui @dependabot (#4871)&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @dependabot[bot], @l5io, @marblom007, @meshery-ci, @pontusringblom and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.8.208-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.208-1/</link><pubDate>Sun, 08 Mar 2026 21:33:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.208-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.207-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.207-1/</link><pubDate>Sun, 08 Mar 2026 16:30:12 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.207-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;upgrade frameworks @leecalcote (#4023)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.206-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.206-1/</link><pubDate>Tue, 03 Mar 2026 18:42:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.206-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.16.12 @l5io (#4021)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.16.11 @l5io (#4020)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@PragalvaXFREZ, @Rajesh-Nagarajan-11, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.205-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.205-1/</link><pubDate>Sun, 08 Feb 2026 20:00:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.205-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.204-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.204-1/</link><pubDate>Sun, 08 Feb 2026 16:42:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.204-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.203-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.203-1/</link><pubDate>Sun, 08 Feb 2026 02:05:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.203-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: upgrade pkgs @jamieplu (#4018)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.16.9 @l5io (#4012)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @jamieplu, @l5io, @leecalcote, @marblom007 and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.8.202-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.202-3/</link><pubDate>Fri, 30 Jan 2026 06:59:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.202-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix/missing-resize-handles @marblom007 (#4009)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix/missing-resize-handles @marblom007 (#4009)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@fitzergerald, @hortison, @l5io, @leecalcote and @marblom007&lt;/p&gt;</description></item><item><title>v0.8.202-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.202-2/</link><pubDate>Fri, 30 Jan 2026 03:42:12 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.202-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix/missing-resize-handles @marblom007 (#4009)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix/missing-resize-handles @marblom007 (#4009)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@fitzergerald, @hortison, @l5io, @leecalcote and @marblom007&lt;/p&gt;</description></item><item><title>v0.8.202-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.202-1/</link><pubDate>Thu, 29 Jan 2026 05:58:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.202-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.201-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.201-1/</link><pubDate>Thu, 29 Jan 2026 03:34:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.201-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump rimraf from 5.0.10 to 6.1.2 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#4004)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @dependabot[bot], @l5io, @marblom007 and &lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.200-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.200-1/</link><pubDate>Tue, 20 Jan 2026 01:25:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.200-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update common deps @aabidsofi19 (#4002)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.199-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.199-1/</link><pubDate>Sat, 17 Jan 2026 10:07:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.199-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Chore: upgrade UI package dependencies @hortison (#3996)&lt;/li&gt;
&lt;li&gt;Relocate Tests tool folders @hortison (#3995)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hamza-mohd, @hortison, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.198-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.198-2/</link><pubDate>Sat, 17 Jan 2026 04:40:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.198-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Relocate Tests tool folders @hortison (#3995)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hamza-mohd, @hortison and @l5io&lt;/p&gt;</description></item><item><title>v0.8.198-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.198-1/</link><pubDate>Fri, 16 Jan 2026 20:18:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.198-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.23 @l5io (#3987)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump globals from 16.5.0 to 17.0.0 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3986)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and &lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.197-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.197-2/</link><pubDate>Wed, 14 Jan 2026 10:51:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.197-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.647</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.647/</link><pubDate>Wed, 14 Jan 2026 02:44:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.647/</guid><description>&lt;ul&gt;
&lt;li&gt;bugfix: User account &amp;lsquo;country&amp;rsquo; and &amp;lsquo;region&amp;rsquo; values being overwritten on sign-in @leecalcote (#4774)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.22 @l5io (#4773)&lt;/li&gt;
&lt;li&gt;Remove support for Service Mesh Interface (SMI) @ritzorama (#4772)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote, @marblom007 and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.197-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.197-1/</link><pubDate>Wed, 14 Jan 2026 01:57:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.197-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.21 @l5io (#3985)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @marblom007&lt;/p&gt;</description></item><item><title>v0.8.646</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.646/</link><pubDate>Tue, 13 Jan 2026 20:31:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.646/</guid><description>&lt;ul&gt;
&lt;li&gt;Migrate to Schemas based Key and Keychain @aabidsofi19 (#4769)&lt;/li&gt;
&lt;li&gt;Added a custom tooltip and fixed the company organization logo in the social links. @Rajesh-Nagarajan-11 (#4767)&lt;/li&gt;
&lt;li&gt;Add AI coding agent skill: create-openapi-schemas-from-golang-models @leecalcote (#4771)&lt;/li&gt;
&lt;li&gt;chore: update copyright notice to 2026 @leecalcote (#4770)&lt;/li&gt;
&lt;li&gt;fix auth redirect loop from custom domains @aabidsofi19 (#4768)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @aabidsofi19, @l5io, @leecalcote and @marblom007&lt;/p&gt;</description></item><item><title>v0.8.645</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.645/</link><pubDate>Tue, 13 Jan 2026 00:12:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.645/</guid><description>&lt;ul&gt;
&lt;li&gt;Dashboard: Move &amp;rsquo;edit&amp;rsquo; button to upper right page position @leecalcote (#4766)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @marblom007&lt;/p&gt;</description></item><item><title>v0.8.644</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.644/</link><pubDate>Mon, 12 Jan 2026 17:52:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.644/</guid><description>&lt;ul&gt;
&lt;li&gt;two fixes: comment banner and spelling @marblom007 (#4764)&lt;/li&gt;
&lt;li&gt;Fix: Prevent duplicate GitHub links in socials @Rajesh-Nagarajan-11 (#4762)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @aabidsofi19, @l5io and @marblom007&lt;/p&gt;</description></item><item><title>v0.8.643</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.643/</link><pubDate>Sat, 10 Jan 2026 06:09:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.643/</guid><description>&lt;ul&gt;
&lt;li&gt;bugfix: preserve user social links on sign-in @marblom007 (#4761)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @hamza-mohd, @l5io and @marblom007&lt;/p&gt;</description></item><item><title>v0.8.642</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.642/</link><pubDate>Sat, 10 Jan 2026 03:15:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.642/</guid><description>&lt;ul&gt;
&lt;li&gt;Fix unwanted gap between navbar and content @Rajesh-Nagarajan-11 (#4758)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.21 @l5io (#4760)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @l5io, @leecalcote and @marblom007&lt;/p&gt;</description></item><item><title>v0.8.641</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.641/</link><pubDate>Fri, 09 Jan 2026 17:28:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.641/</guid><description>&lt;ul&gt;
&lt;li&gt;Fix incorrect badge URL by adding missing trailing slash @Rajesh-Nagarajan-11 (#4759)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.640</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.640/</link><pubDate>Thu, 08 Jan 2026 19:01:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.640/</guid><description>&lt;ul&gt;
&lt;li&gt;Bump eslint from 8.57.1 to 9.39.2 in /ui @leecalcote (#4755)&lt;/li&gt;
&lt;li&gt;Update calendar color and align social icons styling @Rajesh-Nagarajan-11 (#4751)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @hamza-mohd, @l5io, @leecalcote and @miacycle&lt;/p&gt;</description></item><item><title>v0.8.196-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.196-2/</link><pubDate>Thu, 08 Jan 2026 13:56:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.196-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.639</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.639/</link><pubDate>Wed, 07 Jan 2026 17:36:14 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.639/</guid><description>&lt;ul&gt;
&lt;li&gt;bump schemas @aabidsofi19 (#4754)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.638</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.638/</link><pubDate>Wed, 07 Jan 2026 16:36:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.638/</guid><description>&lt;ul&gt;
&lt;li&gt;Revert \Improve Academy resiliency: canonical redirect and friendly 404 fallback\ @aabidsofi19 (#4752)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.196-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.196-1/</link><pubDate>Wed, 07 Jan 2026 14:50:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.196-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore/ui/xstate yjs @leecalcote (#3980)&lt;/li&gt;
&lt;li&gt;chore: upgrade xstate and yjs @leecalcote (#3979)&lt;/li&gt;
&lt;li&gt;add textured pan and zoom @aabidsofi19 (#3978)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CI: Remove CodeCov entirely @westcalcote (#3977)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @fitzergerald, @l5io, @leecalcote and @westcalcote&lt;/p&gt;</description></item><item><title>v0.8.637</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.637/</link><pubDate>Tue, 06 Jan 2026 12:47:36 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.637/</guid><description>&lt;ul&gt;
&lt;li&gt;prevent echoing the env var @aabidsofi19 (#4750)&lt;/li&gt;
&lt;li&gt;dispatch test workflow @aabidsofi19 (#4749)&lt;/li&gt;
&lt;li&gt;Use allure test runner for golang tests @aabidsofi19 (#4746)&lt;/li&gt;
&lt;li&gt;add support for applying coupons when during checkout @aabidsofi19 (#4748)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.636</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.636/</link><pubDate>Tue, 06 Jan 2026 02:47:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.636/</guid><description>&lt;ul&gt;
&lt;li&gt;remove isAdmin check event types api @aabidsofi19 (#4747)&lt;/li&gt;
&lt;li&gt;resolve rjsf dependency issue @aabidsofi19 (#4744)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @hamza-mohd, @l5io and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.195-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.195-1/</link><pubDate>Mon, 05 Jan 2026 17:46:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.195-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;XState enhancements: timeouts, input validation, state-based guards @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#3966)&lt;/li&gt;
&lt;li&gt;Add support for standard aggreate test reporting using allure @aabidsofi19 (#3974)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add new playwright e2e tests @aabidsofi19 (#3972)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add new playwright e2e tests @aabidsofi19 (#3972)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @aabidsofi19, @l5io and &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.635</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.635/</link><pubDate>Fri, 02 Jan 2026 18:09:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.635/</guid><description>&lt;ul&gt;
&lt;li&gt;resolve rjsf dependency issue @aabidsofi19 (#4744)&lt;/li&gt;
&lt;li&gt;Revert \Bump @rjsf/core from 5.24.10 to 6.1.2 in /ui\ @aabidsofi19 (#4743)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.634</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.634/</link><pubDate>Fri, 02 Jan 2026 17:09:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.634/</guid><description>&lt;ul&gt;
&lt;li&gt;Revert back to bable Fix generation of dynamic next pages @aabidsofi19 (#4742)&lt;/li&gt;
&lt;li&gt;Migrate Icons from MUI to Sistent (Phase 1) @Rajesh-Nagarajan-11 (#4740)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump @rjsf/core from 5.24.10 to 6.1.2 in /ui @dependabot (#4732)&lt;/li&gt;
&lt;li&gt;Bump @rjsf/validator-ajv8 from 5.24.12 to 6.1.2 in /ui @dependabot (#4728)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @aabidsofi19, @dependabot, @dependabot[bot], @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.633</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.633/</link><pubDate>Fri, 02 Jan 2026 15:45:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.633/</guid><description>&lt;ul&gt;
&lt;li&gt;add back nextjs dynamic routes @aabidsofi19 (#4741)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.632</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.632/</link><pubDate>Fri, 02 Jan 2026 05:22:41 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.632/</guid><description>&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump react-player from 3.3.3 to 3.4.0 in /ui @dependabot (#4730)&lt;/li&gt;
&lt;li&gt;Bump ts-loader from 9.5.2 to 9.5.4 in /ui @dependabot (#4731)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.631</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.631/</link><pubDate>Fri, 02 Jan 2026 05:06:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.631/</guid><description>&lt;ul&gt;
&lt;li&gt;refactor: improve token revocation process and enhance logout functionality @leecalcote (#4738)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@leecalcote, @marblom007 and @winkletinkle&lt;/p&gt;</description></item><item><title>v0.8.630</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.630/</link><pubDate>Fri, 02 Jan 2026 04:36:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.630/</guid><description>&lt;ul&gt;
&lt;li&gt;Failing Go Test: TestCredentialsDAO/CreateUserCredentials (0.00s) credentials_test.go:39: failed to create user: pq: null value in column irst_name\ of relation \users\ violates not-null constraint @jamieplu (#4736)&lt;/li&gt;
&lt;li&gt;RTK Query \override already-existing endpointName\ warnings for getUserProfileById and getTeams. @jamieplu (#4735)&lt;/li&gt;
&lt;li&gt;fix: handle empty content IDs for specific org/workspace in GetMesheryPatterns @jamieplu (#4734)&lt;/li&gt;
&lt;li&gt;fix: broken ui build @jamieplu (#4733)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@jamieplu, @marblom007, @meshery-ci and @winkletinkle&lt;/p&gt;</description></item><item><title>v0.8.194-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.194-3/</link><pubDate>Thu, 01 Jan 2026 12:27:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.194-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-operator" class="heading-link"&gt;
 🕸️ Operator
 &lt;a href="#-operator" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: golangci-lint config @jamieplu (#3967)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix deny selector in feasibility evaluation @aabidsofi19 (#3969)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;docs/statemachines @jamieplu (#3968)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-documentation" class="heading-link"&gt;
 📖 Documentation
 &lt;a href="#-documentation" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Analysis of XState Actors implementation in Kanvas @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#3959)&lt;/li&gt;
&lt;li&gt;Docs: State Machines in Kanvas @jamieplu (#3963)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @hamza-mohd, @jamieplu, @l5io, @leecalcote and &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.194-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.194-2/</link><pubDate>Thu, 01 Jan 2026 09:43:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.194-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-operator" class="heading-link"&gt;
 🕸️ Operator
 &lt;a href="#-operator" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: golangci-lint config @jamieplu (#3967)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;docs/statemachines @jamieplu (#3968)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-documentation" class="heading-link"&gt;
 📖 Documentation
 &lt;a href="#-documentation" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Analysis of XState Actors implementation in Kanvas @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#3959)&lt;/li&gt;
&lt;li&gt;Docs: State Machines in Kanvas @jamieplu (#3963)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hamza-mohd, @jamieplu, @l5io, @leecalcote and &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.194-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.194-1/</link><pubDate>Wed, 31 Dec 2025 23:42:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.194-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.193-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.193-3/</link><pubDate>Wed, 31 Dec 2025 07:39:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.193-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.193-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.193-2/</link><pubDate>Tue, 30 Dec 2025 12:02:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.193-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.193-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.193-1/</link><pubDate>Tue, 30 Dec 2025 09:44:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.193-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Ci/remove graphql plugin\ @aabidsofi19 (#3947)&lt;/li&gt;
&lt;li&gt;[CI] Delete bundle.sh and out files @marblom007 (#3946)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @marblom007&lt;/p&gt;</description></item><item><title>v0.8.192-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.192-2/</link><pubDate>Tue, 30 Dec 2025 07:26:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.192-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Ci/remove graphql plugin\ @aabidsofi19 (#3947)&lt;/li&gt;
&lt;li&gt;[CI] Delete bundle.sh and out files @marblom007 (#3946)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @marblom007&lt;/p&gt;</description></item><item><title>v0.8.192-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.192-1/</link><pubDate>Mon, 29 Dec 2025 22:32:12 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.192-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add golangci-lint config to resolve Go version compatibility @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#3933)&lt;/li&gt;
&lt;li&gt;Revert \Bump immer from 9.0.21 to 11.0.1 in /meshmap\ @aabidsofi19 (#3930)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-operator" class="heading-link"&gt;
 🕸️ Operator
 &lt;a href="#-operator" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: regenerate graphql @ritzorama (#3931)&lt;/li&gt;
&lt;li&gt;chore: go 1.25.5 @ritzorama (#3929)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Optimize resize handles and migrate resizing to use 2dcanvas renderer instead of html plugin @aabidsofi19 (#3885)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump globals from 16.0.0 to 16.5.0 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3925)&lt;/li&gt;
&lt;li&gt;Bump immer from 9.0.21 to 11.0.1 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3926)&lt;/li&gt;
&lt;li&gt;chore: go 1.25.5 @ritzorama (#3929)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-documentation" class="heading-link"&gt;
 📖 Documentation
 &lt;a href="#-documentation" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: go 1.25.5 @ritzorama (#3929)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @aabidsofi19, @jamieplu, @l5io, @leecalcote, @marblom007, @ritzorama, &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; and &lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.619</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.619/</link><pubDate>Fri, 26 Dec 2025 15:54:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.619/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix anonymous user creation @aabidsofi19 (#4694)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix anonymous user creation @aabidsofi19 (#4694)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.618</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.618/</link><pubDate>Wed, 24 Dec 2025 13:12:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.618/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Fix React Hook dependency warnings in Next.js build\ @aabidsofi19 (#4689)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Fix React Hook dependency warnings in Next.js build\ @aabidsofi19 (#4689)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.617</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.617/</link><pubDate>Tue, 23 Dec 2025 20:47:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.617/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;refactor user preferences @aabidsofi19 (#4688)&lt;/li&gt;
&lt;li&gt;return user with roles for get profile @aabidsofi19 (#4686)&lt;/li&gt;
&lt;li&gt;refactor: update error handling to use MeshKit @jamieplu (#4687)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @jamieplu, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.616</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.616/</link><pubDate>Tue, 23 Dec 2025 20:19:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.616/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: update design error verbiage @jamieplu (#4684)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix user preferences and pattern apis @aabidsofi19 (#4685)&lt;/li&gt;
&lt;li&gt;chore: update design error verbiage @jamieplu (#4684)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @jamieplu, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.615</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.615/</link><pubDate>Tue, 23 Dec 2025 18:37:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.615/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix profile social links not syncing on load and use globe icon for personal websites @copilot-swe-agent (#4683)&lt;/li&gt;
&lt;li&gt;Fix React Hook dependency warnings in Next.js build @copilot-swe-agent (#4668)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix user profile save @aabidsofi19 (#4682)&lt;/li&gt;
&lt;li&gt;Refactor user model @leecalcote (#4664)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor user model @leecalcote (#4664)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix profile social links not syncing on load and use globe icon for personal websites @copilot-swe-agent (#4683)&lt;/li&gt;
&lt;li&gt;Fix React Hook dependency warnings in Next.js build @copilot-swe-agent (#4668)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @aabidsofi19, @copilot-swe-agent, @l5io, @leecalcote and @miacycle&lt;/p&gt;</description></item><item><title>v0.8.614</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.614/</link><pubDate>Tue, 23 Dec 2025 06:08:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.614/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[WIP] Fix build problem in meshery-cloud @copilot-swe-agent (#4679)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[WIP] Fix build problem in meshery-cloud @copilot-swe-agent (#4679)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @copilot-swe-agent, @l5io and @miacycle&lt;/p&gt;</description></item><item><title>v0.8.613</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.613/</link><pubDate>Tue, 23 Dec 2025 05:44:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.613/</guid><description>&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix login failures from incorrect socials column migration @copilot-swe-agent (#4677)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @copilot-swe-agent, @l5io and @miacycle&lt;/p&gt;</description></item><item><title>v0.8.611</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.611/</link><pubDate>Tue, 23 Dec 2025 02:11:12 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.611/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add social profile links to user profiles @copilot-swe-agent (#4672)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @copilot-swe-agent, @l5io, @leecalcote and @miacycle&lt;/p&gt;</description></item><item><title>v0.8.610</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.610/</link><pubDate>Tue, 23 Dec 2025 01:25:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.610/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Exoscale v0.6.29 content update @l5io (#4662)&lt;/li&gt;
&lt;li&gt;Exoscale v0.6.28 content update @l5io (#4661)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Migrate UI builds from Babel to SWC @copilot-swe-agent (#4666)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add socials JSONB field to users table for v0.8.95 schema @copilot-swe-agent (#4671)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add new design access permissions @aabidsofi19 (#4665)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @aabidsofi19, @copilot-swe-agent, @jamieplu, @l5io, @leecalcote, @meshery-ci and @miacycle&lt;/p&gt;</description></item><item><title>v0.8.191-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.191-1/</link><pubDate>Fri, 19 Dec 2025 05:04:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.191-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.190-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.190-1/</link><pubDate>Thu, 18 Dec 2025 22:31:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.190-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.189-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.189-1/</link><pubDate>Thu, 18 Dec 2025 21:27:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.189-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.188-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.188-1/</link><pubDate>Thu, 18 Dec 2025 20:36:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.188-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.187-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.187-1/</link><pubDate>Thu, 18 Dec 2025 18:33:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.187-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.186-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.186-1/</link><pubDate>Thu, 18 Dec 2025 17:55:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.186-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.185-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.185-1/</link><pubDate>Thu, 18 Dec 2025 17:16:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.185-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.184-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.184-1/</link><pubDate>Thu, 18 Dec 2025 16:06:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.184-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.183-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.183-1/</link><pubDate>Thu, 18 Dec 2025 15:04:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.183-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.182-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.182-1/</link><pubDate>Thu, 18 Dec 2025 06:15:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.182-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @pontusringblom&lt;/p&gt;</description></item><item><title>v0.8.609</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.609/</link><pubDate>Wed, 17 Dec 2025 18:52:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.609/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix error creating connection because of wrong error matching @aabidsofi19 (#4660)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @hortison, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.181-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.181-1/</link><pubDate>Wed, 17 Dec 2025 10:38:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.181-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;optimize operator resources and add support for getting resource by id @aabidsofi19 (#3927)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.180-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.180-2/</link><pubDate>Tue, 16 Dec 2025 20:14:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.180-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.180-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.180-1/</link><pubDate>Tue, 16 Dec 2025 18:13:36 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.180-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Support style propagation to grouped and transiently selected components @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#3919)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @l5io, @leecalcote and &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.608</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.608/</link><pubDate>Tue, 16 Dec 2025 15:22:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.608/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix provider in token @aabidsofi19 (#4655)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.607</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.607/</link><pubDate>Tue, 16 Dec 2025 13:20:55 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.607/</guid><description>&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix configmap @aabidsofi19 (#4654)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.606</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.606/</link><pubDate>Tue, 16 Dec 2025 12:44:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.606/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;take the whole init-config as value @aabidsofi19 (#4648)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update provider init docs for INIT_CONFIG environment variable @copilot-swe-agent (#4652)&lt;/li&gt;
&lt;li&gt;take the whole init-config as value @aabidsofi19 (#4648)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-documentation" class="heading-link"&gt;
 📖 Documentation
 &lt;a href="#-documentation" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update provider init docs for INIT_CONFIG environment variable @copilot-swe-agent (#4652)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @aabidsofi19, @copilot-swe-agent and @l5io&lt;/p&gt;</description></item><item><title>v0.8.605</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.605/</link><pubDate>Mon, 15 Dec 2025 19:26:18 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.605/</guid><description>&lt;ul&gt;
&lt;li&gt;chore: remove old identities @leecalcote (#4651)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: remove old identities @leecalcote #4651&lt;/li&gt;
&lt;li&gt;fix: update Ory client dependencies to v25 for Hydra and Kratos @leecalcote (#4650)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hortison, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.604</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.604/</link><pubDate>Mon, 15 Dec 2025 17:44:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.604/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert kanvas redirect @aabidsofi19 (#4649)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert kanvas redirect @aabidsofi19 (#4649)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix local docker builds to support selinux file permissions @aabidsofi19 (#4646)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.179-4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.179-4/</link><pubDate>Mon, 15 Dec 2025 04:17:50 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.179-4/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Support style propagation to grouped and transiently selected components @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#3919)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @l5io, @leecalcote and &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.179-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.179-3/</link><pubDate>Mon, 15 Dec 2025 03:55:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.179-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Support style propagation to grouped and transiently selected components @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#3919)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @l5io, @leecalcote and &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.603</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.603/</link><pubDate>Sun, 14 Dec 2025 22:07:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.603/</guid><description>&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: admin port liveness probe @leecalcote (#4645)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.602</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.602/</link><pubDate>Sun, 14 Dec 2025 20:28:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.602/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix ui redirect @aabidsofi19 (#4643)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix ui redirect @aabidsofi19 (#4643)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.601</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.601/</link><pubDate>Sun, 14 Dec 2025 19:35:12 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.601/</guid><description>&lt;h2 id="-documentation" class="heading-link"&gt;
 📖 Documentation
 &lt;a href="#-documentation" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revise database requirements and SSH access details @leecalcote (#4641)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[server/ui] Align User model with meshery/schemas v1beta1 construct @copilot-swe-agent (#4604)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@copilot-swe-agent, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.600</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.600/</link><pubDate>Sun, 14 Dec 2025 18:44:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.600/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Identity: improve Kratos auth&amp;rsquo;ed user flow @leecalcote (#4642)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.599</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.599/</link><pubDate>Sun, 14 Dec 2025 17:59:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.599/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: Direct auth&amp;rsquo;ed users to /dashboard (update Go version to 1.25, enhance CSRF token handling, and add full Helm deployment command) @leecalcote (#4639)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: add livenessprobes to staging values.yaml for hydra @leecalcote (#4640)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.598</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.598/</link><pubDate>Sun, 14 Dec 2025 17:28:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.598/</guid><description>&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add env.mk with server base url for ui-build @aabidsofi19 (#4638)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add env.mk with server base url for ui-build @aabidsofi19 (#4638)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.597</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.597/</link><pubDate>Sun, 14 Dec 2025 16:57:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.597/</guid><description>&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: update Google OAuth client credentials in values.yaml and add client secret JSON file @leecalcote (#4637)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.596</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.596/</link><pubDate>Sun, 14 Dec 2025 16:20:14 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.596/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Layer5 v0.8.12 content update @l5io (#4636)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix staging hydra values.yaml @aabidsofi19 (#4635)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.595</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.595/</link><pubDate>Sun, 14 Dec 2025 06:40:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.595/</guid><description>&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: update Hydra deployment probes for improved health checks @leecalcote (#4634)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.179-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.179-2/</link><pubDate>Fri, 12 Dec 2025 17:09:14 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.179-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.179-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.179-1/</link><pubDate>Thu, 11 Dec 2025 05:15:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.179-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[meshmap] Fix TypeScript type errors across core components @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#3900)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;E2e tests @aabidsofi19 (#3913)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @hortison, @l5io and &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.178-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.178-3/</link><pubDate>Wed, 10 Dec 2025 20:25:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.178-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[meshmap] Fix TypeScript type errors across core components @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#3900)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;E2e tests @aabidsofi19 (#3913)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @hortison, @l5io and &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.178-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.178-2/</link><pubDate>Fri, 05 Dec 2025 12:18:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.178-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.178-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.178-1/</link><pubDate>Fri, 05 Dec 2025 10:00:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.178-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.177-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.177-1/</link><pubDate>Fri, 05 Dec 2025 04:42:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.177-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Copilot PR Handler workflow @leecalcote (#3909)&lt;/li&gt;
&lt;li&gt;Update Kanvas Coding Agent configuration @leecalcote (#3907)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.176-9</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-9/</link><pubDate>Mon, 01 Dec 2025 19:43:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-9/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;move render mode switcher to settings @aabidsofi19 (#3905)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.176-8</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-8/</link><pubDate>Thu, 27 Nov 2025 18:59:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-8/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;move render mode switcher to settings @aabidsofi19 (#3905)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.176-7</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-7/</link><pubDate>Thu, 27 Nov 2025 09:38:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-7/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;move render mode switcher to settings @aabidsofi19 (#3905)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.176-6</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-6/</link><pubDate>Wed, 26 Nov 2025 21:44:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-6/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;delete capabilities.json from root @aabidsofi19 (#3904)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.176-5</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-5/</link><pubDate>Wed, 26 Nov 2025 20:24:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-5/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;delete capabilities.json from root @aabidsofi19 (#3904)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.176-4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-4/</link><pubDate>Wed, 26 Nov 2025 10:07:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-4/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.176-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-3/</link><pubDate>Wed, 26 Nov 2025 09:06:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.176-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-2/</link><pubDate>Wed, 26 Nov 2025 08:47:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.176-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-1/</link><pubDate>Wed, 26 Nov 2025 08:18:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.176-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.175-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.175-1/</link><pubDate>Wed, 26 Nov 2025 06:56:54 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.175-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.174-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.174-1/</link><pubDate>Wed, 26 Nov 2025 04:16:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.174-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.173-5</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.173-5/</link><pubDate>Wed, 26 Nov 2025 03:25:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.173-5/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.173-4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.173-4/</link><pubDate>Tue, 25 Nov 2025 23:35:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.173-4/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[UI] Use Qanelas Soft as default font family from Sistent theme @copilot-swe-agent (#60)&lt;/li&gt;
&lt;li&gt;[RecentDesigns] Split list items into dual hyperlinks for kanvasURL and cloud URL @copilot-swe-agent (#62)&lt;/li&gt;
&lt;li&gt;Change My Design link to green on hover @leecalcote (#63)&lt;/li&gt;
&lt;li&gt;Update ExternalLinkIcon width in RecentDesigns.js @leecalcote (#58)&lt;/li&gt;
&lt;li&gt;Enhance AuthedDashboard and RecentDesigns components @leecalcote (#59)&lt;/li&gt;
&lt;li&gt;Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 @dependabot (#44)&lt;/li&gt;
&lt;li&gt;Bump js-yaml in /ui @dependabot (#50)&lt;/li&gt;
&lt;li&gt;Update GitHub Actions workflow for release channel @leecalcote (#57)&lt;/li&gt;
&lt;li&gt;bump image tags in docker-compose using sed @aabidsofi19 (#56)&lt;/li&gt;
&lt;li&gt;bump image tags in docker-compose using sed @aabidsofi19 (#55)&lt;/li&gt;
&lt;li&gt;bump image tags in docker-compose using sed @aabidsofi19 (#54)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
Thank you to our contributors for making this release possible:
@Copilot, @aabidsofi19, @copilot-swe-agent, @dependabot, @leecalcote and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.8.173-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.173-3/</link><pubDate>Tue, 25 Nov 2025 19:53:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.173-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.173-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.173-2/</link><pubDate>Tue, 25 Nov 2025 15:24:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.173-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.173-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.173-1/</link><pubDate>Mon, 24 Nov 2025 21:37:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.173-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix TypeScript type errors in meshmap: Add missing interfaces and type annotations @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#3897)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.160-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.160-2/</link><pubDate>Thu, 13 Nov 2025 16:50:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.160-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.160-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.160-1/</link><pubDate>Thu, 13 Nov 2025 09:08:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.160-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.159-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.159-1/</link><pubDate>Wed, 12 Nov 2025 10:14:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.159-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.158-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.158-1/</link><pubDate>Wed, 12 Nov 2025 07:48:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.158-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add support for sharing and loading viewport @aabidsofi19 (#3883)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and Aabid&lt;/p&gt;</description></item><item><title>v0.8.553</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.553/</link><pubDate>Mon, 10 Nov 2025 21:26:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.553/</guid><description>&lt;ul&gt;
&lt;li&gt;Skip logging for /healthz and /readyz endpoints @copilot-swe-agent (#4487)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery v0.4.15 content update @l5io (#4489)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[ui] Enable self-service email address changes @copilot-swe-agent (#4493)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update Postgres connection in staging values @sangramrath (#4488)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @copilot-swe-agent, @l5io, @leecalcote and @sangramrath&lt;/p&gt;</description></item><item><title>v0.8.157-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.157-1/</link><pubDate>Sun, 09 Nov 2025 08:21:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.157-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.156-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.156-1/</link><pubDate>Sat, 08 Nov 2025 23:10:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.156-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.155-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.155-1/</link><pubDate>Sat, 08 Nov 2025 18:18:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.155-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.154-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.154-1/</link><pubDate>Sat, 08 Nov 2025 16:41:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.154-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Designer] Open Import Design modal on click of drop-file-to-canvas div @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#3881)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @aabidsofi19, @l5io and &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.153-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.153-1/</link><pubDate>Fri, 07 Nov 2025 10:03:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.153-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add architecture diagramming design @aabidsofi19 (#3879)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.152-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.152-2/</link><pubDate>Thu, 06 Nov 2025 15:47:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.152-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add architecture diagramming design @aabidsofi19 (#3879)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.152-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.152-1/</link><pubDate>Wed, 05 Nov 2025 10:27:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.152-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.151-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.151-1/</link><pubDate>Wed, 05 Nov 2025 03:38:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.151-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.150-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.150-1/</link><pubDate>Tue, 04 Nov 2025 22:47:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.150-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.552</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.552/</link><pubDate>Tue, 04 Nov 2025 10:00:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.552/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add prod build alias @aabidsofi19 (#4483)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.149-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.149-2/</link><pubDate>Tue, 04 Nov 2025 09:53:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.149-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.551</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.551/</link><pubDate>Tue, 04 Nov 2025 09:42:50 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.551/</guid><description>&lt;ul&gt;
&lt;li&gt;skip dep check for ui build @aabidsofi19 (#4482)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;pass environment from docker build to make commands @aabidsofi19 (#4469)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;pass environment from docker build to make commands @aabidsofi19 (#4469)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.550</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.550/</link><pubDate>Tue, 04 Nov 2025 03:10:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.550/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove redundant logger initialization in GetSubscriptionByID method @leecalcote (#4481)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.549</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.549/</link><pubDate>Tue, 04 Nov 2025 03:07:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.549/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add error handling for token validation and enhance IP address checks @leecalcote (#4480)&lt;/li&gt;
&lt;li&gt;Update go.mod and subscriptions.go for dependency management and organization @leecalcote (#4479)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.548</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.548/</link><pubDate>Tue, 04 Nov 2025 02:48:50 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.548/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor readiness probe logging and clean up comments @leecalcote (#4478)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.547</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.547/</link><pubDate>Mon, 03 Nov 2025 20:29:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.547/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix catalog infinite scroll stopping after 20 designs @copilot-swe-agent (#4477)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @copilot-swe-agent, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.546</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.546/</link><pubDate>Mon, 03 Nov 2025 17:14:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.546/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix duplicate catalog items in infinite scroll @copilot-swe-agent (#4473)&lt;/li&gt;
&lt;li&gt;Bump @babel/preset-react from 7.27.1 to 7.28.5 in /ui @dependabot (#4462)&lt;/li&gt;
&lt;li&gt;Bump @babel/plugin-transform-runtime from 7.26.9 to 7.28.5 in /ui @dependabot (#4460)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;assign owner to default workspace @aabidsofi19 (#4471)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add database function for delete_user_and_resources @leecalcote (#4470)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix duplicate catalog items in infinite scroll @copilot-swe-agent (#4473)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump @babel/preset-react from 7.27.1 to 7.28.5 in /ui @dependabot (#4462)&lt;/li&gt;
&lt;li&gt;Bump @babel/plugin-transform-runtime from 7.26.9 to 7.28.5 in /ui @dependabot (#4460)&lt;/li&gt;
&lt;li&gt;Bump golang.org/x/net from 0.43.0 to 0.46.0 @dependabot (#4459)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @aabidsofi19, @copilot-swe-agent, @dependabot, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.149-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.149-1/</link><pubDate>Mon, 03 Nov 2025 06:50:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.149-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.148-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.148-1/</link><pubDate>Mon, 03 Nov 2025 06:23:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.148-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;use model references in component and relationships @aabidsofi19 (#3872)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.545</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.545/</link><pubDate>Mon, 03 Nov 2025 06:12:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.545/</guid><description>&lt;ul&gt;
&lt;li&gt;Bump meshkit and schemas @aabidsofi19 (#4468)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.544</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.544/</link><pubDate>Sun, 02 Nov 2025 23:12:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.544/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;feat: add reCAPTCHA validation and form input checks for CNCF Ambassador registration @leecalcote (#4467)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.543</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.543/</link><pubDate>Sun, 02 Nov 2025 21:21:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.543/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: correct typo in label for Open Org Invitation field&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;New ingress for hub.meshery.io @leecalcote (#4466)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.542</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.542/</link><pubDate>Sun, 02 Nov 2025 20:56:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.542/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump lint-staged from 15.4.3 to 16.2.6 in /ui @dependabot (#4461)&lt;/li&gt;
&lt;li&gt;Bump @babel/preset-typescript from 7.26.0 to 7.28.5 in /ui @dependabot (#4464)&lt;/li&gt;
&lt;li&gt;Refactor code structure for improved readability and maintainability @leecalcote (#4465)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;details&gt;
&lt;summary&gt;5 changes&lt;/summary&gt;
&lt;ul&gt;
&lt;li&gt;Bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 @dependabot (#4456)&lt;/li&gt;
&lt;li&gt;Bump golang.org/x/text from 0.28.0 to 0.30.0 @dependabot (#4457)&lt;/li&gt;
&lt;li&gt;Bump github.com/meshery/meshkit from 0.8.43 to 0.8.44 @dependabot (#4458)&lt;/li&gt;
&lt;li&gt;Bump lint-staged from 15.4.3 to 16.2.6 in /ui @dependabot (#4461)&lt;/li&gt;
&lt;li&gt;Bump @babel/preset-typescript from 7.26.0 to 7.28.5 in /ui @dependabot (#4464)&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @dependabot[bot], @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.147-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.147-2/</link><pubDate>Fri, 31 Oct 2025 19:11:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.147-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add referer policy to youtube embed @aabidsofi19 (#3873)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.541</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.541/</link><pubDate>Fri, 31 Oct 2025 11:51:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.541/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;simplify continue to next test and fix go to overview @aabidsofi19 (#4455)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;simplify continue to next test and fix go to overview @aabidsofi19 (#4455)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.540</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.540/</link><pubDate>Fri, 31 Oct 2025 04:43:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.540/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Academy: Hide \Retake Test\ when passed, add \Continue\ to next test @copilot-swe-agent (#4454)&lt;/li&gt;
&lt;li&gt;Fix test timer visibility during scrolling @copilot-swe-agent (#4447)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @copilot-swe-agent, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.539</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.539/</link><pubDate>Wed, 29 Oct 2025 22:14:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.539/</guid><description>&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add functions for cleaning up anonymous users and recording daily stats; remove outdated user stats function @leecalcote (#4453)&lt;/li&gt;
&lt;li&gt;Move Kratos upgrade test scripts @leecalcote (#4452)&lt;/li&gt;
&lt;li&gt;Add organization customization documentation, PostgreSQL Dockerfile, and Meshery cloud database server configurations @leecalcote (#4451)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.538</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.538/</link><pubDate>Wed, 29 Oct 2025 21:51:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.538/</guid><description>&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove migration scripts for deleting anonymous users and associated resources @leecalcote (#4450)&lt;/li&gt;
&lt;li&gt;new delete anonymous users script @leecalcote (#4449)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.537</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.537/</link><pubDate>Wed, 29 Oct 2025 21:20:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.537/</guid><description>&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Database: New, consolidated function to delete anonymous users and all associated resources @leecalcote (#4448)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.147-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.147-1/</link><pubDate>Wed, 29 Oct 2025 17:51:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.147-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.146-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.146-1/</link><pubDate>Wed, 29 Oct 2025 16:37:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.146-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.536</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.536/</link><pubDate>Wed, 29 Oct 2025 05:58:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.536/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Exoscale v0.6.25 content update @l5io (#4445)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.145-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.145-1/</link><pubDate>Wed, 29 Oct 2025 05:24:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.145-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Upgrade xterm to 5.5.0 @&lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt; (#3868)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @l5io, @leecalcote, @miacycle and &lt;a href="https://github.com/apps/copilot-swe-agent"&gt;copilot-swe-agent[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.535</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.535/</link><pubDate>Tue, 28 Oct 2025 13:05:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.535/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery v0.4.14 content update @l5io (#4444)&lt;/li&gt;
&lt;li&gt;Meshery v0.4.13 content update @l5io (#4443)&lt;/li&gt;
&lt;li&gt;Meshery v0.4.12 content update @l5io (#4442)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Update pricing add on button style\ @Namanv0509 (#4440)&lt;/li&gt;
&lt;li&gt;Update pricing add on button style @Namanv0509 (#4439)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.144-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.144-2/</link><pubDate>Mon, 27 Oct 2025 17:10:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.144-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.144-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.144-1/</link><pubDate>Mon, 27 Oct 2025 06:49:57 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.144-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.534</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.534/</link><pubDate>Sat, 25 Oct 2025 14:05:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.534/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix user profile design counts to respect authentication context @copilot-swe-agent (#4434)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix user profile design counts to respect authentication context @copilot-swe-agent (#4434)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@copilot-swe-agent, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.533</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.533/</link><pubDate>Sat, 25 Oct 2025 04:37:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.533/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Exoscale v0.6.24 content update @l5io (#4438)&lt;/li&gt;
&lt;li&gt;Layer5 v0.8.7 content update @l5io (#4437)&lt;/li&gt;
&lt;li&gt;Meshery v0.4.11 content update @l5io (#4436)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove Hardcoded Addon pricing @Namanv0509 (#4435)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.143-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.143-1/</link><pubDate>Fri, 24 Oct 2025 06:36:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.143-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add move out of parent action @aabidsofi19 (#3862)&lt;/li&gt;
&lt;li&gt;publish and render design validation event @aabidsofi19 (#3860)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.12 @l5io (#3861)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.532</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.532/</link><pubDate>Thu, 23 Oct 2025 20:58:41 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.532/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Loading screen: background color @yi-nuo426 (#4430)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @yi-nuo426&lt;/p&gt;</description></item><item><title>v0.8.531</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.531/</link><pubDate>Thu, 23 Oct 2025 17:09:41 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.531/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Health probes @aabidsofi19 (#4428)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Health probes @aabidsofi19 (#4428)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Health probes @aabidsofi19 (#4428)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @hortison and @l5io&lt;/p&gt;</description></item><item><title>v0.8.530</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.530/</link><pubDate>Wed, 22 Oct 2025 18:43:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.530/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery v0.4.9 content update @l5io (#4427)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Wrap questions in error boundaries to prevent crashing the whole test in case of corupt questions @aabidsofi19 (#4426)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.12 @l5io (#4424)&lt;/li&gt;
&lt;li&gt;Fix the Badge Size HTML @Namanv0509 (#4425)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Wrap questions in error boundaries to prevent crashing the whole test in case of corupt questions @aabidsofi19 (#4426)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.529</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.529/</link><pubDate>Wed, 22 Oct 2025 02:20:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.529/</guid><description>&lt;ul&gt;
&lt;li&gt;Fix TypeScript/MUI Box usage by removing unsupported \direction\ prop in certificate.tsx @copilot-swe-agent (#4421)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add loading indicator while app.js bundle loads @copilot-swe-agent (#4420)&lt;/li&gt;
&lt;li&gt;show expiration date for certificate page and pdf @aabidsofi19 (#4417)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix duplicate team members appearing in team member list @copilot-swe-agent (#4418)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix duplicate team members appearing in team member list @copilot-swe-agent (#4418)&lt;/li&gt;
&lt;li&gt;show expiration date for certificate page and pdf @aabidsofi19 (#4417)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Copilot, @aabidsofi19, @copilot-swe-agent, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.528</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.528/</link><pubDate>Tue, 21 Oct 2025 16:44:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.528/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix test prerequisite permalinks @aabidsofi19 (#4416)&lt;/li&gt;
&lt;li&gt;fix verify at link @aabidsofi19 (#4415)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix test prerequisite permalinks @aabidsofi19 (#4416)&lt;/li&gt;
&lt;li&gt;fix verify at link @aabidsofi19 (#4415)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.527</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.527/</link><pubDate>Tue, 21 Oct 2025 09:27:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.527/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;use org domain for credential urls in card @aabidsofi19 (#4412)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;use org domain for credential urls in card @aabidsofi19 (#4412)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.526</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.526/</link><pubDate>Mon, 20 Oct 2025 23:36:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.526/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Exoscale v0.6.23 content update @l5io (#4411)&lt;/li&gt;
&lt;li&gt;Layer5 v0.8.6 content update @l5io (#4410)&lt;/li&gt;
&lt;li&gt;DigitalOcean v0.1.12 content update @l5io (#4409)&lt;/li&gt;
&lt;li&gt;Meshery v0.4.8 content update @l5io (#4407)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;use org domain for credential urls @aabidsofi19 (#4406)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix CORS issue with smp-spec dashboard @hortison (#4408)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;use org domain for credential urls @aabidsofi19 (#4406)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @hortison, @l5io, @leecalcote and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.525</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.525/</link><pubDate>Mon, 20 Oct 2025 18:22:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.525/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add validity and detailed description @aabidsofi19 (#4404)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add validity and detailed description @aabidsofi19 (#4404)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.524</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.524/</link><pubDate>Mon, 20 Oct 2025 18:06:39 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.524/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery v0.4.7 content update @l5io (#4402)&lt;/li&gt;
&lt;li&gt;Meshery v0.4.6 content update @l5io (#4401)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update Typography variant in PrerequisitesList for improved text display @jamieplu (#4403)&lt;/li&gt;
&lt;li&gt;fix org dataloss and failture on invite existing users @aabidsofi19 (#4393)&lt;/li&gt;
&lt;li&gt;fix passing score and cost @aabidsofi19 (#4400)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix org dataloss and failture on invite existing users @aabidsofi19 (#4393)&lt;/li&gt;
&lt;li&gt;fix passing score and cost @aabidsofi19 (#4400)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @jamieplu, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.522</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.522/</link><pubDate>Mon, 20 Oct 2025 16:56:18 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.522/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Academy bug fixes @aabidsofi19 (#4394)&lt;/li&gt;
&lt;li&gt;Fix Desktop View of Org Logo @Namanv0509 (#4395)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;cloud.gingergeek.com @leecalcote (#4396)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Academy bug fixes @aabidsofi19 (#4394)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.521</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.521/</link><pubDate>Sun, 19 Oct 2025 22:45:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.521/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Events] Statistics page was not rendering the chart @leecalcote (#4388)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.520</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.520/</link><pubDate>Sun, 19 Oct 2025 22:37:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.520/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery v0.4.5 content update @l5io (#4387)&lt;/li&gt;
&lt;li&gt;Exoscale v0.6.22 content update @l5io (#4382)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add useGetUserByEmailQuery hook and integrate into relevant components @leecalcote (#4364)&lt;/li&gt;
&lt;li&gt;Avoid variable name collison: Refactor &lt;code&gt;keys&lt;/code&gt; variable in Stats component @leecalcote (#4386)&lt;/li&gt;
&lt;li&gt;Update image_url property title and adjust Recognition Management modal title for clarity @leecalcote (#4385)&lt;/li&gt;
&lt;li&gt;Rename \Badge\ to \Recognition\ in BadgeManagementModal and ManageBadgesBtn for consistency @leecalcote (#4384)&lt;/li&gt;
&lt;li&gt;Academy/: Accordian insted of List for resources @leecalcote (#4383)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.141-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.141-1/</link><pubDate>Sat, 18 Oct 2025 07:02:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.141-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.519</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.519/</link><pubDate>Sat, 18 Oct 2025 06:28:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.519/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery v0.4.4 content update @l5io (#4381)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;disable cannocalization of content links @aabidsofi19 (#4372)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;disable cannocalization of content links @aabidsofi19 (#4372)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.518</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.518/</link><pubDate>Sat, 18 Oct 2025 01:49:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.518/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;⚠️ ⚠️ Rollback from Academy Theme v0.4.0 ⚠️ ⚠️&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;DigitalOcean v0.1.11 content update @l5io (#4380)&lt;/li&gt;
&lt;li&gt;Meshery v0.4.3 content update @l5io (#4379)&lt;/li&gt;
&lt;li&gt;Exoscale v0.6.21 content update @l5io (#4378)&lt;/li&gt;
&lt;li&gt;Layer5 v0.8.5 content update @l5io (#4377)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.517</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.517/</link><pubDate>Sat, 18 Oct 2025 01:20:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.517/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;DigitalOcean v0.1.10 content update @l5io (#4376)&lt;/li&gt;
&lt;li&gt;Exoscale v0.6.20 content update @l5io (#4375)&lt;/li&gt;
&lt;li&gt;Layer5 v0.8.4 content update @l5io (#4374)&lt;/li&gt;
&lt;li&gt;Meshery v0.4.2 content update @l5io (#4373)&lt;/li&gt;
&lt;li&gt;Meshery v0.4.1 content update @l5io (#4371)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.516</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.516/</link><pubDate>Fri, 17 Oct 2025 18:58:46 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.516/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix org sync on academy public pages @aabidsofi19 (#4369)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;disable token verification @aabidsofi19 (#4370)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.140-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.140-1/</link><pubDate>Fri, 17 Oct 2025 18:50:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.140-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.515</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.515/</link><pubDate>Fri, 17 Oct 2025 18:37:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.515/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;\Fix Logout and login from custom domain \ @aabidsofi19 (#4367)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;\Fix Logout and login from custom domain \ @aabidsofi19 (#4367)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.514</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.514/</link><pubDate>Fri, 17 Oct 2025 17:39:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.514/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for Org open invite @aabidsofi19 (#4366)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;escape URL parameters in GitHub and invitation redirects @leecalcote (#4368)&lt;/li&gt;
&lt;li&gt;Add support for Org open invite @aabidsofi19 (#4366)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for Org open invite @aabidsofi19 (#4366)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.513</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.513/</link><pubDate>Fri, 17 Oct 2025 11:33:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.513/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Fix Logout and login from custom domain \ @aabidsofi19 (#4365)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.11 @l5io (#4363)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.10 @l5io (#4362)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Fix Logout and login from custom domain \ @aabidsofi19 (#4365)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.139-v0.8.139</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.139-v0.8.139/</link><pubDate>Fri, 17 Oct 2025 11:09:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.139-v0.8.139/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.11 @l5io (#3857)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.10 @l5io (#3856)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.512</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.512/</link><pubDate>Fri, 17 Oct 2025 10:13:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.512/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Layer5 v0.8.3 content update @l5io (#4359)&lt;/li&gt;
&lt;li&gt;Exoscale v0.6.19 content update @l5io (#4357)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Academy: rearrange test details @leecalcote (#4358)&lt;/li&gt;
&lt;li&gt;Fix Logout and login from custom domain @aabidsofi19 (#4360)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove logging of SystemID in EventTrackersMiddleware @leecalcote (#4361)&lt;/li&gt;
&lt;li&gt;Fix Logout and login from custom domain @aabidsofi19 (#4360)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.511</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.511/</link><pubDate>Thu, 16 Oct 2025 20:13:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.511/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Persisted org pref @aabidsofi19 (#4333)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Persisted org pref @aabidsofi19 (#4333)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.510</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.510/</link><pubDate>Thu, 16 Oct 2025 18:16:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.510/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Properly encode redirect URL for unauthenticated access to protected academy pages @leecalcote (#4356)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.138-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.138-2/</link><pubDate>Thu, 16 Oct 2025 16:08:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.138-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;open layers panel in operator mode by default @aabidsofi19 (#3854)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fixed invalid mastering meshery URL @Darshan174 (#3855)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Darshan174, @aabidsofi19, @l5io, @leecalcote and Darshan N&lt;/p&gt;</description></item><item><title>v0.8.508</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.508/</link><pubDate>Thu, 16 Oct 2025 15:12:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.508/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Academy: only guard html pages under auth check @aabidsofi19 (#4354)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Academy: only guard html pages under auth check @aabidsofi19 (#4354)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.507</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.507/</link><pubDate>Thu, 16 Oct 2025 00:45:39 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.507/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Reduce log verbosity by commenting out debug statements in various handlers and models @leecalcote (#4353)&lt;/li&gt;
&lt;li&gt;Reduce debug log noise @leecalcote (#4352)&lt;/li&gt;
&lt;li&gt;Reduce log noise: use Skipper from Echo to match endpoints to skip logging @leecalcote (#4351)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.506</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.506/</link><pubDate>Wed, 15 Oct 2025 23:38:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.506/</guid><description>&lt;ul&gt;
&lt;li&gt;Filtering in Invitations table @leecalcote (#4347)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery v0.3.7 content update @l5io (#4345)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhance notification handlers to support custom options and include close buttons @aabidsofi19 (#4350)&lt;/li&gt;
&lt;li&gt;Revert nhance notification handlers to support custom options and include close buttons\ @aabidsofi19 (#4349)&lt;/li&gt;
&lt;li&gt;Enhance notification handlers to support custom options and include close buttons @leecalcote (#4348)&lt;/li&gt;
&lt;li&gt;Academy Console enhancements and bug fix on crash of status filter @leecalcote (#4346)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.505</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.505/</link><pubDate>Wed, 15 Oct 2025 07:05:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.505/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Layer5 v0.8.2 content update @l5io (#4343)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove hardcoded prereqs @aabidsofi19 (#4344)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.504</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.504/</link><pubDate>Wed, 15 Oct 2025 03:55:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.504/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update index.js @leecalcote (#4342)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.503</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.503/</link><pubDate>Wed, 15 Oct 2025 00:53:54 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.503/</guid><description>&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update README.md @hamza-mohd (#4331)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hamza-mohd and @hortison&lt;/p&gt;</description></item><item><title>v0.8.502</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.502/</link><pubDate>Wed, 15 Oct 2025 00:43:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.502/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery v0.3.6 content update @l5io (#4341)&lt;/li&gt;
&lt;li&gt;Meshery v03.4 content update @l5io (#4340)&lt;/li&gt;
&lt;li&gt;Meshery v0.3.3 content update @l5io (#4338)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor OverviewTab component to enhance resource display and improve layout @leecalcote (#4339)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @winkletinkle&lt;/p&gt;</description></item><item><title>v0.8.501</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.501/</link><pubDate>Tue, 14 Oct 2025 21:28:46 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.501/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery v0.3.2 content update @l5io (#4337)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Show description always @aabidsofi19 (#4336)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.499</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.499/</link><pubDate>Tue, 14 Oct 2025 04:22:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.499/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump @casl/react from 3.1.0 to 5.0.0 in /ui @dependabot (#3463)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump @casl/react from 3.1.0 to 5.0.0 in /ui @dependabot (#3463)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.498</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.498/</link><pubDate>Tue, 14 Oct 2025 04:21:27 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.498/</guid><description>&lt;ul&gt;
&lt;li&gt;Update AGENTS.md @hamza-mohd (#4332)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hamza-mohd and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.497</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.497/</link><pubDate>Tue, 14 Oct 2025 03:59:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.497/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Layer5 v0.8.1 content update @l5io (#4330)&lt;/li&gt;
&lt;li&gt;Meshery v0.3.0 content update @l5io (#4329)&lt;/li&gt;
&lt;li&gt;Exoscale v0.6.18 content update @l5io (#4328)&lt;/li&gt;
&lt;li&gt;Meshery v0.2.0 content update @l5io (#4327)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.496</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.496/</link><pubDate>Mon, 13 Oct 2025 16:53:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.496/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Per learner price in tooltip\ @aabidsofi19 (#4326)&lt;/li&gt;
&lt;li&gt;Per learner price in tooltip @Namanv0509 (#4325)&lt;/li&gt;
&lt;li&gt;Snackbar theme update @Namanv0509 (#4323)&lt;/li&gt;
&lt;li&gt;Test Style Update @Namanv0509 (#4322)&lt;/li&gt;
&lt;li&gt;Pricing add on style update @Namanv0509 (#4316)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add support for question bank for tests @aabidsofi19 (#4324)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove postgres subchart and update staging values @sangramrath (#4320)&lt;/li&gt;
&lt;li&gt;update values.yaml with new postgress services @aabidsofi19 (#4317)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Pricing add on style update @Namanv0509 (#4316)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19, @l5io, @leecalcote and @sangramrath&lt;/p&gt;</description></item><item><title>v0.8.138-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.138-1/</link><pubDate>Sat, 11 Oct 2025 17:16:39 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.138-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.495</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.495/</link><pubDate>Sat, 11 Oct 2025 04:00:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.495/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix styling @aabidsofi19 (#4314)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;strip out correct answers before storing tests @aabidsofi19 (#4313)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add new badges for community contributions and certifications @leecalcote (#4315)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.494</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.494/</link><pubDate>Fri, 10 Oct 2025 17:49:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.494/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery v0.1.3 content update @l5io (#4312)&lt;/li&gt;
&lt;li&gt;Layer5 v0.8.0 content update @l5io (#4304)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Certification enhancements @aabidsofi19 (#4308)&lt;/li&gt;
&lt;li&gt;update org activity event @aabidsofi19 (#4311)&lt;/li&gt;
&lt;li&gt;Fix catalog class icon color @Namanv0509 (#4307)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Certification enhancements @aabidsofi19 (#4308)&lt;/li&gt;
&lt;li&gt;make academy pages other than overview and index authenticated @aabidsofi19 (#4310)&lt;/li&gt;
&lt;li&gt;Revert nhance user preference update logging with additional metada… @aabidsofi19 (#4309)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Certification enhancements @aabidsofi19 (#4308)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Init Copilot Instructions @leecalcote (#4306)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.137-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.137-1/</link><pubDate>Thu, 09 Oct 2025 06:58:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.137-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.493</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.493/</link><pubDate>Wed, 08 Oct 2025 19:44:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.493/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove duplicate apis @aabidsofi19 (#4301)&lt;/li&gt;
&lt;li&gt;Minor Update in Add on @Namanv0509 (#4300)&lt;/li&gt;
&lt;li&gt;Bump react-player from 2.16.0 to 3.3.3 in /ui @dependabot (#4240)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Schema: Create Tag Groups @leecalcote (#4302)&lt;/li&gt;
&lt;li&gt;remove duplicate apis @aabidsofi19 (#4301)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump react-player from 2.16.0 to 3.3.3 in /ui @dependabot (#4240)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19, @dependabot, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.136-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.136-2/</link><pubDate>Wed, 08 Oct 2025 09:35:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.136-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.136-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.136-1/</link><pubDate>Wed, 08 Oct 2025 08:51:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.136-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.492</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.492/</link><pubDate>Wed, 08 Oct 2025 06:55:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.492/</guid><description>&lt;ul&gt;
&lt;li&gt;Add recognition tag and endpoints for badge assignment functionality @leecalcote (#4295)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update curricula insert from markdown and add more logs @aabidsofi19 (#4299)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.491</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.491/</link><pubDate>Tue, 07 Oct 2025 22:37:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.491/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhance AssignBadge method to include detailed logging for notification preferences and existing badges @leecalcote (#4298)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.490</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.490/</link><pubDate>Tue, 07 Oct 2025 21:51:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.490/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhance AssignBadge functionality to include notification control and improve UX @leecalcote (#4297)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.489</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.489/</link><pubDate>Tue, 07 Oct 2025 20:15:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.489/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor AssignBadge method to use AssignBadgeToUser for additive badge assignment @leecalcote (#4296)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.488</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.488/</link><pubDate>Tue, 07 Oct 2025 19:32:55 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.488/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add AssignBadge handler for single badge assignment functionality @leecalcote (#4293)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.487</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.487/</link><pubDate>Tue, 07 Oct 2025 18:14:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.487/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Layer5 v0.7.2 content update @l5io (#4291)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Certification enhancements and fixes @aabidsofi19 (#4289)&lt;/li&gt;
&lt;li&gt;Fixed Background color of design image in edit modal @ARYANSHAH1567 (#4230)&lt;/li&gt;
&lt;li&gt;Fill icons according to theme @ARYANSHAH1567 (#4287)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Certification enhancements and fixes @aabidsofi19 (#4289)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Certification enhancements and fixes @aabidsofi19 (#4289)&lt;/li&gt;
&lt;li&gt;swap hooks for kanvas entitlement and user signup @ritesh-karankal (#4290)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed Background color of design image in edit modal @ARYANSHAH1567 (#4230)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@ARYANSHAH1567, @aabidsofi19, @l5io, @leecalcote and @ritesh-karankal&lt;/p&gt;</description></item><item><title>v0.8.486</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.486/</link><pubDate>Mon, 06 Oct 2025 15:52:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.486/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Login page image size and login alignment @leecalcote (#4288)&lt;/li&gt;
&lt;li&gt;Enterprise seat limit to 2500 @Namanv0509 (#4285)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.485</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.485/</link><pubDate>Mon, 06 Oct 2025 08:46:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.485/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Changed the fill of icons to match the theme\ @aabidsofi19 (#4284)&lt;/li&gt;
&lt;li&gt;Changed the fill of icons to match the theme @ARYANSHAH1567 (#4229)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for golang based cronjob for refreshing materialized views @aabidsofi19 (#4283)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Changed the fill of icons to match the theme\ @aabidsofi19 (#4284)&lt;/li&gt;
&lt;li&gt;Changed the fill of icons to match the theme @ARYANSHAH1567 (#4229)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@ARYANSHAH1567, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.135-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.135-1/</link><pubDate>Sun, 05 Oct 2025 19:22:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.135-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;sync deps @aabidsofi19 (#3851)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @n2h9&lt;/p&gt;</description></item><item><title>v0.8.484</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.484/</link><pubDate>Sun, 05 Oct 2025 15:08:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.484/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery 0.1.2 content update @l5io (#4280)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.483</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.483/</link><pubDate>Sat, 04 Oct 2025 19:29:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.483/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Login Pages: Convert svgs to webp @miacycle (#4278)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote, @miacycle and @suttonskate&lt;/p&gt;</description></item><item><title>v0.8.482</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.482/</link><pubDate>Fri, 03 Oct 2025 21:03:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.482/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump @mui/styles from 6.4.11 to 6.5.0 in /ui @dependabot (#4241)&lt;/li&gt;
&lt;li&gt;Bump babel-loader from 9.2.1 to 10.0.0 in /ui @dependabot (#4242)&lt;/li&gt;
&lt;li&gt;Update Dynamic Course Type in Learning Card @Namanv0509 (#4271)&lt;/li&gt;
&lt;li&gt;Changed secondary color @ARYANSHAH1567 (#4273)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: update email recipients to include &lt;a href="mailto:team@layer5.io"&gt;team@layer5.io&lt;/a&gt; @leecalcote (#4277)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Changed secondary color @ARYANSHAH1567 (#4273)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump @mui/styles from 6.4.11 to 6.5.0 in /ui @dependabot (#4241)&lt;/li&gt;
&lt;li&gt;Bump babel-loader from 9.2.1 to 10.0.0 in /ui @dependabot (#4242)&lt;/li&gt;
&lt;li&gt;Bump github.com/lestrrat-go/jwx from 1.2.30 to 1.2.31 @dependabot (#3459)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@ARYANSHAH1567, @Namanv0509, @dependabot, @dependabot[bot], @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.481</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.481/</link><pubDate>Fri, 03 Oct 2025 18:35:57 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.481/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add academy events and fix filters @aabidsofi19 (#4276)&lt;/li&gt;
&lt;li&gt;fix price formatting in subscriptions table @aabidsofi19 (#4275)&lt;/li&gt;
&lt;li&gt;fix subscription page crash @aabidsofi19 (#4274)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add academy events and fix filters @aabidsofi19 (#4276)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.480</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.480/</link><pubDate>Fri, 03 Oct 2025 09:09:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.480/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Change Refetch Options to Refresh in rjsf @Namanv0509 (#4272)&lt;/li&gt;
&lt;li&gt;Subscription proration , upgrade and cancel @aabidsofi19 (#4257)&lt;/li&gt;
&lt;li&gt;add withdraw registration action @aabidsofi19 (#4267)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: invitation not getting attached to curricula in update flow @aabidsofi19 (#4270)&lt;/li&gt;
&lt;li&gt;Subscription proration , upgrade and cancel @aabidsofi19 (#4257)&lt;/li&gt;
&lt;li&gt;add withdraw registration action @aabidsofi19 (#4267)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19, @l5io and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.479</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.479/</link><pubDate>Thu, 02 Oct 2025 20:01:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.479/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery v0.1.1 content update @l5io (#4269)&lt;/li&gt;
&lt;li&gt;Meshery v0.1.0 content update @l5io (#4266)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;reset slug on delete @aabidsofi19 (#4265)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.478</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.478/</link><pubDate>Wed, 01 Oct 2025 18:06:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.478/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery v0.0.5 content update @l5io (#4247)&lt;/li&gt;
&lt;li&gt;Layer5 v0.7.2 content update @l5io (#4234)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery org theme color fix @Namanv0509 (#4246)&lt;/li&gt;
&lt;li&gt;Bump typescript from 5.8.3 to 5.9.3 in /ui @dependabot (#4243)&lt;/li&gt;
&lt;li&gt;Slider and Pricing addon fix @Namanv0509 (#4244)&lt;/li&gt;
&lt;li&gt;fix active learners heading @aabidsofi19 (#4235)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix active learners heading @aabidsofi19 (#4235)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;details&gt;
&lt;summary&gt;4 changes&lt;/summary&gt;
&lt;ul&gt;
&lt;li&gt;Bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 @dependabot (#4239)&lt;/li&gt;
&lt;li&gt;Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.16.0 to 2.17.0 @dependabot (#4237)&lt;/li&gt;
&lt;li&gt;Bump github.com/meshery/meshkit from 0.8.41 to 0.8.43 @dependabot (#4238)&lt;/li&gt;
&lt;li&gt;Bump typescript from 5.8.3 to 5.9.3 in /ui @dependabot (#4243)&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19, @dependabot, @dependabot[bot], @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.477</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.477/</link><pubDate>Tue, 30 Sep 2025 13:54:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.477/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;wrap widgets with error boundary @aabidsofi19 (#4232)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix total learners count @aabidsofi19 (#4233)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix total learners count @aabidsofi19 (#4233)&lt;/li&gt;
&lt;li&gt;wrap widgets with error boundary @aabidsofi19 (#4232)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.476</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.476/</link><pubDate>Tue, 30 Sep 2025 13:21:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.476/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add error logs and fix query @aabidsofi19 (#4231)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add error logs and fix query @aabidsofi19 (#4231)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.134-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.134-1/</link><pubDate>Tue, 30 Sep 2025 07:22:39 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.134-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.9 @l5io (#3850)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hamza-mohd, @l5io and @saurabhraghuvanshii&lt;/p&gt;</description></item><item><title>v0.8.475</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.475/</link><pubDate>Tue, 30 Sep 2025 06:54:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.475/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for tracking Active learners and org user based on org activity @aabidsofi19 (#4222)&lt;/li&gt;
&lt;li&gt;Academy Instructor Modal Font Update @Namanv0509 (#4224)&lt;/li&gt;
&lt;li&gt;add my academy widget thumbnail @Namanv0509 (#4223)&lt;/li&gt;
&lt;li&gt;Increase Academy Console Modal Text Size @Namanv0509 (#4220)&lt;/li&gt;
&lt;li&gt;Academy Widget Update @Namanv0509 (#4217)&lt;/li&gt;
&lt;li&gt;Slider pricing and Yearly toggle update @Namanv0509 (#4219)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for tracking Active learners and org user based on org activity @aabidsofi19 (#4222)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added the meshmate and Fixed hacktoberfest img url @ARYANSHAH1567 (#4226)&lt;/li&gt;
&lt;li&gt;Fix hacktoberfest badge migration @aabidsofi19 (#4221)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added the meshmate and Fixed hacktoberfest img url @ARYANSHAH1567 (#4226)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@ARYANSHAH1567, @Namanv0509, @aabidsofi19, @l5io and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.474</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.474/</link><pubDate>Fri, 26 Sep 2025 22:45:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.474/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added the hacktoberfest25 badge and also created two db migration files @ARYANSHAH1567 (#4211)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added the hacktoberfest25 badge and also created two db migration files @ARYANSHAH1567 (#4211)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@ARYANSHAH1567, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.473</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.473/</link><pubDate>Fri, 26 Sep 2025 19:09:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.473/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update prices @aabidsofi19 (#4215)&lt;/li&gt;
&lt;li&gt;fix permission page @aabidsofi19 (#4212)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19&lt;/p&gt;</description></item><item><title>v0.8.471</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.471/</link><pubDate>Fri, 26 Sep 2025 07:55:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.471/</guid><description>&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.470</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.470/</link><pubDate>Fri, 26 Sep 2025 07:38:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.470/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add logs @aabidsofi19 (#4208)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.469</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.469/</link><pubDate>Thu, 25 Sep 2025 13:54:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.469/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix missing import @aabidsofi19 (#4207)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.468</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.468/</link><pubDate>Thu, 25 Sep 2025 13:40:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.468/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Layer5 v0.7.1 content update @l5io (#4205)&lt;/li&gt;
&lt;li&gt;Layer5 v0.7.0 content update @l5io (#4204)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.9 @l5io (#4201)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor away from logrus and fmt to MeshKit @leecalcote (#4193)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hortison, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.466</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.466/</link><pubDate>Wed, 24 Sep 2025 16:09:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.466/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update lab addon pricing @aabidsofi19 (#4200)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.465</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.465/</link><pubDate>Wed, 24 Sep 2025 10:30:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.465/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Layer5 v0.6.4 content update @l5io (#4195)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix roles getting lost @aabidsofi19 (#4198)&lt;/li&gt;
&lt;li&gt;Minor styling fix for addon per learner @Namanv0509 (#4197)&lt;/li&gt;
&lt;li&gt;comparative price between monthly and annual duration per learner @Namanv0509 (#4196)&lt;/li&gt;
&lt;li&gt;Minor Plan Style fix @Namanv0509 (#4194)&lt;/li&gt;
&lt;li&gt;INR update @Namanv0509 (#4192)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix roles getting lost @aabidsofi19 (#4198)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Minor Plan Style fix @Namanv0509 (#4194)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.464</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.464/</link><pubDate>Tue, 23 Sep 2025 18:20:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.464/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add currency switcher and badge preview @aabidsofi19 (#4191)&lt;/li&gt;
&lt;li&gt;Pricing page layout fix @Namanv0509 (#4188)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.463</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.463/</link><pubDate>Tue, 23 Sep 2025 13:56:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.463/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add more comments to redirect loop @aabidsofi19 (#4185)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update environment value @aabidsofi19 (#4186)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.462</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.462/</link><pubDate>Tue, 23 Sep 2025 13:30:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.462/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add loglevel to values.yaml @aabidsofi19 (#4184)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix custom domain routing in dev @aabidsofi19 (#4183)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add loglevel to values.yaml @aabidsofi19 (#4184)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.461</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.461/</link><pubDate>Tue, 23 Sep 2025 09:38:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.461/</guid><description>&lt;ul&gt;
&lt;li&gt;chore: Update dependencies in go.mod and go.sum @leecalcote (#4177)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Addon minor fix @Namanv0509 (#4181)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix custom domain routing in dev @aabidsofi19 (#4183)&lt;/li&gt;
&lt;li&gt;add cloud.meshery.io to cors list @aabidsofi19 (#4182)&lt;/li&gt;
&lt;li&gt;MeshKit log and error handling for connections and environments @leecalcote (#4178)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Addon minor fix @Namanv0509 (#4181)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.460</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.460/</link><pubDate>Mon, 22 Sep 2025 14:26:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.460/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add manage subscriptions key @aabidsofi19 (#4176)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add manage subscriptions key @aabidsofi19 (#4176)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.459</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.459/</link><pubDate>Mon, 22 Sep 2025 09:30:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.459/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add my academy widget @aabidsofi19 (#4175)&lt;/li&gt;
&lt;li&gt;fix tables @aabidsofi19 (#4174)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.458</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.458/</link><pubDate>Mon, 22 Sep 2025 03:53:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.458/</guid><description>&lt;ul&gt;
&lt;li&gt;Update authenticated email send test endpoint URL in debugging guide @leecalcote (#4171)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Migrated keys, keychains, credentials, kratos_identity DAOs to MeshKit @leecalcote (#4173)&lt;/li&gt;
&lt;li&gt;feat: Update error codes and messages for team management and account plans @leecalcote (#4172)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.457</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.457/</link><pubDate>Sun, 21 Sep 2025 21:57:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.457/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add authenticated email send test endpoint and update documentation @leecalcote (#4170)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add authenticated email send test endpoint and update documentation @leecalcote (#4170)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.456</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.456/</link><pubDate>Sun, 21 Sep 2025 21:35:41 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.456/</guid><description>&lt;ul&gt;
&lt;li&gt;Revert mail body update\ @leecalcote (#4168)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhance email handling with new error codes, validation, and configuration testing features; add comprehensive debugging guide for email issues. @leecalcote (#4169)&lt;/li&gt;
&lt;li&gt;Enhance logs in user_daos @leecalcote (#4167)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.455</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.455/</link><pubDate>Sun, 21 Sep 2025 20:00:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.455/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Conversion to MeshKit log and error handling @leecalcote (#4166)&lt;/li&gt;
&lt;li&gt;Refactor error handling and add new error codes for Stripe integration @leecalcote (#4165)&lt;/li&gt;
&lt;li&gt;Refactor logging to use structured MeshKit logger in event handling and flow email processes @leecalcote (#4164)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor error handling and add new error codes for Stripe integration @leecalcote (#4165)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.454</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.454/</link><pubDate>Sat, 20 Sep 2025 14:30:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.454/</guid><description>&lt;ul&gt;
&lt;li&gt;MeshKit logger for event debug @leecalcote (#4162)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;UI maintainence @leecalcote (#4160)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;only count active users @aabidsofi19 (#4163)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.453</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.453/</link><pubDate>Fri, 19 Sep 2025 18:45:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.453/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Removal of handling of cloud.meshery.io on sign-in pages. @leecalcote&lt;/li&gt;
&lt;li&gt;Addon updates @Namanv0509 (#4159)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.452</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.452/</link><pubDate>Fri, 19 Sep 2025 13:11:46 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.452/</guid><description>&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.451</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.451/</link><pubDate>Wed, 17 Sep 2025 21:04:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.451/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fit the badge content @ARYANSHAH1567 (#4156)&lt;/li&gt;
&lt;li&gt;Fix: Invitations datatable columns not honored @vr-varad (#4106)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Invitations datatable columns not honored @vr-varad (#4106)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@ARYANSHAH1567, @Namanv0509, @hamza-mohd, @l5io and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.133-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.133-1/</link><pubDate>Wed, 17 Sep 2025 16:01:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.133-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.8 @l5io (#3849)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@fitzergerald, @l5io, @leecalcote and @n2h9&lt;/p&gt;</description></item><item><title>v0.8.450</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.450/</link><pubDate>Mon, 15 Sep 2025 12:07:50 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.450/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;deeplink to repo from version card @aabidsofi19 (#4155)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.449</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.449/</link><pubDate>Mon, 15 Sep 2025 10:22:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.449/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery Org Theme @Namanv0509 (#4152)&lt;/li&gt;
&lt;li&gt;fix datetime bugs @aabidsofi19 (#4153)&lt;/li&gt;
&lt;li&gt;fix org logo getting streched @aabidsofi19 (#4151)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19, @l5io and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.448</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.448/</link><pubDate>Thu, 11 Sep 2025 23:30:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.448/</guid><description>&lt;ul&gt;
&lt;li&gt;email body update @Namanv0509 (#4145)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Exoscale v0.6.17 content update @l5io (#4148)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Updated the display for badge on profile @ARYANSHAH1567 (#4146)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.8 @l5io (#4150)&lt;/li&gt;
&lt;li&gt;fix banner image placeholder @aabidsofi19 (#4149)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@ARYANSHAH1567, @Namanv0509, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.447</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.447/</link><pubDate>Thu, 11 Sep 2025 16:35:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.447/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor academy update handler to include academy name in request and response @leecalcote (#4142)&lt;/li&gt;
&lt;li&gt;remove user role and plan unit direct mapping @aabidsofi19 (#4144)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.446</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.446/</link><pubDate>Thu, 11 Sep 2025 09:27:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.446/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Academy v0.1.9 content update @l5io (#4141)&lt;/li&gt;
&lt;li&gt;Academy v0.6.3 content update @l5io (#4140)&lt;/li&gt;
&lt;li&gt;Academy v0.1.8 content update @l5io (#4139)&lt;/li&gt;
&lt;li&gt;Academy v0.6.16 content update @l5io (#4138)&lt;/li&gt;
&lt;li&gt;Academy v0.6.2 content update @l5io (#4137)&lt;/li&gt;
&lt;li&gt;Academy v0.1.7 content update @l5io (#4136)&lt;/li&gt;
&lt;li&gt;Academy v0.1.6: Content update @l5io (#4135)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Subscription Creation Bugs. @aabidsofi19 (#4143)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.445</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.445/</link><pubDate>Wed, 10 Sep 2025 22:10:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.445/</guid><description>&lt;ul&gt;
&lt;li&gt;No changes - a re-release of v0.8.444&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.444</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.444/</link><pubDate>Wed, 10 Sep 2025 21:57:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.444/</guid><description>&lt;ul&gt;
&lt;li&gt;Email Body Color Fix @Namanv0509 (#4115)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for creating badges from academy modal @aabidsofi19 (#4132)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;all users getting added to org while violating validity of invitation @aabidsofi19 (#4125)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add update strategy configuration for deployment in values.yaml @leecalcote (#4134)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.443</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.443/</link><pubDate>Wed, 10 Sep 2025 18:41:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.443/</guid><description>&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.442</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.442/</link><pubDate>Wed, 10 Sep 2025 14:20:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.442/</guid><description>&lt;ul&gt;
&lt;li&gt;add a new test enterpice plan @aabidsofi19 (#4131)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.441</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.441/</link><pubDate>Wed, 10 Sep 2025 12:11:03 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.441/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix users page crash @aabidsofi19 (#4129)&lt;/li&gt;
&lt;li&gt;add refetch options button for badges picker @aabidsofi19 (#4128)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.440</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.440/</link><pubDate>Wed, 10 Sep 2025 11:51:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.440/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix workspace id not being updated @aabidsofi19 (#4127)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.439</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.439/</link><pubDate>Wed, 10 Sep 2025 09:05:18 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.439/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix learners pagination bugs @aabidsofi19 (#4126)&lt;/li&gt;
&lt;li&gt;remove dead code @aabidsofi19 (#4124)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.438</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.438/</link><pubDate>Tue, 09 Sep 2025 23:46:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.438/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Round off price @Namanv0509 (#4114)&lt;/li&gt;
&lt;li&gt;Improve error handling for profile and password updates @leecalcote (#4122)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @fitzergerald, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.437</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.437/</link><pubDate>Tue, 09 Sep 2025 17:43:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.437/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Addon Styling update @Namanv0509 (#4044)&lt;/li&gt;
&lt;li&gt;fix widget sizing @aabidsofi19 (#4120)&lt;/li&gt;
&lt;li&gt;fix profile save broken @aabidsofi19 (#4119)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.436</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.436/</link><pubDate>Tue, 09 Sep 2025 14:23:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.436/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix academy dashboard widgets @aabidsofi19 (#4118)&lt;/li&gt;
&lt;li&gt;move create content to curricula tab @aabidsofi19 (#4117)&lt;/li&gt;
&lt;li&gt;Add curricula update and delete flow @aabidsofi19 (#4116)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add curricula update and delete flow @aabidsofi19 (#4116)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.435</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.435/</link><pubDate>Mon, 08 Sep 2025 22:36:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.435/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update: workspace and environment cards / icons honour org_colors. @FaheemOnHub (#4080)&lt;/li&gt;
&lt;li&gt;User: Public Profile fails to save changes @leecalcote (#4111)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update: workspace and environment cards / icons honour org_colors. @FaheemOnHub (#4080)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.434</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.434/</link><pubDate>Mon, 08 Sep 2025 07:15:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.434/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix wrong prop @aabidsofi19 (#4107)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.433</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.433/</link><pubDate>Sat, 06 Sep 2025 13:26:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.433/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix checkout page formatting @aabidsofi19 (#4104)&lt;/li&gt;
&lt;li&gt;Break instructor console into tabs @aabidsofi19 (#4101)&lt;/li&gt;
&lt;li&gt;add currency switcher in pricing page @aabidsofi19 (#4103)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Break instructor console into tabs @aabidsofi19 (#4101)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add currency switcher in pricing page @aabidsofi19 (#4103)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.432</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.432/</link><pubDate>Sat, 06 Sep 2025 08:25:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.432/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix price updates @aabidsofi19 (#4102)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix price updates @aabidsofi19 (#4102)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.431</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.431/</link><pubDate>Sat, 06 Sep 2025 07:44:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.431/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: broken org logo in invitations table @FaheemOnHub (#4095)&lt;/li&gt;
&lt;li&gt;fix: Organizations: Custom Logo Upload Broken @FaheemOnHub (#4096)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;upsert stripe prices @aabidsofi19 (#4099)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Rotate stripe @aabidsofi19 (#4100)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: broken org logo in invitations table @FaheemOnHub (#4095)&lt;/li&gt;
&lt;li&gt;fix: Organizations: Custom Logo Upload Broken @FaheemOnHub (#4096)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.430</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.430/</link><pubDate>Thu, 04 Sep 2025 20:47:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.430/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix #4091: Academy Accomplishments bugs @leecalcote (#4092)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.429</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.429/</link><pubDate>Thu, 04 Sep 2025 18:11:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.429/</guid><description>&lt;ul&gt;
&lt;li&gt;Bug fix: Crash fixed - Missing theme variable in User Management page&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.428</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.428/</link><pubDate>Wed, 03 Sep 2025 18:25:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.428/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;reference badges by id from curricula content @aabidsofi19 (#4085)&lt;/li&gt;
&lt;li&gt;add support for deleting badges @aabidsofi19 (#4084)&lt;/li&gt;
&lt;li&gt;add support for deleting Invitations @aabidsofi19 (#4082)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;reference badges by id from curricula content @aabidsofi19 (#4085)&lt;/li&gt;
&lt;li&gt;add support for deleting badges @aabidsofi19 (#4084)&lt;/li&gt;
&lt;li&gt;Add Get Badge and delete api @aabidsofi19 (#4083)&lt;/li&gt;
&lt;li&gt;Invitations delete @aabidsofi19 (#4082)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add keys for invitations and recognitions @aabidsofi19 (#4081)&lt;/li&gt;
&lt;li&gt;assign team and workspace management keychains to academy admin @aabidsofi19 (#4081)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.427</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.427/</link><pubDate>Wed, 03 Sep 2025 03:53:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.427/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Meshery Patthern Resource handler: return json, not binary @leecalcote (#4079)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.426</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.426/</link><pubDate>Tue, 02 Sep 2025 20:42:57 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.426/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix catalog crash @aabidsofi19 (#4078)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.425</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.425/</link><pubDate>Tue, 02 Sep 2025 18:22:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.425/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove wrong check @aabidsofi19 (#4077)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.424</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.424/</link><pubDate>Tue, 02 Sep 2025 17:27:14 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.424/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;refactor and enhance academy create content flow @aabidsofi19 (#4071)&lt;/li&gt;
&lt;li&gt;fix: uiSchema for imageField was not rendering fullWidth &amp;amp;&amp;amp; infoButton @FaheemOnHub (#4074)&lt;/li&gt;
&lt;li&gt;add: Improve helperText by adding badge.layer5.io link @FaheemOnHub (#4073)&lt;/li&gt;
&lt;li&gt;fix: Apperance of a circular loader in all rjsf modals. @FaheemOnHub (#4072)&lt;/li&gt;
&lt;li&gt;fix: Manage Badges should be accessible to org_admins @FaheemOnHub (#4070)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;refactor and enhance academy create content flow @aabidsofi19 (#4071)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;refactor and enhance academy create content flow @aabidsofi19 (#4071)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: uiSchema for imageField was not rendering fullWidth &amp;amp;&amp;amp; infoButton @FaheemOnHub (#4074)&lt;/li&gt;
&lt;li&gt;fix: Apperance of a circular loader in all rjsf modals. @FaheemOnHub (#4072)&lt;/li&gt;
&lt;li&gt;fix: Manage Badges should be accessible to org_admins @FaheemOnHub (#4070)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.423</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.423/</link><pubDate>Tue, 02 Sep 2025 05:17:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.423/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix create content stepper @aabidsofi19 (#4068)&lt;/li&gt;
&lt;li&gt;fix reconcile query @aabidsofi19 (#4067)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix reconcile query @aabidsofi19 (#4067)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump golang.org/x/net from 0.41.0 to 0.43.0 @dependabot (#4058)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @dependabot, @dependabot[bot], @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.422</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.422/</link><pubDate>Mon, 01 Sep 2025 23:57:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.422/</guid><description>&lt;h2 id="academy" class="heading-link"&gt;
 Academy
 &lt;a href="#academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Layer5 Academy v0.6.0&lt;/li&gt;
&lt;li&gt;Exoscale Academy v0.6.12&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CSS update exam @Namanv0509 (#4062)&lt;/li&gt;
&lt;li&gt;Bump prettier from 3.5.3 to 3.6.2 in /ui @dependabot (#4056)&lt;/li&gt;
&lt;li&gt;Bump typescript-eslint from 8.26.0 to 8.41.0 in /ui @dependabot (#4057)&lt;/li&gt;
&lt;li&gt;refactor: update learning path modal steps and improve field labels @leecalcote (#4064)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;details&gt;
&lt;summary&gt;5 changes&lt;/summary&gt;
&lt;ul&gt;
&lt;li&gt;Bump golang.org/x/net from 0.41.0 to 0.43.0 @dependabot (#4058)&lt;/li&gt;
&lt;li&gt;Bump prettier from 3.5.3 to 3.6.2 in /ui @dependabot (#4056)&lt;/li&gt;
&lt;li&gt;Bump github.com/meshery/meshkit from 0.8.37 to 0.8.41 @dependabot (#4059)&lt;/li&gt;
&lt;li&gt;Bump typescript-eslint from 8.26.0 to 8.41.0 in /ui @dependabot (#4057)&lt;/li&gt;
&lt;li&gt;Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 @dependabot (#4060)&lt;/li&gt;
&lt;li&gt;Golang deps upgrades @leecalcote (#4066)&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @dependabot, @dependabot[bot], @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.421</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.421/</link><pubDate>Mon, 01 Sep 2025 17:45:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.421/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update: feat: Enhanced Badge Management System with Create &amp;amp; Update Operations and Improved UI @FaheemOnHub (#4048)&lt;/li&gt;
&lt;li&gt;add org column to ui @aabidsofi19 (#4055)&lt;/li&gt;
&lt;li&gt;update: replacement of Loading&amp;hellip; with CircularProgress across academy. @FaheemOnHub (#4054)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;use base url when redirecting to signup @aabidsofi19 (#4063)&lt;/li&gt;
&lt;li&gt;reduce reconcillation duration @aabidsofi19 (#4061)&lt;/li&gt;
&lt;li&gt;fix allow provider admins to see all invites @aabidsofi19 (#4053)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.420</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.420/</link><pubDate>Mon, 01 Sep 2025 03:53:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.420/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix bug: missing iconMediumLarge @leecalcote (#4051)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix bug: missing iconMediumLarge @leecalcote (#4051)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.132-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.132-1/</link><pubDate>Mon, 01 Sep 2025 03:33:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.132-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @n2h9&lt;/p&gt;</description></item><item><title>v0.8.419</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.419/</link><pubDate>Mon, 01 Sep 2025 03:20:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.419/</guid><description>&lt;ul&gt;
&lt;li&gt;Include use of PGPASSWORD in development environment builds @leecalcote (#4045)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;feat(academy): Unify styling with centralized Bootstrap variables @zihanKuang (#4047)&lt;/li&gt;
&lt;li&gt;bug fix: use badge.name, not badge.title @leecalcote (#4050)&lt;/li&gt;
&lt;li&gt;bump meshery-schemas to 0.8.70 @FaheemOnHub (#4049)&lt;/li&gt;
&lt;li&gt;dispatch ready event for academy ui @aabidsofi19 (#4046)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io, @leecalcote, @meshery-ci and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.418</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.418/</link><pubDate>Sat, 30 Aug 2025 00:07:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.418/</guid><description>&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;NOTE: This is just development environment only.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;postgres 16.6.0 upgrade @leecalcote (#4038)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.417</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.417/</link><pubDate>Fri, 29 Aug 2025 22:25:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.417/</guid><description>&lt;ul&gt;
&lt;li&gt;Publish new Academy content&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.416</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.416/</link><pubDate>Fri, 29 Aug 2025 17:55:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.416/</guid><description>&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove Kratos sub-charts @leecalcote (#4042)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.415</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.415/</link><pubDate>Fri, 29 Aug 2025 17:48:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.415/</guid><description>&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/kratos 1.1.0 @leecalcote (#4041)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.414</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.414/</link><pubDate>Fri, 29 Aug 2025 17:32:55 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.414/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add-on Styling fix @Namanv0509 (#4034)&lt;/li&gt;
&lt;li&gt;Adding commas for better Readibility at checkout @Namanv0509 (#4037)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Upgrade prod to Kratos v1.1.0 @leecalcote (#4040)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add-on Styling fix @Namanv0509 (#4034)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.413</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.413/</link><pubDate>Fri, 29 Aug 2025 16:26:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.413/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Badge images in badges management ui and use png images @aabidsofi19 (#4035)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Postgres connection exhaustion issue @leecalcote (#4039)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Badge images in badges management ui and use png images @aabidsofi19 (#4035)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Postgres connection exhaustion issue @leecalcote (#4039)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @google-labs-jules[bot], @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.131-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.131-1/</link><pubDate>Fri, 29 Aug 2025 15:43:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.131-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hortison, @l5io, @leecalcote and @n2h9&lt;/p&gt;</description></item><item><title>v0.8.412</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.412/</link><pubDate>Fri, 29 Aug 2025 04:23:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.412/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;feat: Add &amp;lsquo;Remove User&amp;rsquo; as a supported bulk action @hortison (#4031)&lt;/li&gt;
&lt;li&gt;Revert \User Management: Support for Remove User as a bulk action\ @hortison (#4032)&lt;/li&gt;
&lt;li&gt;Use Kratos v1.1.0 for development environments @leecalcote (#4030)&lt;/li&gt;
&lt;li&gt;User Management: Support for Remove User as a bulk action @leecalcote (#4029)&lt;/li&gt;
&lt;li&gt;Updating Pricing Style @Namanv0509 (#4027)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;close sqlx connection pool @aabidsofi19 (#4023)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;feat: Add &amp;lsquo;Remove User&amp;rsquo; as a supported bulk action @hortison (#4031)&lt;/li&gt;
&lt;li&gt;Revert \User Management: Support for Remove User as a bulk action\ @hortison (#4032)&lt;/li&gt;
&lt;li&gt;Use Kratos v1.1.0 for development environments @leecalcote (#4030)&lt;/li&gt;
&lt;li&gt;User Management: Support for Remove User as a bulk action @leecalcote (#4029)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19, @google-labs-jules[bot], @hortison, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.130-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.130-1/</link><pubDate>Thu, 28 Aug 2025 21:52:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.130-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.7 @l5io (#3842)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Correct Double Bubble Map and Mastering Meshery links in getting started panel @zihanKuang (#3843)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote, @n2h9 and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.411</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.411/</link><pubDate>Thu, 28 Aug 2025 19:22:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.411/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update checkout.js to roundoff pricing @Namanv0509 (#4025)&lt;/li&gt;
&lt;li&gt;Styling and Comparison update @Namanv0509 (#4017)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.410</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.410/</link><pubDate>Thu, 28 Aug 2025 18:00:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.410/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update index.js @aabidsofi19 (#4024)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.408</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.408/</link><pubDate>Thu, 28 Aug 2025 17:17:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.408/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add toplevel sqlx cxn @aabidsofi19 (#4020)&lt;/li&gt;
&lt;li&gt;update subject @aabidsofi19 (#4019)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.407</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.407/</link><pubDate>Thu, 28 Aug 2025 08:45:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.407/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update and enhance badges @aabidsofi19 (#4016)&lt;/li&gt;
&lt;li&gt;Add support for specifying Emais in l invitations @aabidsofi19 (#4018)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update and enhance badges @aabidsofi19 (#4016)&lt;/li&gt;
&lt;li&gt;Add support for specifying Emais in l invitations @aabidsofi19 (#4018)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update and enhance badges @aabidsofi19 (#4016)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.406</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.406/</link><pubDate>Wed, 27 Aug 2025 18:43:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.406/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Academy billing @aabidsofi19 (#4006)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Academy billing @aabidsofi19 (#4006)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.405</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.405/</link><pubDate>Tue, 26 Aug 2025 16:45:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.405/</guid><description>&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Badge Mgmt: Add missing curly brace @leecalcote (#4014)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.404</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.404/</link><pubDate>Tue, 26 Aug 2025 16:18:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.404/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add badge management functionality with modal and button components @leecalcote (#4010)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.7 @l5io (#4013)&lt;/li&gt;
&lt;li&gt;Update feature_data.json @Namanv0509 (#4012)&lt;/li&gt;
&lt;li&gt;Pricing Add on fixes @Namanv0509 (#4011)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.403</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.403/</link><pubDate>Tue, 26 Aug 2025 06:57:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.403/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: create content bg color. @FaheemOnHub (#4009)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add learner role @aabidsofi19 (#4005)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix invalid reference to non-existent &amp;rsquo;learner&amp;rsquo; role @leecalcote (#4007)&lt;/li&gt;
&lt;li&gt;add learner role @aabidsofi19 (#4005)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: create content bg color. @FaheemOnHub (#4009)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.402</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.402/</link><pubDate>Mon, 25 Aug 2025 05:01:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.402/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: unauthorised user visit issue @FaheemOnHub (#4004)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub and @l5io&lt;/p&gt;</description></item><item><title>v0.8.401</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.401/</link><pubDate>Mon, 25 Aug 2025 01:33:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.401/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enterprise Add-on: tooltip overflow @leecalcote (#4001)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enterprise Add-on: tooltip overflow @leecalcote (#4001)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.400</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.400/</link><pubDate>Sun, 24 Aug 2025 21:29:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.400/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add: Workspace selection ability in Academy \Create New Content\ Generator @FaheemOnHub (#3986)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.399</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.399/</link><pubDate>Sun, 24 Aug 2025 18:59:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.399/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix enroll button broken for unauthenticated users @aabidsofi19 (#3998)&lt;/li&gt;
&lt;li&gt;enterprise add-ons and styling update for cards @Namanv0509 (#3996)&lt;/li&gt;
&lt;li&gt;fix: Edit profile modal takes around 3-4 seconds to open. @FaheemOnHub (#3954)&lt;/li&gt;
&lt;li&gt;Minor changes in Academy Content Template Generator @FaheemOnHub (#3989)&lt;/li&gt;
&lt;li&gt;fix: Minor changes in Academy console css @FaheemOnHub (#3990)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Revert \Fix: Email validation to support wildcards\ @aabidsofi19 (#4000)&lt;/li&gt;
&lt;li&gt;redirect to branded org signup page from invitation link @aabidsofi19 (#3999)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: Minor changes in Academy console css @FaheemOnHub (#3990)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @Namanv0509, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.129-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.129-1/</link><pubDate>Sat, 23 Aug 2025 16:09:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.129-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.6 @l5io (#3841)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.5 @l5io (#3840)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.1 @l5io (#3839)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.0 @l5io (#3838)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.219 @l5io (#3837)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add: Registry component should be displayed inside kanvas @FaheemOnHub (#3821)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @hortison, @l5io, @leecalcote, @n2h9 and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.398</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.398/</link><pubDate>Fri, 22 Aug 2025 20:54:36 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.398/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove redundant details on subscriptions page @aabidsofi19 (#3995)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.397</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.397/</link><pubDate>Fri, 22 Aug 2025 20:18:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.397/</guid><description>&lt;ul&gt;
&lt;li&gt;copy plans @aabidsofi19 (#3994)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.396</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.396/</link><pubDate>Fri, 22 Aug 2025 20:00:36 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.396/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for loading Plans from csv and suppoort for minumum units @aabidsofi19 (#3984)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for loading Plans from csv and suppoort for minumum units @aabidsofi19 (#3984)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for loading Plans from csv and suppoort for minumum units @aabidsofi19 (#3984)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.395</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.395/</link><pubDate>Fri, 22 Aug 2025 14:06:14 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.395/</guid><description>&lt;ul&gt;
&lt;li&gt;fix broken emails @aabidsofi19 (#3993)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.6 @l5io (#3981)&lt;/li&gt;
&lt;li&gt;fix: Disallow anonymous users to \Create New Content\ &amp;amp;&amp;amp; removal of repo instructions @FaheemOnHub (#3982)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Fix: Email validation to support wildcards\ @aabidsofi19 (#3991)&lt;/li&gt;
&lt;li&gt;Fix: Email validation to support wildcards @Vincamine (#3988)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: Disallow anonymous users to \Create New Content\ &amp;amp;&amp;amp; removal of repo instructions @FaheemOnHub (#3982)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @Vincamine, @aabidsofi19, @l5io and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.394</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.394/</link><pubDate>Thu, 21 Aug 2025 04:31:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.394/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add fine grained invitations @aabidsofi19 (#3983)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add fine grained invitations @aabidsofi19 (#3983)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add fine grained invitations @aabidsofi19 (#3983)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.393</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.393/</link><pubDate>Tue, 19 Aug 2025 16:50:46 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.393/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Modals Converted to Sistent Modals @vr-varad (#3955)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix missing key in secret error @sangramrath (#3978)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Modals Converted to Sistent Modals @vr-varad (#3955)&lt;/li&gt;
&lt;li&gt;Fix missing key in secret error @sangramrath (#3978)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote, @sangramrath and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.392</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.392/</link><pubDate>Mon, 18 Aug 2025 23:56:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.392/</guid><description>&lt;ul&gt;
&lt;li&gt;Update README.md with Setting up Development Environment on Metal Server @Namanv0509 (#3970)&lt;/li&gt;
&lt;li&gt;Update README and Makefile to remove the obsolete reference to db-keys-init @Vincamine (#3975)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Academy link in Getting Started Modal @vr-varad (#3957)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.4 @l5io (#3977)&lt;/li&gt;
&lt;li&gt;Fix: Button Text Visibility on Hover @vr-varad (#3956)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.3 @l5io (#3964)&lt;/li&gt;
&lt;li&gt;Fix: Prevent escape of chips from card @vr-varad (#3971)&lt;/li&gt;
&lt;li&gt;Fix: Update Theme in RSS Feed Drawer @vr-varad (#3972)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Academy link in Getting Started Modal @vr-varad (#3957)&lt;/li&gt;
&lt;li&gt;Fix: Button Text Visibility on Hover @vr-varad (#3956)&lt;/li&gt;
&lt;li&gt;Fix: Prevent escape of chips from card @vr-varad (#3971)&lt;/li&gt;
&lt;li&gt;Fix: Update Theme in RSS Feed Drawer @vr-varad (#3972)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Namanv0509, @Vincamine, @aabidsofi19, @l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.391</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.391/</link><pubDate>Sat, 16 Aug 2025 16:49:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.391/</guid><description>&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;log email in developement mode @aabidsofi19 (#3969)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.390</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.390/</link><pubDate>Sat, 16 Aug 2025 16:05:03 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.390/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Certificate Award Email and enhance provider org resolution @aabidsofi19 (#3968)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Certificate Award Email and enhance provider org resolution @aabidsofi19 (#3968)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.389</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.389/</link><pubDate>Sat, 16 Aug 2025 09:15:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.389/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix certificate theming @aabidsofi19 (#3967)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.388</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.388/</link><pubDate>Sat, 16 Aug 2025 08:06:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.388/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Certificates @aabidsofi19 (#3965)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Certificates @aabidsofi19 (#3965)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Certificates @aabidsofi19 (#3965)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Certificates @aabidsofi19 (#3965)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Certificates @aabidsofi19 (#3965)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.387</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.387/</link><pubDate>Fri, 15 Aug 2025 00:21:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.387/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h4 id="academy" class="heading-link"&gt;
 Academy
 &lt;a href="#academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Only animate enrolled content. @leecalcote (#3962)&lt;/li&gt;
&lt;li&gt;Enhanced message for empty My Academy.&lt;/li&gt;
&lt;li&gt;Rearrange and consolidate Instructor Console charts.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.386</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.386/</link><pubDate>Thu, 14 Aug 2025 22:50:39 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.386/</guid><description>&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support dynamic custom theming @aabidsofi19 (#3953)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.15.0 @l5io (#3960)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: 404 image looks distorted on safari @FaheemOnHub (#3951)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.385</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.385/</link><pubDate>Wed, 13 Aug 2025 23:08:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.385/</guid><description>&lt;ul&gt;
&lt;li&gt;Chore: Remove old Academy content @leecalcote (#3950)&lt;/li&gt;
&lt;li&gt;Refine AGENTS.md for clarity and consistency in project structure and guidelines @leecalcote (#3949)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @miacycle&lt;/p&gt;</description></item><item><title>v0.8.384</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.384/</link><pubDate>Wed, 13 Aug 2025 22:38:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.384/</guid><description>&lt;h2 id="-academy" class="heading-link"&gt;
 📚 Academy
 &lt;a href="#-academy" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;New Academy theme version and new Layer5 Academy content.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Reusable Modals in Cloud Doesn&amp;rsquo;t use Sistent Modals @vr-varad (#3938)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Staging: Kratos mapper for GitHub - revert @leecalcote (#3948)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Reusable Modals in Cloud Doesn&amp;rsquo;t use Sistent Modals @vr-varad (#3938)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.383</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.383/</link><pubDate>Wed, 13 Aug 2025 21:10:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.383/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Plans: Change \Upgrade Plan\ from Link to Button @leecalcote (#3946)&lt;/li&gt;
&lt;li&gt;Fix: Themed Icon Coloring @vr-varad (#3944)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CI: Update staging deployment values and prod for github identity.jsonnet @leecalcote (#3947)&lt;/li&gt;
&lt;li&gt;Update GitHub app credentials and add new private keys for staging environment @leecalcote (#3945)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Themed Icon Coloring @vr-varad (#3944)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.382</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.382/</link><pubDate>Wed, 13 Aug 2025 19:22:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.382/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.381</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.381/</link><pubDate>Wed, 13 Aug 2025 18:56:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.381/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add completed indicator and fix completed content shown as unregistered @aabidsofi19 (#3939)&lt;/li&gt;
&lt;li&gt;insert academy sitemap into cloud @aabidsofi19 (#3937)&lt;/li&gt;
&lt;li&gt;Add All Learners Report @aabidsofi19 (#3936)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Move Values.yaml @aabidsofi19 (#3940)&lt;/li&gt;
&lt;li&gt;Add All Learners Report @aabidsofi19 (#3936)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Move Values.yaml @aabidsofi19 (#3940)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.380</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.380/</link><pubDate>Wed, 13 Aug 2025 00:46:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.380/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.219 @l5io (#3924)&lt;/li&gt;
&lt;li&gt;Academy: Swap icon color positions @leecalcote (#3934)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.379</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.379/</link><pubDate>Tue, 12 Aug 2025 08:16:36 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.379/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;omit deleted role @aabidsofi19 (#3932)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.378</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.378/</link><pubDate>Tue, 12 Aug 2025 07:56:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.378/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix console icon for menuItem and orgColor support &amp;amp;&amp;amp; step-number org-color support @FaheemOnHub (#3931)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix console icon for menuItem and orgColor support &amp;amp;&amp;amp; step-number org-color support @FaheemOnHub (#3931)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub and @l5io&lt;/p&gt;</description></item><item><title>v0.8.376</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.376/</link><pubDate>Tue, 12 Aug 2025 06:45:03 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.376/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Academy Management keys and new academy admin role @aabidsofi19 (#3926)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add support for transitioning status to completed @aabidsofi19 (#3929)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Academy Management keys and new academy admin role @aabidsofi19 (#3926)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.375</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.375/</link><pubDate>Mon, 11 Aug 2025 18:27:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.375/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.374</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.374/</link><pubDate>Mon, 11 Aug 2025 17:18:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.374/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add digital ocean @aabidsofi19 (#3928)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.373</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.373/</link><pubDate>Mon, 11 Aug 2025 07:26:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.373/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bump sistent @aabidsofi19 (#3925)&lt;/li&gt;
&lt;li&gt;add: Missing academy console option in menu-item. @FaheemOnHub (#3923)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.372</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.372/</link><pubDate>Sun, 10 Aug 2025 14:58:57 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.372/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.371</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.371/</link><pubDate>Sun, 10 Aug 2025 07:31:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.371/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Academy add empty state and fix stale data on org switch @aabidsofi19 (#3921)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.128-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.128-1/</link><pubDate>Sat, 09 Aug 2025 14:42:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.128-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.218 @l5io (#3836)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub and @l5io&lt;/p&gt;</description></item><item><title>v0.8.370</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.370/</link><pubDate>Sat, 09 Aug 2025 14:15:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.370/</guid><description>&lt;h2 id="whats-changed" class="heading-link"&gt;
 What&amp;rsquo;s Changed
 &lt;a href="#whats-changed" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: expose get kubernetes context by connection id api method by @n2h9 in &lt;a href="https://github.com/layer5io/meshery-cloud/pull/3920"&gt;https://github.com/layer5io/meshery-cloud/pull/3920&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a href="https://github.com/layer5io/meshery-cloud/compare/v0.8.369...v0.8.370"&gt;https://github.com/layer5io/meshery-cloud/compare/v0.8.369...v0.8.370&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.369</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.369/</link><pubDate>Sat, 09 Aug 2025 08:15:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.369/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.218 @l5io (#3915)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub and @l5io&lt;/p&gt;</description></item><item><title>v0.8.127-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.127-1/</link><pubDate>Sat, 09 Aug 2025 07:40:12 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.127-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.217 @l5io (#3834)&lt;/li&gt;
&lt;li&gt;add support for merging design from meshery @aabidsofi19 (#3833)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.368</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.368/</link><pubDate>Sat, 09 Aug 2025 06:53:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.368/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Identity: Skip kanvas.new authentication in \development\ environment @leecalcote (#3914)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Identity: Skip kanvas.new authentication in \development\ environment @leecalcote (#3914)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.367</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.367/</link><pubDate>Sat, 09 Aug 2025 04:03:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.367/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Deployment to ensure Digital Ocean challenge isn&amp;rsquo;t confused.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hortison, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.366</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.366/</link><pubDate>Fri, 08 Aug 2025 20:14:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.366/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update loading message alignment and change documentation link in AcademyContentListPage @leecalcote (#3895)&lt;/li&gt;
&lt;li&gt;Academy Console style refinement @leecalcote (#3913)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.365</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.365/</link><pubDate>Fri, 08 Aug 2025 19:21:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.365/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix filter @aabidsofi19 (#3912)&lt;/li&gt;
&lt;li&gt;academy artifacts updated&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;

&lt;h2 id="whats-changed" class="heading-link"&gt;
 What&amp;rsquo;s Changed
 &lt;a href="#whats-changed" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix org id by @aabidsofi19 in &lt;a href="https://github.com/layer5io/meshery-cloud/pull/3912"&gt;https://github.com/layer5io/meshery-cloud/pull/3912&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a href="https://github.com/layer5io/meshery-cloud/compare/v0.8.364...v0.8.365"&gt;https://github.com/layer5io/meshery-cloud/compare/v0.8.364...v0.8.365&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.364</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.364/</link><pubDate>Fri, 08 Aug 2025 18:32:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.364/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix description rendering @aabidsofi19 (#3909)&lt;/li&gt;
&lt;li&gt;fix routing and status @aabidsofi19 (#3908)&lt;/li&gt;
&lt;li&gt;fix: duplicate email display in modal @FaheemOnHub (#3905)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add null checks @aabidsofi19 (#3910)&lt;/li&gt;
&lt;li&gt;fix routing and status @aabidsofi19 (#3908)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.363</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.363/</link><pubDate>Fri, 08 Aug 2025 07:22:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.363/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix metadata migration @aabidsofi19 (#3907)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.362</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.362/</link><pubDate>Fri, 08 Aug 2025 06:55:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.362/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add more logs @aabidsofi19 (#3906)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.361</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.361/</link><pubDate>Fri, 08 Aug 2025 06:30:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.361/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;disable dump schema @aabidsofi19 (#3904)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.360</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.360/</link><pubDate>Fri, 08 Aug 2025 06:06:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.360/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Create AGENTS.md @leecalcote (#3898)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Instructors console @aabidsofi19 (#3901)&lt;/li&gt;
&lt;li&gt;fix academy icon @FaheemOnHub (#3899)&lt;/li&gt;
&lt;li&gt;fix ui inconsistencies @aabidsofi19 (#3897)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Instructors console @aabidsofi19 (#3901)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Instructors console @aabidsofi19 (#3901)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix academy icon @FaheemOnHub (#3899)&lt;/li&gt;
&lt;li&gt;fix ui inconsistencies @aabidsofi19 (#3897)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.359</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.359/</link><pubDate>Wed, 06 Aug 2025 23:20:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.359/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.217 @l5io (#3894)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhance user preference update logging with additional metadata and r… @leecalcote (#3893)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.358</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.358/</link><pubDate>Wed, 06 Aug 2025 17:39:41 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.358/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Removal of github from the welcome modal @FaheemOnHub (#3892)&lt;/li&gt;
&lt;li&gt;Add support for loading and assigning badges @aabidsofi19 (#3889)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for loading and assigning badges @aabidsofi19 (#3889)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.357</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.357/</link><pubDate>Wed, 06 Aug 2025 04:42:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.357/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.126-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.126-1/</link><pubDate>Tue, 05 Aug 2025 05:32:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.126-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.356</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.356/</link><pubDate>Tue, 05 Aug 2025 04:58:54 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.356/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Reintroduce Academy Content List component with enhanced filtering and layout @leecalcote (#3886)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.216 @l5io (#3884)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Reintroduce Academy Content List component with enhanced filtering and layout @leecalcote (#3886)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.355</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.355/</link><pubDate>Mon, 04 Aug 2025 22:14:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.355/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;update question types @aabidsofi19 (#3879)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.215 @l5io (#3883)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.214 @l5io (#3882)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update question types @aabidsofi19 (#3878)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Change makefile target from &amp;lsquo;db&amp;rsquo; to &amp;lsquo;db-init&amp;rsquo; @leecalcote (#3880)&lt;/li&gt;
&lt;li&gt;CI: Create a &amp;lsquo;metal01&amp;rsquo; environment @leecalcote (#3881)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @hamza-mohd, @jamieplu, @l5io, @leecalcote and @miacycle&lt;/p&gt;</description></item><item><title>v0.8.125-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.125-1/</link><pubDate>Mon, 04 Aug 2025 22:11:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.125-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.213 @l5io (#3825)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@jamieplu, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.124-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.124-1/</link><pubDate>Mon, 04 Aug 2025 17:48:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.124-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add: collaboration panel button in avatar tooltip @FaheemOnHub (#3819)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub and @aabidsofi19&lt;/p&gt;</description></item><item><title>v0.8.354</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.354/</link><pubDate>Mon, 04 Aug 2025 16:15:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.354/</guid><description>&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: whitespace @FaheemOnHub (#3839)&lt;/li&gt;
&lt;li&gt;fix: Connection Wizard overflowing on small devices @FaheemOnHub (#3874)&lt;/li&gt;
&lt;li&gt;Ensure that systemCommitSHA is not displayed if it is an empty string. @leecalcote (#3870)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.212 manually @FaheemOnHub (#3872)&lt;/li&gt;
&lt;li&gt;Add:Frontmatter generator in own learningPath &amp;amp;&amp;amp; migrate ownLearningCard to cloud-ui (depends on sistent #1117) @FaheemOnHub (#3844)&lt;/li&gt;
&lt;li&gt;Revert [Chore]: Update to Sistent v0.14.212\ @leecalcote (#3871)&lt;/li&gt;
&lt;li&gt;Bump @reduxjs/toolkit from 2.6.0 to 2.8.2 in /ui @dependabot (#3851)&lt;/li&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.212 @l5io (#3869)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: whitespace @FaheemOnHub (#3839)&lt;/li&gt;
&lt;li&gt;fix: Connection Wizard overflowing on small devices @FaheemOnHub (#3874)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump @reduxjs/toolkit from 2.6.0 to 2.8.2 in /ui @dependabot (#3851)&lt;/li&gt;
&lt;li&gt;Bump github.com/ory/x from 0.0.690 to 0.0.729 @dependabot (#3854)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @dependabot, @l5io, @leecalcote and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.353</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.353/</link><pubDate>Mon, 04 Aug 2025 00:30:18 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.353/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Chore: shift config.env.mk to config.env @leecalcote (#3868)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Chore: shift config.env.mk to config.env @leecalcote (#3868)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.352</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.352/</link><pubDate>Sun, 03 Aug 2025 21:29:03 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.352/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h3 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump webpack from 5.98.0 to 5.101.0 in /ui @dependabot (#3852)&lt;/li&gt;
&lt;li&gt;System Version Widget: Refine link to releases page @leecalcote (#3867)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;System Version Widget: Refine link to releases page @leecalcote (#3867)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;System Version Widget: Refine link to releases page @leecalcote (#3867)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump webpack from 5.98.0 to 5.101.0 in /ui @dependabot (#3852)&lt;/li&gt;
&lt;li&gt;Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 @dependabot (#3853)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @l5io, @leecalcote and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.351</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.351/</link><pubDate>Sun, 03 Aug 2025 20:13:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.351/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update server db env var name @aabidsofi19 (#3866)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.350</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.350/</link><pubDate>Sun, 03 Aug 2025 19:58:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.350/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix configmap @aabidsofi19 (#3865)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.349</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.349/</link><pubDate>Sun, 03 Aug 2025 18:28:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.349/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add version release note @aabidsofi19 (#3863)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Overhaul makefile and environment files @leecalcote (#3864)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Overhaul makefile and environment files @leecalcote (#3864)&lt;/li&gt;
&lt;li&gt;add missing env variables to configmap @aabidsofi19 (#3862)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.348</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.348/</link><pubDate>Sun, 03 Aug 2025 12:17:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.348/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;dont fail on reading config @aabidsofi19 (#3861)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.347</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.347/</link><pubDate>Sun, 03 Aug 2025 03:48:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.347/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix go.mod&amp;rsquo;s reference to schemas package.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.346</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.346/</link><pubDate>Sun, 03 Aug 2025 03:40:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.346/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Makefiles and env files.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.345</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.345/</link><pubDate>Sat, 02 Aug 2025 08:50:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.345/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for certifications and fix ui issues @aabidsofi19 (#3860)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for certifications and fix ui issues @aabidsofi19 (#3860)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.344</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.344/</link><pubDate>Sat, 02 Aug 2025 00:46:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.344/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add postgresql as sub-chart @sangramrath (#3858)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix(auth): Correctly parse full name from GitHub OAuth @ritzorama (#3859)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump github.com/meshery/meshkit from 0.8.34 to 0.8.37 @dependabot (#3855)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @dependabot[bot], @google-labs-jules[bot], @l5io, @leecalcote, @ritzorama and @sangramrath&lt;/p&gt;</description></item><item><title>v0.8.343</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.343/</link><pubDate>Fri, 01 Aug 2025 13:47:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.343/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add support for prerequisites @aabidsofi19 (#3856)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add support for prerequisites @aabidsofi19 (#3856)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.342</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.342/</link><pubDate>Fri, 01 Aug 2025 00:39:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.342/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;feat: Add GitHub private key handling and improve JWT generation @leecalcote (#3849)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;feat: Add GitHub private key handling and improve JWT generation @leecalcote (#3849)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.123-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.123-1/</link><pubDate>Mon, 28 Jul 2025 06:04:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.123-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Update to Sistent v0.14.209 @l5io (#3816)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.122-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.122-1/</link><pubDate>Fri, 25 Jul 2025 16:43:14 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.122-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.208 @l5io (#3815)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io, @leecalcote and @n2h9&lt;/p&gt;</description></item><item><title>v0.8.309</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.309/</link><pubDate>Tue, 22 Jul 2025 07:14:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.309/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Migrate:What&amp;rsquo;s New Feed Source from gatsby page-data to RSS Feed @FaheemOnHub (#3743)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @hortison, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.308</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.308/</link><pubDate>Mon, 21 Jul 2025 22:43:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.308/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Academy Modules Updated:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 // indirect&lt;/li&gt;
&lt;li&gt;github.com/google/docsy v0.12.0 // indirect&lt;/li&gt;
&lt;li&gt;github.com/layer5io/academy-theme v0.1.7 // indirect&lt;/li&gt;
&lt;li&gt;github.com/layer5io/exoscale-academy v0.2.0 // indirect&lt;/li&gt;
&lt;li&gt;github.com/layer5io/layer5-academy v0.1.3 // indirect&lt;/li&gt;
&lt;li&gt;github.com/twbs/bootstrap v5.3.7+incompatible // indirect&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.307</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.307/</link><pubDate>Mon, 21 Jul 2025 20:55:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.307/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update kubectl context in README for production environment @leecalcote (#3788)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@jamieplu, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.306</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.306/</link><pubDate>Mon, 21 Jul 2025 18:41:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.306/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.305</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.305/</link><pubDate>Mon, 21 Jul 2025 17:46:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.305/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;New deployment instructions for metal04&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.304</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.304/</link><pubDate>Mon, 21 Jul 2025 16:19:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.304/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add: \Create your own learning path\ card @FaheemOnHub (#3789)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.303</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.303/</link><pubDate>Mon, 21 Jul 2025 15:09:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.303/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix academy styles @aabidsofi19 (#3787)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.302</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.302/</link><pubDate>Sun, 20 Jul 2025 06:41:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.302/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix link theme @aabidsofi19 (#3786)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.121-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.121-1/</link><pubDate>Sat, 19 Jul 2025 18:00:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.121-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update go 1.24 @n2h9 (#3814)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@hamza-mohd, @hortison, @l5io, @leecalcote and @n2h9&lt;/p&gt;</description></item><item><title>v0.8.301</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.301/</link><pubDate>Sat, 19 Jul 2025 16:57:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.301/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add:create-your-design into reusable component &amp;amp;&amp;amp; replace: old content @FaheemOnHub (#3777)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update to go1.24.5 @leecalcote (#3785)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.300</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.300/</link><pubDate>Fri, 18 Jul 2025 20:20:39 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.300/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;feature: schema driven connections @n2h9 (#3753)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;feature: schema driven connections @n2h9 (#3753)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @n2h9&lt;/p&gt;</description></item><item><title>v0.8.298</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.298/</link><pubDate>Fri, 18 Jul 2025 14:36:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.298/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add provider admin check @aabidsofi19 (#3783)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.297</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.297/</link><pubDate>Thu, 17 Jul 2025 09:09:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.297/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove old academy content @aabidsofi19 (#3781)&lt;/li&gt;
&lt;li&gt;Dockerfile &amp;lsquo;as&amp;rsquo; casing @leecalcote (#3775)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.205 @l5io (#3776)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Feat/academy hugo integration @aabidsofi19 (#3780)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote, @marblom007 and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.120-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.120-1/</link><pubDate>Wed, 16 Jul 2025 14:49:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.120-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.205 @l5io (#3812)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @marblom007 and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.296</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.296/</link><pubDate>Wed, 16 Jul 2025 01:07:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.296/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Dockerfile &amp;lsquo;as&amp;rsquo; casing @leecalcote (#3775)&lt;/li&gt;
&lt;li&gt;fix academy path @aabidsofi19 (#3774)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.205 @l5io (#3776)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote, @marblom007 and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.295</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.295/</link><pubDate>Tue, 15 Jul 2025 23:50:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.295/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update hugo version @aabidsofi19 (#3773)&lt;/li&gt;
&lt;li&gt;disale git info @aabidsofi19 (#3772)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.294</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.294/</link><pubDate>Tue, 15 Jul 2025 23:41:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.294/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Feat/academy hugo integration @aabidsofi19 (#3771)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.293</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.293/</link><pubDate>Tue, 15 Jul 2025 23:38:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.293/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove .git from .dockerignore.&lt;/li&gt;
&lt;li&gt;Switch back to Alpine with custom Hugo-extended install.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.292</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.292/</link><pubDate>Tue, 15 Jul 2025 23:14:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.292/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Switch from alpine to jakejarvis/hugo-extended docker image&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.291</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.291/</link><pubDate>Tue, 15 Jul 2025 22:40:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.291/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Install Golang in Alpine image&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.290</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.290/</link><pubDate>Tue, 15 Jul 2025 22:19:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.290/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;feat/academy hugo integration @leecalcote (#3756)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;feat/academy hugo integration @leecalcote (#3756)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.289</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.289/</link><pubDate>Mon, 14 Jul 2025 19:18:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.289/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: The user profile mascot &amp;lsquo;Five&amp;rsquo; are too small @FaheemOnHub (#3763)&lt;/li&gt;
&lt;li&gt;refactor: replace router for internal links &amp;amp;&amp;amp; window.open for external links @FaheemOnHub (#3691)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.204 @l5io (#3754)&lt;/li&gt;
&lt;li&gt;Add HelperText support to Leave Org modal. @FaheemOnHub (#3746)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: panic if error occurs when create environment @n2h9 (#3760)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: panic if error occurs when create environment @n2h9 (#3760)&lt;/li&gt;
&lt;li&gt;fix: The user profile mascot &amp;lsquo;Five&amp;rsquo; are too small @FaheemOnHub (#3763)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io, @leecalcote, @meshery-ci, @n2h9 and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.119-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.119-1/</link><pubDate>Fri, 11 Jul 2025 14:33:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.119-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.204 @l5io (#3811)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.118-v0.8.118</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.118-v0.8.118/</link><pubDate>Thu, 10 Jul 2025 05:28:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.118-v0.8.118/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.204 @l5io (#3811)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.288</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.288/</link><pubDate>Wed, 09 Jul 2025 16:05:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.288/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Anonymous users: Will not receive the irst design\ badge, and the system will log that the badge assignment was skipped @leecalcote (#3752)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.117-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.117-1/</link><pubDate>Wed, 09 Jul 2025 04:53:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.117-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.116-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.116-1/</link><pubDate>Wed, 09 Jul 2025 04:14:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.116-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.287</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.287/</link><pubDate>Tue, 08 Jul 2025 14:35:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.287/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;UI Issues When Logging in via GitHub @FaheemOnHub (#3745)&lt;/li&gt;
&lt;li&gt;Fix: UI Build Warnings across cloud Ui @FaheemOnHub (#3687)&lt;/li&gt;
&lt;li&gt;fix:Insufficient Padding Above Environment Card @FaheemOnHub (#3742)&lt;/li&gt;
&lt;li&gt;feat: Workspace Icon refactored SVG rendering for consistent theming. @FaheemOnHub (#3741)&lt;/li&gt;
&lt;li&gt;Docs: Org Color Themes Docs @vr-varad (#3683)&lt;/li&gt;
&lt;li&gt;Replace old modal content of &amp;lsquo;create your first design&amp;rsquo; with updated content @FaheemOnHub (#3738)&lt;/li&gt;
&lt;li&gt;Fix Ui Schema for URL field to take full width @FaheemOnHub (#3739)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;UI Issues When Logging in via GitHub @FaheemOnHub (#3745)&lt;/li&gt;
&lt;li&gt;fix:Insufficient Padding Above Environment Card @FaheemOnHub (#3742)&lt;/li&gt;
&lt;li&gt;feat: Workspace Icon refactored SVG rendering for consistent theming. @FaheemOnHub (#3741)&lt;/li&gt;
&lt;li&gt;Docs: Org Color Themes Docs @vr-varad (#3683)&lt;/li&gt;
&lt;li&gt;Replace old modal content of &amp;lsquo;create your first design&amp;rsquo; with updated content @FaheemOnHub (#3738)&lt;/li&gt;
&lt;li&gt;Fix Ui Schema for URL field to take full width @FaheemOnHub (#3739)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-documentation" class="heading-link"&gt;
 📖 Documentation
 &lt;a href="#-documentation" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Docs: Org Color Themes Docs @vr-varad (#3683)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io, @leecalcote, @meshery-ci, @pontusringblom and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.115-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.115-1/</link><pubDate>Tue, 08 Jul 2025 12:18:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.115-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor and Fix Component drag drop from pickers @aabidsofi19 (#3803)&lt;/li&gt;
&lt;li&gt;fix debounced changes getting lost when quickly closing component configurator @aabidsofi19 (#3804)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.114-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.114-1/</link><pubDate>Fri, 04 Jul 2025 14:02:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.114-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix docker build file @aabidsofi19 (#3801)&lt;/li&gt;
&lt;li&gt;NOTICE: This div is used by layer5labs/kanvas-snapshot to capture the contents of the canvas. @leecalcote (#3799)&lt;/li&gt;
&lt;li&gt;only render 100 components in operator mode @aabidsofi19 (#3800)&lt;/li&gt;
&lt;li&gt;focus component on clicking from layers panel @aabidsofi19 (#3796)&lt;/li&gt;
&lt;li&gt;fix light mode issue @aabidsofi19 (#3795)&lt;/li&gt;
&lt;li&gt;Help: Swap quick tips and video tutorials positions @leecalcote (#3794)&lt;/li&gt;
&lt;li&gt;refactor: improve structure and error handling in webpack-dev-server @leecalcote (#3793)&lt;/li&gt;
&lt;li&gt;fix: correct casing in type annotations and improve variable declarations @leecalcote (#3792)&lt;/li&gt;
&lt;li&gt;[CI] Chore: rm capabilities.json; enhance meshmap-userpref watch.json @leecalcote (#3791)&lt;/li&gt;
&lt;li&gt;Fix: Help - Tutorials - Quick Tips showing same content @hamza-mohd (#3788)&lt;/li&gt;
&lt;li&gt;fix clickthrough on badges @aabidsofi19 (#3787)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;refactor: improve type safety and code clarity in various components @leecalcote (#3789)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @hamza-mohd, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.286</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.286/</link><pubDate>Fri, 04 Jul 2025 06:44:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.286/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: for mesheryctl: /organization/list-with-user-uuid @leecalcote (#3736)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.285</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.285/</link><pubDate>Fri, 04 Jul 2025 04:53:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.285/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix/3522 @AmankeldinovaMadina (#3607)&lt;/li&gt;
&lt;li&gt;no more Meshery logo for playground @leecalcote (#3732)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Chore: move from logrus to fully written MeshKit Error Codes @leecalcote (#3735)&lt;/li&gt;
&lt;li&gt;feat: Implement first-design badge and enhance badge notifications @leecalcote (#3733)&lt;/li&gt;
&lt;li&gt;fix: update CORS allowed origins to include new documentation and discussion links @leecalcote (#3731)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix/3522 @AmankeldinovaMadina (#3607)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@AmankeldinovaMadina, @FaheemOnHub, @google-labs-jules[bot], @l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.284</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.284/</link><pubDate>Wed, 02 Jul 2025 20:50:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.284/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: first-design badge assignment logic @leecalcote (#3730)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.283</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.283/</link><pubDate>Wed, 02 Jul 2025 20:13:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.283/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix and optimize keys query for provider admins @CodeAhmedJamil (#3727)&lt;/li&gt;
&lt;li&gt;add provider org issue comments @CodeAhmedJamil (#3726)&lt;/li&gt;
&lt;li&gt;fix local hydra,kratos build @CodeAhmedJamil (#3725)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump eslint-config-next from 14.2.7 to 15.3.4 in /ui @dependabot (#3713)&lt;/li&gt;
&lt;li&gt;feat(docs): Add documentation for Component Badges in Designer Mode @zihanKuang (#3710)&lt;/li&gt;
&lt;li&gt;Bump @rjsf/validator-ajv8 from 5.24.10 to 5.24.12 in /ui @dependabot (#3714)&lt;/li&gt;
&lt;li&gt;[chore] Remove all use of &amp;lsquo;successfully&amp;rsquo; in notifications to users&amp;rsquo; @leecalcote (#3728)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[chore] idiomatic go: rename dataAccess to dao @leecalcote (#3729)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[chore] idiomatic go: rename dataAccess to dao @leecalcote (#3729)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;details&gt;
&lt;summary&gt;4 changes&lt;/summary&gt;
&lt;ul&gt;
&lt;li&gt;Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.11.0 to 2.16.0 @dependabot (#3556)&lt;/li&gt;
&lt;li&gt;Bump eslint-config-next from 14.2.7 to 15.3.4 in /ui @dependabot (#3713)&lt;/li&gt;
&lt;li&gt;Bump golang.org/x/net from 0.40.0 to 0.41.0 @dependabot (#3711)&lt;/li&gt;
&lt;li&gt;Bump @rjsf/validator-ajv8 from 5.24.10 to 5.24.12 in /ui @dependabot (#3714)&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@CodeAhmedJamil, @aabidsofi19, @dependabot, @dependabot[bot], @l5io, @leecalcote, @ritzorama and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.282</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.282/</link><pubDate>Wed, 02 Jul 2025 00:33:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.282/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: use snake_case in go filenames @leecalcote (#3718)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump billboard.js from 3.15.1 to 3.16.0 in /ui @dependabot (#3712)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/ci/database error @leecalcote (#3720)&lt;/li&gt;
&lt;li&gt;[ci] chore: move docker-compose to new docker directory @leecalcote (#3721)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 @dependabot (#3715)&lt;/li&gt;
&lt;li&gt;Update pull-request-build.yml for Dependabot permissions @leecalcote (#3723)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump billboard.js from 3.15.1 to 3.16.0 in /ui @dependabot (#3712)&lt;/li&gt;
&lt;li&gt;Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 @dependabot (#3715)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @dependabot[bot], @l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.281</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.281/</link><pubDate>Tue, 01 Jul 2025 17:23:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.281/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;rm unused file-formatter script @vishalvivekm (#3717)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.280</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.280/</link><pubDate>Tue, 01 Jul 2025 13:15:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.280/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: switch turns off even if some checkboxes are still checked @FaheemOnHub (#3708)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: switch turns off even if some checkboxes are still checked @FaheemOnHub (#3708)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.113-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.113-1/</link><pubDate>Mon, 30 Jun 2025 21:48:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.113-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add support for highlighting and focussing nested array fields @aabidsofi19 (#3783)&lt;/li&gt;
&lt;li&gt;fix nested popover calculation in config-tooltip @aabidsofi19 (#3782)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.112-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.112-1/</link><pubDate>Sun, 29 Jun 2025 06:15:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.112-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add persistent storage design to getting started @aabidsofi19 (#3781)&lt;/li&gt;
&lt;li&gt;Enhance Relationships tab @aabidsofi19 (#3780)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.203 @l5io (#3779)&lt;/li&gt;
&lt;li&gt;force sync for badge rendering on resize @aabidsofi19 (#3778)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.279</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.279/</link><pubDate>Sat, 28 Jun 2025 16:23:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.279/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: Teams grid not visible for non provider-admin users @FaheemOnHub (#3704)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.278</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.278/</link><pubDate>Fri, 27 Jun 2025 13:51:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.278/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.203 @l5io (#3703)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.277</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.277/</link><pubDate>Fri, 27 Jun 2025 10:48:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.277/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.276</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.276/</link><pubDate>Thu, 26 Jun 2025 19:40:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.276/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: unable to open edit use modal more than once @FaheemOnHub (#3685)&lt;/li&gt;
&lt;li&gt;fix: Social link card squished when only one is presented @FaheemOnHub (#3698)&lt;/li&gt;
&lt;li&gt;fix:Incorrect Default Value for last_login_time @FaheemOnHub (#3700)&lt;/li&gt;
&lt;li&gt;add: Add User to team button @FaheemOnHub (#3651)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: unable to open edit use modal more than once @FaheemOnHub (#3685)&lt;/li&gt;
&lt;li&gt;fix: Social link card squished when only one is presented @FaheemOnHub (#3698)&lt;/li&gt;
&lt;li&gt;fix:Incorrect Default Value for last_login_time @FaheemOnHub (#3700)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.111-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.111-2/</link><pubDate>Thu, 26 Jun 2025 08:23:57 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.111-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;sync layers on window resize @aabidsofi19 (#3777)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.111-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.111-1/</link><pubDate>Thu, 26 Jun 2025 06:44:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.111-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;schema validation @aabidsofi19 (#3776)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.275</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.275/</link><pubDate>Wed, 25 Jun 2025 23:13:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.275/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore] Collaboration Server: Turn down log noise level @leecalcote (#3694)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.274</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.274/</link><pubDate>Wed, 25 Jun 2025 21:00:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.274/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;dont allow saving empty domains @aabidsofi19 (#3693)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.110-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.110-1/</link><pubDate>Wed, 25 Jun 2025 05:02:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.110-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix image icon @aabidsofi19 (#3774)&lt;/li&gt;
&lt;li&gt;Enhance and fix Pinned models @aabidsofi19 (#3773)&lt;/li&gt;
&lt;li&gt;add reference relationship @aabidsofi19 (#3772)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.273</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.273/</link><pubDate>Wed, 25 Jun 2025 04:47:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.273/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Badges] Automatically assign first-design badge; reorganize badge CRUD @leecalcote (#3690)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore] Memoize user searches @leecalcote (#3689)&lt;/li&gt;
&lt;li&gt;fix edit modal grid formatting @FaheemOnHub (#3680)&lt;/li&gt;
&lt;li&gt;fix: Local Build: Unable to \Create User\ @FaheemOnHub (#3686)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.202 @l5io (#3688)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix edit modal grid formatting @FaheemOnHub (#3680)&lt;/li&gt;
&lt;li&gt;fix: Local Build: Unable to \Create User\ @FaheemOnHub (#3686)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.109-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.109-1/</link><pubDate>Tue, 24 Jun 2025 05:11:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.109-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;make grid layout codense @aabidsofi19 (#3770)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.272</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.272/</link><pubDate>Mon, 23 Jun 2025 21:07:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.272/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore] remove custom org color for design cards @leecalcote (#3684)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.271</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.271/</link><pubDate>Mon, 23 Jun 2025 03:43:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.271/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/ui/workspace table error @leecalcote (#3679)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote, @marblom007 and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.270</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.270/</link><pubDate>Sun, 22 Jun 2025 05:39:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.270/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update docker file with server binary @aabidsofi19 (#3677)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.269</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.269/</link><pubDate>Sun, 22 Jun 2025 05:19:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.269/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;permission middleware @aabidsofi19 (#3676)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.108-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.108-1/</link><pubDate>Sun, 22 Jun 2025 04:50:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.108-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Filename padding @vr-varad (#3748)&lt;/li&gt;
&lt;li&gt;Fix: IconButtons for RelationShip and Save Icon @vr-varad (#3760)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.268</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.268/</link><pubDate>Sun, 22 Jun 2025 04:45:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.268/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update config path @aabidsofi19 (#3675)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.267</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.267/</link><pubDate>Sun, 22 Jun 2025 04:38:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.267/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix ui path @aabidsofi19 (#3674)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.266</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.266/</link><pubDate>Sun, 22 Jun 2025 04:14:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.266/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/ci/dockerfile config @leecalcote (#3673)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.265</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.265/</link><pubDate>Sun, 22 Jun 2025 03:45:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.265/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: main.go config file location @leecalcote (#3672)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.264</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.264/</link><pubDate>Sun, 22 Jun 2025 00:37:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.264/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: refactor ImageCard and optimize useCallback in UserDetails and WorkspaceDataTable components @leecalcote (#3671)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.263</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.263/</link><pubDate>Sun, 22 Jun 2025 00:25:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.263/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Docs: Transition from AWS @leecalcote (#3669)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Database] Move to new directory @leecalcote (#3670)&lt;/li&gt;
&lt;li&gt;[CI] Customize API docs @leecalcote (#3668)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/install/certs delete @leecalcote (#3667)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-documentation" class="heading-link"&gt;
 📖 Documentation
 &lt;a href="#-documentation" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/install/certs delete @leecalcote (#3667)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Database] Move to new directory @leecalcote (#3670)&lt;/li&gt;
&lt;li&gt;Code cleanup @leecalcote (#3666)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @meshery-ci&lt;/p&gt;</description></item><item><title>v0.8.262</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.262/</link><pubDate>Sat, 21 Jun 2025 17:33:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.262/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;This release updates the Dockerfile, so that it build meshery-cloud from the new &lt;code&gt;server&lt;/code&gt; folder.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;add new targets; account for new server folder @leecalcote (#3664)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-the-most-amazing-contributors-" class="heading-link"&gt;
 👨🏽‍💻 The most amazing contributors 🦸‍♂️
 &lt;a href="#-the-most-amazing-contributors-" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;@leecalcote&lt;/p&gt;</description></item><item><title>v0.8.261</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.261/</link><pubDate>Sat, 21 Jun 2025 16:52:18 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.261/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore] Move Golang under server directory @leecalcote (#3663)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.260</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.260/</link><pubDate>Fri, 20 Jun 2025 22:28:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.260/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove package.json and update @babel/core version in package.json and package-lock.json @leecalcote (#3662)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove package.json and update @babel/core version in package.json and package-lock.json @leecalcote (#3662)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.259</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.259/</link><pubDate>Fri, 20 Jun 2025 20:10:55 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.259/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed Resources styling on support page @AmankeldinovaMadina (#3620)&lt;/li&gt;
&lt;li&gt;[Docs] Add example curl commands for creating approval requests @leecalcote (#3653)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add play.meshery.io in allowOrigins @vishalvivekm (#3660)&lt;/li&gt;
&lt;li&gt;allow api req from docs.layer5.io origin @vishalvivekm (#3658)&lt;/li&gt;
&lt;li&gt;add support permission key check middleware @aabidsofi19 (#3655)&lt;/li&gt;
&lt;li&gt;Fix: Correct logic for removing organization admins @zihanKuang (#3609)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed Resources styling on support page @AmankeldinovaMadina (#3620)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-documentation" class="heading-link"&gt;
 📖 Documentation
 &lt;a href="#-documentation" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Docs] Add example curl commands for creating approval requests @leecalcote (#3653)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@AmankeldinovaMadina, @aabidsofi19, @l5io, @leecalcote, @vishalvivekm and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.107-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.107-1/</link><pubDate>Fri, 20 Jun 2025 06:09:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.107-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.106-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.106-1/</link><pubDate>Fri, 20 Jun 2025 04:03:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.106-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore] Upgrade from layer5/schemas 6.17 to meshery/schemas 3-1 @leecalcote (#3768)&lt;/li&gt;
&lt;li&gt;[Chore] Upgrade to @layer5/schemas 0.0.6-17 @leecalcote (#3767)&lt;/li&gt;
&lt;li&gt;fixes #3764 @leecalcote (#3765)&lt;/li&gt;
&lt;li&gt;add support for regex in evaluation matches @aabidsofi19 (#3763)&lt;/li&gt;
&lt;li&gt;Custom labels @aabidsofi19 (#3762)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @n2h9&lt;/p&gt;</description></item><item><title>v0.8.258</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.258/</link><pubDate>Thu, 19 Jun 2025 18:48:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.258/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added a filter: \status:pending\ parameter to the useGetSignupRequestsQuery call @leecalcote (#3652)&lt;/li&gt;
&lt;li&gt;fix: user-profile edit button is not working , pushes user to identity page. @FaheemOnHub (#3636)&lt;/li&gt;
&lt;li&gt;Fix: Edit User Profile Modal @vr-varad (#3650)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Edit User Profile Modal @vr-varad (#3650)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.257</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.257/</link><pubDate>Thu, 19 Jun 2025 03:36:57 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.257/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Color Mismatch in Secondary Navbar @vr-varad (#3646)&lt;/li&gt;
&lt;li&gt;enhance domain routing from ui and add fallback logic @aabidsofi19 (#3644)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;enhance domain routing from ui and add fallback logic @aabidsofi19 (#3644)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Color Mismatch in Secondary Navbar @vr-varad (#3646)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.256</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.256/</link><pubDate>Wed, 18 Jun 2025 17:24:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.256/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump typescript from 5.8.2 to 5.8.3 in /ui @dependabot (#3559)&lt;/li&gt;
&lt;li&gt;[bug]:actions buttons in Organizations not working for org role &amp;amp;&amp;amp; not visible for all roles @FaheemOnHub (#3639)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[bug]:actions buttons in Organizations not working for org role &amp;amp;&amp;amp; not visible for all roles @FaheemOnHub (#3639)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 @dependabot (#3557)&lt;/li&gt;
&lt;li&gt;Bump typescript from 5.8.2 to 5.8.3 in /ui @dependabot (#3559)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @dependabot, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.255</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.255/</link><pubDate>Wed, 18 Jun 2025 10:14:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.255/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix org metadata parsing @aabidsofi19 (#3637)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.254</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.254/</link><pubDate>Wed, 18 Jun 2025 09:31:03 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.254/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix org metadata parsing @aabidsofi19 (#3634)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.253</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.253/</link><pubDate>Wed, 18 Jun 2025 09:11:36 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.253/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix org metadata parsing @aabidsofi19 (#3633)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.252</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.252/</link><pubDate>Wed, 18 Jun 2025 08:07:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.252/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix custom domain check @aabidsofi19 (#3632)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.105-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.105-1/</link><pubDate>Wed, 18 Jun 2025 05:56:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.105-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.251</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.251/</link><pubDate>Wed, 18 Jun 2025 05:10:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.251/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bugfix: eliminate ERRO[0044] error retrieving organization by domain localhost:9876: sql: no rows in result set @leecalcote (#3631)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enable Search Across Columns in Cloud Tables &amp;amp;&amp;amp; Add remaining columns to audit table. @FaheemOnHub (#3624)&lt;/li&gt;
&lt;li&gt;dynamic shadow @AmankeldinovaMadina (#3615)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enable Search Across Columns in Cloud Tables &amp;amp;&amp;amp; Add remaining columns to audit table. @FaheemOnHub (#3624)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;dynamic shadow @AmankeldinovaMadina (#3615)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@AmankeldinovaMadina, @FaheemOnHub, @l5io, @leecalcote and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.250</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.250/</link><pubDate>Tue, 17 Jun 2025 22:42:41 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.250/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add domain column to organization management table and adjust sorting options @leecalcote (#3629)&lt;/li&gt;
&lt;li&gt;Improve adding existing user to have more options &amp;amp;&amp;amp; improve create your own design instruction modal. @FaheemOnHub (#3581)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enable Filtering/Search Across All Columns in Teams Table @zihanKuang (#3618)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io, @leecalcote and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.104-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.104-1/</link><pubDate>Tue, 17 Jun 2025 21:00:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.104-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update Keyboard Shortcuts @vr-varad (#3757)&lt;/li&gt;
&lt;li&gt;Update verbiage surrounding cloud provider and user accounts @leecalcote (#3752)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.201 @l5io (#3753)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.248</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.248/</link><pubDate>Tue, 17 Jun 2025 09:23:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.248/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix domain parsing @aabidsofi19 (#3621)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.247</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.247/</link><pubDate>Tue, 17 Jun 2025 08:19:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.247/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for Custom domain and subdomains @aabidsofi19 (#3619)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for Custom domain and subdomains @aabidsofi19 (#3619)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for Custom domain and subdomains @aabidsofi19 (#3619)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.246</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.246/</link><pubDate>Fri, 13 Jun 2025 23:56:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.246/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leaderboard icon coloring fix: #3580 @AmankeldinovaMadina (#3598)&lt;/li&gt;
&lt;li&gt;Connections underdefined in table @FaheemOnHub (#3603)&lt;/li&gt;
&lt;li&gt;fix: filters are not working in designs page @FaheemOnHub (#3614)&lt;/li&gt;
&lt;li&gt;fix broken public profile btn @vishalvivekm (#3612)&lt;/li&gt;
&lt;li&gt;update link to kanvas blog @vishalvivekm (#3611)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leaderboard icon coloring fix: #3580 @AmankeldinovaMadina (#3598)&lt;/li&gt;
&lt;li&gt;Connections underdefined in table @FaheemOnHub (#3603)&lt;/li&gt;
&lt;li&gt;fix: filters are not working in designs page @FaheemOnHub (#3614)&lt;/li&gt;
&lt;li&gt;fix broken public profile btn @vishalvivekm (#3612)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Connections underdefined in table @FaheemOnHub (#3603)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@AmankeldinovaMadina, @FaheemOnHub, @l5io, @leecalcote, @ritzorama, @vishalvivekm and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.245</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.245/</link><pubDate>Thu, 12 Jun 2025 23:16:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.245/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.201 @l5io (#3610)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.103-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.103-1/</link><pubDate>Thu, 12 Jun 2025 17:18:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.103-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.102-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.102-3/</link><pubDate>Thu, 12 Jun 2025 16:45:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.102-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add: Initial SVG file for toolbox icon @leecalcote (#3750)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.244</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.244/</link><pubDate>Thu, 12 Jun 2025 16:42:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.244/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;enhance events @aabidsofi19 (#3605)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.102-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.102-2/</link><pubDate>Wed, 11 Jun 2025 22:46:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.102-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Icon Color in Light Mode @vr-varad (#3743)&lt;/li&gt;
&lt;li&gt;Fix: Shape @vr-varad (#3749)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@CodeAhmedJamil, @l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.100-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.100-3/</link><pubDate>Tue, 10 Jun 2025 18:14:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.100-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Layers Btn Styling @vr-varad (#3738)&lt;/li&gt;
&lt;li&gt;Fix: Kanvas Header Bugs @vr-varad (#3689)&lt;/li&gt;
&lt;li&gt;Fix: Themed Typography For Save and Relationship Tooltip @vr-varad (#3740)&lt;/li&gt;
&lt;li&gt;fix: operator btn disfunctional in kanvas.new @aabidsofi19 (#3742)&lt;/li&gt;
&lt;li&gt;Fix: Update New K8 Design in Getting Started @vr-varad (#3741)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.236</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.236/</link><pubDate>Tue, 10 Jun 2025 18:06:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.236/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add warning for required soda version @zihanKuang (#3599)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix workspace rjsf modal overlapping &amp;amp;&amp;amp; toolbar overlap. @FaheemOnHub (#3597)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Prevent inviting globally existing users via org-invite handler @zihanKuang (#3527)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix workspace rjsf modal overlapping &amp;amp;&amp;amp; toolbar overlap. @FaheemOnHub (#3597)&lt;/li&gt;
&lt;li&gt;Prevent inviting globally existing users via org-invite handler @zihanKuang (#3527)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io, @leecalcote and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.234</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.234/</link><pubDate>Tue, 10 Jun 2025 02:21:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.234/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;feat: enhance CloudHead component to utilize organization from Redux store @leecalcote (#3590)&lt;/li&gt;
&lt;li&gt;fix: include isReadOnly in dependency array of useEffect for InfoModal @leecalcote (#3589)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.233</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.233/</link><pubDate>Mon, 09 Jun 2025 17:50:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.233/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: Invalid time displayed @FaheemOnHub (#3573)&lt;/li&gt;
&lt;li&gt;add exoscale brand pallete @aabidsofi19 (#3582)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Catalog Approval Routing: remove mailing list &lt;a href="mailto:cncf-meshery-maintainers@lists.cncf.io"&gt;cncf-meshery-maintainers@lists.cncf.io&lt;/a&gt; @jamieplu (#3584)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @jamieplu, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.100-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.100-2/</link><pubDate>Mon, 09 Jun 2025 05:02:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.100-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add hamburger menu @aabidsofi19 (#3739)&lt;/li&gt;
&lt;li&gt;Fix: Remove BG from Shapes in kanvas toolkit @vr-varad (#3722)&lt;/li&gt;
&lt;li&gt;Fix: Docs @vr-varad (#3737)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.232</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.232/</link><pubDate>Sun, 08 Jun 2025 22:51:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.232/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;upgrade ui grid to v2 . @FaheemOnHub (#3563)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;upgrade ui grid to v2 . @FaheemOnHub (#3563)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io and @winkletinkle&lt;/p&gt;</description></item><item><title>v0.8.100-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.100-1/</link><pubDate>Fri, 06 Jun 2025 17:08:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.100-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.99-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.99-1/</link><pubDate>Fri, 06 Jun 2025 16:15:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.99-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.231</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.231/</link><pubDate>Fri, 06 Jun 2025 12:25:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.231/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: migrate to meshery/meshkit @leecalcote (#3576)&lt;/li&gt;
&lt;li&gt;Bump core-js from 3.41.0 to 3.42.0 in /ui @dependabot (#3560)&lt;/li&gt;
&lt;li&gt;Bump styled-components from 6.1.15 to 6.1.18 in /ui @dependabot (#3562)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: migrate to meshery/meshkit @leecalcote (#3576)&lt;/li&gt;
&lt;li&gt;fix not able to approve catalog request @aabidsofi19 (#3577)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump core-js from 3.41.0 to 3.42.0 in /ui @dependabot (#3560)&lt;/li&gt;
&lt;li&gt;Bump styled-components from 6.1.15 to 6.1.18 in /ui @dependabot (#3562)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @dependabot, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.98-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.98-2/</link><pubDate>Fri, 06 Jun 2025 12:17:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.98-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add support for adding external link to components @aabidsofi19 (#3731)&lt;/li&gt;
&lt;li&gt;Docs: Kanvas Developer Guide @vr-varad (#3732)&lt;/li&gt;
&lt;li&gt;Add: EventApi Support to Extension &amp;amp;&amp;amp; Enhance:Save Design based on backend. @FaheemOnHub (#3699)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.230</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.230/</link><pubDate>Fri, 06 Jun 2025 03:17:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.230/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix:grid-view @FaheemOnHub (#3566)&lt;/li&gt;
&lt;li&gt;migrate sistent @FaheemOnHub (#3571)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/db/cascading delete model cat @leecalcote (#3575)&lt;/li&gt;
&lt;li&gt;feat: add cascading delete migration for models, categories, and subcategories @leecalcote (#3574)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix:grid-view @FaheemOnHub (#3566)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @l5io, @leecalcote and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.98-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.98-1/</link><pubDate>Wed, 04 Jun 2025 08:21:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.98-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.97-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.97-1/</link><pubDate>Wed, 04 Jun 2025 07:04:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.97-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;rename meshery package @aabidsofi19 (#3730)&lt;/li&gt;
&lt;li&gt;rename remote provider @aabidsofi19 (#3728)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.229</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.229/</link><pubDate>Wed, 04 Jun 2025 06:40:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.229/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.196 @l5io (#3553)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;rename remote provider @aabidsofi19 (#3568)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.96-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.96-1/</link><pubDate>Tue, 03 Jun 2025 15:08:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.96-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.95-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.95-1/</link><pubDate>Tue, 03 Jun 2025 07:36:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.95-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update package dependencies to replace @layer5/sistent with @sistent/sistent version 0.14.199 @leecalcote (#3727)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @marblom007&lt;/p&gt;</description></item><item><title>v0.8.94-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.94-1/</link><pubDate>Mon, 02 Jun 2025 19:45:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.94-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix badges not rendering on load on resized screens @aabidsofi19 (#3724)&lt;/li&gt;
&lt;li&gt;Fix configurator not opening on dropping new components and close component picker @aabidsofi19 (#3723)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.93-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.93-2/</link><pubDate>Sun, 01 Jun 2025 15:46:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.93-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: name field not syncing @aabidsofi19 (#3721)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.93-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.93-1/</link><pubDate>Fri, 30 May 2025 18:39:50 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.93-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add support for opening configuration for inventory items @aabidsofi19 (#3720)&lt;/li&gt;
&lt;li&gt;dynamically identify parents @aabidsofi19 (#3719)&lt;/li&gt;
&lt;li&gt;Fix: Opening Direction of Zoom and Layout Tool in small screen @vr-varad (#3703)&lt;/li&gt;
&lt;li&gt;make component json view available for all roles @aabidsofi19 (#3718)&lt;/li&gt;
&lt;li&gt;feat. add layout icon for&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>v0.8.228</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.228/</link><pubDate>Fri, 30 May 2025 00:32:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.228/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/better log leveling @leecalcote (#3552)&lt;/li&gt;
&lt;li&gt;[Chore] Slightly improve handling of orgID &amp;lsquo;all&amp;rsquo; @miacycle (#3551)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/better log leveling @leecalcote (#3552)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote, @miacycle and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.227</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.227/</link><pubDate>Thu, 29 May 2025 22:35:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.227/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.195 @l5io (#3548)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add logging for GetEventsByDate invocation with caller information @leecalcote (#3550)&lt;/li&gt;
&lt;li&gt;serialize deletion of workspaces for organization @aabidsofi19 (#3547)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.92-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.92-1/</link><pubDate>Wed, 28 May 2025 17:51:27 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.92-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.91-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.91-1/</link><pubDate>Wed, 28 May 2025 17:01:27 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.91-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;make ui dependencies compatible with meshery ui @amitamrutiya (#3704)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.194 @l5io (#3701)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.226</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.226/</link><pubDate>Wed, 28 May 2025 05:57:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.226/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.194 @l5io (#3543)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Include Design/View location (workspace and organization) in responses @aabidsofi19 (#3546)&lt;/li&gt;
&lt;li&gt;add proper resource access errors @aabidsofi19 (#3542)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.90-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.90-1/</link><pubDate>Tue, 27 May 2025 08:46:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.90-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.193 @l5io (#3700)&lt;/li&gt;
&lt;li&gt;disable ripple for pen and pencil @aabidsofi19 (#3698)&lt;/li&gt;
&lt;li&gt;Enhance Save and eval indicators @aabidsofi19 (#3697)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.192 @l5io (#3696)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.225</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.225/</link><pubDate>Tue, 27 May 2025 07:57:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.225/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.193 @l5io (#3541)&lt;/li&gt;
&lt;li&gt;Add \Using Workspaces Effectively\ Guide @zihanKuang (#3538)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: workspace not being assigned to cloned designs @aabidsofi19 (#3540)&lt;/li&gt;
&lt;li&gt;allow include credentials in cors config to fix cors issue on redirects @aabidsofi19 (#3528)&lt;/li&gt;
&lt;li&gt;fix: prevent all workspaces getting deleted from bulk delete (data race) @aabidsofi19 (#3539)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: workspace not being assigned to cloned designs @aabidsofi19 (#3540)&lt;/li&gt;
&lt;li&gt;fix: prevent all workspaces getting deleted from bulk delete (data race) @aabidsofi19 (#3539)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io, @leecalcote and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.89-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.89-1/</link><pubDate>Mon, 26 May 2025 06:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.89-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.223</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.223/</link><pubDate>Mon, 26 May 2025 05:46:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.223/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.191 @l5io (#3517)&lt;/li&gt;
&lt;li&gt;Update organization invitation link tooltip @zihanKuang (#3520)&lt;/li&gt;
&lt;li&gt;Refine User Management Button Labels @zihanKuang (#3521)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;prevent deleting the last remaining workspace in an organization @aabidsofi19 (#3531)&lt;/li&gt;
&lt;li&gt;add default workspace when creating a organization @aabidsofi19 (#3532)&lt;/li&gt;
&lt;li&gt;Add support for moving designs/views between workspaces @aabidsofi19 (#3533)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @winkletinkle and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.88-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.88-2/</link><pubDate>Sat, 24 May 2025 17:49:55 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.88-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add checks for max child depth @aabidsofi19 (#3694)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.88-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.88-1/</link><pubDate>Fri, 23 May 2025 18:16:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.88-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.87-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.87-1/</link><pubDate>Fri, 23 May 2025 17:22:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.87-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;use sistent icon for file menu @amitamrutiya (#3692)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.191 @l5io (#3693)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.222</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.222/</link><pubDate>Fri, 23 May 2025 17:14:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.222/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix:error-profile-fetch @FaheemOnHub (#3524)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add support for Org and workspace preferences @aabidsofi19 (#3526)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix:error-profile-fetch @FaheemOnHub (#3524)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.86-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.86-1/</link><pubDate>Wed, 21 May 2025 19:50:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.86-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix unsubscribe and update logs @aabidsofi19 (#3691)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.221</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.221/</link><pubDate>Wed, 21 May 2025 18:24:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.221/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Collab ext fix @aabidsofi19 (#3518)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Collab ext fix @aabidsofi19 (#3518)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.85-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.85-1/</link><pubDate>Wed, 21 May 2025 18:13:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.85-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.84-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.84-2/</link><pubDate>Wed, 21 May 2025 04:00:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.84-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bug: use comma instead of semi-colon @leecalcote (#3685)&lt;/li&gt;
&lt;li&gt;Fix: Tutorial Section in Help Modal @vr-varad (#3658)&lt;/li&gt;
&lt;li&gt;Feat: Full Screen Toggle for Kanvas Help Modal @vr-varad (#3660)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.84-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.84-1/</link><pubDate>Tue, 20 May 2025 21:29:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.84-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: File sub-menu disappears on click @amitamrutiya (#3683)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.220</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.220/</link><pubDate>Tue, 20 May 2025 21:14:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.220/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;start using rtk api from schemas @aabidsofi19 (#3501)&lt;/li&gt;
&lt;li&gt;Update contact email and improve descriptions in login/signup and terms of service pages @leecalcote (#3511)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Prevent blocking event loop on congested channels @aabidsofi19 (#3514)&lt;/li&gt;
&lt;li&gt;Feat: Implement diagnostics and statistics for collaboration server @aabidsofi19 (#3513)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @google-labs-jules[bot], @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.219</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.219/</link><pubDate>Tue, 20 May 2025 12:21:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.219/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Websockets @aabidsofi19 (#3508)&lt;/li&gt;
&lt;li&gt;Fix: Remove Anonymous User Role from Role List @zihanKuang (#3503)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.218</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.218/</link><pubDate>Tue, 20 May 2025 10:51:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.218/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;formate: code @amitamrutiya (#3507)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add visibility filter in workspace design endpoint @amitamrutiya (#3505)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.83-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.83-1/</link><pubDate>Tue, 20 May 2025 09:30:55 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.83-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Navbar Design Name Input @vr-varad (#3677)&lt;/li&gt;
&lt;li&gt;add custom textarea widget @aabidsofi19 (#3679)&lt;/li&gt;
&lt;li&gt;close pamela on tapping on edge @aabidsofi19 (#3678)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.217</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.217/</link><pubDate>Tue, 20 May 2025 08:54:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.217/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.188 @l5io (#3496)&lt;/li&gt;
&lt;li&gt;Fix inconsistent margin between breadcrumbs and toolbar @FaheemOnHub (#3494)&lt;/li&gt;
&lt;li&gt;Whats New Display Fix @vr-varad (#3493)&lt;/li&gt;
&lt;li&gt;Fix: Catalog LeaderBoard Bugs @vr-varad (#3490)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.187 @l5io (#3495)&lt;/li&gt;
&lt;li&gt;Migrating cloud axios apis to rtk query. @FaheemOnHub (#3467)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.186 @l5io (#3491)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add visibility filter in workspace design endpoint @amitamrutiya (#3505)&lt;/li&gt;
&lt;li&gt;decrease ping period @aabidsofi19 (#3504)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix inconsistent margin between breadcrumbs and toolbar @FaheemOnHub (#3494)&lt;/li&gt;
&lt;li&gt;Whats New Display Fix @vr-varad (#3493)&lt;/li&gt;
&lt;li&gt;Fix: Catalog LeaderBoard Bugs @vr-varad (#3490)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @amitamrutiya, @l5io, @leecalcote, @vr-varad and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.82-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.82-3/</link><pubDate>Fri, 16 May 2025 21:39:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.82-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.82-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.82-2/</link><pubDate>Fri, 16 May 2025 18:57:39 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.82-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Help Modal Bugs @vr-varad (#3662)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.82-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.82-1/</link><pubDate>Fri, 16 May 2025 17:36:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.82-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Adding More Help Items - Videos, Academy @vr-varad (#3649)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.81-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.81-2/</link><pubDate>Fri, 16 May 2025 04:00:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.81-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Adding More Help Items - Videos, Academy @vr-varad (#3649)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.81-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.81-1/</link><pubDate>Thu, 15 May 2025 06:27:54 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.81-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.187 @l5io (#3652)&lt;/li&gt;
&lt;li&gt;Enlargen white dashed stroke of z-index arrange/order icons @leecalcote (#3650)&lt;/li&gt;
&lt;li&gt;disable click events for badges in pan mode @aabidsofi19 (#3648)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-collaboration" class="heading-link"&gt;
 🤼 Collaboration
 &lt;a href="#-collaboration" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;use collaborator utilities from sistent @amitamrutiya (#3647)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.80-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.80-1/</link><pubDate>Tue, 13 May 2025 16:05:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.80-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove unused / old component that passed from meshery @amitamrutiya (#3646)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.79-v0.8.79</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.79-v0.8.79/</link><pubDate>Tue, 13 May 2025 13:11:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.79-v0.8.79/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove unused / old component that passed from meshery @amitamrutiya (#3646)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.78-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.78-1/</link><pubDate>Tue, 13 May 2025 09:13:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.78-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Reduce RJSF Add Item font size. Improve notification verbiage. @marblom007 (#3642)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Rotation of Error Badge Octagon shape to represent a stop sign @leecalcote (#3643)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote, @marblom007 and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.77-5</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.77-5/</link><pubDate>Tue, 13 May 2025 08:15:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.77-5/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Rotation of Error Badge Octagon shape to represent a stop sign @leecalcote (#3643)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.77-4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.77-4/</link><pubDate>Mon, 12 May 2025 20:02:46 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.77-4/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix invalid default edge line color @ritzorama (#3634)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.77-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.77-3/</link><pubDate>Mon, 12 May 2025 13:33:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.77-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix invalid default edge line color @ritzorama (#3634)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.77-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.77-2/</link><pubDate>Sat, 10 May 2025 18:09:14 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.77-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix operator default pos @aabidsofi19 (#3633)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.77-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.77-1/</link><pubDate>Fri, 09 May 2025 18:18:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.77-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;prevent zooming to fit on expand collapse @aabidsofi19 (#3628)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Layers icons: improved intuitiveness? @leecalcote (#3615)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @ritzorama&lt;/p&gt;</description></item><item><title>v0.8.216</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.216/</link><pubDate>Thu, 08 May 2025 13:58:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.216/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Improve handling of anonymous user sessions\ @leecalcote (#3489)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.215</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.215/</link><pubDate>Thu, 08 May 2025 13:02:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.215/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Dashboard: new Learn by Videos widget @leecalcote (#3487)&lt;/li&gt;
&lt;li&gt;fix: crash of view share page @amitamrutiya (#3486)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.185 @l5io (#3485)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improve handling of anonymous user sessions @leecalcote (#3488)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.76-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.76-1/</link><pubDate>Thu, 08 May 2025 10:25:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.76-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove duplicate workspace component and fix issue with views info modal @amitamrutiya (#3624)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.185 @l5io (#3622)&lt;/li&gt;
&lt;li&gt;add kanvas distro config @aabidsofi19 (#3621)&lt;/li&gt;
&lt;li&gt;fix double click not directlyy registering on component after closing… @aabidsofi19 (#3620)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.214</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.214/</link><pubDate>Thu, 08 May 2025 07:35:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.214/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: crash of view share page @amitamrutiya (#3486)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.185 @l5io (#3485)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.184 @l5io (#3483)&lt;/li&gt;
&lt;li&gt;Fix: Responsive Tab Menu in Catalog @vr-varad (#3468)&lt;/li&gt;
&lt;li&gt;Fix: Share button for view tab in cloud-catalog @FaheemOnHub (#3476)&lt;/li&gt;
&lt;li&gt;Fix: Learning path navigation infinite redirect loop @FaheemOnHub (#3478)&lt;/li&gt;
&lt;li&gt;Fix: Responsive Error for Plans Page @vr-varad (#3477)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Responsive Tab Menu in Catalog @vr-varad (#3468)&lt;/li&gt;
&lt;li&gt;Fix: Share button for view tab in cloud-catalog @FaheemOnHub (#3476)&lt;/li&gt;
&lt;li&gt;Fix: Learning path navigation infinite redirect loop @FaheemOnHub (#3478)&lt;/li&gt;
&lt;li&gt;Fix: Responsive Error for Plans Page @vr-varad (#3477)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @amitamrutiya, @l5io and @vr-varad&lt;/p&gt;</description></item><item><title>v0.8.75-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.75-1/</link><pubDate>Wed, 07 May 2025 18:11:27 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.75-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.74-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.74-1/</link><pubDate>Wed, 07 May 2025 13:39:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.74-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.73-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.73-1/</link><pubDate>Wed, 07 May 2025 08:32:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.73-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.72-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.72-1/</link><pubDate>Tue, 06 May 2025 19:33:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.72-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.71-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.71-1/</link><pubDate>Tue, 06 May 2025 17:27:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.71-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.213</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.213/</link><pubDate>Tue, 06 May 2025 15:46:27 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.213/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Assign new created view to default workspace @amitamrutiya (#3450)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Assign new created view to default workspace @amitamrutiya (#3450)&lt;/li&gt;
&lt;li&gt;Add flag for return shared data from getPatterns and getViews handler @amitamrutiya (#3475)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ API Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Assign new created view to default workspace @amitamrutiya (#3450)&lt;/li&gt;
&lt;li&gt;Add flag for return shared data from getPatterns and getViews handler @amitamrutiya (#3475)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.70-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.70-1/</link><pubDate>Mon, 05 May 2025 19:54:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.70-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add error handling for invalid yjs data for configuration @aabidsofi19 (#3608)&lt;/li&gt;
&lt;li&gt;fix comment input styling @aabidsofi19 (#3609)&lt;/li&gt;
&lt;li&gt;[CI] eslint install @leecalcote (#3604)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.212</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.212/</link><pubDate>Mon, 05 May 2025 16:56:57 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.212/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Responsive RSS Feed Button @vr-varad (#3469)&lt;/li&gt;
&lt;li&gt;Fix: Responsive Toolbar in Catalog @vr-varad (#3470)&lt;/li&gt;
&lt;li&gt;Fix breadcrumb route to prevent full page reload in &amp;lsquo;My Designs&amp;rsquo; @FaheemOnHub (#3446)&lt;/li&gt;
&lt;li&gt;Fix: Order of Details in Catalog (small screen) @vr-varad (#3471)&lt;/li&gt;
&lt;li&gt;Bump @babel/preset-react from 7.26.3 to 7.27.1 in /ui @dependabot (#3464)&lt;/li&gt;
&lt;li&gt;fix: email field is empty in design table @amitamrutiya (#3458)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix share resource ownerships checks @aabidsofi19 (#3457)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Responsive RSS Feed Button @vr-varad (#3469)&lt;/li&gt;
&lt;li&gt;Fix: Responsive Toolbar in Catalog @vr-varad (#3470)&lt;/li&gt;
&lt;li&gt;Fix breadcrumb route to prevent full page reload in &amp;lsquo;My Designs&amp;rsquo; @FaheemOnHub (#3446)&lt;/li&gt;
&lt;li&gt;Fix: Order of Details in Catalog (small screen) @vr-varad (#3471)&lt;/li&gt;
&lt;li&gt;fix: email field is empty in design table @amitamrutiya (#3458)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump github.com/layer5io/meshkit from 0.8.25 to 0.8.27 @dependabot (#3460)&lt;/li&gt;
&lt;li&gt;Bump @babel/preset-react from 7.26.3 to 7.27.1 in /ui @dependabot (#3464)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @amitamrutiya, @dependabot, @dependabot[bot], @l5io, @leecalcote, @vr-varad and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.69-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.69-1/</link><pubDate>Fri, 02 May 2025 13:25:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.69-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.68-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.68-1/</link><pubDate>Fri, 02 May 2025 13:12:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.68-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.67-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.67-1/</link><pubDate>Fri, 02 May 2025 12:36:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.67-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix share from views panel george menu @aabidsofi19 (#3602)&lt;/li&gt;
&lt;li&gt;Add support forcing full design render using ?render_full_design=true @aabidsofi19 (#3601)&lt;/li&gt;
&lt;li&gt;disable tagsets on design load @aabidsofi19 (#3600)&lt;/li&gt;
&lt;li&gt;memoize component json view @aabidsofi19 (#3599)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.66-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.66-1/</link><pubDate>Thu, 01 May 2025 03:18:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.66-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add compound node badge using new renderer @aabidsofi19 (#3597)&lt;/li&gt;
&lt;li&gt;fix network edge label not shown @aabidsofi19 (#3598)&lt;/li&gt;
&lt;li&gt;add support for showing component kind in label @aabidsofi19 (#3596)&lt;/li&gt;
&lt;li&gt;Performance optimizations and bug fixes @aabidsofi19 (#3595)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.183 @l5io (#3594)&lt;/li&gt;
&lt;li&gt;fix: json view crash issue in configuration tooltip @amitamrutiya (#3593)&lt;/li&gt;
&lt;li&gt;fix: issue with layers panel @amitamrutiya (#3592)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.211</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.211/</link><pubDate>Wed, 30 Apr 2025 07:54:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.211/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Feature enforment fix @aabidsofi19 (#3455)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Feature enforment fix @aabidsofi19 (#3455)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Feature enforment fix @aabidsofi19 (#3455)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.210</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.210/</link><pubDate>Wed, 30 Apr 2025 03:24:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.210/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Add Feature Entitlement Enforcement\ @leecalcote (#3453)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Add Feature Entitlement Enforcement\ @leecalcote (#3453)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.209</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.209/</link><pubDate>Tue, 29 Apr 2025 20:49:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.209/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add captions to Images in learning paths pages @vishalvivekm (#3447)&lt;/li&gt;
&lt;li&gt;Fix Inconsistencies in Workspace Assignment and Design Duplication Behavior @amitamrutiya (#3451)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.183 @l5io (#3452)&lt;/li&gt;
&lt;li&gt;Improve workspace deletion confirmation prompt @zihanKuang (#3445)&lt;/li&gt;
&lt;li&gt;Leaderboard Enhancements &amp;amp; Styling fix for whitespace issue. @FaheemOnHub (#3443)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Feature Entitlement Enforcement @aabidsofi19 (#3449)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Feature Entitlement Enforcement @aabidsofi19 (#3449)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ API Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Inconsistencies in Workspace Assignment and Design Duplication Behavior @amitamrutiya (#3451)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Inconsistencies in Workspace Assignment and Design Duplication Behavior @amitamrutiya (#3451)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @amitamrutiya, @l5io, @leecalcote, @vishalvivekm and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.65-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.65-1/</link><pubDate>Sun, 27 Apr 2025 07:50:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.65-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.64-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.64-1/</link><pubDate>Sat, 26 Apr 2025 22:48:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.64-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.182 @l5io (#3590)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.181 @l5io (#3585)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update and enhance share behavior @aabidsofi19 (#3588)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @jamieplu, @l5io, @leecalcote, @ritzorama and @winkletinkle&lt;/p&gt;</description></item><item><title>v0.8.208</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.208/</link><pubDate>Sat, 26 Apr 2025 20:46:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.208/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: leaderboard overflow @FaheemOnHub (#3441)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.182 @l5io (#3442)&lt;/li&gt;
&lt;li&gt;Enhance Share modal @aabidsofi19 (#3440)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.181 @l5io (#3439)&lt;/li&gt;
&lt;li&gt;remove double toolbar from workspace content table @amitamrutiya (#3438)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.180 @l5io (#3435)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.179 @l5io (#3432)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;replace-meshmap-with-kanvas-in-tips-notification-preferences @vishalvivekm (#3436)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: leaderboard overflow @FaheemOnHub (#3441)&lt;/li&gt;
&lt;li&gt;remove double toolbar from workspace content table @amitamrutiya (#3438)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @amitamrutiya, @l5io, @leecalcote and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.63-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.63-1/</link><pubDate>Fri, 25 Apr 2025 09:05:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.63-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;rename unresolve to reopen @aabidsofi19 (#3584)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.180 @l5io (#3583)&lt;/li&gt;
&lt;li&gt;use sistent tooltip styling of bottom dock tooltip @amitamrutiya (#3582)&lt;/li&gt;
&lt;li&gt;Self-host Modal: Add id to component and enhance message formatting @leecalcote (#3580)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.179 @l5io (#3579)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhance and fix Comment history @aabidsofi19 (#3581)&lt;/li&gt;
&lt;li&gt;Comment History: Enhance empty state @leecalcote (#3578)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.62-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.62-1/</link><pubDate>Thu, 24 Apr 2025 11:22:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.62-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix missing var @aabidsofi19 (#3574)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add support for opening designs/views from meshery @aabidsofi19 (#3571)&lt;/li&gt;
&lt;li&gt;Migrate Kubernetes Component Picker Tooltips to Sistent @amitamrutiya (#3573)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.207</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.207/</link><pubDate>Thu, 24 Apr 2025 00:30:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.207/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Default dasbhoard layout: swap Meshery Instances with CATALOG_LEADERBOARD @leecalcote (#3427)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.206</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.206/</link><pubDate>Thu, 24 Apr 2025 00:20:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.206/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;email fixes: copyright, x.com @ritzorama (#3425)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improve Badge Modal Embed Code Design &amp;amp; Minor Fixes @FaheemOnHub (#3417)&lt;/li&gt;
&lt;li&gt;Fix including text color mismatch &amp;amp;&amp;amp; Share Button: Triple notifications bug @FaheemOnHub (#3422)&lt;/li&gt;
&lt;li&gt;Nextjs: new async redirect for /academy @leecalcote (#3426)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.178 @l5io (#3424)&lt;/li&gt;
&lt;li&gt;fix: styling on integrations page @amitamrutiya (#3421)&lt;/li&gt;
&lt;li&gt;make workspace table responsive @amitamrutiya (#3420)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.176 @l5io (#3419)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix including text color mismatch &amp;amp;&amp;amp; Share Button: Triple notifications bug @FaheemOnHub (#3422)&lt;/li&gt;
&lt;li&gt;fix: styling on integrations page @amitamrutiya (#3421)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @amitamrutiya, @l5io, @leecalcote, @ritzorama and Amit Amrutiya&lt;/p&gt;</description></item><item><title>v0.8.61-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.61-1/</link><pubDate>Wed, 23 Apr 2025 21:21:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.61-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Rename Whiteboard option to Dock @leecalcote (#3563)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;propTypes and height and width for SVG components @leecalcote (#3567)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;typescript linting @leecalcote (#3568)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.60-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.60-1/</link><pubDate>Tue, 22 Apr 2025 21:25:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.60-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Configuration tooltip bugs @aabidsofi19 (#3556)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump @babel/preset-typescript from 7.26.0 to 7.27.0 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3555)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @dependabot[bot], @l5io, @miacycle and &lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.59-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.59-1/</link><pubDate>Mon, 21 Apr 2025 18:07:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.59-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.175 @l5io (#3550)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.205</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.205/</link><pubDate>Mon, 21 Apr 2025 17:54:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.205/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix subscription not available for org admins @aabidsofi19 (#3414)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.204</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.204/</link><pubDate>Mon, 21 Apr 2025 10:55:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.204/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.175 @l5io (#3410)&lt;/li&gt;
&lt;li&gt;Fix search issue and update icon theme for workspace @amitamrutiya (#3409)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix emails being leaked from user activity @aabidsofi19 (#3411)&lt;/li&gt;
&lt;li&gt;Iacfile type @aabidsofi19 (#3412)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix emails being leaked from user activity @aabidsofi19 (#3411)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.58-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.58-2/</link><pubDate>Mon, 21 Apr 2025 03:21:27 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.58-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix broken Clipboard o macOS chrome @aabidsofi19 (#3549)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.203</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.203/</link><pubDate>Sun, 20 Apr 2025 21:57:50 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.203/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Miscoloring of disabled preferences @leecalcote (#3408)&lt;/li&gt;
&lt;li&gt;replace flow page font with Qanelas Soft @FaheemOnHub (#3335)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.202</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.202/</link><pubDate>Sun, 20 Apr 2025 19:41:27 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.202/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Workspaces fixes and enhancements @leecalcote (#3407)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.201</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.201/</link><pubDate>Sat, 19 Apr 2025 19:36:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.201/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Icon: Leaderboard @leecalcote (#3405)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.200</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.200/</link><pubDate>Sat, 19 Apr 2025 17:58:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.200/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: catalog table broken issue @amitamrutiya (#3404)&lt;/li&gt;
&lt;li&gt;[Academy] [UI] Fix Heading Font Size @M-DEV-1 (#3403)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: catalog table broken issue @amitamrutiya (#3404)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@M-DEV-1, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.58-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.58-1/</link><pubDate>Fri, 18 Apr 2025 19:44:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.58-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.174 @l5io (#3547)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.173 @l5io (#3545)&lt;/li&gt;
&lt;li&gt;Update index.tsx @aabidsofi19 (#3544)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @fitzergerald, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.199</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.199/</link><pubDate>Fri, 18 Apr 2025 15:25:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.199/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.174 @l5io (#3402)&lt;/li&gt;
&lt;li&gt;Workspace update - 2 @amitamrutiya (#3401)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.198</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.198/</link><pubDate>Thu, 17 Apr 2025 16:23:12 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.198/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.197</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.197/</link><pubDate>Thu, 17 Apr 2025 16:05:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.197/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: issue with badge alignment and theme @amitamrutiya (#3400)&lt;/li&gt;
&lt;li&gt;rem to px for svg @leecalcote (#3399)&lt;/li&gt;
&lt;li&gt;[UI] Update Account Deletion Prompt @M-DEV-1 (#3373)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: issue with badge alignment and theme @amitamrutiya (#3400)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@M-DEV-1, @amitamrutiya, @l5io, @leecalcote and @zihanKuang&lt;/p&gt;</description></item><item><title>v0.8.196</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.196/</link><pubDate>Wed, 16 Apr 2025 18:08:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.196/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: update SMTP password across configuration files @leecalcote (#3398)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.195</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.195/</link><pubDate>Wed, 16 Apr 2025 15:12:50 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.195/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: theme undefined issue in badges page @amitamrutiya (#3396)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: theme undefined issue in badges page @amitamrutiya (#3396)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.194</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.194/</link><pubDate>Mon, 14 Apr 2025 13:04:36 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.194/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improve Workspace Tabular View @amitamrutiya (#3392)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.173 @l5io (#3395)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Improve Workspace Tabular View @amitamrutiya (#3392)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.57-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.57-2/</link><pubDate>Mon, 14 Apr 2025 03:30:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.57-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix tooltip crashing on maximizing @aabidsofi19 (#3543)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix tooltip crashing on maximizing @aabidsofi19 (#3543)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.57-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.57-1/</link><pubDate>Fri, 11 Apr 2025 17:07:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.57-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor typing filter component and remove filters chip @amitamrutiya (#3540)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix bubblesets @aabidsofi19 (#3541)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update send-mail action version and app password @leecalcote (#3539)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.193</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.193/</link><pubDate>Thu, 10 Apr 2025 23:54:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.193/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;updated go.sum and go.mod&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.192</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.192/</link><pubDate>Thu, 10 Apr 2025 23:44:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.192/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Chore golang pkgs upgrades @leecalcote (#3391)&lt;/li&gt;
&lt;li&gt;Chore: upgrade golang.org/x/text @leecalcote (#3390)&lt;/li&gt;
&lt;li&gt;Chore: upgrade viper @leecalcote (#3389)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.191</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.191/</link><pubDate>Thu, 10 Apr 2025 18:38:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.191/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;New user account for emails (noreply) @leecalcote (#3388)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.190</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.190/</link><pubDate>Thu, 10 Apr 2025 17:25:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.190/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;New app password for no-reply account. @leecalcote&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix pricing page styling @amitamrutiya (#3386)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix pricing page styling @amitamrutiya (#3386)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix pricing page styling @amitamrutiya (#3386)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ API Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix pricing page styling @amitamrutiya (#3386)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.189</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.189/</link><pubDate>Tue, 08 Apr 2025 22:21:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.189/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Comment out verbose log for token unmarshalling errors @leecalcote (#3384)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update smtp password with app password @vishalvivekm (#3383)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.187</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.187/</link><pubDate>Tue, 08 Apr 2025 21:10:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.187/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix subscriptions @aabidsofi19 (#3382)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix subscriptions @aabidsofi19 (#3382)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix subscriptions @aabidsofi19 (#3382)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix subscriptions @aabidsofi19 (#3382)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.186</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.186/</link><pubDate>Tue, 08 Apr 2025 20:12:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.186/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.185</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.185/</link><pubDate>Tue, 08 Apr 2025 19:59:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.185/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.184</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.184/</link><pubDate>Tue, 08 Apr 2025 19:53:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.184/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.183</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.183/</link><pubDate>Tue, 08 Apr 2025 18:09:54 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.183/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Revert billing\ @aabidsofi19 (#3372)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update values.yaml @sangramrath (#3379)&lt;/li&gt;
&lt;li&gt;remove redundant values @aabidsofi19 (#3380)&lt;/li&gt;
&lt;li&gt;Revert \Revert billing\ @aabidsofi19 (#3372)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ API Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Revert billing\ @aabidsofi19 (#3372)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @sangramrath&lt;/p&gt;</description></item><item><title>v0.8.182</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.182/</link><pubDate>Tue, 08 Apr 2025 17:35:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.182/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update deleted webhook @vishalvivekm (#3377)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.181</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.181/</link><pubDate>Tue, 08 Apr 2025 17:12:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.181/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove @mui/material v5 library @amitamrutiya (#3375)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.171 @l5io (#3376)&lt;/li&gt;
&lt;li&gt;Migrating components from Mui to Sistent @FaheemOnHub (#3274)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.170 @l5io (#3369)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Migrating components from Mui to Sistent @FaheemOnHub (#3274)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ API Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Migrating components from Mui to Sistent @FaheemOnHub (#3274)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Migrating components from Mui to Sistent @FaheemOnHub (#3274)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @amitamrutiya, @l5io and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.56-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.56-1/</link><pubDate>Tue, 08 Apr 2025 03:40:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.56-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.171 @l5io (#3538)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @chellej and @l5io&lt;/p&gt;</description></item><item><title>v0.8.55-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.55-1/</link><pubDate>Mon, 07 Apr 2025 03:57:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.55-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.170 @l5io (#3537)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.180</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.180/</link><pubDate>Sat, 05 Apr 2025 19:28:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.180/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert billing @aabidsofi19 (#3371)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert billing @aabidsofi19 (#3371)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ API Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert billing @aabidsofi19 (#3371)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.179</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.179/</link><pubDate>Sat, 05 Apr 2025 15:53:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.179/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fixed docker build @aabidsofi19 (#3370)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.178</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.178/</link><pubDate>Sat, 05 Apr 2025 13:36:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.178/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Subscriptions and billing support @aabidsofi19 (#3350)&lt;/li&gt;
&lt;li&gt;replace Typography component with native h2 element in NewC… @amitamrutiya (#3365)&lt;/li&gt;
&lt;li&gt;chore(deps): bump @mui/x-date-pickers from 7.27.1 to 7.28.2 in /ui @dependabot (#3358)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.169 @l5io (#3355)&lt;/li&gt;
&lt;li&gt;Add infinte scroll for the catalog page @amitamrutiya (#3347)&lt;/li&gt;
&lt;li&gt;Add edit design model for design detail page @amitamrutiya (#3346)&lt;/li&gt;
&lt;li&gt;Fix bugs in profile page @amitamrutiya (#3337)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Subscriptions and billing support @aabidsofi19 (#3350)&lt;/li&gt;
&lt;li&gt;fix: update query to filter by name instead of subcategory @amitamrutiya (#3366)&lt;/li&gt;
&lt;li&gt;make user able to unblish their own design @amitamrutiya (#3344)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Subscriptions and billing support @aabidsofi19 (#3350)&lt;/li&gt;
&lt;li&gt;Revert [Subscription Plans] Add six plans to local dev content.sh data import\ @aabidsofi19 (#3348)&lt;/li&gt;
&lt;li&gt;[Subscription Plans] Add six plans to local dev content.sh data import\ @leecalcote (#3343)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ API Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Subscriptions and billing support @aabidsofi19 (#3350)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: update query to filter by name instead of subcategory @amitamrutiya (#3366)&lt;/li&gt;
&lt;li&gt;replace Typography component with native h2 element in NewC… @amitamrutiya (#3365)&lt;/li&gt;
&lt;li&gt;Fix bugs in profile page @amitamrutiya (#3337)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-dependencies" class="heading-link"&gt;
 ⬆️ Dependencies
 &lt;a href="#-dependencies" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore(deps): bump @mui/x-date-pickers from 7.27.1 to 7.28.2 in /ui @dependabot (#3358)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @dependabot, @dependabot[bot], @l5io, @leecalcote and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.54-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.54-1/</link><pubDate>Mon, 31 Mar 2025 18:41:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.54-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.169 @l5io (#3536)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.53-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.53-2/</link><pubDate>Fri, 28 Mar 2025 14:38:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.53-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: update designId for Managing AWS Services tutorial @amitamrutiya (#3535)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.53-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.53-1/</link><pubDate>Thu, 27 Mar 2025 20:27:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.53-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.52-4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.52-4/</link><pubDate>Wed, 26 Mar 2025 17:02:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.52-4/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;make min zoom viewport for detailed rendering consistent for layers,b… @aabidsofi19 (#3528)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.52-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.52-3/</link><pubDate>Wed, 26 Mar 2025 14:03:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.52-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;make min zoom viewport for detailed rendering consistent for layers,b… @aabidsofi19 (#3528)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.52-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.52-2/</link><pubDate>Tue, 25 Mar 2025 18:43:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.52-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Support for persistable groups @aabidsofi19 (#3523)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.52-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.52-1/</link><pubDate>Tue, 25 Mar 2025 09:20:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.52-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update redo hotkeys @aabidsofi19 (#3526)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.168 @l5io (#3522)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add create and add model functionality in shape and component picker @amitamrutiya (#3525)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.177</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.177/</link><pubDate>Mon, 24 Mar 2025 17:42:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.177/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.168 @l5io (#3334)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.167 @l5io (#3325)&lt;/li&gt;
&lt;li&gt;Fix issues with teams table @amitamrutiya (#3333)&lt;/li&gt;
&lt;li&gt;fix: remove transparency from table background for better visibility @GARY121github (#3322)&lt;/li&gt;
&lt;li&gt;chore: remove unecessary logs @Karan-Palan (#3329)&lt;/li&gt;
&lt;li&gt;fix : Remove unnecessary array logs from dashboard @GARY121github (#3327)&lt;/li&gt;
&lt;li&gt;Feat: dynamic page titles @Karan-Palan (#3250)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix issues with teams table @amitamrutiya (#3333)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix issues with teams table @amitamrutiya (#3333)&lt;/li&gt;
&lt;li&gt;fix: remove transparency from table background for better visibility @GARY121github (#3322)&lt;/li&gt;
&lt;li&gt;fix : Remove unnecessary array logs from dashboard @GARY121github (#3327)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@GARY121github, @Karan-Palan, @aabidsofi19, @amitamrutiya, @l5io, @leecalcote and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.51-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.51-1/</link><pubDate>Fri, 21 Mar 2025 18:16:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.51-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix and enhance selection groups @aabidsofi19 (#3518)&lt;/li&gt;
&lt;li&gt;sync resized node with bounding box directly @aabidsofi19 (#3519)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.167 @l5io (#3516)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.50-5</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.50-5/</link><pubDate>Wed, 19 Mar 2025 18:19:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.50-5/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix disable styling of share button group based on permission @amitamrutiya (#3509)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix disable styling of share button group based on permission @amitamrutiya (#3509)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.50-4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.50-4/</link><pubDate>Tue, 18 Mar 2025 20:53:41 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.50-4/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: issue of model undefined in operator mode @amitamrutiya (#3508)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: issue of model undefined in operator mode @amitamrutiya (#3508)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.50-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.50-3/</link><pubDate>Tue, 18 Mar 2025 19:06:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.50-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix Pen draw bugs @aabidsofi19 (#3507)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.50-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.50-2/</link><pubDate>Mon, 17 Mar 2025 21:37:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.50-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.50-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.50-1/</link><pubDate>Mon, 17 Mar 2025 18:38:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.50-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: scroll issue for kubernetes picker @amitamrutiya (#3506)&lt;/li&gt;
&lt;li&gt;Add support for filter by model in operator mode @amitamrutiya (#3505)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: scroll issue for kubernetes picker @amitamrutiya (#3506)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.175</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.175/</link><pubDate>Thu, 13 Mar 2025 18:05:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.175/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix issue in events table and add some columns @amitamrutiya (#3316)&lt;/li&gt;
&lt;li&gt;fix: search issue in all tables @amitamrutiya (#3315)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.166 @l5io (#3308)&lt;/li&gt;
&lt;li&gt;Fix issue with all tables @amitamrutiya (#3307)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.165 @l5io (#3298)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix issue in events table and add some columns @amitamrutiya (#3316)&lt;/li&gt;
&lt;li&gt;Fix issue with all tables @amitamrutiya (#3307)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.49-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.49-1/</link><pubDate>Thu, 13 Mar 2025 11:13:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.49-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;use toJson instead of deepclone @aabidsofi19 (#3502)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @miacycle&lt;/p&gt;</description></item><item><title>v0.8.48-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.48-1/</link><pubDate>Tue, 11 Mar 2025 16:49:12 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.48-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.166 @l5io (#3499)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.47-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.47-2/</link><pubDate>Mon, 10 Mar 2025 21:52:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.47-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.47-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.47-1/</link><pubDate>Mon, 10 Mar 2025 15:10:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.47-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: node getting unlocked in next rerender @aabidsofi19 (#3495)&lt;/li&gt;
&lt;li&gt;Fix Background image customization bugs @aabidsofi19 (#3496)&lt;/li&gt;
&lt;li&gt;fix: border color selector not working @aabidsofi19 (#3494)&lt;/li&gt;
&lt;li&gt;Bump xstate @aabidsofi19 (#3493)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: border color selector not working @aabidsofi19 (#3494)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.46-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.46-1/</link><pubDate>Fri, 07 Mar 2025 20:44:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.46-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.164 @l5io (#3491)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.174</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.174/</link><pubDate>Fri, 07 Mar 2025 20:31:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.174/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add missing img element @vishalvivekm (#3293)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update Typography: Standardize Heading Fonts Across UI @Vidit-Kushwaha (#3292)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.164 @l5io (#3291)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update Typography: Standardize Heading Fonts Across UI @Vidit-Kushwaha (#3292)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @amitamrutiya, @l5io, @leecalcote and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.173</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.173/</link><pubDate>Thu, 06 Mar 2025 19:57:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.173/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove amit logs @aabidsofi19 (#3287)&lt;/li&gt;
&lt;li&gt;[Sign-in / Sign-up] New \program\ page; add ws-heroes\ route @FaheemOnHub (#3276)&lt;/li&gt;
&lt;li&gt;Fix Role assignment issues @aabidsofi19 (#3285)&lt;/li&gt;
&lt;li&gt;fix: search is not working in users table @amitamrutiya (#3284)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Sign-in / Sign-up] New \program\ page; add ws-heroes\ route @FaheemOnHub (#3276)&lt;/li&gt;
&lt;li&gt;chore: improve logging for user roles, user creation @leecalcote (#3286)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: search is not working in users table @amitamrutiya (#3284)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@FaheemOnHub, @aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.172</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.172/</link><pubDate>Thu, 06 Mar 2025 18:52:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.172/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;swap out the webhook @vishalvivekm (#3282)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Role assignment issues @aabidsofi19 (#3285)&lt;/li&gt;
&lt;li&gt;fix: search is not working in users table @amitamrutiya (#3284)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: search is not working in users table @amitamrutiya (#3284)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.171</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.171/</link><pubDate>Wed, 05 Mar 2025 23:03:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.171/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;switch from user-accsss-cloud to user-access-alt @vishalvivekm (#3280)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;User Role Assignment and Webhook Email: Increased log level @leecalcote (#3281)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.170</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.170/</link><pubDate>Wed, 05 Mar 2025 16:40:36 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.170/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: issue with the new bump up sistent @amitamrutiya (#3271)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: issue with the new bump up sistent @amitamrutiya (#3271)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.44-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.44-1/</link><pubDate>Wed, 05 Mar 2025 16:30:46 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.44-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;refactor: replace font Awesome icons with sistent @Vidit-Kushwaha (#3474)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.163 @l5io (#3489)&lt;/li&gt;
&lt;li&gt;make badge text smaller @aabidsofi19 (#3488)&lt;/li&gt;
&lt;li&gt;fix: share link function is not working in catalog modal @amitamrutiya (#3487)&lt;/li&gt;
&lt;li&gt;Bump react-circular-menu from 2.4.15 to 2.4.16 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3429)&lt;/li&gt;
&lt;li&gt;add open source design functionlity in the details panel @amitamrutiya (#3485)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.162 @l5io (#3484)&lt;/li&gt;
&lt;li&gt;rerender design after prefetch/hydration @aabidsofi19 (#3483)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: share link function is not working in catalog modal @amitamrutiya (#3487)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump react-circular-menu from 2.4.15 to 2.4.16 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3429)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @amitamrutiya, @l5io, @leecalcote and &lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.169</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.169/</link><pubDate>Wed, 05 Mar 2025 09:19:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.169/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Revert ix: logo responsive issue for header\ @amitamrutiya (#3270)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix users identity webhook @aabidsofi19 (#3273)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix users identity webhook @aabidsofi19 (#3273)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix users identity webhook @aabidsofi19 (#3273)&lt;/li&gt;
&lt;li&gt;Revert \Revert ix: logo responsive issue for header\ @amitamrutiya (#3270)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.168</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.168/</link><pubDate>Tue, 04 Mar 2025 23:42:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.168/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fixes ##3268: poplk.com @leecalcote (#3269)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.167</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.167/</link><pubDate>Tue, 04 Mar 2025 23:06:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.167/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert [Chore]: Bump Sistent v0.14.162\ @leecalcote (#3267)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.166</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.166/</link><pubDate>Tue, 04 Mar 2025 22:57:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.166/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert [Chore]: Bump Sistent v0.14.163\ @leecalcote (#3265)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.165</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.165/</link><pubDate>Tue, 04 Mar 2025 21:22:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.165/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert ix: logo responsive issue for header\ @leecalcote (#3263)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert ix: logo responsive issue for header\ @leecalcote (#3263)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.164</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.164/</link><pubDate>Tue, 04 Mar 2025 21:11:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.164/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.163 @l5io (#3260)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.162 @l5io (#3258)&lt;/li&gt;
&lt;li&gt;fix: logo responsive issue for header @amitamrutiya (#3257)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: connections search is not working @amitamrutiya (#3255)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add passphrase in validate signup webhook @aabidsofi19 (#3262)&lt;/li&gt;
&lt;li&gt;fix: logo responsive issue for header @amitamrutiya (#3257)&lt;/li&gt;
&lt;li&gt;fix: connections search is not working @amitamrutiya (#3255)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @souvikinator&lt;/p&gt;</description></item><item><title>v0.8.163</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.163/</link><pubDate>Mon, 03 Mar 2025 16:54:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.163/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.43-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.43-2/</link><pubDate>Mon, 03 Mar 2025 16:50:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.43-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: On undeploying, the loader loads indefinitely @souvikinator (#3480)&lt;/li&gt;
&lt;li&gt;clean up textbox code @aabidsofi19 (#3478)&lt;/li&gt;
&lt;li&gt;Fix Badge events @aabidsofi19 (#3477)&lt;/li&gt;
&lt;li&gt;add autoexpanding textbox component ( not used yet ) @aabidsofi19 (#3476)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: On undeploying, the loader loads indefinitely @souvikinator (#3480)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @souvikinator&lt;/p&gt;</description></item><item><title>v0.8.162</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.162/</link><pubDate>Mon, 03 Mar 2025 10:48:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.162/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump github.com/layer5io/meshkit from 0.8.16 to 0.8.17 @dependabot (#3241)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Broken Page: \Incompatible Meshery Deployment\ @amitamrutiya (#3254)&lt;/li&gt;
&lt;li&gt;Bump npm from 10.9.2 to 11.1.0 in /ui @dependabot (#3245)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor and enhance spam checker @aabidsofi19 (#3236)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Broken Page: \Incompatible Meshery Deployment\ @amitamrutiya (#3254)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @dependabot, @dependabot[bot], @l5io, @leecalcote and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.43-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.43-1/</link><pubDate>Fri, 28 Feb 2025 19:12:57 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.43-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.161</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.161/</link><pubDate>Fri, 28 Feb 2025 19:08:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.161/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Souvik/fix/GitHub wizard fixes @souvikinator (#3235)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;GitHub private key read strategy @souvikinator (#3237)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;GitHub private key read strategy @souvikinator (#3237)&lt;/li&gt;
&lt;li&gt;Souvik/fix/GitHub wizard fixes @souvikinator (#3235)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @souvikinator&lt;/p&gt;</description></item><item><title>v0.8.41-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.41-1/</link><pubDate>Fri, 28 Feb 2025 07:40:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.41-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: missing theme issue for comment @amitamrutiya (#3472)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: missing theme issue for comment @amitamrutiya (#3472)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.40-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.40-1/</link><pubDate>Thu, 27 Feb 2025 18:47:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.40-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.39-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.39-1/</link><pubDate>Thu, 27 Feb 2025 17:45:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.39-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.38-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.38-1/</link><pubDate>Thu, 27 Feb 2025 09:29:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.38-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add border radius for the pamela @amitamrutiya (#3468)&lt;/li&gt;
&lt;li&gt;fix: scrollbar issue in the dark mode @amitamrutiya (#3467)&lt;/li&gt;
&lt;li&gt;Add Text and Node overlay rendering using 2d canvas @aabidsofi19 (#3464)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.160 @l5io (#3466)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.160</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.160/</link><pubDate>Wed, 26 Feb 2025 18:47:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.160/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.160 @l5io (#3230)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;properly cleanup and close clients and dont send to closed clients @aabidsofi19 (#3233)&lt;/li&gt;
&lt;li&gt;make user creation api authed @aabidsofi19 (#3234)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.159</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.159/</link><pubDate>Wed, 26 Feb 2025 13:10:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.159/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \string matching fixes in isSpam()\ @leecalcote (#3228)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;⚠️ No more Cloud work for Vivek Vishal. ⚠️&lt;/p&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.37-4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.37-4/</link><pubDate>Wed, 26 Feb 2025 10:01:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.37-4/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix operator panels infinite loading and position @aabidsofi19 (#3465)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.158</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.158/</link><pubDate>Wed, 26 Feb 2025 08:19:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.158/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Incorrect Font in Card Title on Cloud @Vidit-Kushwaha (#3223)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;string matching fixes in isSpam() @vishalvivekm (#3227)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Incorrect Font in Card Title on Cloud @Vidit-Kushwaha (#3223)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @l5io, @leecalcote and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.37-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.37-3/</link><pubDate>Tue, 25 Feb 2025 18:08:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.37-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-collaboration" class="heading-link"&gt;
 🤼 Collaboration
 &lt;a href="#-collaboration" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix collaborator more Icon big issue @amitamrutiya (#3463)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix collaborator more Icon big issue @amitamrutiya (#3463)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.37-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.37-2/</link><pubDate>Mon, 24 Feb 2025 22:04:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.37-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: reinstate MESHMODEL_WALKTHROUGH_CONSTANTS @leecalcote (#3460)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: reinstate MESHMODEL_WALKTHROUGH_CONSTANTS @leecalcote (#3460)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.37-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.37-1/</link><pubDate>Mon, 24 Feb 2025 21:43:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.37-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: trigger rerender on undo-redo @aabidsofi19 (#3457)&lt;/li&gt;
&lt;li&gt;Refactor: Remove Redundant Theme Providers in Favor of Global Sistent theme @Vidit-Kushwaha (#3452)&lt;/li&gt;
&lt;li&gt;add some new edge styles @amitamrutiya (#3455)&lt;/li&gt;
&lt;li&gt;feat: Change font family in Children component to ensure differentiation from Root @Vidit-Kushwaha (#3456)&lt;/li&gt;
&lt;li&gt;Fix evaluation indicator @aabidsofi19 (#3453)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.159 @l5io (#3454)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: trigger rerender on undo-redo @aabidsofi19 (#3457)&lt;/li&gt;
&lt;li&gt;Fix evaluation indicator @aabidsofi19 (#3453)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.157</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.157/</link><pubDate>Mon, 24 Feb 2025 20:31:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.157/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Souvik/fix/GitHub wizard fixes @souvikinator (#3218)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.159 @l5io (#3216)&lt;/li&gt;
&lt;li&gt;use correct token for the meshery logo @amitamrutiya (#3215)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Souvik/fix/GitHub wizard fixes @souvikinator (#3218)&lt;/li&gt;
&lt;li&gt;use correct token for the meshery logo @amitamrutiya (#3215)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io, @leecalcote and @souvikinator&lt;/p&gt;</description></item><item><title>v0.8.36-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.36-1/</link><pubDate>Sat, 22 Feb 2025 01:52:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.36-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump bowser from 1.9.4 to 2.11.0 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3430)&lt;/li&gt;
&lt;li&gt;Add a relationship evaluation indicator ( similar to design save indicator ) in the app header @aabidsofi19 (#3444)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-user-preferences" class="heading-link"&gt;
 ⚙️ User Preferences
 &lt;a href="#-user-preferences" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add a relationship evaluation indicator ( similar to design save indicator ) in the app header @aabidsofi19 (#3444)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump bowser from 1.9.4 to 2.11.0 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3430)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io, @leecalcote and &lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.35-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.35-1/</link><pubDate>Fri, 21 Feb 2025 21:27:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.35-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: theme issue for the comment @amitamrutiya (#3449)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: theme issue for the comment @amitamrutiya (#3449)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.156</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.156/</link><pubDate>Fri, 21 Feb 2025 18:27:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.156/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;replace some with === @vishalvivekm (#3213)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.155</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.155/</link><pubDate>Fri, 21 Feb 2025 17:32:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.155/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: include domain-spam list in Docker image @leecalcote (#3211)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove nil pointer and init spam checker to zero value @aabidsofi19 (#3212)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.154</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.154/</link><pubDate>Fri, 21 Feb 2025 15:14:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.154/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.153</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.153/</link><pubDate>Fri, 21 Feb 2025 13:47:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.153/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.158 @l5io (#3209)&lt;/li&gt;
&lt;li&gt;fix: github wizard checkbox failing @amitamrutiya (#3208)&lt;/li&gt;
&lt;li&gt;fix: formatting for the detail page @amitamrutiya (#3207)&lt;/li&gt;
&lt;li&gt;fix: toolbar spacing for the catalog page @amitamrutiya (#3206)&lt;/li&gt;
&lt;li&gt;remove min-width from the dashboard widgets @amitamrutiya (#3205)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: github wizard checkbox failing @amitamrutiya (#3208)&lt;/li&gt;
&lt;li&gt;fix: formatting for the detail page @amitamrutiya (#3207)&lt;/li&gt;
&lt;li&gt;fix: toolbar spacing for the catalog page @amitamrutiya (#3206)&lt;/li&gt;
&lt;li&gt;remove min-width from the dashboard widgets @amitamrutiya (#3205)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.34-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.34-3/</link><pubDate>Thu, 20 Feb 2025 22:21:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.34-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix visibility toggle not working @aabidsofi19 (#3445)&lt;/li&gt;
&lt;li&gt;Add external link button to open model registry page @amitamrutiya (#3442)&lt;/li&gt;
&lt;li&gt;fix: border radius for the left tab in configuration tooltip @amitamrutiya (#3443)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: border radius for the left tab in configuration tooltip @amitamrutiya (#3443)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @chellej, @l5io, @pontusringblom and @suttonskate&lt;/p&gt;</description></item><item><title>v0.8.152</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.152/</link><pubDate>Thu, 20 Feb 2025 19:05:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.152/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: workspace design redirect from table issue @amitamrutiya (#3204)&lt;/li&gt;
&lt;li&gt;fix: delete design in catalog my-designs detail page @amitamrutiya (#3203)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: workspace design redirect from table issue @amitamrutiya (#3204)&lt;/li&gt;
&lt;li&gt;fix: delete design in catalog my-designs detail page @amitamrutiya (#3203)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya&lt;/p&gt;</description></item><item><title>v0.8.151</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.151/</link><pubDate>Wed, 19 Feb 2025 19:28:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.151/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;allow some domains @vishalvivekm (#3200)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.150</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.150/</link><pubDate>Wed, 19 Feb 2025 19:04:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.150/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[kratos] add validation hook before User Creation @vishalvivekm (#3180)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[kratos] add validation hook before User Creation @vishalvivekm (#3180)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[kratos] add validation hook before User Creation @vishalvivekm (#3180)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.34-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.34-2/</link><pubDate>Wed, 19 Feb 2025 13:30:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.34-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add responsive modal encouraging desktop use for better experience @Vidit-Kushwaha (#3392)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-collaboration" class="heading-link"&gt;
 🤼 Collaboration
 &lt;a href="#-collaboration" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: styling for MoreAvatarButton expended popover for collaborator @amitamrutiya (#3441)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: styling for MoreAvatarButton expended popover for collaborator @amitamrutiya (#3441)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.149</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.149/</link><pubDate>Wed, 19 Feb 2025 13:17:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.149/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.157 @l5io (#3197)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.156 @l5io (#3196)&lt;/li&gt;
&lt;li&gt;Migrate dashboard to muiv5/sistent @amitamrutiya (#3195)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.155 @l5io (#3194)&lt;/li&gt;
&lt;li&gt;chore: remove extra Qanelas Soft font files, keep only Regular @Vidit-Kushwaha (#3193)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @amitamrutiya, @l5io and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.34-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.34-1/</link><pubDate>Wed, 19 Feb 2025 08:11:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.34-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Migrate components from muiv5 to sistent @amitamrutiya (#3433)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.157 @l5io (#3439)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.33-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.33-1/</link><pubDate>Wed, 19 Feb 2025 05:34:57 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.33-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.32-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.32-1/</link><pubDate>Tue, 18 Feb 2025 19:36:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.32-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Performance Optimizations @aabidsofi19 (#3434)&lt;/li&gt;
&lt;li&gt;Performance optimizations @aabidsofi19 (#3431)&lt;/li&gt;
&lt;li&gt;Upgrade Mui version for meshmap_userpref and collaborator extensions @amitamrutiya (#3425)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.156 @l5io (#3432)&lt;/li&gt;
&lt;li&gt;fix: share and action button styling issue @amitamrutiya (#3424)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.155 @l5io (#3423)&lt;/li&gt;
&lt;li&gt;chore: Improve preference toggle messages for better readability @Vidit-Kushwaha (#3401)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-user-preferences" class="heading-link"&gt;
 ⚙️ User Preferences
 &lt;a href="#-user-preferences" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Upgrade Mui version for meshmap_userpref and collaborator extensions @amitamrutiya (#3425)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-collaboration" class="heading-link"&gt;
 🤼 Collaboration
 &lt;a href="#-collaboration" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Upgrade Mui version for meshmap_userpref and collaborator extensions @amitamrutiya (#3425)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: share and action button styling issue @amitamrutiya (#3424)&lt;/li&gt;
&lt;li&gt;fix tests @aabidsofi19 (#3406)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix tests @aabidsofi19 (#3406)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.31-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.31-1/</link><pubDate>Sat, 15 Feb 2025 00:53:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.31-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: update Node.js version to 20.18.3 in Dockerfile for all build stages @leecalcote (#3421)&lt;/li&gt;
&lt;li&gt;Delete presumed to be unnecessary package.json in project root @leecalcote (#3418)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Amit-lee/y-webrtc/v1.2.5 @leecalcote (#3420)&lt;/li&gt;
&lt;li&gt;Configuration Tooltip: Reduce font-weight and size in Relationships tab @leecalcote (#3416)&lt;/li&gt;
&lt;li&gt;update @layer5/y-webrtc to version 1.2.2 in package.json and package-lock.json @leecalcote (#3419)&lt;/li&gt;
&lt;li&gt;show all possible relationships in outline @aabidsofi19 (#3411)&lt;/li&gt;
&lt;li&gt;Upgrade node version 18 to node 20 @amitamrutiya (#3412)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.154 @l5io (#3414)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.153 @l5io (#3410)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-user-preferences" class="heading-link"&gt;
 ⚙️ User Preferences
 &lt;a href="#-user-preferences" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/ci/dockerfile @leecalcote (#3422)&lt;/li&gt;
&lt;li&gt;Upgrade node version 18 to node 20 @amitamrutiya (#3412)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-collaboration" class="heading-link"&gt;
 🤼 Collaboration
 &lt;a href="#-collaboration" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Amit-lee/y-webrtc/v1.2.5 @leecalcote (#3420)&lt;/li&gt;
&lt;li&gt;Upgrade node version 18 to node 20 @amitamrutiya (#3412)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/ci/dockerfile @leecalcote (#3422)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.148</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.148/</link><pubDate>Fri, 14 Feb 2025 22:53:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.148/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Upgrade node version 18 to node 20 @amitamrutiya (#3189)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.154 @l5io (#3190)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Non Meshery design uploads from GitHub fails to open in playground @souvikinator (#3187)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Non Meshery design uploads from GitHub fails to open in playground @souvikinator (#3187)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Upgrade node version 18 to node 20 @amitamrutiya (#3189)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io, @leecalcote and @souvikinator&lt;/p&gt;</description></item><item><title>v0.8.147</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.147/</link><pubDate>Fri, 14 Feb 2025 16:23:12 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.147/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add permission for the workspace page @amitamrutiya (#3188)&lt;/li&gt;
&lt;li&gt;Use Dashboard widgets component from sistent @amitamrutiya (#3186)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.153 @l5io (#3179)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.30-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.30-1/</link><pubDate>Thu, 13 Feb 2025 07:36:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.30-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Cytoscape upgrade @aabidsofi19 (#3408)&lt;/li&gt;
&lt;li&gt;comment out the import github wizard card @amitamrutiya (#3409)&lt;/li&gt;
&lt;li&gt;remove unused dependencies from package.json @amitamrutiya (#3397)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.146</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.146/</link><pubDate>Wed, 12 Feb 2025 23:20:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.146/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;meshkit version bump v0.8.16 @souvikinator (#3185)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote, @souvikinator and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.29-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.29-3/</link><pubDate>Tue, 11 Feb 2025 20:23:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.29-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert dd missing packages and revert : revert of crd changes\ @aabidsofi19 (#3407)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert dd missing packages and revert : revert of crd changes\ @aabidsofi19 (#3407)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.29-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.29-2/</link><pubDate>Tue, 11 Feb 2025 19:48:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.29-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.29-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.29-1/</link><pubDate>Tue, 11 Feb 2025 18:13:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.29-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix schema rendering for Crd components @aabidsofi19 (#3393)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.152 @l5io (#3403)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.28-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.28-1/</link><pubDate>Mon, 10 Feb 2025 19:49:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.28-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: adjust AvatarGroup component styles for additional avatars @amitamrutiya (#3398)&lt;/li&gt;
&lt;li&gt;add open as new option to merge modal @aabidsofi19 (#3394)&lt;/li&gt;
&lt;li&gt;Fix some regression theme issue @amitamrutiya (#3388)&lt;/li&gt;
&lt;li&gt;Final Meshery-Extensions Migration to MUI v5 / Sistent – (3/3) @amitamrutiya (#3385)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.151 @l5io (#3386)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: adjust AvatarGroup component styles for additional avatars @amitamrutiya (#3398)&lt;/li&gt;
&lt;li&gt;Fix some regression theme issue @amitamrutiya (#3388)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.27-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.27-1/</link><pubDate>Fri, 07 Feb 2025 06:57:39 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.27-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update design post endpoint @aabidsofi19 (#3384)&lt;/li&gt;
&lt;li&gt;Add Terminal badge and make sessions collaborative @aabidsofi19 (#3382)&lt;/li&gt;
&lt;li&gt;Upgrade Meshery-Extensions to MUI v5 / Sistent – (2/3) @amitamrutiya (#3383)&lt;/li&gt;
&lt;li&gt;Remove unused visualizer dead code @amitamrutiya (#3381)&lt;/li&gt;
&lt;li&gt;Upgrade Meshery-Extensions to MUI v5 / Sistent – (1/3) @amitamrutiya (#3375)&lt;/li&gt;
&lt;li&gt;Bump @typescript-eslint/eslint-plugin from 8.12.0 to 8.23.0 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3379)&lt;/li&gt;
&lt;li&gt;update mime types for iac @aabidsofi19 (#3377)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.150 @l5io (#3376)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update design post endpoint @aabidsofi19 (#3384)&lt;/li&gt;
&lt;li&gt;Bump @typescript-eslint/eslint-plugin from 8.12.0 to 8.23.0 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3379)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @dependabot[bot], @l5io, @leecalcote, @vishalvivekm and &lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.145</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.145/</link><pubDate>Wed, 05 Feb 2025 20:36:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.145/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Stop spam @vishalvivekm (#3178)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.144</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.144/</link><pubDate>Tue, 04 Feb 2025 15:46:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.144/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump github.com/layer5io/meshkit from 0.8.9 to 0.8.10 @dependabot (#3177)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @dependabot[bot], @l5io, @leecalcote and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.143</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.143/</link><pubDate>Tue, 04 Feb 2025 03:50:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.143/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump @layer5/schemas from 0.0.3 to 0.0.5 in /ui @dependabot (#3168)&lt;/li&gt;
&lt;li&gt;Bump styled-components from 6.1.13 to 6.1.14 in /ui @dependabot (#3169)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.150 @l5io (#3176)&lt;/li&gt;
&lt;li&gt;chore: fixed margin in profile stats @Vidit-Kushwaha (#3174)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;use new file identification logic @aabidsofi19 (#3175)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;use new file identification logic @aabidsofi19 (#3175)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @amitamrutiya, @dependabot, @dependabot[bot], @l5io, @leecalcote and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.26-v0.8.26</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.26-v0.8.26/</link><pubDate>Mon, 03 Feb 2025 17:13:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.26-v0.8.26/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove \userpref-prod useraccount collaborator-prod\ extensions from … @leecalcote (#3366)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.149 @l5io (#3374)&lt;/li&gt;
&lt;li&gt;fix: import model width and input file style @Vidit-Kushwaha (#3370)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.148 @l5io (#3371)&lt;/li&gt;
&lt;li&gt;Restrict Access to Operator Mode with Modal Display @Vidit-Kushwaha (#3337)&lt;/li&gt;
&lt;li&gt;Bump @babel/preset-typescript from 7.24.7 to 7.26.0 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3361)&lt;/li&gt;
&lt;li&gt;disable compound node drag and drop and hierarchical relationship interactions in operator @aabidsofi19 (#3367)&lt;/li&gt;
&lt;li&gt;add error handling for terminal session when plugin is not loaded @aabidsofi19 (#3368)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: import model width and input file style @Vidit-Kushwaha (#3370)&lt;/li&gt;
&lt;li&gt;Restrict Access to Operator Mode with Modal Display @Vidit-Kushwaha (#3337)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;skip broken test @aabidsofi19 (#3369)&lt;/li&gt;
&lt;li&gt;Bump @babel/preset-typescript from 7.24.7 to 7.26.0 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3361)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @amitamrutiya, @l5io, @leecalcote and &lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.142</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.142/</link><pubDate>Sat, 01 Feb 2025 11:46:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.142/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.148 @l5io (#3173)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.141</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.141/</link><pubDate>Fri, 31 Jan 2025 21:20:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.141/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump @babel/cli from 7.23.4 to 7.26.4 in /ui @dependabot (#3093)&lt;/li&gt;
&lt;li&gt;Bump typescript-eslint from 8.16.0 to 8.21.0 in /ui @dependabot (#3128)&lt;/li&gt;
&lt;li&gt;Use workspace pages components from sistent @amitamrutiya (#3160)&lt;/li&gt;
&lt;li&gt;keep notify checkboxes off by default @vishalvivekm (#3159)&lt;/li&gt;
&lt;li&gt;Revert \Revert ix: responsiveness of academy page in mobile screen\ @vishalvivekm (#3163)&lt;/li&gt;
&lt;li&gt;Revert ix: responsiveness of academy page in mobile screen\ @leecalcote (#3162)&lt;/li&gt;
&lt;li&gt;fix: responsiveness of academy page in mobile screen @vishalvivekm (#3161)&lt;/li&gt;
&lt;li&gt;Make stats section clickable on Cloud user profiles @Vidit-Kushwaha (#3141)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: add sistent kanvas badges @vishalvivekm (#3145)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @amitamrutiya, @dependabot, @l5io, @leecalcote and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.25-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.25-3/</link><pubDate>Wed, 29 Jan 2025 15:05:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.25-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add error handling for terminal session when plugin is not loaded @aabidsofi19 (#3368)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.140</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.140/</link><pubDate>Wed, 29 Jan 2025 14:03:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.140/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;swap out webhooks with new ones @vishalvivekm (#3158)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;handle when form is null @vishalvivekm (#3156)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.139</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.139/</link><pubDate>Wed, 29 Jan 2025 12:18:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.139/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert ix: validateform func\ @vishalvivekm (#3155)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert ix: validateform func\ @vishalvivekm (#3155)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.138</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.138/</link><pubDate>Wed, 29 Jan 2025 10:16:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.138/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Webhooks: switch to user-access-alt\ @vishalvivekm (#3146)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: validateform func @vishalvivekm (#3154)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: validateform func @vishalvivekm (#3154)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @vishalvivekm and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.137</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.137/</link><pubDate>Tue, 28 Jan 2025 20:30:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.137/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Webhooks: switch to user-access-alt\ @vishalvivekm (#3146)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;social auths @aabidsofi19 (#3152)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.135</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.135/</link><pubDate>Tue, 28 Jan 2025 19:16:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.135/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Signup login @aabidsofi19 (#3151)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.25-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.25-2/</link><pubDate>Tue, 28 Jan 2025 12:37:04 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.25-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: delete design after tests and make private by default @aabidsofi19 (#3364)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.25-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.25-1/</link><pubDate>Mon, 27 Jan 2025 22:12:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.25-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix context menu getting destroyed while selecting action @aabidsofi19 (#3355)&lt;/li&gt;
&lt;li&gt;fix: name and namespace fields not showing sometimes on macos @aabidsofi19 (#3357)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.147 @l5io (#3358)&lt;/li&gt;
&lt;li&gt;bump: mui datatables version for make it compitable with meshery @amitamrutiya (#3356)&lt;/li&gt;
&lt;li&gt;Revert \Shift Panel to Sistents Panel\ @aabidsofi19 (#3354)&lt;/li&gt;
&lt;li&gt;Bump react-circular-menu from 2.4.8 to 2.4.15 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3344)&lt;/li&gt;
&lt;li&gt;Shift Panel to Sistents Panel @Vidit-Kushwaha (#3348)&lt;/li&gt;
&lt;li&gt;Migrate MUI Dependencies to MUIv5 for Compatibility with Meshery UI @amitamrutiya (#3352)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.146 @l5io (#3351)&lt;/li&gt;
&lt;li&gt;Bump react-error-boundary from 4.1.2 to 5.0.0 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3343)&lt;/li&gt;
&lt;li&gt;bump tagset render limit @aabidsofi19 (#3347)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: name and namespace fields not showing sometimes on macos @aabidsofi19 (#3357)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump react-circular-menu from 2.4.8 to 2.4.15 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3344)&lt;/li&gt;
&lt;li&gt;Bump react-error-boundary from 4.1.2 to 5.0.0 in /meshmap @&lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt; (#3343)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @amitamrutiya, @l5io, @leecalcote and &lt;a href="https://github.com/apps/dependabot"&gt;dependabot[bot]&lt;/a&gt;&lt;/p&gt;</description></item><item><title>v0.8.134</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.134/</link><pubDate>Mon, 27 Jan 2025 21:29:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.134/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: email form submission via Enter key on login/signup pages @Vidit-Kushwaha (#3149)&lt;/li&gt;
&lt;li&gt;Bump @rjsf/validator-ajv8 from 5.21.1 to 5.23.2 in /ui @dependabot (#3091)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.147 @l5io (#3147)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.146 @l5io (#3143)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update helm-chart-releaser.yaml @vishalvivekm (#3148)&lt;/li&gt;
&lt;li&gt;fix: email form submission via Enter key on login/signup pages @Vidit-Kushwaha (#3149)&lt;/li&gt;
&lt;li&gt;Attempt to fix helm package url @sangramrath (#3144)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update helm-chart-releaser.yaml @vishalvivekm (#3148)&lt;/li&gt;
&lt;li&gt;Attempt to fix helm package url @sangramrath (#3144)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @amitamrutiya, @dependabot, @l5io, @leecalcote, @sangramrath, @vishalvivekm and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.133</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.133/</link><pubDate>Fri, 24 Jan 2025 18:22:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.133/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Feature list updated and coming soon removed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.132</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.132/</link><pubDate>Fri, 24 Jan 2025 16:35:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.132/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix failing features workflow @vishalvivekm (#3140)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.23-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.23-1/</link><pubDate>Fri, 24 Jan 2025 10:46:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.23-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.22-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.22-1/</link><pubDate>Fri, 24 Jan 2025 08:56:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.22-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.145 @l5io (#3346)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.144 @l5io (#3345)&lt;/li&gt;
&lt;li&gt;Refactor: Shift Debug Panel Components to Sistent Library @Vidit-Kushwaha (#3267)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @amitamrutiya, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.131</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.131/</link><pubDate>Fri, 24 Jan 2025 08:33:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.131/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add support to assign views @sudhanshutech (#3057)&lt;/li&gt;
&lt;li&gt;fix: extension build failed issue @amitamrutiya (#3139)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.145 @l5io (#3137)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: extension build failed issue @amitamrutiya (#3139)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.130</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.130/</link><pubDate>Thu, 23 Jan 2025 03:51:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.130/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add middleware to block requests from specific IP addresses @leecalcote (#3133)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.129</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.129/</link><pubDate>Thu, 23 Jan 2025 03:26:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.129/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: upgrage ory/x package. @leecalcote (#3136)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.128</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.128/</link><pubDate>Wed, 22 Jan 2025 21:24:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.128/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert e.preventDefault() on signup form.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.127</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.127/</link><pubDate>Wed, 22 Jan 2025 19:49:41 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.127/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Chore: Generate new error codes @leecalcote (#3132)&lt;/li&gt;
&lt;li&gt;Prevent immediate submission of signup form. @leecalcote&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.144 @l5io (#3134)&lt;/li&gt;
&lt;li&gt;move api dir compile to typescript @sudhanshutech (#2949)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.20-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.20-1/</link><pubDate>Wed, 22 Jan 2025 05:34:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.20-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.126</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.126/</link><pubDate>Wed, 22 Jan 2025 04:34:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.126/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhance registration flow to prevent spam accounts and improve name validation @leecalcote (#3131)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhance registration flow to prevent spam accounts and improve name validation @leecalcote (#3131)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.125</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.125/</link><pubDate>Wed, 22 Jan 2025 02:30:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.125/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Chore: Upgrade to Golang 1.23 @leecalcote (#3130)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.124</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.124/</link><pubDate>Wed, 22 Jan 2025 00:09:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.124/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update Go version and dependencies in go.mod @leecalcote (#3127)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump lint-staged from 15.2.5 to 15.3.0 in /ui @dependabot (#3094)&lt;/li&gt;
&lt;li&gt;Prevent spammers from signing up @leecalcote (#3126)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Prevent spammers from signing up @leecalcote (#3126)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.123</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.123/</link><pubDate>Tue, 21 Jan 2025 21:20:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.123/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[UI]: Feature list workflow and CSS updates @SAHU-01 (#3123)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.143 @l5io (#3120)&lt;/li&gt;
&lt;li&gt;chore: display correct error retrieving from server @sudhanshutech (#3113)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.142 @l5io (#3119)&lt;/li&gt;
&lt;li&gt;fix copy functionality of design from share modal @sudhanshutech (#3117)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.141 @l5io (#3118)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix the issue of any user able to modified the publised design @amitamrutiya (#3106)&lt;/li&gt;
&lt;li&gt;Fix the wrong published design number in the users page @amitamrutiya (#3085)&lt;/li&gt;
&lt;li&gt;Prevent spammers with &amp;lsquo;blogspot&amp;rsquo; @leecalcote (#3122)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ Api Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: issue of use getting empty file for download designs @amitamrutiya (#3121)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix the issue of any user able to modified the publised design @amitamrutiya (#3106)&lt;/li&gt;
&lt;li&gt;Fix the wrong published design number in the users page @amitamrutiya (#3085)&lt;/li&gt;
&lt;li&gt;Fix: issue of use getting empty file for download designs @amitamrutiya (#3121)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[UI]: Feature list workflow and CSS updates @SAHU-01 (#3123)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@SAHU-01, @aabidsofi19, @amitamrutiya, @l5io, @leecalcote, @sudhanshutech and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.19-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.19-1/</link><pubDate>Tue, 21 Jan 2025 10:08:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.19-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: bottom-dock is not being center when the status of whiteboard is change @amitamrutiya (#3341)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.18-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.18-2/</link><pubDate>Mon, 20 Jan 2025 20:44:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.18-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;disable some context menu option for the operator mode @amitamrutiya (#3339)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.18-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.18-1/</link><pubDate>Sat, 18 Jan 2025 22:10:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.18-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.143 @l5io (#3338)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.17-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.17-1/</link><pubDate>Sat, 18 Jan 2025 07:00:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.17-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: not able to share design and view @amitamrutiya (#3335)&lt;/li&gt;
&lt;li&gt;Replace crds icon with the valid component icon in operator filter panel @amitamrutiya (#3329)&lt;/li&gt;
&lt;li&gt;make the openCatalogModal data params optional @amitamrutiya (#3331)&lt;/li&gt;
&lt;li&gt;Add the functionlity of update the edge name @amitamrutiya (#3334)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.142 @l5io (#3336)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: not able to share design and view @amitamrutiya (#3335)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.16-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.16-1/</link><pubDate>Fri, 17 Jan 2025 20:29:50 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.16-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.15-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.15-1/</link><pubDate>Fri, 17 Jan 2025 19:55:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.15-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Elimination of pending requests on queue of a new filter request. @aabidsofi19 (#3330)&lt;/li&gt;
&lt;li&gt;use container formatter for show container data when click on the container node @amitamrutiya (#3333)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.141 @l5io (#3332)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.122</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.122/</link><pubDate>Thu, 16 Jan 2025 22:39:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.122/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.140 @l5io (#3116)&lt;/li&gt;
&lt;li&gt;[Security] Disallow use of logspot\ in name or email fields. @leecalcote&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.121</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.121/</link><pubDate>Thu, 16 Jan 2025 21:00:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.121/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Swap out coming soon sign&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.14-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.14-2/</link><pubDate>Thu, 16 Jan 2025 20:40:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.14-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-operator" class="heading-link"&gt;
 🕸️ Operator
 &lt;a href="#-operator" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enable Graphql Plugin @leecalcote (#3328)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.14-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.14-1/</link><pubDate>Thu, 16 Jan 2025 20:08:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.14-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.140 @l5io (#3326)&lt;/li&gt;
&lt;li&gt;Remove alias resolve logic from app and use precomputed alias from design.metadata.aliases @aabidsofi19 (#3325)&lt;/li&gt;
&lt;li&gt;Make user avatars clickable to open profiles in the Design panel @Vidit-Kushwaha (#3305)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-operator" class="heading-link"&gt;
 🕸️ Operator
 &lt;a href="#-operator" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove graphql-sync-err from production build in Makefile @leecalcote (#3327)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @amitamrutiya, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.12-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.12-1/</link><pubDate>Thu, 16 Jan 2025 08:55:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.12-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.11-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.11-2/</link><pubDate>Tue, 14 Jan 2025 18:27:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.11-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add max resource pagesize @aabidsofi19 (#3321)&lt;/li&gt;
&lt;li&gt;fix: the overlap options from pamela for edge of the screen @amitamrutiya (#3322)&lt;/li&gt;
&lt;li&gt;Use Share action directly from sistent and fix issue in catalogdetails page @sudhanshutech (#3304)&lt;/li&gt;
&lt;li&gt;add new more kubernetes filters in the operator filter panel @amitamrutiya (#3320)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: the overlap options from pamela for edge of the screen @amitamrutiya (#3322)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.11-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.11-1/</link><pubDate>Tue, 14 Jan 2025 05:39:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.11-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update to ubuntu-24.04 in workflows @leecalcote (#3318)&lt;/li&gt;
&lt;li&gt;Update to ubuntu-24.04 for build-and-release.yml @leecalcote (#3317)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @winkletinkle&lt;/p&gt;</description></item><item><title>v0.8.120</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.120/</link><pubDate>Tue, 14 Jan 2025 03:30:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.120/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.139 @l5io (#3114)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.137 @l5io (#3112)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[ci][chore] upgrade workflow runner to ubuntu-24.04 @leecalcote (#3115)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io, @leecalcote and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.10-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.10-1/</link><pubDate>Tue, 14 Jan 2025 02:40:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.10-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump @babel/cli from 7.24.8 to 7.26.4 in /meshmap @dependabot (#3315)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.139 @l5io (#3316)&lt;/li&gt;
&lt;li&gt;Bump relay-compiler from 18.1.0 to 18.2.0 in /meshmap @dependabot (#3314)&lt;/li&gt;
&lt;li&gt;Update anonymous user flow to enhance Operator mode documentation and links @leecalcote (#3313)&lt;/li&gt;
&lt;li&gt;enhance design import flow @aabidsofi19 (#3312)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.138 @l5io (#3311)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump @babel/cli from 7.24.8 to 7.26.4 in /meshmap @dependabot (#3315)&lt;/li&gt;
&lt;li&gt;Bump relay-compiler from 18.1.0 to 18.2.0 in /meshmap @dependabot (#3314)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @dependabot, @dependabot[bot], @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.8-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.8-3/</link><pubDate>Sat, 11 Jan 2025 18:02:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.8-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: emojis are broken in comments on load the page @amitamrutiya (#3310)&lt;/li&gt;
&lt;li&gt;Refactor and enhance App/Operator routing @aabidsofi19 (#3309)&lt;/li&gt;
&lt;li&gt;[chore] eliminate SVG width error in console @leecalcote (#3307)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: emojis are broken in comments on load the page @amitamrutiya (#3310)&lt;/li&gt;
&lt;li&gt;[chore] eliminate SVG width error in console @leecalcote (#3307)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.8-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.8-2/</link><pubDate>Fri, 10 Jan 2025 18:21:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.8-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: comment useravatar and name was not showing @amitamrutiya (#3306)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: comment useravatar and name was not showing @amitamrutiya (#3306)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.8-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.8-1/</link><pubDate>Thu, 09 Jan 2025 18:37:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.8-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove duplicate code for actions in operator detail panel @amitamrutiya (#3303)&lt;/li&gt;
&lt;li&gt;add box shoadow for panels @amitamrutiya (#3302)&lt;/li&gt;
&lt;li&gt;Remove the operator detail panel component and use it from the sistent @amitamrutiya (#3300)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.137 @l5io (#3301)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove the operator detail panel component and use it from the sistent @amitamrutiya (#3300)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.7-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.7-1/</link><pubDate>Wed, 08 Jan 2025 12:47:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.7-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update modal titles @aabidsofi19 (#3299)&lt;/li&gt;
&lt;li&gt;handle case when schema is not found @aabidsofi19 (#3298)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.6-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.6-1/</link><pubDate>Tue, 07 Jan 2025 16:03:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.6-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump eslint-plugin-react from 7.37.1 to 7.37.3 in /meshmap @dependabot (#3281)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.136 @l5io (#3297)&lt;/li&gt;
&lt;li&gt;Bump @babel/preset-react from 7.22.15 to 7.26.3 in /meshmap @dependabot (#3296)&lt;/li&gt;
&lt;li&gt;Design to view switching @aabidsofi19 (#3294)&lt;/li&gt;
&lt;li&gt;fix design not loading directly after save as @aabidsofi19 (#3295)&lt;/li&gt;
&lt;li&gt;Add support for aliases in Operator mode @aabidsofi19 (#3292)&lt;/li&gt;
&lt;li&gt;Chore: revert import model @Vidit-Kushwaha (#3293)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump eslint-plugin-react from 7.37.1 to 7.37.3 in /meshmap @dependabot (#3281)&lt;/li&gt;
&lt;li&gt;Bump @babel/preset-react from 7.22.15 to 7.26.3 in /meshmap @dependabot (#3296)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @dependabot, @dependabot[bot], @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.119</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.119/</link><pubDate>Mon, 06 Jan 2025 20:35:12 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.119/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Revert \Revert [catalog]: unauth access to download designs\ @sudhanshutech (#3111)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.118</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.118/</link><pubDate>Mon, 06 Jan 2025 11:57:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.118/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.3 @dependabot (#3095)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump webpack-dev-server from 5.1.0 to 5.2.0 in /ui @dependabot (#3090)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Revert [catalog]: unauth access to download designs\ @aabidsofi19 (#3110)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @dependabot, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.4-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.4-1/</link><pubDate>Sun, 05 Jan 2025 17:00:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.4-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump webpack-bundle-analyzer from 4.10.1 to 4.10.2 in /meshmap @dependabot (#3280)&lt;/li&gt;
&lt;li&gt;Alias styling and layout enhancement @aabidsofi19 (#3291)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.135 @l5io (#3290)&lt;/li&gt;
&lt;li&gt;Alias configuration andd deletion @aabidsofi19 (#3289)&lt;/li&gt;
&lt;li&gt;make download designs table from the server @amitamrutiya (#3288)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.134 @l5io (#3287)&lt;/li&gt;
&lt;li&gt;Fix Alias relationships @aabidsofi19 (#3285)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump webpack-bundle-analyzer from 4.10.1 to 4.10.2 in /meshmap @dependabot (#3280)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @dependabot, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.117</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.117/</link><pubDate>Sat, 04 Jan 2025 11:59:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.117/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \prohibited changing the published design by the normal user\ @aabidsofi19 (#3105)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \prohibited changing the published design by the normal user\ @aabidsofi19 (#3105)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.116</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.116/</link><pubDate>Sat, 04 Jan 2025 11:27:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.116/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;make audit filter options sorted @sudhanshutech (#3103)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert [catalog]: unauth access to download designs\ @aabidsofi19 (#3104)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.115</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.115/</link><pubDate>Fri, 03 Jan 2025 11:55:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.115/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.135 @l5io (#3102)&lt;/li&gt;
&lt;li&gt;make download patters, filters from the server side @amitamrutiya (#3099)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.134 @l5io (#3100)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;make download patters, filters from the server side @amitamrutiya (#3099)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io, @sudhanshutech and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.114</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.114/</link><pubDate>Thu, 02 Jan 2025 07:18:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.114/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.133 @l5io (#3089)&lt;/li&gt;
&lt;li&gt;fix: views are not able to delete from the views table @amitamrutiya (#3088)&lt;/li&gt;
&lt;li&gt;fix: views are not able to serach for the non admin users @amitamrutiya (#3086)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[catalog]: unauth access to download designs @sudhanshutech (#3087)&lt;/li&gt;
&lt;li&gt;fix: views are not able to serach for the non admin users @amitamrutiya (#3086)&lt;/li&gt;
&lt;li&gt;prohibited changing the published design by the normal user @amitamrutiya (#3084)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: views are not able to delete from the views table @amitamrutiya (#3088)&lt;/li&gt;
&lt;li&gt;prohibited changing the published design by the normal user @amitamrutiya (#3084)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.3-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.3-2/</link><pubDate>Wed, 01 Jan 2025 12:23:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.3-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: pen edge not getting created @aabidsofi19 (#3286)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: pen edge not getting created @aabidsofi19 (#3286)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.3-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.3-1/</link><pubDate>Tue, 31 Dec 2024 19:08:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.3-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update comment schema to fix crash due to deprettification @aabidsofi19 (#3284)&lt;/li&gt;
&lt;li&gt;Add support for deeplinking, context menu actions and container formatter in details panel @amitamrutiya (#3277)&lt;/li&gt;
&lt;li&gt;Plugin info in debug panel @aabidsofi19 (#3283)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.133 @l5io (#3282)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.2-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.2-1/</link><pubDate>Mon, 30 Dec 2024 22:32:14 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.2-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;make default show models and component section for component picker @amitamrutiya (#3278)&lt;/li&gt;
&lt;li&gt;Add Merge Modal with Import and Merge Options @Vidit-Kushwaha (#3264)&lt;/li&gt;
&lt;li&gt;fix resize handle and edge handles size and offset @aabidsofi19 (#3276)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-operator" class="heading-link"&gt;
 🕸️ Operator
 &lt;a href="#-operator" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bump Go version to 1.23 across workflows, Dockerfile, and documentation @devhindo (#3279)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bump Go version to 1.23 across workflows, Dockerfile, and documentation @devhindo (#3279)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @amitamrutiya, @devhindo, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.1-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.1-2/</link><pubDate>Sat, 28 Dec 2024 21:45:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.1-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix and enhance Undo redo @aabidsofi19 (#3274)&lt;/li&gt;
&lt;li&gt;fix: share modal not open in the designer mode @amitamrutiya (#3275)&lt;/li&gt;
&lt;li&gt;Enhance Filtering and search and add support for filtering by labels @aabidsofi19 (#3271)&lt;/li&gt;
&lt;li&gt;use json view library for show data for pod containers in details panel @amitamrutiya (#3273)&lt;/li&gt;
&lt;li&gt;fix: themes header button for panel @amitamrutiya (#3272)&lt;/li&gt;
&lt;li&gt;Enhance the operator detail panel and add new details @amitamrutiya (#3269)&lt;/li&gt;
&lt;li&gt;add applied filters (as chips) section @aabidsofi19 (#3270)&lt;/li&gt;
&lt;li&gt;remove dead plugins @aabidsofi19 (#3268)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: share modal not open in the designer mode @amitamrutiya (#3275)&lt;/li&gt;
&lt;li&gt;use json view library for show data for pod containers in details panel @amitamrutiya (#3273)&lt;/li&gt;
&lt;li&gt;fix: themes header button for panel @amitamrutiya (#3272)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.113</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.113/</link><pubDate>Thu, 26 Dec 2024 07:21:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.113/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Catalog]: reposition share action and visibility selector @sudhanshutech (#3082)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.132 @l5io (#3083)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.1-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.1-1/</link><pubDate>Tue, 24 Dec 2024 17:15:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.1-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bump dockview to latest @aabidsofi19 (#3266)&lt;/li&gt;
&lt;li&gt;Support \open in design\ action for components managed by meshery and enhance ux for managed resouces @aabidsofi19 (#3263)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.132 @l5io (#3262)&lt;/li&gt;
&lt;li&gt;create landsapce mode for bottom-dock shape picker @amitamrutiya (#3261)&lt;/li&gt;
&lt;li&gt;[fix] design/operator drawer stays open in wrong mode @aabidsofi19 (#3260)&lt;/li&gt;
&lt;li&gt;Add support for minimizing Panels @aabidsofi19 (#3258)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.0-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.0-1/</link><pubDate>Sat, 21 Dec 2024 00:05:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.8.0-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;change the content of the operator design panel @amitamrutiya (#3259)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.7.172-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.172-1/</link><pubDate>Fri, 20 Dec 2024 13:47:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.172-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove trim params from catalog and patter api and use populate @amitamrutiya (#3252)&lt;/li&gt;
&lt;li&gt;fix z-index for popover in panel @aabidsofi19 (#3257)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.112</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.112/</link><pubDate>Fri, 20 Dec 2024 03:31:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.112/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update README.md @leecalcote (#3080)&lt;/li&gt;
&lt;li&gt;Chore: update actions/checkoutv4 @leecalcote (#3079)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;replace trim with the populate params @amitamrutiya (#3068)&lt;/li&gt;
&lt;li&gt;fix bug to search users @sudhanshutech (#3075)&lt;/li&gt;
&lt;li&gt;Fix: Ensure consistent color shading for all menu and submenu icons @Vidit-Kushwaha (#3061)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix design url in email template while share @sudhanshutech (#3081)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ Api Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;replace trim with the populate params @amitamrutiya (#3068)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix: Ensure consistent color shading for all menu and submenu icons @Vidit-Kushwaha (#3061)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @amitamrutiya, @l5io, @leecalcote, @sudhanshutech and MUzairS15&lt;/p&gt;</description></item><item><title>v0.7.171-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.171-1/</link><pubDate>Wed, 18 Dec 2024 20:32:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.171-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Condense the contents of debug panel @Vidit-Kushwaha (#3256)&lt;/li&gt;
&lt;li&gt;improve animation of release for shapes in bottom-dock component picker @amitamrutiya (#3255)&lt;/li&gt;
&lt;li&gt;make panel width consistent @aabidsofi19 (#3254)&lt;/li&gt;
&lt;li&gt;fix broken images @aabidsofi19 (#3251)&lt;/li&gt;
&lt;li&gt;Add support for Performance tests in operator @aabidsofi19 (#3250)&lt;/li&gt;
&lt;li&gt;Update Debug Panel to Use Consistent Window Panel Component @Vidit-Kushwaha (#3249)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.131 @l5io (#3248)&lt;/li&gt;
&lt;li&gt;Update styling of the suzen @amitamrutiya (#3247)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;improve animation of release for shapes in bottom-dock component picker @amitamrutiya (#3255)&lt;/li&gt;
&lt;li&gt;make panel width consistent @aabidsofi19 (#3254)&lt;/li&gt;
&lt;li&gt;fix broken images @aabidsofi19 (#3251)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vidit-Kushwaha, @aabidsofi19, @amitamrutiya, @l5io, @leecalcote, @sudhanshutech and root&lt;/p&gt;</description></item><item><title>v0.8.111</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.111/</link><pubDate>Tue, 17 Dec 2024 20:21:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.111/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 @dependabot (#3041)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Upgrade Kanvas Snapshot to v0.2.19 @leecalcote (#3076)&lt;/li&gt;
&lt;li&gt;feat(catalog): restructure share action &amp;amp; add delete @sudhanshutech (#3073)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.131 @l5io (#3074)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;feat(catalog): restructure share action &amp;amp; add delete @sudhanshutech (#3073)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.170-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.170-3/</link><pubDate>Mon, 16 Dec 2024 20:37:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.170-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;close operator panels on toggling to designer @aabidsofi19 (#3246)&lt;/li&gt;
&lt;li&gt;Fix Operator Empty state styling @aabidsofi19 (#3245)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.7.170-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.170-2/</link><pubDate>Mon, 16 Dec 2024 16:38:27 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.170-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;import all plugins in desinger/index.ts @aabidsofi19 (#3244)&lt;/li&gt;
&lt;li&gt;Fix sharemodal and actions button issues in operrator mode @aabidsofi19 (#3243)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.7.170-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.170-1/</link><pubDate>Mon, 16 Dec 2024 12:54:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.170-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: some catalog modal bug and ui issue @amitamrutiya (#3239)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.130 @l5io (#3242)&lt;/li&gt;
&lt;li&gt;add user avatar profile icon in the design view list item @amitamrutiya (#3241)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.110</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.110/</link><pubDate>Mon, 16 Dec 2024 12:39:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.110/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.130 @l5io (#3072)&lt;/li&gt;
&lt;li&gt;change the catalog sort by menu fontfamiily @amitamrutiya (#3070)&lt;/li&gt;
&lt;li&gt;fix: table sorting issue @amitamrutiya (#3069)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update operator routes @aabidsofi19 (#3071)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: table sorting issue @amitamrutiya (#3069)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and MUzairS15&lt;/p&gt;</description></item><item><title>v0.7.169-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.169-2/</link><pubDate>Mon, 16 Dec 2024 10:16:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.169-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Clean visualizer dead code and fix old routing crash @aabidsofi19 (#3240)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: change it to zero in case it got increment later @jerensl (#3232)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: change it to zero in case it got increment later @jerensl (#3232)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.169-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.169-1/</link><pubDate>Fri, 13 Dec 2024 19:18:36 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.169-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix syntax typo @aabidsofi19 (#3237)&lt;/li&gt;
&lt;li&gt;Operator mode rewrite @aabidsofi19 (#3206)&lt;/li&gt;
&lt;li&gt;use sistent visibility chip menu for the public private switch @amitamrutiya (#3234)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.129 @l5io (#3236)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-operator" class="heading-link"&gt;
 🕸️ Operator
 &lt;a href="#-operator" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;sync go.mod @aabidsofi19 (#3238)&lt;/li&gt;
&lt;li&gt;Operator mode rewrite @aabidsofi19 (#3206)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert ix: fix release versioning\ @jerensl (#3233)&lt;/li&gt;
&lt;li&gt;fix: fix release versioning @jerensl (#3231)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert ix: fix release versioning\ @jerensl (#3233)&lt;/li&gt;
&lt;li&gt;fix: fix release versioning @jerensl (#3231)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.109</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.109/</link><pubDate>Fri, 13 Dec 2024 18:29:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.109/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.129 @l5io (#3066)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Collaboration enhancement @aabidsofi19 (#3065)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.108</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.108/</link><pubDate>Wed, 11 Dec 2024 17:06:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.108/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix wrong image links @aabidsofi19 (#3064)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix wrong image links @aabidsofi19 (#3064)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.107</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.107/</link><pubDate>Wed, 11 Dec 2024 14:18:27 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.107/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump golang.org/x/image from 0.14.0 to 0.18.0 @dependabot (#2765)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump typescript-eslint from 7.18.0 to 8.16.0 in /ui @dependabot (#3038)&lt;/li&gt;
&lt;li&gt;All filters working with multi filter support @pranjalg1331 (#3046)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ Api Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;All filters working with multi filter support @pranjalg1331 (#3046)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @l5io, @leecalcote, @pranjalg1331 and MUzairS15&lt;/p&gt;</description></item><item><title>v0.7.168-v0.7.168</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.168-v0.7.168/</link><pubDate>Mon, 09 Dec 2024 21:20:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.168-v0.7.168/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update shape editing panel styling @amitamrutiya (#3229)&lt;/li&gt;
&lt;li&gt;fix: resize issue in layers and tutorial panel @amitamrutiya (#3227)&lt;/li&gt;
&lt;li&gt;add direction in reusable drawer component @amitamrutiya (#3226)&lt;/li&gt;
&lt;li&gt;create reusalbe drawer component @amitamrutiya (#3222)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.128 @l5io (#3225)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.127 @l5io (#3224)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: fix csv seed data race by seperating the setup run @jerensl (#3228)&lt;/li&gt;
&lt;li&gt;test: add timeout for smoke and fix other test @jerensl (#3223)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: fix csv seed data race by seperating the setup run @jerensl (#3228)&lt;/li&gt;
&lt;li&gt;test: add timeout for smoke and fix other test @jerensl (#3223)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @jerensl, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.106</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.106/</link><pubDate>Sat, 07 Dec 2024 21:30:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.106/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Added owner-filter for design,views,filter tabs @mdkaifansari04 (#3056)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @mdkaifansari04&lt;/p&gt;</description></item><item><title>v0.8.105</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.105/</link><pubDate>Fri, 06 Dec 2024 17:10:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.105/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix signup for social auth @sudhanshutech (#3058)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.104</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.104/</link><pubDate>Thu, 05 Dec 2024 13:16:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.104/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.128 @l5io (#3055)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.127 @l5io (#3054)&lt;/li&gt;
&lt;li&gt;add regex for signup form @sudhanshutech (#3052)&lt;/li&gt;
&lt;li&gt;Refactor lowercase the “b” in Leaderboard tooltip text @mdkaifansari04 (#3051)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @mdkaifansari04 and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.167-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.167-2/</link><pubDate>Wed, 04 Dec 2024 21:03:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.167-2/</guid><description>&lt;p&gt;null&lt;/p&gt;</description></item><item><title>v0.8.103</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.103/</link><pubDate>Tue, 03 Dec 2024 20:32:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.103/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add share action for designs @sudhanshutech (#3034)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.167-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.167-1/</link><pubDate>Tue, 03 Dec 2024 19:21:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.167-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;refactor design panel with the workspace panel @amitamrutiya (#3199)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.126 @l5io (#3216)&lt;/li&gt;
&lt;li&gt;fix: theme and position issue in secondleveltippy @amitamrutiya (#3215)&lt;/li&gt;
&lt;li&gt;fix api params for commponent definitions @aabidsofi19 (#3214)&lt;/li&gt;
&lt;li&gt;remove duplicate api call on info modal open @amitamrutiya (#3213)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump xstate v5.19.0 @l5io (#3212)&lt;/li&gt;
&lt;li&gt;fix: some undefined rtk url path query on page load @amitamrutiya (#3210)&lt;/li&gt;
&lt;li&gt;fix: kubernets component picker version drop-down issue @amitamrutiya (#3209)&lt;/li&gt;
&lt;li&gt;Bug fixes @aabidsofi19 (#3208)&lt;/li&gt;
&lt;li&gt;make visibilty icon dynamic @aabidsofi19 (#3204)&lt;/li&gt;
&lt;li&gt;Refactor layers panel styling and create reusable folder view (Group) component @aabidsofi19 (#3203)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: theme and position issue in secondleveltippy @amitamrutiya (#3215)&lt;/li&gt;
&lt;li&gt;remove duplicate api call on info modal open @amitamrutiya (#3213)&lt;/li&gt;
&lt;li&gt;fix: some undefined rtk url path query on page load @amitamrutiya (#3210)&lt;/li&gt;
&lt;li&gt;fix: kubernets component picker version drop-down issue @amitamrutiya (#3209)&lt;/li&gt;
&lt;li&gt;Bug fixes @aabidsofi19 (#3208)&lt;/li&gt;
&lt;li&gt;test: fix change to limit the first 50 sheet rather then last 40 sheet for now @jerensl (#3202)&lt;/li&gt;
&lt;li&gt;fix: sheet having different model types @jerensl (#3201)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;E2E Test: improve speed of test in relationship with paralel run @jerensl (#3211)&lt;/li&gt;
&lt;li&gt;test: add better logs for relationship test @jerensl (#3205)&lt;/li&gt;
&lt;li&gt;test: fix change to limit the first 50 sheet rather then last 40 sheet for now @jerensl (#3202)&lt;/li&gt;
&lt;li&gt;fix: sheet having different model types @jerensl (#3201)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @jerensl, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.102</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.102/</link><pubDate>Tue, 03 Dec 2024 18:18:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.102/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.126 @l5io (#3050)&lt;/li&gt;
&lt;li&gt;Add StickyContainer Style for Sticky Positioning @mdkaifansari04 (#3049)&lt;/li&gt;
&lt;li&gt;Bump npm from 10.5.2 to 10.9.1 in /ui @dependabot (#3039)&lt;/li&gt;
&lt;li&gt;fix broken verification page images @aabidsofi19 (#3048)&lt;/li&gt;
&lt;li&gt;Bump prettier from 3.3.3 to 3.4.1 in /ui @dependabot (#3040)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @dependabot, @dependabot[bot], @l5io, @leecalcote, @mdkaifansari04 and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.101</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.101/</link><pubDate>Mon, 02 Dec 2024 17:04:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.101/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Webhooks: switch to user-access-alt @leecalcote (#3047)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.100</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.100/</link><pubDate>Mon, 02 Dec 2024 03:06:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.100/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;switch from user-access-cloud to user-access @vishalvivekm (#3045)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.99</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.99/</link><pubDate>Sun, 01 Dec 2024 02:57:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.99/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.125 @l5io (#3033)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.124 @l5io (#3032)&lt;/li&gt;
&lt;li&gt;fix: spacing on all the data tables @amitamrutiya (#3031)&lt;/li&gt;
&lt;li&gt;update the performer section icon click function @amitamrutiya (#3030)&lt;/li&gt;
&lt;li&gt;Add trim option to leaderboard search parameters @amitamrutiya (#3029)&lt;/li&gt;
&lt;li&gt;use workspace data table and its component to sistent @amitamrutiya (#3022)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.123 @l5io (#3027)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Updates to postgresql deployment @sangramrath (#3036)&lt;/li&gt;
&lt;li&gt;[Database] Backup schemas and rotation schedule @leecalcote (#3028)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ Api Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;addd trim params for the get patterns query @amitamrutiya (#3035)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: spacing on all the data tables @amitamrutiya (#3031)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io, @leecalcote, @sangramrath and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.166-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.166-1/</link><pubDate>Fri, 29 Nov 2024 10:23:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.166-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.125 @l5io (#3198)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: refactor sheet using integration sheet @jerensl (#3195)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @jerensl, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.164-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.164-1/</link><pubDate>Thu, 28 Nov 2024 09:18:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.164-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update catalog modal performer section default open @amitamrutiya (#3197)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.124 @l5io (#3196)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.7.163-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.163-1/</link><pubDate>Thu, 28 Nov 2024 03:16:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.163-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.7.162-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.162-1/</link><pubDate>Tue, 26 Nov 2024 18:45:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.162-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.123 @l5io (#3194)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.122 @l5io (#3192)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: refactor to path join @jerensl (#3189)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: refactor to path join @jerensl (#3189)&lt;/li&gt;
&lt;li&gt;test: add mkdir on sheet setup @jerensl (#3188)&lt;/li&gt;
&lt;li&gt;test: add assertion for relationship sheet is downloaded @jerensl (#3187)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @jerensl, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.98</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.98/</link><pubDate>Tue, 26 Nov 2024 18:10:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.98/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-features" class="heading-link"&gt;
 🚀 Features
 &lt;a href="#-features" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Edit design support in details page @sudhanshutech (#3019)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Edit design support in details page @sudhanshutech (#3019)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.122 @l5io (#3026)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.97</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.97/</link><pubDate>Tue, 26 Nov 2024 05:18:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.97/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;make visible default sorting method for the table @amitamrutiya (#3024)&lt;/li&gt;
&lt;li&gt;fix: avatar and last name not showing in the design table @amitamrutiya (#3023)&lt;/li&gt;
&lt;li&gt;headericon for publish action prompt @sudhanshutech (#3018)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.121 @l5io (#3020)&lt;/li&gt;
&lt;li&gt;fix pagination logic and count in audit @sudhanshutech (#3016)&lt;/li&gt;
&lt;li&gt;beautify publish action @sudhanshutech (#3017)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix pagination logic and count in audit @sudhanshutech (#3016)&lt;/li&gt;
&lt;li&gt;add collbration log @Jougan-0 (#3013)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;make visible default sorting method for the table @amitamrutiya (#3024)&lt;/li&gt;
&lt;li&gt;fix: avatar and last name not showing in the design table @amitamrutiya (#3023)&lt;/li&gt;
&lt;li&gt;fix pagination logic and count in audit @sudhanshutech (#3016)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;File path fixed in workflow @SAHU-01 (#3025)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @SAHU-01, @amitamrutiya, @l5io, @sudhanshutech and MUzairS15&lt;/p&gt;</description></item><item><title>v0.7.161-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.161-1/</link><pubDate>Mon, 25 Nov 2024 11:00:55 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.161-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Error badge tooltip @aabidsofi19 (#3186)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.121 @l5io (#3185)&lt;/li&gt;
&lt;li&gt;create and mount global room for checking user_map for designs @aabidsofi19 (#3184)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: add relationship as project test cases @jerensl (#3179)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @aabidsofi19, @amitamrutiya, @jerensl, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.160-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.160-1/</link><pubDate>Fri, 22 Nov 2024 08:58:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.160-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;refactor: update terminology and notifications for Kanvas Operator @leecalcote (#3183)&lt;/li&gt;
&lt;li&gt;pass the right user id for collaborate avatar group @amitamrutiya (#3182)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;pass the right user id for collaborate avatar group @amitamrutiya (#3182)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.96</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.96/</link><pubDate>Fri, 22 Nov 2024 08:48:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.96/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix bug for author filter in catalog to get Users @sudhanshutech (#3015)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.95</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.95/</link><pubDate>Thu, 21 Nov 2024 22:42:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.95/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Changed position of cancel button in workspace modal. @Pratik-050 (#3010)&lt;/li&gt;
&lt;li&gt;Added loading info for clone operation. @Pratik-050 (#3007)&lt;/li&gt;
&lt;li&gt;Support for orgId for views and honor org switch change @sudhanshutech (#2999)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ Api Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Support for orgId for views and honor org switch change @sudhanshutech (#2999)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Pratik-050, @amitamrutiya, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.158-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.158-1/</link><pubDate>Thu, 21 Nov 2024 11:20:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.158-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump relay-compiler from 16.2.0 to 18.1.0 in /meshmap @dependabot (#3070)&lt;/li&gt;
&lt;li&gt;Bump graphql-ws from 5.15.0 to 5.16.0 in /meshmap @dependabot (#3069)&lt;/li&gt;
&lt;li&gt;change tooltip style for the kubernetes component picker @amitamrutiya (#3181)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.120 @l5io (#3180)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump relay-compiler from 16.2.0 to 18.1.0 in /meshmap @dependabot (#3070)&lt;/li&gt;
&lt;li&gt;Bump graphql-ws from 5.15.0 to 5.16.0 in /meshmap @dependabot (#3069)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @dependabot, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.94</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.94/</link><pubDate>Thu, 21 Nov 2024 05:48:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.94/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.120 @l5io (#3012)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.93</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.93/</link><pubDate>Wed, 20 Nov 2024 17:19:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.93/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;increase collab message timeouts @aabidsofi19 (#3011)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.7.157-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.157-1/</link><pubDate>Wed, 20 Nov 2024 13:29:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.157-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix workspace filter not working on catalog modal @amitamrutiya (#3178)&lt;/li&gt;
&lt;li&gt;add workspace filter for catalog @sudhanshutech (#3177)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix workspace filter not working on catalog modal @amitamrutiya (#3178)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @amitamrutiya, @jerensl, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.92</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.92/</link><pubDate>Wed, 20 Nov 2024 12:58:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.92/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;introspec the fileType @Jougan-0 (#3003)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;introspec the fileType @Jougan-0 (#3003)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.91</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.91/</link><pubDate>Wed, 20 Nov 2024 12:18:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.91/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add new tables into workspace data table @amitamrutiya (#3004)&lt;/li&gt;
&lt;li&gt;Fixed undefined name error for server list archive notification. @Pratik-050 (#3008)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix github private key read directly from key rahter than file w/signoff @Jougan-0 (#3009)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix github private key read directly from key rahter than file w/signoff @Jougan-0 (#3009)&lt;/li&gt;
&lt;li&gt;Fixed undefined name error for server list archive notification. @Pratik-050 (#3008)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @Pratik-050, @amitamrutiya, @jerensl, @l5io, @sudhanshutech and MUzairS15&lt;/p&gt;</description></item><item><title>v0.8.90</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.90/</link><pubDate>Tue, 19 Nov 2024 16:17:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.90/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.119 @l5io (#3001)&lt;/li&gt;
&lt;li&gt;fix: pagination is not working on catalog/design and filter page @amitamrutiya (#3000)&lt;/li&gt;
&lt;li&gt;add unpublish action for catalog @sudhanshutech (#2998)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: pagination is not working on catalog/design and filter page @amitamrutiya (#3000)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@NishantSinghhhhh, @amitamrutiya, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.156-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.156-1/</link><pubDate>Tue, 19 Nov 2024 14:24:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.156-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhance Layers panels @aabidsofi19 (#3176)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.119 @l5io (#3175)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.118 @l5io (#3174)&lt;/li&gt;
&lt;li&gt;Add new performers section in the catalog modal @amitamrutiya (#3173)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test: fix draw whiteboard and anotation @jerensl (#3128)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test: fix draw whiteboard and anotation @jerensl (#3128)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.89</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.89/</link><pubDate>Mon, 18 Nov 2024 13:54:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.89/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Use performers section from sistent @amitamrutiya (#2995)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.118 @l5io (#2997)&lt;/li&gt;
&lt;li&gt;Fixing build failure, of file not found and missing svgs @SAHU-01 (#2996)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixing build failure, of file not found and missing svgs @SAHU-01 (#2996)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@SAHU-01, @amitamrutiya, @jerensl and @l5io&lt;/p&gt;</description></item><item><title>v0.7.155-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.155-1/</link><pubDate>Mon, 18 Nov 2024 11:20:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.155-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.7.154-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.154-1/</link><pubDate>Mon, 18 Nov 2024 09:40:46 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.154-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.88</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.88/</link><pubDate>Mon, 18 Nov 2024 04:03:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.88/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert \Removed the popup functionality that used to come in the request page.\ @l5io (#2994)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.7.153-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.153-1/</link><pubDate>Sun, 17 Nov 2024 17:32:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.153-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;make yjs external to fix multiple import issue @aabidsofi19 (#3172)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: update scrollbar styles and enhance form control appearance @leecalcote (#3171)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.87</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.87/</link><pubDate>Sun, 17 Nov 2024 17:03:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.87/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Removed the popup functionality that used to come in the request page. @NishantSinghhhhh (#2917)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove capabiltity fetch w/signoff @Jougan-0 (#2993)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove capabiltity fetch w/signoff @Jougan-0 (#2993)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @NishantSinghhhhh, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.86</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.86/</link><pubDate>Fri, 15 Nov 2024 22:34:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.86/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Workspace Table @sudhanshutech (#2991)&lt;/li&gt;
&lt;li&gt;[UI]: Dynamic feature list for plans @SAHU-01 (#2992)&lt;/li&gt;
&lt;li&gt;fix: double qoute @jerensl (#2990)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: double qoute @jerensl (#2990)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[UI]: Dynamic feature list for plans @SAHU-01 (#2992)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@SAHU-01, @amitamrutiya, @jerensl, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.152-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.152-3/</link><pubDate>Fri, 15 Nov 2024 18:47:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.152-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: skip empty snapshots @aabidsofi19 (#3170)&lt;/li&gt;
&lt;li&gt;change the getting started icon with the rocket icon @amitamrutiya (#3169)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;change the getting started icon with the rocket icon @amitamrutiya (#3169)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.85</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.85/</link><pubDate>Fri, 15 Nov 2024 16:06:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.85/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;server: refactor to improve error handler on gh wizard @jerensl (#2982)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;server: refactor to improve error handler on gh wizard @jerensl (#2982)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@jerensl and @l5io&lt;/p&gt;</description></item><item><title>v0.8.84</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.84/</link><pubDate>Fri, 15 Nov 2024 15:35:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.84/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix bug to open other accordians in github repos @sudhanshutech (#2989)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix bug to open other accordians in github repos @sudhanshutech (#2989)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.83</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.83/</link><pubDate>Fri, 15 Nov 2024 14:47:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.83/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Github wizard] open first repo files by default @sudhanshutech (#2988)&lt;/li&gt;
&lt;li&gt;[Github wizard] fix responsiveness @sudhanshutech (#2987)&lt;/li&gt;
&lt;li&gt;fix filter of catalog by current user @sudhanshutech (#2986)&lt;/li&gt;
&lt;li&gt;Spinner improved to show while loading more files @pranjalg1331 (#2947)&lt;/li&gt;
&lt;li&gt;Changed the logo for catalog cards only in filters section. @Pratik-050 (#2972)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: improve installation error status @jerensl (#2984)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: improve installation error status @jerensl (#2984)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Pratik-050, @jerensl, @l5io, @pranjalg1331 and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.152-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.152-2/</link><pubDate>Fri, 15 Nov 2024 13:00:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.152-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: getting started panel in mobile view @amitamrutiya (#3168)&lt;/li&gt;
&lt;li&gt;fix extra space around logo in navbar @aabidsofi19 (#3167)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: getting started panel in mobile view @amitamrutiya (#3168)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.7.152-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.152-1/</link><pubDate>Fri, 15 Nov 2024 10:49:28 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.152-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Link correct design @Alero-Awani (#3166)&lt;/li&gt;
&lt;li&gt;fix some issue in the catalog modal @amitamrutiya (#3161)&lt;/li&gt;
&lt;li&gt;add image in the operator modal for anonymous user @amitamrutiya (#3165)&lt;/li&gt;
&lt;li&gt;AWS services @Alero-Awani (#3164)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix some issue in the catalog modal @amitamrutiya (#3161)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Alero-Awani, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.7.151-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.151-1/</link><pubDate>Thu, 14 Nov 2024 21:41:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.151-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix : state config getting used when tabs are switched in config tooltip @aabidsofi19 (#3163)&lt;/li&gt;
&lt;li&gt;Remove redundant requests in while setting up Collab @aabidsofi19 (#3162)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.82</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.82/</link><pubDate>Thu, 14 Nov 2024 20:53:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.82/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Replace Catalog Chart with the performance section @amitamrutiya (#2969)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: add missing logic for redirect w/signoff @Jougan-0 (#2985)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: add missing logic for redirect w/signoff @Jougan-0 (#2985)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.7.150-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.150-1/</link><pubDate>Thu, 14 Nov 2024 16:31:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.150-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Optimize selectors for sharedState snapshots @aabidsofi19 (#3147)&lt;/li&gt;
&lt;li&gt;modified overlapping on the kanvas header @amitamrutiya (#3160)&lt;/li&gt;
&lt;li&gt;add trim params true for the catalog modal @amitamrutiya (#3159)&lt;/li&gt;
&lt;li&gt;open in playground button visible for owner in the table action menu in catalog @amitamrutiya (#3157)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;open in playground button visible for owner in the table action menu in catalog @amitamrutiya (#3157)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.81</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.81/</link><pubDate>Thu, 14 Nov 2024 14:48:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.81/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add logs to debug mailchip flow w/signoff @Jougan-0 (#2983)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add logs to debug mailchip flow w/signoff @Jougan-0 (#2983)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0 and @l5io&lt;/p&gt;</description></item><item><title>v0.7.149-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.149-2/</link><pubDate>Wed, 13 Nov 2024 20:53:03 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.149-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix websocket wss uri @aabidsofi19 (#3158)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-collaboration" class="heading-link"&gt;
 🤼 Collaboration
 &lt;a href="#-collaboration" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix websocket wss uri @aabidsofi19 (#3158)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.79</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.79/</link><pubDate>Wed, 13 Nov 2024 20:27:24 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.79/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Twitter button in badges in cloud @Vaibhav701161 (#2977)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix Twitter button in badges in cloud @Vaibhav701161 (#2977)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Vaibhav701161, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.78</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.78/</link><pubDate>Wed, 13 Nov 2024 20:02:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.78/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix Redirect issue w/signoff @Jougan-0 (#2979)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.76</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.76/</link><pubDate>Wed, 13 Nov 2024 19:34:50 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.76/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.75</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.75/</link><pubDate>Wed, 13 Nov 2024 19:20:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.75/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add trim option to my designs in Patterns component @amitamrutiya (#2971)&lt;/li&gt;
&lt;li&gt;add open in playground button visible for all user @amitamrutiya (#2978)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add open in playground button visible for all user @amitamrutiya (#2978)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.7.149-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.149-1/</link><pubDate>Wed, 13 Nov 2024 16:53:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.149-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.7.148-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.148-1/</link><pubDate>Wed, 13 Nov 2024 16:10:46 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.148-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.7.147-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.147-1/</link><pubDate>Wed, 13 Nov 2024 15:26:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.147-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;implement passthrough pan on elements when in pan mode @aabidsofi19 (#3154)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump v0.14.117 @l5io (#3156)&lt;/li&gt;
&lt;li&gt;fix shift+vert-scroll not working on macos @aabidsofi19 (#3153)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-collaboration" class="heading-link"&gt;
 🤼 Collaboration
 &lt;a href="#-collaboration" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;replace meshery.layer5.io with cloud.layer5.io @aabidsofi19 (#3155)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;replace meshery.layer5.io with cloud.layer5.io @aabidsofi19 (#3155)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.74</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.74/</link><pubDate>Wed, 13 Nov 2024 15:12:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.74/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump v0.14.117 @l5io (#2976)&lt;/li&gt;
&lt;li&gt;replace meshery.layer5.io with cloud.layer5.io @aabidsofi19 (#2974)&lt;/li&gt;
&lt;li&gt;fix redirection of designs from cloud to playground @sudhanshutech (#2973)&lt;/li&gt;
&lt;li&gt;fix: passing undefined orgs id in rtk query @jerensl (#2968)&lt;/li&gt;
&lt;li&gt;change configure github workflow step design @amitamrutiya (#2967)&lt;/li&gt;
&lt;li&gt;Changing the placement of button presnet in the cards in the integrat… @NishantSinghhhhh (#2934)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove accidental status check @aabidsofi19 (#2975)&lt;/li&gt;
&lt;li&gt;fix import from github w/signoff @Jougan-0 (#2970)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;replace meshery.layer5.io with cloud.layer5.io @aabidsofi19 (#2974)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ Api Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;replace meshery.layer5.io with cloud.layer5.io @aabidsofi19 (#2974)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix import from github w/signoff @Jougan-0 (#2970)&lt;/li&gt;
&lt;li&gt;fix: passing undefined orgs id in rtk query @jerensl (#2968)&lt;/li&gt;
&lt;li&gt;change configure github workflow step design @amitamrutiya (#2967)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @NishantSinghhhhh, @aabidsofi19, @amitamrutiya, @jerensl, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.146-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.146-2/</link><pubDate>Wed, 13 Nov 2024 07:23:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.146-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;hide name field for comments and remove redundant top background for search results @aabidsofi19 (#3151)&lt;/li&gt;
&lt;li&gt;fix options modal not opening @aabidsofi19 (#3152)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix options modal not opening @aabidsofi19 (#3152)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.73</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.73/</link><pubDate>Wed, 13 Nov 2024 03:59:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.73/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add correct path param to redirect to playground @sudhanshutech (#2966)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.72</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.72/</link><pubDate>Tue, 12 Nov 2024 19:14:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.72/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add trim param to catalog api w/signoff @Jougan-0 (#2965)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ Api Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add trim param to catalog api w/signoff @Jougan-0 (#2965)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.146-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.146-1/</link><pubDate>Tue, 12 Nov 2024 15:51:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.146-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;scope undo redo to per design session @aabidsofi19 (#3148)&lt;/li&gt;
&lt;li&gt;handle catalog table when there is null data @amitamrutiya (#3150)&lt;/li&gt;
&lt;li&gt;temp disable some keys @aabidsofi19 (#3149)&lt;/li&gt;
&lt;li&gt;fix: comment thread getting empty after making a change in popover @aabidsofi19 (#3146)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;handle catalog table when there is null data @amitamrutiya (#3150)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.71</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.71/</link><pubDate>Tue, 12 Nov 2024 10:23:56 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.71/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;change design with the catalog type in the catalog detail breadcrumb @amitamrutiya (#2964)&lt;/li&gt;
&lt;li&gt;Revert \Merge pull request #2960 from layer5io/revert-amit/design-table\ @amitamrutiya (#2962)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump v0.14.116 @l5io (#2963)&lt;/li&gt;
&lt;li&gt;add workspace filter in catalog @sudhanshutech (#2957)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump v0.14.115 @l5io (#2961)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ Api Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add workspace filter in catalog @sudhanshutech (#2957)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io, @sudhanshutech and MUzairS15&lt;/p&gt;</description></item><item><title>v0.7.145-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.145-1/</link><pubDate>Tue, 12 Nov 2024 07:19:02 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.145-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Sync table action buttons with the catalog detail buttons @amitamrutiya (#3143)&lt;/li&gt;
&lt;li&gt;feat: add conditionally show playground action in catalog @amitamrutiya (#3144)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump v0.14.116 @l5io (#3145)&lt;/li&gt;
&lt;li&gt;fix: comment not getting dropped at click position @aabidsofi19 (#3142)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Sync table action buttons with the catalog detail buttons @amitamrutiya (#3143)&lt;/li&gt;
&lt;li&gt;feat: add conditionally show playground action in catalog @amitamrutiya (#3144)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.7.144-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.144-1/</link><pubDate>Mon, 11 Nov 2024 18:17:49 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.144-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump v0.14.115 @l5io (#3140)&lt;/li&gt;
&lt;li&gt;allow going to idle from persistenceError in designActor @aabidsofi19 (#3141)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.70</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.70/</link><pubDate>Mon, 11 Nov 2024 15:05:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.70/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert amit/design table @amitamrutiya (#2960)&lt;/li&gt;
&lt;li&gt;fix: open in playground button issue in catalog detail @amitamrutiya (#2959)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: open in playground button issue in catalog detail @amitamrutiya (#2959)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.69</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.69/</link><pubDate>Mon, 11 Nov 2024 13:20:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.69/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;use design and catalog table into sistent component @amitamrutiya (#2954)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump v @l5io (#2956)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.7.143-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.143-1/</link><pubDate>Mon, 11 Nov 2024 11:53:18 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.143-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Create catalog design table into catalog modal @amitamrutiya (#3127)&lt;/li&gt;
&lt;li&gt;add open in playground button in the catalog detail @amitamrutiya (#3130)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump v @l5io (#3139)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.68</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.68/</link><pubDate>Mon, 11 Nov 2024 06:49:37 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.68/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;switch from user-access to user-access-cloud @vishalvivekm (#2952)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bump sistent package @sudhanshutech (#2955)&lt;/li&gt;
&lt;li&gt;fix: handle click issue in the details component @amitamrutiya (#2953)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: handle click issue in the details component @amitamrutiya (#2953)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update helm-chart-releaser.yaml to resync with remote/master @leecalcote (#2951)&lt;/li&gt;
&lt;li&gt;[CI] Staging: Temporarily disable build and deploy for staging-meshery.layer5.io @leecalcote (#2950)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io, @leecalcote, @sudhanshutech, @vishalvivekm and MUzairS15&lt;/p&gt;</description></item><item><title>v0.7.142-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.142-2/</link><pubDate>Mon, 11 Nov 2024 06:44:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.142-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove options speedial @aabidsofi19 (#3138)&lt;/li&gt;
&lt;li&gt;increase save debounce to 3 secs @aabidsofi19 (#3137)&lt;/li&gt;
&lt;li&gt;Undo/Redo notification message changed @leecalcote (#3135)&lt;/li&gt;
&lt;li&gt;Remove logs @aabidsofi19 (#3136)&lt;/li&gt;
&lt;li&gt;clone design on open from tutorials @aabidsofi19 (#3134)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.142-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.142-1/</link><pubDate>Sun, 10 Nov 2024 19:35:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.142-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.7.141-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.141-1/</link><pubDate>Sun, 10 Nov 2024 18:13:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.141-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix zoom out hotkey @aabidsofi19 (#3133)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.140-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.140-2/</link><pubDate>Sat, 09 Nov 2024 13:30:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.140-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix action permissions @aabidsofi19 (#3132)&lt;/li&gt;
&lt;li&gt;change the position of the share button from md screen @amitamrutiya (#3131)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.7.140-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.140-1/</link><pubDate>Fri, 08 Nov 2024 18:50:14 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.140-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;update logo @aabidsofi19 (#3129)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: fix draw whiteboard @jerensl (#3126)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: fix draw whiteboard @jerensl (#3126)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.67</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.67/</link><pubDate>Fri, 08 Nov 2024 17:52:27 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.67/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;enhance catalog details page @sudhanshutech (#2946)&lt;/li&gt;
&lt;li&gt;Setup typescript environment @sudhanshutech (#2948)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;create a special query handler for anonymous user keys @aabidsofi19 (#2933)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Setup typescript environment @sudhanshutech (#2948)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.139-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.139-1/</link><pubDate>Fri, 08 Nov 2024 11:24:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.139-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add logo text @aabidsofi19 (#3124)&lt;/li&gt;
&lt;li&gt;position network label in center @aabidsofi19 (#3125)&lt;/li&gt;
&lt;li&gt;Design Save Issues and Read Only Mode @aabidsofi19 (#3097)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;ci: go deps sync not thrown an error @jerensl (#3123)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @jerensl and @l5io&lt;/p&gt;</description></item><item><title>v0.8.66</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.66/</link><pubDate>Fri, 08 Nov 2024 05:51:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.66/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bite my nuggets, gobuffalo&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.65</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.65/</link><pubDate>Fri, 08 Nov 2024 05:38:35 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.65/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;happy cockamamie&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.64</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.64/</link><pubDate>Fri, 08 Nov 2024 05:29:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.64/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.63</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.63/</link><pubDate>Fri, 08 Nov 2024 04:00:12 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.63/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add box shadow to brand-info for enhanced visual effect @leecalcote (#2943)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Implement functions to clean up anonymous user records in the database @leecalcote (#2945)&lt;/li&gt;
&lt;li&gt;Add \Import Design\ key to Anonymous User Edit\ keychain @leecalcote (#2944)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-documentation" class="heading-link"&gt;
 📖 Documentation
 &lt;a href="#-documentation" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Implement functions to clean up anonymous user records in the database @leecalcote (#2945)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.62</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.62/</link><pubDate>Thu, 07 Nov 2024 21:46:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.62/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bump go sum w/signoff @Jougan-0 (#2941)&lt;/li&gt;
&lt;li&gt;bump schemas @aabidsofi19 (#2938)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;merge filter section with the existing filter bar in catalog @amitamrutiya (#2866)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump @layer5/sistent v0.14.111 @l5io (#2935)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.111 @l5io (#2931)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;uncomment issue session token w/signoff @Jougan-0 (#2942)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;uncomment issue session token w/signoff @Jougan-0 (#2942)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.7.138-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.138-1/</link><pubDate>Thu, 07 Nov 2024 20:06:03 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.138-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.7.137-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.137-1/</link><pubDate>Thu, 07 Nov 2024 19:15:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.137-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix pan scroll sensitivity and direction @aabidsofi19 (#3122)&lt;/li&gt;
&lt;li&gt;Add filter by owner functionlity in the catalog modal @amitamrutiya (#3106)&lt;/li&gt;
&lt;li&gt;optimize rendering : lockdown rerenders to 10 per sec @aabidsofi19 (#3121)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump @layer5/sistent v0.14.111 @l5io (#3120)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.111 @l5io (#3119)&lt;/li&gt;
&lt;li&gt;Panels: bringing their styling closer together @leecalcote (#3117)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: smoke test wrong version env @jerensl (#3118)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.136-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.136-1/</link><pubDate>Wed, 06 Nov 2024 19:57:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.136-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.7.135-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.135-2/</link><pubDate>Wed, 06 Nov 2024 18:08:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.135-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Performance Optimizations @aabidsofi19 (#3114)&lt;/li&gt;
&lt;li&gt;fix: empty canvas text not able to intract with the bottom dock @amitamrutiya (#3115)&lt;/li&gt;
&lt;li&gt;[Tutorial] Configure Pod Tutorial added @SAHU-01 (#3116)&lt;/li&gt;
&lt;li&gt;Pamela and Susan Tooltips: Component and Edge style bar tooltips @leecalcote (#3111)&lt;/li&gt;
&lt;li&gt;close getting started panel when open overlapping panel @amitamrutiya (#3113)&lt;/li&gt;
&lt;li&gt;fix: start feasibility indication when dragging component definition from picker/dock @aabidsofi19 (#3112)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: empty canvas text not able to intract with the bottom dock @amitamrutiya (#3115)&lt;/li&gt;
&lt;li&gt;fix: start feasibility indication when dragging component definition from picker/dock @aabidsofi19 (#3112)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test: smoke version check &amp;amp; cleanup design after testing @jerensl (#3095)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@SAHU-01, @aabidsofi19, @amitamrutiya, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.61</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.61/</link><pubDate>Wed, 06 Nov 2024 17:37:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.61/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix case when you have a user still you go to /login w/signoff @Jougan-0 (#2930)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.60</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.60/</link><pubDate>Wed, 06 Nov 2024 16:40:38 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.60/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;spinner for loading files in GitHub wizard @pranjalg1331 (#2926)&lt;/li&gt;
&lt;li&gt;Bump next-mdx-remote from 4.4.1 to 5.0.0 in /ui @dependabot (#2895)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;add Comment w/signoff @Jougan-0 (#2929)&lt;/li&gt;
&lt;li&gt;send email w/signoff @Jougan-0 (#2912)&lt;/li&gt;
&lt;li&gt;fix github dynamic redirection w/signoff @Jougan-0 (#2928)&lt;/li&gt;
&lt;li&gt;Update dynamic_ui_router.go @Jougan-0 (#2927)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ Api Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;send email w/signoff @Jougan-0 (#2912)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix github dynamic redirection w/signoff @Jougan-0 (#2928)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @dependabot, @jerensl, @l5io, @leecalcote, @pontusringblom and @pranjalg1331&lt;/p&gt;</description></item><item><title>v0.7.135-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.135-1/</link><pubDate>Tue, 05 Nov 2024 17:58:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.135-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Hierarchical relationship optimization @aabidsofi19 (#3108)&lt;/li&gt;
&lt;li&gt;Optimize GetParent Lookup @aabidsofi19 (#3109)&lt;/li&gt;
&lt;li&gt;fix: hierarchical relationship not getting recreated after the node is moved out once @aabidsofi19 (#3107)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.59</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.59/</link><pubDate>Tue, 05 Nov 2024 16:52:36 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.59/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: use new when action is undefined @aabidsofi19 (#2919)&lt;/li&gt;
&lt;li&gt;fix: suggested catalog card click and tech icon issue @amitamrutiya (#2923)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;comment session issue w/signoff @Jougan-0 (#2924)&lt;/li&gt;
&lt;li&gt;enhace log w/signoff @Jougan-0 (#2922)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;comment session issue w/signoff @Jougan-0 (#2924)&lt;/li&gt;
&lt;li&gt;enhace log w/signoff @Jougan-0 (#2922)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.134-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.134-2/</link><pubDate>Mon, 04 Nov 2024 21:07:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.134-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore(deps): bump react-error-boundary from 4.0.12 to 4.1.2 in /meshmap @dependabot (#3101)&lt;/li&gt;
&lt;li&gt;chore(deps-dev): bump @testing-library/jest-dom from 6.5.0 to 6.6.3 in /meshmap @dependabot (#3102)&lt;/li&gt;
&lt;li&gt;chore(deps-dev): bump @babel/eslint-plugin from 7.25.1 to 7.25.9 in /meshmap @dependabot (#3100)&lt;/li&gt;
&lt;li&gt;fix broken actions, tooltip and hover effect in action menus @amitamrutiya (#3099)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix broken actions, tooltip and hover effect in action menus @amitamrutiya (#3099)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore(deps): bump react-error-boundary from 4.0.12 to 4.1.2 in /meshmap @dependabot (#3101)&lt;/li&gt;
&lt;li&gt;chore(deps-dev): bump @testing-library/jest-dom from 6.5.0 to 6.6.3 in /meshmap @dependabot (#3102)&lt;/li&gt;
&lt;li&gt;chore(deps-dev): bump @babel/eslint-plugin from 7.25.1 to 7.25.9 in /meshmap @dependabot (#3100)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @dependabot, @dependabot[bot], @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.58</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.58/</link><pubDate>Mon, 04 Nov 2024 18:25:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.58/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove uncommented code w/signoff @Jougan-0 (#2921)&lt;/li&gt;
&lt;li&gt;remove uncommented code w/signoff @Jougan-0 (#2920)&lt;/li&gt;
&lt;li&gt;remove uncommented code w/signoff @Jougan-0 (#2918)&lt;/li&gt;
&lt;li&gt;fix redirection w/signoff @Jougan-0 (#2913)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove uncommented code w/signoff @Jougan-0 (#2921)&lt;/li&gt;
&lt;li&gt;remove uncommented code w/signoff @Jougan-0 (#2920)&lt;/li&gt;
&lt;li&gt;remove uncommented code w/signoff @Jougan-0 (#2918)&lt;/li&gt;
&lt;li&gt;fix redirection w/signoff @Jougan-0 (#2913)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0 and @l5io&lt;/p&gt;</description></item><item><title>v0.7.134-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.134-1/</link><pubDate>Mon, 04 Nov 2024 18:10:07 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.134-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: kubernetes icon missing issue in bottom dock @amitamrutiya (#3098)&lt;/li&gt;
&lt;li&gt;fix: search field close issue in configuartor component @amitamrutiya (#3096)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: kubernetes icon missing issue in bottom dock @amitamrutiya (#3098)&lt;/li&gt;
&lt;li&gt;fix: search field close issue in configuartor component @amitamrutiya (#3096)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.57</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.57/</link><pubDate>Mon, 04 Nov 2024 16:54:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.57/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump github.com/layer5io/meshkit from 0.7.78 to 0.7.84 @dependabot (#2898)&lt;/li&gt;
&lt;li&gt;Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 @dependabot (#2899)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump date-fns from 3.6.0 to 4.1.0 in /ui @dependabot (#2896)&lt;/li&gt;
&lt;li&gt;Capture error in feedback @sudhanshutech (#2914)&lt;/li&gt;
&lt;li&gt;Bump webpack-dev-server from 5.0.4 to 5.1.0 in /ui @dependabot (#2893)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump Sistent v0.14.110 @l5io (#2915)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @dependabot[bot], @jerensl, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.133-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.133-1/</link><pubDate>Sun, 03 Nov 2024 14:02:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.133-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;only search for non-annotations in component picker @aabidsofi19 (#3092)&lt;/li&gt;
&lt;li&gt;[Designer | Operator] Switcher Responsive Positioning @leecalcote (#3090)&lt;/li&gt;
&lt;li&gt;add navbar logo extension point @aabidsofi19 (#3094)&lt;/li&gt;
&lt;li&gt;fix: search not working for shape picker @amitamrutiya (#3093)&lt;/li&gt;
&lt;li&gt;Fix: tutorial panel not scrollable @aabidsofi19 (#3088)&lt;/li&gt;
&lt;li&gt;fix: zoom panel buttons not working @amitamrutiya (#3091)&lt;/li&gt;
&lt;li&gt;Revert \Leecalcote/expand-dock\ @leecalcote (#3089)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: zoom panel buttons not working @amitamrutiya (#3091)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.56</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.56/</link><pubDate>Sun, 03 Nov 2024 13:57:18 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.56/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump golang.org/x/text from 0.18.0 to 0.19.0 @dependabot (#2897)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix count of cloud models in catalog w/signoff @Jougan-0 (#2907)&lt;/li&gt;
&lt;li&gt;support pagsize upto 100 @sudhanshutech (#2908)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix count of cloud models in catalog w/signoff @Jougan-0 (#2907)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @dependabot, @l5io, @leecalcote, @sudhanshutech and MUzairS15&lt;/p&gt;</description></item><item><title>v0.7.132-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.132-2/</link><pubDate>Sat, 02 Nov 2024 04:13:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.132-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Leecalcote/expand-dock @leecalcote (#3087)&lt;/li&gt;
&lt;li&gt;[Relationship Tippy] Directly open docs link @leecalcote (#3086)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.132-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.132-1/</link><pubDate>Fri, 01 Nov 2024 22:03:10 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.132-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;make error file saving more bigger and brighter @amitamrutiya (#3085)&lt;/li&gt;
&lt;li&gt;increse file upload limit size to 500kb @amitamrutiya (#3083)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: add teardown for seeded design and refactor rest ot test to typ… @jerensl (#3079)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.55</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.55/</link><pubDate>Fri, 01 Nov 2024 18:13:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.55/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove workspace activity from the default widget @amitamrutiya (#2910)&lt;/li&gt;
&lt;li&gt;make open in playground button visible only for cloud detail page @amitamrutiya (#2890)&lt;/li&gt;
&lt;li&gt;[Chore]: Bump @layer5/sistent v0.14.108 @l5io (#2911)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.54</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.54/</link><pubDate>Fri, 01 Nov 2024 16:19:50 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.54/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;close dropdown on selection of author @sudhanshutech (#2909)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;revert: revert the send snapshot email and comment the api changes @jerensl (#2906)&lt;/li&gt;
&lt;li&gt;Fix/email format @jerensl (#2902)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Revert ix: dicussion forum missing a tag opener in footer\ @jerensl (#2905)&lt;/li&gt;
&lt;li&gt;fix: dicussion forum missing a tag opener in footer @jerensl (#2903)&lt;/li&gt;
&lt;li&gt;Fix/email format @jerensl (#2902)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @jerensl, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.53</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.53/</link><pubDate>Fri, 01 Nov 2024 07:19:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.53/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Icon update @TraXIcoN (#2889)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: fix the email format @jerensl (#2901)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: fix the email format @jerensl (#2901)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@TraXIcoN, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.131-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.131-2/</link><pubDate>Fri, 01 Nov 2024 04:36:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.131-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Tutorials] Two more categories and sample content @leecalcote (#3082)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.131-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.131-1/</link><pubDate>Thu, 31 Oct 2024 17:36:14 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.131-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;remove open in playground button from catalog detail modal @amitamrutiya (#3080)&lt;/li&gt;
&lt;li&gt;fix spacing issue in the component picker @amitamrutiya (#3081)&lt;/li&gt;
&lt;li&gt;enhance image and text animations @leecalcote (#3078)&lt;/li&gt;
&lt;li&gt;dock animation dev files + select tool animation @leecalcote (#3077)&lt;/li&gt;
&lt;li&gt;Refined animations @leecalcote (#3076)&lt;/li&gt;
&lt;li&gt;fix: technology icon not show in the catalog menu issue @amitamrutiya (#3075)&lt;/li&gt;
&lt;li&gt;Added Reusable Draggable/resizable panel and Tutorials panel @aabidsofi19 (#3072)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: technology icon not show in the catalog menu issue @amitamrutiya (#3075)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.52</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.52/</link><pubDate>Thu, 31 Oct 2024 16:41:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.52/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Flow Page Enhancement @leecalcote (#2892)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.51</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.51/</link><pubDate>Thu, 31 Oct 2024 15:40:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.51/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor carousel images and update UI text across flow pages @leecalcote (#2891)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.50</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.50/</link><pubDate>Thu, 31 Oct 2024 15:17:14 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.50/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor carousel images and update UI text across flow pages&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.8.48</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.48/</link><pubDate>Thu, 31 Oct 2024 03:52:31 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.48/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: academy page broken issue @amitamrutiya (#2888)&lt;/li&gt;
&lt;li&gt;Enhance carousel images on initial flow pages @leecalcote (#2887)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.47</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.47/</link><pubDate>Thu, 31 Oct 2024 03:19:18 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.47/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhance carousel images on initial flow pages @leecalcote (#2887)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.46</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.46/</link><pubDate>Wed, 30 Oct 2024 19:12:46 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.46/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Kanvas icon and remove Meshmap icon @leecalcote (#2886)&lt;/li&gt;
&lt;li&gt;fix: open catalog detail page into new tab @amitamrutiya (#2885)&lt;/li&gt;
&lt;li&gt;Convert catalog detail page into separate sistent component @amitamrutiya (#2874)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.129-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.129-1/</link><pubDate>Wed, 30 Oct 2024 12:28:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.129-1/</guid><description>&lt;p&gt;null&lt;/p&gt;</description></item><item><title>v0.8.45</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.45/</link><pubDate>Wed, 30 Oct 2024 10:50:16 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.45/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix Migration for keys w/signoff @Jougan-0 (#2884)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix Migration for keys w/signoff @Jougan-0 (#2884)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix Migration for keys w/signoff @Jougan-0 (#2884)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.128-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.128-2/</link><pubDate>Mon, 28 Oct 2024 16:53:55 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.128-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Change some suggested stying in the bottom dock @amitamrutiya (#3067)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.8.42</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.42/</link><pubDate>Mon, 28 Oct 2024 15:19:12 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.42/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-features" class="heading-link"&gt;
 🚀 Features
 &lt;a href="#-features" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;change design widget to default @sudhanshutech (#2873)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;change design widget to default @sudhanshutech (#2873)&lt;/li&gt;
&lt;li&gt;Catalog items in sitemap @sudhanshutech (#2852)&lt;/li&gt;
&lt;li&gt;update navigation navbar width based on update of sistent component @amitamrutiya (#2858)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Chore: add version tag on index.js kanvas to invalidate cache @jerensl (#2871)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @jerensl, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.128-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.128-1/</link><pubDate>Mon, 28 Oct 2024 02:25:55 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.128-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Actor supervision and healing @aabidsofi19 (#3059)&lt;/li&gt;
&lt;li&gt;Add High level rendering limits to relationships @aabidsofi19 (#3066)&lt;/li&gt;
&lt;li&gt;Add Draggable Image Component To Dock @aabidsofi19 (#3063)&lt;/li&gt;
&lt;li&gt;leecalcote/emptystate tips resize @leecalcote (#3064)&lt;/li&gt;
&lt;li&gt;[Chore] Upgrade to Sistent v0.14.106 @leecalcote (#3065)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.41</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.41/</link><pubDate>Mon, 28 Oct 2024 02:18:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.41/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Chore]: Bump @layer5/sistent v0.14.106 @l5io (#2872)&lt;/li&gt;
&lt;li&gt;Add create design modal @sudhanshutech (#2868)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @jerensl, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.127-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.127-2/</link><pubDate>Sat, 26 Oct 2024 12:16:52 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.127-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;make speed dial aware of the bottom dock @amitamrutiya (#3042)&lt;/li&gt;
&lt;li&gt;Load/Merge a design after importing @aabidsofi19 (#3062)&lt;/li&gt;
&lt;li&gt;Make filter sidebar sticky in catalog modal @amitamrutiya (#3061)&lt;/li&gt;
&lt;li&gt;update shortcut key in shortcut docs @amitamrutiya (#3053)&lt;/li&gt;
&lt;li&gt;add gap beetween search field and title @amitamrutiya (#3058)&lt;/li&gt;
&lt;li&gt;[chore] Empty State Enhancements @leecalcote (#3057)&lt;/li&gt;
&lt;li&gt;Start from Template icon @leecalcote (#3056)&lt;/li&gt;
&lt;li&gt;fix: operator tutorial modal cutt off issue @amitamrutiya (#3055)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: operator tutorial modal cutt off issue @amitamrutiya (#3055)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor meshmap preferencesData.js @leecalcote (#3060)&lt;/li&gt;
&lt;li&gt;[Test] Drag and Drop &amp;amp; Relationship: add test for relationship drag and drop @jerensl (#2949)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.40</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.40/</link><pubDate>Fri, 25 Oct 2024 21:55:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.40/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/from meshmap to kanvas @leecalcote (#2870)&lt;/li&gt;
&lt;li&gt;add loading indicator in workspace activty @amitamrutiya (#2869)&lt;/li&gt;
&lt;li&gt;add design widget in dashboard @sudhanshutech (#2851)&lt;/li&gt;
&lt;li&gt;make catalog header section consist with other @amitamrutiya (#2865)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix share design url @aabidsofi19 (#2867)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/from meshmap to kanvas @leecalcote (#2870)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ Api Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/from meshmap to kanvas @leecalcote (#2870)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix share design url @aabidsofi19 (#2867)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/from meshmap to kanvas @leecalcote (#2870)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-documentation" class="heading-link"&gt;
 📖 Documentation
 &lt;a href="#-documentation" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;leecalcote/from meshmap to kanvas @leecalcote (#2870)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.127-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.127-1/</link><pubDate>Fri, 25 Oct 2024 13:26:20 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.127-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.7.126-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.126-2/</link><pubDate>Fri, 25 Oct 2024 11:02:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.126-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;replace safeLoad (removed) with load (safe by default ) @aabidsofi19 (#3054)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.7.126-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.126-1/</link><pubDate>Fri, 25 Oct 2024 09:44:39 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.126-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Verify mesheryui compatibilty for shared dependencies @aabidsofi19 (#3051)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix workflow and make target @aabidsofi19 (#3052)&lt;/li&gt;
&lt;li&gt;Verify mesheryui compatibilty for shared dependencies @aabidsofi19 (#3051)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.39</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.39/</link><pubDate>Fri, 25 Oct 2024 01:55:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.39/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix all patterns fetching @sudhanshutech (#2854)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.125-4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.125-4/</link><pubDate>Thu, 24 Oct 2024 15:46:40 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.125-4/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: add playground command @jerensl (#3050)&lt;/li&gt;
&lt;li&gt;Add support for hyperlinks in Textbox @aabidsofi19 (#3044)&lt;/li&gt;
&lt;li&gt;[Empty State] Catalog Cards: taller cards, more space between @leecalcote (#3047)&lt;/li&gt;
&lt;li&gt;[Empty State] Tweak catalog icon @leecalcote (#3046)&lt;/li&gt;
&lt;li&gt;remove wrong errors @aabidsofi19 (#3045)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;test: change to more flexible approach @jerensl (#3049)&lt;/li&gt;
&lt;li&gt;test: test production kanvas @jerensl (#3048)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.38</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.38/</link><pubDate>Thu, 24 Oct 2024 12:21:23 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.38/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;chore: add test id for login page @jerensl (#2863)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add missing api for ui crash @sudhanshutech (#2864)&lt;/li&gt;
&lt;li&gt;create new workspace activity widget @amitamrutiya (#2857)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @jerensl, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.37</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.37/</link><pubDate>Thu, 24 Oct 2024 08:42:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.37/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bump schemas @aabidsofi19 (#2862)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix spaces/overview nav menu not redirect issue @amitamrutiya (#2860)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @aabidsofi19, @amitamrutiya and @l5io&lt;/p&gt;</description></item><item><title>v0.7.125-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.125-3/</link><pubDate>Wed, 23 Oct 2024 15:46:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.125-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;bump ywebrtc @aabidsofi19 (#3043)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix comment notification bugs @aabidsofi19 (#3039)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.36</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.36/</link><pubDate>Wed, 23 Oct 2024 13:27:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.36/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix search author bug in catalog @sudhanshutech (#2859)&lt;/li&gt;
&lt;li&gt;fix bug download token @sudhanshutech (#2856)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix comment notifications @aabidsofi19 (#2855)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ Api Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix comment notifications @aabidsofi19 (#2855)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix search author bug in catalog @sudhanshutech (#2859)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @aabidsofi19, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.125-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.125-2/</link><pubDate>Wed, 23 Oct 2024 05:25:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.125-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: remove extra tooltip on design panel @jerensl (#3041)&lt;/li&gt;
&lt;li&gt;fix walkthrough modal bottom screen cuting issue @amitamrutiya (#3040)&lt;/li&gt;
&lt;li&gt;update layers panel layout @amitamrutiya (#3023)&lt;/li&gt;
&lt;li&gt;Add Component configurator loading and error states @aabidsofi19 (#3038)&lt;/li&gt;
&lt;li&gt;fix defaul edge styles @aabidsofi19 (#3037)&lt;/li&gt;
&lt;li&gt;Bump @playwright/test from 1.47.2 to 1.48.1 in /meshmap @dependabot (#3029)&lt;/li&gt;
&lt;li&gt;Bump yjs from 13.6.18 to 13.6.20 in /meshmap @dependabot (#3027)&lt;/li&gt;
&lt;li&gt;Operator Icon: Remove errant classname @leecalcote (#3036)&lt;/li&gt;
&lt;li&gt;Designer Left panel refactor @aabidsofi19 (#3016)&lt;/li&gt;
&lt;li&gt;Revert \Bump eslint from 8.57.0 to 9.13.0 in /meshmap\ @jerensl (#3035)&lt;/li&gt;
&lt;li&gt;Bump @fortawesome/fontawesome-svg-core from 6.4.2 to 6.6.0 in /meshmap @dependabot (#3030)&lt;/li&gt;
&lt;li&gt;Bump lint-staged from 15.1.0 to 15.2.10 in /meshmap @dependabot (#3028)&lt;/li&gt;
&lt;li&gt;Bump eslint from 8.57.0 to 9.13.0 in /meshmap @dependabot (#3026)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: remove extra tooltip on design panel @jerensl (#3041)&lt;/li&gt;
&lt;li&gt;fix walkthrough modal bottom screen cuting issue @amitamrutiya (#3040)&lt;/li&gt;
&lt;li&gt;Revert&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>v0.8.35</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.35/</link><pubDate>Tue, 22 Oct 2024 21:46:47 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.35/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add next Head to include meta descriptions @sudhanshutech (#2853)&lt;/li&gt;
&lt;li&gt;Use sistent svgs for catalog and remove the old svgs. @amitamrutiya (#2846)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[feat] add anonymous user role and kanvas permissions @dragon-slayer875 (#2792)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-infrastructure" class="heading-link"&gt;
 🦴 Infrastructure
 &lt;a href="#-infrastructure" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[feat] add anonymous user role and kanvas permissions @dragon-slayer875 (#2792)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @aabidsofi19, @amitamrutiya, @dragon-slayer875, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.125-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.125-1/</link><pubDate>Mon, 21 Oct 2024 19:21:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.125-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.7.124-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.124-3/</link><pubDate>Mon, 21 Oct 2024 18:40:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.124-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix undefined crash @aabidsofi19 (#3025)&lt;/li&gt;
&lt;li&gt;open configurator/text editor on component drop @aabidsofi19 (#3024)&lt;/li&gt;
&lt;li&gt;use grab hand for rows in designer panel @aabidsofi19 (#3022)&lt;/li&gt;
&lt;li&gt;Fix some catalog bugs and bump sistent version @amitamrutiya (#3015)&lt;/li&gt;
&lt;li&gt;fix:Discard Edge Pamela on click of click of Delete trashcan button @aabidsofi19 (#3021)&lt;/li&gt;
&lt;li&gt;fix: Don’t change to pointer cursor on HTML Labels. @aabidsofi19 (#3020)&lt;/li&gt;
&lt;li&gt;Fix edge arrow color is not changing @amitamrutiya (#3019)&lt;/li&gt;
&lt;li&gt;fix: Backspace hotkey when pressed on an Annotation Edge causes the … @aabidsofi19 (#3018)&lt;/li&gt;
&lt;li&gt;persist layers prefs on update @aabidsofi19 (#3017)&lt;/li&gt;
&lt;li&gt;leecalcote/tooltips @leecalcote (#3014)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix undefined crash @aabidsofi19 (#3025)&lt;/li&gt;
&lt;li&gt;Fix some catalog bugs and bump sistent version @amitamrutiya (#3015)&lt;/li&gt;
&lt;li&gt;Fix edge arrow color is not changing @amitamrutiya (#3019)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.124-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.124-2/</link><pubDate>Fri, 18 Oct 2024 20:58:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.124-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[wip]tool mode ux @aabidsofi19 (#3007)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.34</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.34/</link><pubDate>Fri, 18 Oct 2024 15:25:46 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.34/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Complete rtk migration @sudhanshutech (#2791)&lt;/li&gt;
&lt;li&gt;margin fix in dashboard @sudhanshutech (#2849)&lt;/li&gt;
&lt;li&gt;fix header of support page @sudhanshutech (#2848)&lt;/li&gt;
&lt;li&gt;Fix cards not showing in the desing profile tab @amitamrutiya (#2847)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-api-specifications" class="heading-link"&gt;
 ☁️ Api Specifications
 &lt;a href="#-api-specifications" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Refactor service mesh performance tags in schema.yml @leecalcote (#2850)&lt;/li&gt;
&lt;li&gt;Complete rtk migration @sudhanshutech (#2791)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix cards not showing in the desing profile tab @amitamrutiya (#2847)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @amitamrutiya, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.124-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.124-1/</link><pubDate>Fri, 18 Oct 2024 12:38:50 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.124-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io&lt;/p&gt;</description></item><item><title>v0.7.123-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.123-3/</link><pubDate>Fri, 18 Oct 2024 11:21:41 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.123-3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: tutorial not open issue from shortcut menu @amitamrutiya (#3013)&lt;/li&gt;
&lt;li&gt;Create modal from choose from template in empty kanvas @amitamrutiya (#2995)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix: tutorial not open issue from shortcut menu @amitamrutiya (#3013)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.123-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.123-2/</link><pubDate>Thu, 17 Oct 2024 21:16:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.123-2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[style fix] user account required modal: Use Sistent Links, not a tags @leecalcote (#3012)&lt;/li&gt;
&lt;li&gt;update the height and width of the quick tip @amitamrutiya (#3009)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@amitamrutiya, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.123-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.123-1/</link><pubDate>Thu, 17 Oct 2024 15:44:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.123-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix : opacity border width out of sync in pamela @aabidsofi19 (#3008)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix : opacity border width out of sync in pamela @aabidsofi19 (#3008)&lt;/li&gt;
&lt;li&gt;ci: fix release draft @jerensl (#3005)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;ci: refactor extensions test pr workflow @jerensl (#3010)&lt;/li&gt;
&lt;li&gt;ci: change the release draft title @jerensl (#3006)&lt;/li&gt;
&lt;li&gt;ci: fix release draft @jerensl (#3005)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @aabidsofi19, @jerensl and @l5io&lt;/p&gt;</description></item><item><title>v0.7.122-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.122-2/</link><pubDate>Wed, 16 Oct 2024 02:59:13 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.122-2/</guid><description>&lt;p&gt;null&lt;/p&gt;</description></item><item><title>v0.8.33</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.33/</link><pubDate>Wed, 16 Oct 2024 02:31:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.33/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump golang.org/x/text from 0.17.0 to 0.18.0 @dependabot (#2804)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;renaming in progress @vishalvivekm (#2818)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@dependabot, @l5io, @leecalcote and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.32</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.32/</link><pubDate>Wed, 16 Oct 2024 02:11:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.32/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[bugfix] Support Menu: Cloud Docs and API Docs links @leecalcote (#2845)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.122-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.122-1/</link><pubDate>Tue, 15 Oct 2024 19:56:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.122-1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-designer" class="heading-link"&gt;
 🖌️ Designer
 &lt;a href="#-designer" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Modals] Enhance one of kanvas.new modals for self-hosting @leecalcote (#3003)&lt;/li&gt;
&lt;li&gt;fix height and width of the quick tip modal @amitamrutiya (#2997)&lt;/li&gt;
&lt;li&gt;update new empty kanvas svgs @amitamrutiya (#2996)&lt;/li&gt;
&lt;li&gt;build(deps-dev): bump eslint-plugin-react from 7.33.2 to 7.37.1 in /meshmap @dependabot (#2993)&lt;/li&gt;
&lt;li&gt;build(deps-dev): bump css-loader from 6.8.1 to 7.1.2 in /meshmap @dependabot (#2994)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;fix height and width of the quick tip modal @amitamrutiya (#2997)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[CI] Add Checkout Repo @leecalcote (#3002)&lt;/li&gt;
&lt;li&gt;[CI] Enhance to use full base+extension versioning (Attempt #2) @leecalcote (#3001)&lt;/li&gt;
&lt;li&gt;[CI] Enhance to use full base+extension versioning @leecalcote (#3000)&lt;/li&gt;
&lt;li&gt;add extension version logic to release drafter w/singoff @Jougan-0 (#2999)&lt;/li&gt;
&lt;li&gt;uncomment go mod code w/singoff @Jougan-0 (#2998)&lt;/li&gt;
&lt;li&gt;build(deps-dev): bump eslint-plugin-react from 7.33.2 to 7.37.1 in /meshmap @dependabot (#2993)&lt;/li&gt;
&lt;li&gt;build(deps-dev): bump css-loader from 6.8.1 to 7.1.2 in /meshmap @dependabot (#2994)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @aabidsofi19, @amitamrutiya, @dependabot, @dependabot[bot], @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.31</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.31/</link><pubDate>Tue, 15 Oct 2024 17:51:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.31/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Convert catalog filter menu sistent filter @amitamrutiya (#2824)&lt;/li&gt;
&lt;li&gt;Keda design challenge @Alero-Awani (#2829)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump sistent version and make changes based on new sistent version @amitamrutiya (#2844)&lt;/li&gt;
&lt;li&gt;use catalog search field and sort menu to sistent @amitamrutiya (#2825)&lt;/li&gt;
&lt;li&gt;Use cloud hamburger menu into a reusabel sistent component @amitamrutiya (#2822)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;ci: remove redundancy label workflow and fix label server @jerensl (#2843)&lt;/li&gt;
&lt;li&gt;fix: change to master branch @jerensl (#2842)&lt;/li&gt;
&lt;li&gt;fix: change input number to input string @jerensl (#2841)&lt;/li&gt;
&lt;li&gt;Fix/dispatch cloud build on pr @jerensl (#2840)&lt;/li&gt;
&lt;li&gt;fix: change token @jerensl (#2839)&lt;/li&gt;
&lt;li&gt;ci: add build cloud ui dispatch @jerensl (#2837)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Alero-Awani, @MUzairS15, @amitamrutiya, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.121-7</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-7/</link><pubDate>Tue, 15 Oct 2024 07:35:45 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-7/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-kanvas" class="heading-link"&gt;
 🖌️ Kanvas
 &lt;a href="#-kanvas" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;ci: add logical and for label kanvas @jerensl (#2990)&lt;/li&gt;
&lt;li&gt;fix: labels and annotations not expanding by default @aabidsofi19 (#2988)&lt;/li&gt;
&lt;li&gt;fix: double border stroke not legible in pamela @aabidsofi19 (#2987)&lt;/li&gt;
&lt;li&gt;[Enhance] Mode Switcher: New Operator mode name and icon @leecalcote (#2986)&lt;/li&gt;
&lt;li&gt;[Enhancement] Distinct arrowhead icon for annotation arrows @leecalcote (#2985)&lt;/li&gt;
&lt;li&gt;fix border width value always zero in pamela @aabidsofi19 (#2984)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;ci: disable auto label from release draft @jerensl (#2991)&lt;/li&gt;
&lt;li&gt;ci: add logical and for label kanvas @jerensl (#2990)&lt;/li&gt;
&lt;li&gt;Ci/chore auto labeler @jerensl (#2989)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@aabidsofi19, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.30</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.30/</link><pubDate>Sun, 13 Oct 2024 18:07:18 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.30/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;explicit listing @leecalcote (#2836)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;explicit listing @leecalcote (#2836)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.29</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.29/</link><pubDate>Sun, 13 Oct 2024 17:39:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.29/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Remove disallow in robots.txt&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.121-6</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-6/</link><pubDate>Sun, 13 Oct 2024 08:41:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-6/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-kanvas" class="heading-link"&gt;
 🖌️ Kanvas
 &lt;a href="#-kanvas" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add hotkey for textbox and comment @amitamrutiya (#2938)&lt;/li&gt;
&lt;li&gt;fix: pen mode not exiting on clicking icon on dock @aabidsofi19 (#2979)&lt;/li&gt;
&lt;li&gt;Add new hotkeys @aabidsofi19 (#2978)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-maintenance" class="heading-link"&gt;
 🧰 Maintenance
 &lt;a href="#-maintenance" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;ci: fix release notes multiline @jerensl (#2983)&lt;/li&gt;
&lt;li&gt;ci: change a template a bit @jerensl (#2982)&lt;/li&gt;
&lt;li&gt;Ci/update release label @jerensl (#2981)&lt;/li&gt;
&lt;li&gt;ci: update release label @jerensl (#2980)&lt;/li&gt;
&lt;li&gt;ci: add release notes body @jerensl (#2977)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Yashsharma1911, @aabidsofi19, @amitamrutiya, @jerensl, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.28</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.28/</link><pubDate>Sat, 12 Oct 2024 19:31:09 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.28/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;switch user-access-cloud -&amp;gt; user-access make account @vishalvivekm (#2835)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-cloud-ui" class="heading-link"&gt;
 🖥 Cloud UI
 &lt;a href="#-cloud-ui" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Public User Profile] Fix reference to Catalog-Card component @leecalcote (#2834)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-server" class="heading-link"&gt;
 💻 Server
 &lt;a href="#-server" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[Public User Profile] Fix reference to Catalog-Card component @leecalcote (#2834)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io, @leecalcote and @vishalvivekm&lt;/p&gt;</description></item><item><title>v0.8.27</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.27/</link><pubDate>Sat, 12 Oct 2024 18:58:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.27/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Use sistent filp card in catalog @amitamrutiya (#2827)&lt;/li&gt;
&lt;li&gt;[Chore] Making references to \Meshery Catalog\ just&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>v0.7.121-5</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-5/</link><pubDate>Fri, 11 Oct 2024 15:21:25 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-5/</guid><description/></item><item><title>v0.7.121-4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-4/</link><pubDate>Fri, 11 Oct 2024 13:13:21 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-4/</guid><description/></item><item><title>v0.7.121-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-3/</link><pubDate>Fri, 11 Oct 2024 03:15:32 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-3/</guid><description/></item><item><title>v0.7.121-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-2/</link><pubDate>Thu, 10 Oct 2024 09:11:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-2/</guid><description/></item><item><title>v0.8.26</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.26/</link><pubDate>Tue, 08 Oct 2024 21:31:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.26/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[Sitemap] Combining sitemap exclude with robots.txt allow @leecalcote (#2823)&lt;/li&gt;
&lt;li&gt;Exclude few path from sitemap @sudhanshutech (#2821)&lt;/li&gt;
&lt;li&gt;fix sitemap generation using postbuild process @sudhanshutech (#2808)&lt;/li&gt;
&lt;li&gt;Upgrade kanvas snapshot action version @Aijeyomah (#2820)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Aijeyomah, @MUzairS15, @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.7.121-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-1/</link><pubDate>Tue, 08 Oct 2024 21:12:33 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.121-1/</guid><description/></item><item><title>v0.7.120-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.120-1/</link><pubDate>Tue, 08 Oct 2024 19:01:05 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.120-1/</guid><description/></item><item><title>v0.7.119-4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.119-4/</link><pubDate>Mon, 07 Oct 2024 23:09:42 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.119-4/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h2 id="-general" class="heading-link"&gt;
 🔤 General
 &lt;a href="#-general" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Manually built and packaged graphql plugin.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-contributors" class="heading-link"&gt;
 👨🏽‍💻 Contributors
 &lt;a href="#-contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@leecalcote&lt;/p&gt;</description></item><item><title>v0.7.119-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.119-3/</link><pubDate>Mon, 07 Oct 2024 22:40:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.119-3/</guid><description/></item><item><title>v0.7.119-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.119-2/</link><pubDate>Mon, 07 Oct 2024 21:24:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.119-2/</guid><description/></item><item><title>v0.7.119-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.119-1/</link><pubDate>Mon, 07 Oct 2024 21:01:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.119-1/</guid><description/></item><item><title>v0.7.118-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.118-1/</link><pubDate>Mon, 07 Oct 2024 19:44:58 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.118-1/</guid><description/></item><item><title>v0.8.25</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.25/</link><pubDate>Mon, 07 Oct 2024 19:42:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.25/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update capabilities and account extensions and Kanvas icon @leecalcote (#2819)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.117-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.117-2/</link><pubDate>Sun, 06 Oct 2024 17:00:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.117-2/</guid><description/></item><item><title>v0.7.117-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.117-1/</link><pubDate>Sun, 06 Oct 2024 16:36:30 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.117-1/</guid><description/></item><item><title>v0.7.116-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.116-1/</link><pubDate>Sun, 06 Oct 2024 16:10:48 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.116-1/</guid><description/></item><item><title>v0.7.115-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.115-1/</link><pubDate>Sun, 06 Oct 2024 09:17:22 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.115-1/</guid><description/></item><item><title>v0.7.114-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.114-1/</link><pubDate>Sat, 05 Oct 2024 22:54:19 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.114-1/</guid><description/></item><item><title>v0.7.113-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.113-1/</link><pubDate>Sat, 05 Oct 2024 13:54:41 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.113-1/</guid><description/></item><item><title>v0.7.112-2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.112-2/</link><pubDate>Sat, 05 Oct 2024 13:09:08 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.112-2/</guid><description/></item><item><title>v0.8.24</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.24/</link><pubDate>Sat, 05 Oct 2024 11:36:17 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.24/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fix cloud ui build @MUzairS15 (#2817)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15 and @l5io&lt;/p&gt;</description></item><item><title>v0.7.112-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.112-1/</link><pubDate>Sat, 05 Oct 2024 11:03:44 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.112-1/</guid><description/></item><item><title>v0.8.23</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.23/</link><pubDate>Sat, 05 Oct 2024 11:00:41 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.23/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Support inter domain issue of sessions @MUzairS15 (#2816)&lt;/li&gt;
&lt;li&gt;Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 @dependabot (#2806)&lt;/li&gt;
&lt;li&gt;Bump github.com/layer5io/meshkit from 0.7.73 to 0.7.78 @dependabot (#2807)&lt;/li&gt;
&lt;li&gt;add function to create missing singup event @MUzairS15 (#2812)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @dependabot, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.111-1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.111-1/</link><pubDate>Fri, 04 Oct 2024 19:15:57 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.111-1/</guid><description/></item><item><title>v0.7.110-5</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.110-5/</link><pubDate>Fri, 04 Oct 2024 18:07:43 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.110-5/</guid><description/></item><item><title>v0.7.110-4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.110-4/</link><pubDate>Fri, 04 Oct 2024 12:29:29 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.110-4/</guid><description/></item><item><title>v0.8.22</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.22/</link><pubDate>Fri, 04 Oct 2024 03:54:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.22/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[Chore] Update MeshMap references in Plans page @jameshorton2337 (#2813)&lt;/li&gt;
&lt;li&gt;Bump github.com/meshery/schemas from 0.7.31 to 0.7.35 @dependabot (#2805)&lt;/li&gt;
&lt;li&gt;[User Flows] Do not archive/delete user record after migration. @MUzairS15 (#2814)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @dependabot, @jameshorton2337, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.7.110-3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.110-3/</link><pubDate>Thu, 03 Oct 2024 19:27:06 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/releases/v0.7.110-3/</guid><description/></item><item><title>v0.8.21</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.21/</link><pubDate>Wed, 02 Oct 2024 11:42:59 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.21/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixes @MUzairS15 (#2811)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.20</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.20/</link><pubDate>Tue, 01 Oct 2024 22:37:11 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.20/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bump @rjsf/validator-ajv8 from 5.18.1 to 5.21.1 in /ui @dependabot (#2800)&lt;/li&gt;
&lt;li&gt;Upgrade meshmap snapshot version @Aijeyomah (#2809)&lt;/li&gt;
&lt;li&gt;Add robots.txt and sitmap-0.xml to router.go @leecalcote (#2799)&lt;/li&gt;
&lt;li&gt;Bump @mui/x-date-pickers from 7.11.1 to 7.18.0 in /ui @dependabot (#2801)&lt;/li&gt;
&lt;li&gt;Bump @fontsource/roboto from 5.0.8 to 5.1.0 in /ui @dependabot (#2802)&lt;/li&gt;
&lt;li&gt;Bump husky from 4.3.8 to 9.1.6 in /ui @dependabot (#2803)&lt;/li&gt;
&lt;li&gt;convert reusable autocomplete components to rtk fetching @sudhanshutech (#2810)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Aijeyomah, @MUzairS15, @dependabot, @dependabot[bot], @l5io, @leecalcote and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.7</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.7/</link><pubDate>Tue, 03 Sep 2024 11:51:14 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.7/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;

&lt;h2 id="-features" class="heading-link"&gt;
 🚀 Features
 &lt;a href="#-features" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;search for full name of user in request table @sudhanshutech (#2760)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="-bug-fixes" class="heading-link"&gt;
 🐛 Bug Fixes
 &lt;a href="#-bug-fixes" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[bug] fix uploading of image in profile @sudhanshutech (#2759)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.6</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.6/</link><pubDate>Mon, 02 Sep 2024 19:48:26 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.6/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;chore: Update MIN_MESHERY_VERSION to v0.7.91 in config files @leecalcote (#2758)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.5</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.5/</link><pubDate>Mon, 02 Sep 2024 17:30:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.5/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;update schemas package to v0.7.31 and meshkit to v0.7.73 @MUzairS15 (#2757)&lt;/li&gt;
&lt;li&gt;Bump eslint-config-next from 14.2.3 to 14.2.7 in /ui @dependabot (#2753)&lt;/li&gt;
&lt;li&gt;Revert ix: learning-path toc\ @captain-Akshay (#2756)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @captain-Akshay, @dependabot, @dependabot[bot], @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.4</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.4/</link><pubDate>Sat, 31 Aug 2024 09:53:34 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.4/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix admin not able to edit others private design @Yashsharma1911 (#2748)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @Yashsharma1911, @l5io and @shubham251972&lt;/p&gt;</description></item><item><title>v0.8.3</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.3/</link><pubDate>Fri, 30 Aug 2024 20:54:15 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.3/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fix: learning-path toc @captain-Akshay (#2747)&lt;/li&gt;
&lt;li&gt;[chore] fix missing comma @dragon-slayer875 (#2745)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@captain-Akshay, @dragon-slayer875, @l5io and captain-Akshay&lt;/p&gt;</description></item><item><title>v0.8.2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.2/</link><pubDate>Thu, 29 Aug 2024 18:45:01 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[Learning Path] Interpreting Designs @Alero-Awani (#2738)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Alero-Awani, @MUzairS15, @l5io and @leecalcote&lt;/p&gt;</description></item><item><title>v0.8.1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.1/</link><pubDate>Wed, 28 Aug 2024 19:20:53 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Update Token handlers with API standards @singh1203 (#2705)&lt;/li&gt;
&lt;li&gt;[chore] Rename service mesh keys to cloud native infrastructure @dragon-slayer875 (#2595)&lt;/li&gt;
&lt;li&gt;Migrate connection APIs to follow API standards @Yashsharma1911 (#2711)&lt;/li&gt;
&lt;li&gt;sistent bump @captain-Akshay (#2743)&lt;/li&gt;
&lt;li&gt;learning-path theme colors @captain-Akshay (#2742)&lt;/li&gt;
&lt;li&gt;Update Plan, Subscriptions &amp;amp; meshmodels handlers with API standards @singh1203 (#2710)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @Yashsharma1911, @captain-Akshay, @dragon-slayer875, @l5io, @singh1203 and captain-Akshay&lt;/p&gt;</description></item><item><title>v0.8.0</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.0/</link><pubDate>Tue, 27 Aug 2024 09:28:51 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.0/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fix integrations api @MUzairS15 (#2741)&lt;/li&gt;
&lt;li&gt;Empty state for in single catalog page @sudhanshutech (#2740)&lt;/li&gt;
&lt;li&gt;[UI]:Making Mastering Meshery, Learning path UI more prominent @SAHU-01 (#2721)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@MUzairS15, @SAHU-01, @captain-Akshay, @l5io and @sudhanshutech&lt;/p&gt;</description></item><item><title>v0.8.0-beta.2</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.0-beta.2/</link><pubDate>Tue, 27 Aug 2024 00:22:18 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.0-beta.2/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;bump schemas @aabidsofi19 (#2739)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="contributors" class="heading-link"&gt;
 Contributors
 &lt;a href="#contributors" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Thank you to our contributors for making this release possible:
@Jougan-0, @aabidsofi19 and @l5io&lt;/p&gt;</description></item><item><title>v0.8.0-beta.1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.0-beta.1/</link><pubDate>Mon, 26 Aug 2024 19:31:41 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/reference/releases/v0.8.0-beta.1/</guid><description>&lt;h2 id="whats-new" class="heading-link"&gt;
 What&amp;rsquo;s New
 &lt;a href="#whats-new" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Captain/views filters @captain-Akshay (#2736)&lt;/li&gt;
&lt;li&gt;upgrade schemas to v0.7.26 @MUzairS15 (#2735)&lt;/li&gt;
&lt;li&gt;added learning-path content to views @captain-Akshay (#2734)&lt;/li&gt;
&lt;li&gt;Revert \Revert&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Birth of Kanvas Logo</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/advanced/advanced/birth-of-kanvas-logo/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/advanced/advanced/birth-of-kanvas-logo/</guid><description>&lt;div class="yt-embed-container"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/4WcofErPTx4?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;

&lt;p&gt;This video captures the evolutionary transition of Meshery into Kanvas. As a distribution of Meshery, Kanvas is and opinionated user experience.&lt;/p&gt;</description></item><item><title>Custom styling for your self-hosted deployments</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/features/cloud/white-label/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/features/cloud/white-label/</guid><description>&lt;div class="yt-embed-container"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/hZuhmP7lenk?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;

&lt;p&gt;You can change the logo, color scheme, domain name, and other aspects of the user interface to match your own identity and preferences. White-labeling enables you to offer a seamless and consistent experience to your customers, partners, or internal users who access your service mesh platform. White-labeling also helps you to differentiate your platform from other Layer5 Cloud users and competitors, and to enhance your brand recognition and loyalty.&lt;/p&gt;</description></item><item><title>Design Review Mechanics</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/getting-started/comments/design-reviews-full/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/getting-started/comments/design-reviews-full/</guid><description>&lt;div class="yt-embed-container"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/LaG3AykTx0M?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;

&lt;p&gt;Use comments to offer feedback to team members, take detailed design notes, capture helpful tips for your team members, and include justification as to your infrastructure and application configuration decisions. Pay it forward to your future self by leaving historical record for reference later.&lt;/p&gt;
&lt;p&gt;Related Documentation: &lt;a href="https://docs.layer5.io/kanvas/designer/comments/"&gt;Design Reviews&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lessons learned in this Peer Review module:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Collaboration is Key:&lt;/strong&gt; Kanvas facilitates collaborative design through peer reviews. It emphasizes both asynchronous (commenting, notifications) and synchronous (real-time discussion) methods.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Clear Workflow:&lt;/strong&gt; The script outlines a defined workflow for peer reviews, from requesting a review to providing feedback and reaching completion.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Specific Feedback:&lt;/strong&gt; Kanvas allows users to provide feedback on specific components of a design, making the review process more targeted and effective.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Centralized Review:&lt;/strong&gt; All feedback is stored within the Kanvas design, creating a centralized location for review and discussion.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Benefits of Peer Review:&lt;/strong&gt; The script highlights the advantages of using Kanvas for peer review, such as improved collaboration, reduced errors, and faster design cycles.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Flexibility:&lt;/strong&gt; The script allows for different methods of adding comments (drag and drop, toolbar icon, hotkey, right-click) to accommodate user preferences.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Notifications:&lt;/strong&gt; Users receive notifications for review requests and comments, ensuring they stay updated.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Both Asynchronous and Synchronous Collaboration are Important:&lt;/strong&gt; The demo covers both types of interaction.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Design Reviews in Kanvas</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/features/kanvas/design-review/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/features/kanvas/design-review/</guid><description>&lt;div class="yt-embed-container"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/bb6J--aApk8?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;</description></item><item><title>Design Reviews: Adding Comments</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/getting-started/comments/adding-comments/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/getting-started/comments/adding-comments/</guid><description>&lt;div class="yt-embed-container"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/bb6J--aApk8?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;</description></item><item><title>Design Reviews: Adding Comments 1</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/template-category/sub-category/video-1/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/template-category/sub-category/video-1/</guid><description>&lt;div class="youtube-embed-container"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/videoId?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;

&lt;!-- example: &lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/bb6J--aApk8?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;
 --&gt;</description></item><item><title>Email / SMTP Troubleshooting</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/self-hosted/operating/smtp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/self-hosted/operating/smtp/</guid><description>&lt;h1 id="email-debugging-guide-for-layer5-cloud" class="heading-link"&gt;
 Email Debugging Guide for Layer5 Cloud
 &lt;a href="#email-debugging-guide-for-layer5-cloud" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;This guide explains how to diagnose email sending issues in Layer5 Cloud deployments using the enhanced debug logging and testing features.&lt;/p&gt;

&lt;h2 id="overview" class="heading-link"&gt;
 Overview
 &lt;a href="#overview" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Email issues in Layer5 Cloud can occur due to various reasons including SMTP configuration problems, template errors, recipient validation issues, or network connectivity problems. This guide provides comprehensive debugging tools and techniques.&lt;/p&gt;</description></item><item><title>Environments</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/spaces/environments/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/spaces/environments/</guid><description>&lt;p&gt;Environments are how you organize your deployment targets (whether on-premises servers or cloud services) into groups that represent the different stages of your deployment pipeline, for instance, development, test, and production.
Environments allow you to logically group related &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/spaces/environments/#connections"&gt;Connections&lt;/a&gt; and their associated &lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/spaces/environments/#credentials"&gt;Credentials&lt;/a&gt;. Environments make it easier for you to manage, share, and work with a collection of resources as a group, instead of dealing with all your Connections and Credentials on an individual basis.&lt;/p&gt;</description></item><item><title>Interactive Terminal</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/operator/interactive-terminal/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/operator/interactive-terminal/</guid><description>&lt;p&gt;When operating cloud native infrastructure, deep diagnostics often require direct access to the container shell. The &lt;strong&gt;Interactive Terminal&lt;/strong&gt; in Kanvas enables you to execute commands and inspect the filesystem of your running containers directly from the visual topology. By integrating terminal sessions into the Kanvas interface, you can troubleshoot issues, verify configurations, and test network connectivity without switching context to external CLI tools like &lt;code&gt;kubectl&lt;/code&gt;.&lt;/p&gt;

&lt;h2 id="overview" class="heading-link"&gt;
 Overview
 &lt;a href="#overview" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The Kanvas Interactive Terminal allows operators to establish a secure, low-latency shell session with one or more pods simultaneously. This feature is essential for &amp;ldquo;last mile&amp;rdquo; debugging where metrics and logs alone are insufficient. The interactive terminal behaves in a fashion similar to the behavior of the &lt;code&gt;kubectl exec&lt;/code&gt; command, but web-based.&lt;/p&gt;</description></item><item><title>Kanvas Designer Overview</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/getting-started/basics/designer-overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/getting-started/basics/designer-overview/</guid><description>&lt;div class="yt-embed-container"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/qaoYRP3oLok?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;


&lt;h3 id="related-docs" class="heading-link"&gt;
 Related Docs
 &lt;a href="#related-docs" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/designer/"&gt;Exploring Designer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Kanvas Designer Overview</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/getting-started/basics/operator-overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/getting-started/basics/operator-overview/</guid><description>&lt;div class="yt-embed-container"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/QANUEikEwQY?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;


&lt;h3 id="related-docs" class="heading-link"&gt;
 Related Docs
 &lt;a href="#related-docs" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/operator/"&gt;Exploring Designer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Keyboard Shortcuts</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/keyboard-shortcuts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/keyboard-shortcuts/</guid><description>&lt;!-- set of custom keyboard button classes --&gt;
&lt;link rel="stylesheet" href="https://unpkg.com/keyboard-css@1.2.4/dist/css/main.min.css" /&gt;
&lt;p&gt;Kanvas provides several keyboard shortcuts to improve your design workflow. These shortcuts can help you quickly perform various actions and tasks. Here is a list of commonly used keyboard shortcuts:&lt;/p&gt;

&lt;h3 id="designer-shortcuts" class="heading-link"&gt;
 Designer Shortcuts
 &lt;a href="#designer-shortcuts" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;As a designer in Kanvas, you can take advantage of various keyboard shortcuts to streamline your design process. These shortcuts are designed to help you perform common actions quickly and efficiently:&lt;/p&gt;</description></item><item><title>Log Streaming</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/operator/log-streaming/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/operator/log-streaming/</guid><description>&lt;p&gt;Efficient troubleshooting requires immediate visibility into your application&amp;rsquo;s behavior. The &lt;strong&gt;Log Streamer&lt;/strong&gt; in Kanvas allows you to live-tail logs from your Kubernetes pods and containers directly within the visual topology. Unlike static log files, this feature provides a real-time, multiplexed view of your infrastructure&amp;rsquo;s activities, enabling you to debug interactions between services without leaving the Kanvas interface.&lt;/p&gt;

&lt;h2 id="overview" class="heading-link"&gt;
 Overview
 &lt;a href="#overview" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Kanvas Log Streaming is part of the &lt;strong&gt;Operator&lt;/strong&gt; mode (Visualizer). It establishes a persistent, low-latency connection to your cluster resources, allowing you to stream &lt;code&gt;stdout&lt;/code&gt; and &lt;code&gt;stderr&lt;/code&gt; logs from one or multiple pods simultaneously.&lt;/p&gt;</description></item><item><title>Meshery Playground Teaser Video</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/features/meshery/meshery-teaser/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/features/meshery/meshery-teaser/</guid><description>&lt;div class="yt-embed-container"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/Do7htKrRzDA?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;</description></item><item><title>Meshery Playground Teaser Video</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/integrations/aws/meshery-teaser/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/integrations/aws/meshery-teaser/</guid><description>&lt;div class="yt-embed-container"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/Do7htKrRzDA?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;</description></item><item><title>Pinning Models to Dock</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/getting-started/basics/pinning-models-to-dock/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/getting-started/basics/pinning-models-to-dock/</guid><description>&lt;div class="yt-embed-container"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/8lQ6ed_1Tss?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Transcript:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Five has found that he frequently references the same set of models while designing. If you know that you’ll be using components from a model frequently, you can pin that model for easy retrieval of its components.
To pin a model to the dock in Layer5 Kanvas, click the pin icon next to the model. The model will now be accessible in the dock for quick use.&lt;/p&gt;</description></item><item><title>Publishing Designs</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/getting-started/comments/publish-design/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/videos/getting-started/comments/publish-design/</guid><description>&lt;div class="yt-embed-container"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/UCKS4eSB7AY?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;

&lt;p&gt;Publishing a design lets you make your content visible to any anonymous visitor of &lt;a href="https://cloud.layer5.io/catalog"&gt;https://cloud.layer5.io/catalog&lt;/a&gt; and any Layer5 Cloud user. Anyone with the link can view the design. You can publish the design into your Cloud Catalog.&lt;/p&gt;</description></item><item><title>Recognizing User and Contributor Milestones</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/tutorials/assigning-user-badges/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/cloud/tutorials/assigning-user-badges/</guid><description>&lt;p&gt;Layer5 badges are one of the many ways that we recognize the efforts of our contributors and uplift our users. Layer5 badges represent milestones that you achieve both in using and in contributing to Layer5-supported open source projects. As a contributor, this is how you demonstrate your ownership, dedication, skills and loyalty to Layer5. As a user, this is how you demonstrate your prowess.&lt;/p&gt;






&lt;div class="alert alert-custom" style="border-color: #3772ff;" role="alert"&gt;
 &lt;h4 class="alert-heading" style="color: #3772ff;"&gt;Info&lt;/h4&gt;
 
 See all Achievement and all Project badges in the &lt;a href="https://badges.layer5.io"&gt;Badge Gallery&lt;/a&gt;.
 
&lt;/div&gt;


&lt;!-- 
Pending Leaderboard completion
See the badge leaderboard in the [Leaderboard](https://badges.layer5.io/leaderboard). --&gt;

&lt;h3 id="how-to-earn-badges" class="heading-link"&gt;
 How to Earn Badges
 &lt;a href="#how-to-earn-badges" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Earning Layer5 badges is both rewarding and straightforward. Each badge is tied to specific activities. For users, badges for activities such as using our projects, talking about the projects, sharing your successes and what you like about them. For contributors, badges include activities such as submitting code, assisting with documentation, participating in community events, and more. As you accumulate contributions in various areas, you&amp;rsquo;ll begin to unlock badges that showcase your multifaceted involvement.&lt;/p&gt;</description></item><item><title>Search Results</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/search/</guid><description/></item><item><title>Troubleshooting Kanvas</title><link>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/troubleshooting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-933--bejewelled-pegasus-b0ce81.netlify.app/kanvas/reference/troubleshooting/</guid><description>&lt;h2 id="meshery-extension" class="heading-link"&gt;
 Meshery Extension
 &lt;a href="#meshery-extension" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h2&gt;

&lt;h3 id="designer-mode" class="heading-link"&gt;
 Designer Mode
 &lt;a href="#designer-mode" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;Upon Meshery extension&amp;rsquo;s first load, a GET request initializes the Kanvas plugin. Errors are classified into two types: plugin not found or built on a different version. Kanvas loads, and Designer is functional if no errors occur.&lt;/p&gt;

&lt;h3 id="operator-mode" class="heading-link"&gt;
 Operator Mode
 &lt;a href="#operator-mode" class="heading-anchor" aria-label="Permalink to this heading"&gt;🔗&lt;/a&gt;
&lt;/h3&gt;
&lt;p&gt;GraphQL queries fetch header data and view data for the Operator canvas. Checks ensure data types and properties are correct, enabling canvas display. If no clusters are connected, a modal prompts the user to select one.&lt;/p&gt;</description></item></channel></rss>