From 76f49a13a54d02032342f606d5a4c737e19f0d2f Mon Sep 17 00:00:00 2001 From: l5io Date: Tue, 14 Oct 2025 04:23:08 +0000 Subject: [PATCH 1/8] Release Notes Meshery Cloud version v0.8.499 Signed-off-by: l5io Signed-off-by: Nouran Atef --- build/meshery-cloud.version | 2 +- .../en/cloud/reference/releases/v0.8.499.md | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 content/en/cloud/reference/releases/v0.8.499.md diff --git a/build/meshery-cloud.version b/build/meshery-cloud.version index 203f70cd2..1b36c810f 100644 --- a/build/meshery-cloud.version +++ b/build/meshery-cloud.version @@ -1 +1 @@ -v0.8.498 +v0.8.499 diff --git a/content/en/cloud/reference/releases/v0.8.499.md b/content/en/cloud/reference/releases/v0.8.499.md new file mode 100644 index 000000000..d9873bde3 --- /dev/null +++ b/content/en/cloud/reference/releases/v0.8.499.md @@ -0,0 +1,21 @@ +--- +title: v0.8.499 +date: 2025-10-14T04:22:42Z +tag: v0.8.499 +prerelease: false +toc_hide: true +--- + +## 🖥 Cloud UI + +- Bump @casl/react from 3.1.0 to 5.0.0 in /ui @dependabot (#3463) + +## ⬆️ Dependencies + +- Bump @casl/react from 3.1.0 to 5.0.0 in /ui @dependabot (#3463) + +### 👨🏽‍💻 Contributors + +Thank you to our contributors for making this release possible: +@dependabot, @l5io and @leecalcote + From 61d7bcc8e417065ed9a098ce8dd769ef5a819dd3 Mon Sep 17 00:00:00 2001 From: Nouran Atef Date: Tue, 14 Oct 2025 12:08:27 +0300 Subject: [PATCH 2/8] Add note for multi-exam certifications Signed-off-by: Nouran Atef --- .../academy/creating-content/building-certifications/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/cloud/academy/creating-content/building-certifications/index.md b/content/en/cloud/academy/creating-content/building-certifications/index.md index a078954cb..cf7ac665f 100644 --- a/content/en/cloud/academy/creating-content/building-certifications/index.md +++ b/content/en/cloud/academy/creating-content/building-certifications/index.md @@ -144,6 +144,10 @@ To ensure even division, the **total number of questions** must be a **multiple* By default, the **number of retries** is set to the number of generated sets. However, you can increase it, in which case the question sets will **cycle** through repeatedly across attempts. +> ⚠️ **Note :** +> For certifications containing multiple exams, each exam may have its own question bank, question count, and retry settings. +> These configurations are defined per test and may differ across exams within the same certification. + From 3a1c105688ece9c6a24c872cead0b8608f61d46a Mon Sep 17 00:00:00 2001 From: Nouran Atef Date: Tue, 14 Oct 2025 12:17:22 +0300 Subject: [PATCH 3/8] Add note for multi-exam certifications Signed-off-by: Nouran Atef --- .../creating-content/building-certifications/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en/cloud/academy/creating-content/building-certifications/index.md b/content/en/cloud/academy/creating-content/building-certifications/index.md index cf7ac665f..60c77a720 100644 --- a/content/en/cloud/academy/creating-content/building-certifications/index.md +++ b/content/en/cloud/academy/creating-content/building-certifications/index.md @@ -144,9 +144,10 @@ To ensure even division, the **total number of questions** must be a **multiple* By default, the **number of retries** is set to the number of generated sets. However, you can increase it, in which case the question sets will **cycle** through repeatedly across attempts. -> ⚠️ **Note :** -> For certifications containing multiple exams, each exam may have its own question bank, question count, and retry settings. -> These configurations are defined per test and may differ across exams within the same certification. +{{< alert type="warning" title="Note : " >}} +For certifications containing multiple exams, each exam may have its own question bank, question count, and retry settings. +These configurations are defined per test and may differ across exams within the same certification. +{{< /alert >}} From 32524b72c8a2bff3a82700a1c4887ecc1d83fcc6 Mon Sep 17 00:00:00 2001 From: Nouran Atef Date: Tue, 14 Oct 2025 12:20:11 +0300 Subject: [PATCH 4/8] Add note for multi-exam certifications Signed-off-by: Nouran Atef --- .../academy/creating-content/building-certifications/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/cloud/academy/creating-content/building-certifications/index.md b/content/en/cloud/academy/creating-content/building-certifications/index.md index 60c77a720..b120e2902 100644 --- a/content/en/cloud/academy/creating-content/building-certifications/index.md +++ b/content/en/cloud/academy/creating-content/building-certifications/index.md @@ -145,7 +145,7 @@ To ensure even division, the **total number of questions** must be a **multiple* By default, the **number of retries** is set to the number of generated sets. However, you can increase it, in which case the question sets will **cycle** through repeatedly across attempts. {{< alert type="warning" title="Note : " >}} -For certifications containing multiple exams, each exam may have its own question bank, question count, and retry settings. +For certifications containing multiple exams, each exam may have its own test bank, question count, and retry settings. These configurations are defined per test and may differ across exams within the same certification. {{< /alert >}} From ae9ad225a6cf87169cefdf2ca47d8b76cfb75446 Mon Sep 17 00:00:00 2001 From: Nouran Atef Date: Tue, 14 Oct 2025 16:13:29 +0300 Subject: [PATCH 5/8] docs: define test bank Signed-off-by: Nouran Atef --- .../academy/creating-content/building-certifications/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/cloud/academy/creating-content/building-certifications/index.md b/content/en/cloud/academy/creating-content/building-certifications/index.md index b120e2902..307c96412 100644 --- a/content/en/cloud/academy/creating-content/building-certifications/index.md +++ b/content/en/cloud/academy/creating-content/building-certifications/index.md @@ -133,7 +133,7 @@ For detailed instructions on how to write an exam file, define various question ### 4. Managing Question Pools and Test Attempts -A **test** can include more questions than those presented to users in a single attempt, effectively turning it into a **test bank**. When users retry the test, a new set of questions is drawn from the test bank for each attempt. +A **test** can include more questions than those presented to users in a single attempt, effectively turning it into a **test bank** — collection of all possible questions available for that test. When users retry the test, a new set of questions is drawn from the test bank for each attempt. This behavior is controlled by the `number_of_questions` property in the front matter. From 0c931afc9968049bb69e4df19a97aaa6a481bb57 Mon Sep 17 00:00:00 2001 From: Nouran Atef Date: Tue, 14 Oct 2025 18:57:07 +0300 Subject: [PATCH 6/8] change the warning title Signed-off-by: Nouran Atef --- .../academy/creating-content/building-certifications/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/cloud/academy/creating-content/building-certifications/index.md b/content/en/cloud/academy/creating-content/building-certifications/index.md index 307c96412..6b7aadea4 100644 --- a/content/en/cloud/academy/creating-content/building-certifications/index.md +++ b/content/en/cloud/academy/creating-content/building-certifications/index.md @@ -144,7 +144,7 @@ To ensure even division, the **total number of questions** must be a **multiple* By default, the **number of retries** is set to the number of generated sets. However, you can increase it, in which case the question sets will **cycle** through repeatedly across attempts. -{{< alert type="warning" title="Note : " >}} +{{< alert type="warning" title="Multi-Exam Certification Settings" >}} For certifications containing multiple exams, each exam may have its own test bank, question count, and retry settings. These configurations are defined per test and may differ across exams within the same certification. {{< /alert >}} From ee924bc3cf9d2b50790b60013c01d3aec8753000 Mon Sep 17 00:00:00 2001 From: Nouran Atef Date: Fri, 17 Oct 2025 13:00:32 +0300 Subject: [PATCH 7/8] docs: add FAQ section to Meshery Academy page Signed-off-by: Nouran Atef --- content/en/cloud/academy/_index.md | 37 +++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/content/en/cloud/academy/_index.md b/content/en/cloud/academy/_index.md index 83a488ac8..672e5379c 100644 --- a/content/en/cloud/academy/_index.md +++ b/content/en/cloud/academy/_index.md @@ -23,4 +23,39 @@ tags: [Academy] ###### **[Content Creators (Instructors)](https://docs.layer5.io/cloud/academy/creating-content/)**: Develop and publish structured materials, and manage the overall learning experience. -###### **[Platform Developers](https://docs.layer5.io/cloud/academy/platform-development/)**: Extend and maintain the Academy platform, enabling new features and integrations. \ No newline at end of file +###### **[Platform Developers](https://docs.layer5.io/cloud/academy/platform-development/)**: Extend and maintain the Academy platform, enabling new features and integrations. + +## Frequently Asked Questions + +
+What happens if I fail? + +If you don’t pass on your first attempt, you can review the learning materials and retake the assessment after additional preparation. +Each attempt helps reinforce your understanding of the concepts covered in the course. + +
+ +
+Can I retake the certification? + +Yes. Certifications through Meshery Academy are **self-paced** and **free**, allowing you to **retake the exam** until you achieve a passing score of **70 or above**. +However, **some certifications may limit the number of attempts**. Refer to the specific certification’s overview page for its retake policy. + +
+ +
+Does my certificate expire? + +No. All Meshery Academy certifications currently have **lifetime validity** — once earned, your credential does **not expire**. + +
+ +
+How can I showcase my credential? + +Upon successful completion, you’ll receive a **verifiable digital certificate**. You can: +- Add it to your **LinkedIn profile** or resume +- Share it on **social media** +- Display it in your **Meshery Cloud profile** as a recognized credential + +
From 030f9ff692cfcc114f51897a5c91e94f586d494c Mon Sep 17 00:00:00 2001 From: Nouran Atef Date: Fri, 17 Oct 2025 14:15:20 +0300 Subject: [PATCH 8/8] remove FAQs Signed-off-by: Nouran Atef --- content/en/cloud/academy/_index.md | 37 +----------------------------- 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/content/en/cloud/academy/_index.md b/content/en/cloud/academy/_index.md index 672e5379c..83a488ac8 100644 --- a/content/en/cloud/academy/_index.md +++ b/content/en/cloud/academy/_index.md @@ -23,39 +23,4 @@ tags: [Academy] ###### **[Content Creators (Instructors)](https://docs.layer5.io/cloud/academy/creating-content/)**: Develop and publish structured materials, and manage the overall learning experience. -###### **[Platform Developers](https://docs.layer5.io/cloud/academy/platform-development/)**: Extend and maintain the Academy platform, enabling new features and integrations. - -## Frequently Asked Questions - -
-What happens if I fail? - -If you don’t pass on your first attempt, you can review the learning materials and retake the assessment after additional preparation. -Each attempt helps reinforce your understanding of the concepts covered in the course. - -
- -
-Can I retake the certification? - -Yes. Certifications through Meshery Academy are **self-paced** and **free**, allowing you to **retake the exam** until you achieve a passing score of **70 or above**. -However, **some certifications may limit the number of attempts**. Refer to the specific certification’s overview page for its retake policy. - -
- -
-Does my certificate expire? - -No. All Meshery Academy certifications currently have **lifetime validity** — once earned, your credential does **not expire**. - -
- -
-How can I showcase my credential? - -Upon successful completion, you’ll receive a **verifiable digital certificate**. You can: -- Add it to your **LinkedIn profile** or resume -- Share it on **social media** -- Display it in your **Meshery Cloud profile** as a recognized credential - -
+###### **[Platform Developers](https://docs.layer5.io/cloud/academy/platform-development/)**: Extend and maintain the Academy platform, enabling new features and integrations. \ No newline at end of file