diff --git a/docs/releases/release4.8.md b/docs/releases/release4.8.md index 262375b..8d92e5a 100644 --- a/docs/releases/release4.8.md +++ b/docs/releases/release4.8.md @@ -4,11 +4,12 @@ title: Release 4.8 sidebar_label: Release 4.8 --- -Release date: Semptember 23rd, 2024 +Release date: October 4th, 2024 ## Key Benefits * Empower your Security Supply Chain: Introducing SBOM Generation Support; +* Enhanced Access Control: Associate Profiles and Access with Teams in a refreshed UI; * Plans & Usage: Better visibility and management; * Improvements to vulnerability filtering and perfomance loading time @@ -21,7 +22,7 @@ Release date: Semptember 23rd, 2024
-![img](../../static/img/release47-sbom.png) +![img](../../static/img/release48-sbom.png)
@@ -33,9 +34,9 @@ Key features: - Links Open Vulnerabilities associated with the dependency; How does it work: Generate your SBOM effortlessly using Conviso CLI within your repository or CI/CD pipeline through one of the following commands: -`conviso ast run` -`conviso sca run` -`conviso sbom generate` +- `conviso ast run` +- `conviso sca run` +- `conviso sbom generate` :::info This feature is available when using the latest version of Conviso CLI or version 2.2.2 and above. @@ -45,7 +46,30 @@ Next improvements: - Licensing security compliance validation; - Dependency Graph generation for each dependency -Enhance the security posture and compliance of your applications with our SBOM generation support! +Enhance the security posture and compliance of your applications with our SBOM generation support!



+ + +**_New Feature_** +## Enhanced Access Control: Associate Profiles and Access with Teams in a refreshed UI + +
+ +![img](../../static/img/release48-access-control-teams.png) + +
+ +We’re thrilled to introduce an update to our Access Control feature! You can now associate Profiles and Access definition at the Team level, providing a more organized and scalable way to manage roles and permissions across your organization. + +
+ +![img](../../static/img/release48-access-control-ui.png) + +
+ +Along with this functionality, we've completely refreshed the UI to ensure a smoother and more intuitive experience. The new interface is designed to enhance usability, allowing you to quickly navigate, configure, and manage access with improved clarity and efficiency. + +Dive into these updates today and take full control of your team's security with ease!



+ **_New Feature_** @@ -54,7 +78,7 @@ Enhance the security posture and compliance of your applications with our SBOM g
-![img](../../static/img/release47-plans-usage.png) +![img](../../static/img/release48-plans-usage.png)
@@ -64,7 +88,7 @@ Basic usage metrics such as Users, Assets and Integrations; Advance usage information of Active Developers for an easy and transparent assessment; Add-ons management. -Only users with Admin profile will have access to this page. +Only users with Admin profile will have access to this page.



**_UX Improvement_** @@ -73,7 +97,7 @@ Only users with Admin profile will have access to this page.
-![img](../../static/img/release47-vulns-ux.png) +![img](../../static/img/release48-vulns-ux.png)
diff --git a/sidebars.js b/sidebars.js index 39c6a4f..b9dcfd5 100644 --- a/sidebars.js +++ b/sidebars.js @@ -166,6 +166,7 @@ module.exports = { items: [ 'releases/intro', 'releases/release4.7', + 'releases/release4.7', 'releases/release4.6', 'releases/release4.5', 'releases/release4.4', diff --git a/static/img/release48-access-control-teams.png b/static/img/release48-access-control-teams.png new file mode 100644 index 0000000..2d18118 Binary files /dev/null and b/static/img/release48-access-control-teams.png differ diff --git a/static/img/release48-access-control-ui.png b/static/img/release48-access-control-ui.png new file mode 100644 index 0000000..d494ca6 Binary files /dev/null and b/static/img/release48-access-control-ui.png differ diff --git a/static/img/release47-plans-usage.png b/static/img/release48-plans-usage.png similarity index 100% rename from static/img/release47-plans-usage.png rename to static/img/release48-plans-usage.png diff --git a/static/img/release47-sbom.png b/static/img/release48-sbom.png similarity index 100% rename from static/img/release47-sbom.png rename to static/img/release48-sbom.png diff --git a/static/img/release47-vulns-ux.png b/static/img/release48-vulns-ux.png similarity index 100% rename from static/img/release47-vulns-ux.png rename to static/img/release48-vulns-ux.png