diff --git a/blog/2024-03-08-release-24-03.md b/blog/2024-03-08-release-24-03.md new file mode 100644 index 00000000000..d6155130814 --- /dev/null +++ b/blog/2024-03-08-release-24-03.md @@ -0,0 +1,25 @@ +--- +title: Tractus-X 24.03 available now +description: Release Tractus-X 24.03 announcement +slug: new-release-2403 +date: 2024-03-08T11:00 +hide_table_of_contents: false +authors: + - name: Maximilian Ong + title: Ecosystem & Kits + url: https://github.com/maximilianong + image_url: https://github.com/maximilianong.png + email: maximilian.ong@catena-x.net +--- + +![Release Image](@site/static/img/Tractus-X_Release24.03.png) + +We are pleased to announce our first minor release in 2024! + +Tractus-X Release 24.03 focuses on improving the performance and stability of our Catena-X core and onboard services, strengthening our data space foundation. + +Use Cases & Value Creation: With five new KITs we are introducing exciting new offerings to solve the toughest industry problems such as company certificate management, data governance, manufacturing as a service, environmental & social standards (ESS). + +The Industry Core is an integrative layer between the industry-agnostic dataspace foundation and the use cases. It ensures that the various applications can access common functionalities. It describes how digital twins of components, materials and vehicles can be created for the automotive industry and linked with direct business partners. + +Data Space Governance: The Catena-X Automotive Network e.V. will provide the corresponding standards (https://catena-x.net/de/standard-library). \ No newline at end of file diff --git a/static/img/Tractus-X_Release24.03.png b/static/img/Tractus-X_Release24.03.png new file mode 100644 index 00000000000..d850335d3e0 Binary files /dev/null and b/static/img/Tractus-X_Release24.03.png differ diff --git a/utils/newsTitles.js b/utils/newsTitles.js index 26531a24f73..7f439acd844 100644 --- a/utils/newsTitles.js +++ b/utils/newsTitles.js @@ -1,4 +1,9 @@ export const newsTitles = [ + { + date: "08.03.2024", + title: "Tractus-X 24.03 available now", + blogLink: "/blog/new-release-2403" + }, { date: "19.02.2024", title: "Tractus-X Open Planning R24.08", @@ -8,40 +13,5 @@ export const newsTitles = [ date: "19.02.2024", title: "Second Eclipse Tractus-X Community Days", blogLink: "/blog/community-days-05-2024" - }, - { - date: "11.12.2023", - title: "Open Source Planning for Tractus-X release 24.05", - blogLink: "/blog/open-planning-days-pi12" - }, - { - date: "08.12.2023", - title: "Tractus-X 23.12 is available now", - blogLink: "/blog/new-release-2312" - }, - { - date: "28.11.2023", - title: "New launch of tutorials section / First E2E adopter Journey tutorial", - blogLink: "/blog/release-tutorials" - }, - { - date: "04.10.2023", - title: "Open Source Planning for Tractus-X on 19. / 25. October, 2023", - blogLink: "/blog/open-planning-days" - }, - { - date: "20.09.2023", - title: "First Tractus-X Community Days on 7. / 8. December, 2023", - blogLink: "/blog/community-days" - }, - { - date: "10.02.2023", - title: "Eclipse Tractus-X Developer Portal is LIVE!", - blogLink: "/blog/portal-is-live" - }, - { - date: "08.09.2023", - title: "Tractus-X 23.09 is available now", - blogLink: "/blog/new-release-23.09" } ] \ No newline at end of file