Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 26 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ extra_scripts:
<section class="esc-section esc-nutshell-section">
<div class="container">
<div class="esc-header esc-header-nutshell mb-5">
<h2 class="h2">Latest News: <br/> S-CORE Release v0.5 - beta is available</h2>
<h2 class="h2">Latest News: <br/> 23.02.2026 - S-CORE Release v0.6.0 is available</h2>
</div>

<div class="row g-4 justify-content-center">
Expand All @@ -189,7 +189,7 @@ extra_scripts:

<a
class="read-more btn btn-primary main-primary mt-4 d-inline-block text-center"
href="https://eclipse-score.github.io/score/main/score_releases/score_releases/score_v0_5_beta.html" target="_blank" rel="noopener noreferrer"
href="https://eclipse-score.github.io/reference_integration/v0.6.0/_collections/score_platform/docs/score_releases/score_releases/score_v0_6.html#doc__score_v06_release_note" target="_blank" rel="noopener noreferrer"
>
Release Notes
</a>
Expand All @@ -215,7 +215,7 @@ extra_scripts:

<a
class="read-more btn btn-primary main-primary mt-4 d-inline-block text-center"
href="https://eclipse-score.github.io/score/main/handbook/index.html" target="_blank" rel="noopener noreferrer"
href="https://eclipse-score.github.io/reference_integration/v0.6.0/_collections/score_platform/docs/handbook/index.html" target="_blank" rel="noopener noreferrer"
>
How to get started
</a>
Expand Down Expand Up @@ -270,7 +270,29 @@ extra_scripts:
<div class="esc-content">
<div class="owl-carousel-wrapper position-relative">
<div class="owl-carousel news-slider">

<!-- ========== Begin Card ========== -->
<div class="card">
<div class="card-img">
<img src="images/home/2026-02-23_s-corev060_milestone_architecture.jpg" alt="" />
</div>
<div class="card-body p-0 py-4">
<h4 class="title mb-2">Eclipse S-CORE v0.6.0 Released</h4>
<p class="desc">
We're excited to announce the third milestone release of Eclipse S-CORE (v0.6.0), the open-source automotive middleware platform developed within the Eclipse SDV Working Group!
</p>
<h4 class="title mb-2">Eclipse S-CORE: <br>
Open by Choice. Safe by Design.</h4>
</div>
<div class="card-actions">
<a class="learn-more" href="articles.html" and rel="noopener noreferrer"
>Learn More
<div class="icon">
<img src="images/icons/right-arrow.svg" alt="" />
</div>
</a>
</div>
</div>
<!-- ========== End Card ========== -->
<div class="card">
<div class="card-img">
<img src="images/home/S_CORE_0_5.png" alt="" />
Expand Down
63 changes: 63 additions & 0 deletions content/articles.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,69 @@ breadcrumb_html: |
<div class="row w-100 g-4">
<div class="col-12 col-xl-8 gap-3 mt-0">
<div class="d-flex flex-column gap-3">
<!-- ========== START: S-CORE 0.6.0 Release Card (English Version) ========== -->
<div class="main-blog-item-card d-flex flex-column gap-3">

<div class="blog-item-content">
<div class="top-pick-date d-flex align-items-center gap-2 mb-2">
<span class="icon d-flex align-items-center">
<img src="images/icons/calendar.svg" alt="Calendar Icon" />
</span>
<!-- Adjust the date to the actual release date -->
<span class="date">Feb 23, 2026</span>
</div>
<h2 class="h2 mb-3">
Eclipse S-CORE v0.6.0 Milestone Released!
</h2>

<!-- IMPORTANT: The markdown="1" attribute ensures the content is rendered correctly -->
<div class="card-text mb-4" markdown="1">

<p>We're excited to announce the third milestone release of Eclipse S-CORE (v0.6.0), the open-source automotive middleware platform developed within the Eclipse SDV Working Group!</p>

<h4 class="mt-4 mb-2">What's New in v0.6.0:</h4>

<ul>
<li>
<strong>Dual-Language Platform:</strong> S-CORE now offers equal support for C++ and Rust, with 5 modules featuring Rust APIs and integration of the Ferrocene safety-critical Rust toolchain.
</li>
<li>
<strong>Platform Expansion:</strong> Two major new modules added:
<ul>
<li><strong>Baselibs Rust:</strong> Foundation utilities for Rust development.</li>
<li><strong>Lifecycle &amp; Health Management:</strong> Launch Manager and Health Monitoring for robust process supervision.</li>
</ul>
</li>
<li>
<strong>Enhanced Capabilities:</strong> Rust backends for Persistency, Communication, and Logging, an interactive example menu, and full CI/CD automation with a unified Bazel module.
</li>
<li>
<strong>Matured Infrastructure:</strong> A comprehensive S-CORE Handbook, enhanced ISO 26262/21434 &amp; ASPICE 4.0 process compliance, and updates for QNX, Red Hat AutoSD, and more.
</li>
</ul>

<h4 class="mt-4 mb-2">Get Involved:</h4>

<ul>
<li>Explore the release: <a href="https://eclipse-score.github.io/reference_integration/v0.6.0/_collections/score_platform/docs/score_releases/index.html" target="_blank">Release Notes</a></li>
<li>Read the S-CORE Handbook: <a href="https://eclipse-score.github.io/reference_integration/v0.6.0/_collections/score_platform/docs/handbook/index.html" target="_blank">S-CORE Handbook</a></li>
<li>Join the conversation: <a href="https://github.com/orgs/eclipse-score/discussions">Discussions on GitHub</a></li>
<li>Contribute: <a href="https://github.com/eclipse-score" target="_blank">GitHub Repo</a></li>
</ul>

<p class="mt-3">A huge thank you to our contributors and the Eclipse SDV community for making this milestone possible!</p>

</div>

<a class="read-more btn btn-primary main-primary mt-4 d-inline-block text-center" href="https://eclipse-score.github.io/reference_integration/v0.6.0/index.html

main/score_releases/score_releases/score_v0_6.html" target="_blank">
Full release notes
</a>
</div>
</div>
<!-- ========== END: S-CORE 0.6.0 Release Card (English Version) ========== -->

<div class="main-blog-item-card d-flex flex-column gap-3">
<div
class="blog-img d-flex align-items-center justify-content-center"
Expand Down
24 changes: 24 additions & 0 deletions static/css/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -455,3 +455,27 @@ body .button.primary:hover {
.main-desc {
font-size: 1.125rem;
}
/* =============================================== */
/* STYLES FÜR LISTEN INNERHALB VON BLOG-KARTEN */
/* =============================================== */

/* Gilt für alle Listen innerhalb des card-text Bereichs */
.main-blog-item-card .card-text ul {
/* Fügt die Standard-Aufzählungszeichen wieder hinzu */
list-style-type: disc;
/* Stellt die linke Einrückung wieder her (wichtig für die Sichtbarkeit der Punkte) */
margin-left: 20px;
padding-left: 1rem;
}

/* Stellt sicher, dass auch verschachtelte Listen korrekt formatiert werden */
.main-blog-item-card .card-text ul ul {
/* Verwendet Kreise für die zweite Ebene, wie im Browser-Standard */
list-style-type: circle;
margin-top: 0.5rem; /* Etwas Abstand zur übergeordneten Liste */
}

/* Fügt einen kleinen Abstand zwischen den Listenelementen für bessere Lesbarkeit hinzu */
.main-blog-item-card .card-text li {
margin-bottom: 0.5rem;
}
24 changes: 24 additions & 0 deletions static/css/news.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,27 @@
.recommended-blogs .h2 {
color: #242c38;
}
/* =============================================== */
/* STYLES FÜR LISTEN INNERHALB VON BLOG-KARTEN */
/* =============================================== */

/* Gilt für alle Listen innerhalb des card-text Bereichs */
.main-blog-item-card .card-text ul {
/* Fügt die Standard-Aufzählungszeichen wieder hinzu */
list-style-type: disc;
/* Stellt die linke Einrückung wieder her (wichtig für die Sichtbarkeit der Punkte) */
margin-left: 20px;
padding-left: 1rem;
}

/* Stellt sicher, dass auch verschachtelte Listen korrekt formatiert werden */
.main-blog-item-card .card-text ul ul {
/* Verwendet Kreise für die zweite Ebene, wie im Browser-Standard */
list-style-type: circle;
margin-top: 0.5rem; /* Etwas Abstand zur übergeordneten Liste */
}

/* Fügt einen kleinen Abstand zwischen den Listenelementen für bessere Lesbarkeit hinzu */
.main-blog-item-card .card-text li {
margin-bottom: 0.5rem;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading