Skip to content

Commit

Permalink
Merge pull request #544 from manojava-gk/updates/release-news
Browse files Browse the repository at this point in the history
update: new blog related to the 23.12
  • Loading branch information
maximilianong authored Dec 11, 2023
2 parents b77d581 + 8caee10 commit 5d81ffa
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
26 changes: 26 additions & 0 deletions blog/2023-12-08-release-23-12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Tractus-X 23.12 available now
description: Release Tractus-X 23.12 announcement
slug: new-release-2312
date: 2023-12-08T11:00
hide_table_of_contents: false
authors:
- name: Daniel Miehle
title: Tractus-X Project Lead
url: https://github.com/danielmiehle
image_url: https://github.com/danielmiehle.png
email: [email protected]
---

![Release Image](@site/static/img/Tractus-X_Release23-12.png)

We are pleased to announce the Tractus-X Release 23.12! This release brings important improvements to our Catena-X operating system and KITs in terms of robustness, documentation, and usability (e.g. enhanced error handling) for all data space participants.

Catena-X Operating System (cxOS):
We have significantly improved the performance, deployability, and the automation of our test approach of our core and enablement services. We realized our vision of multi-operating-company scenarios by fully enabling the Onboarding Service Provider Role, which allows various companies to perform the registration process now.

Use Cases & Value Creation:
With five new use case KITs and the Knowledge Agent KIT, we are introducing exciting new offerings to solve the toughest industry problems such as Demand and Capacity Management and Circular Economy together. The Knowledge Agent KIT provides a new compute-to-data approach, that is already implemented in the Remaining Useful Life KIT.

Data Space Governance:
The Catena-X Automotive Network e.V. will provide the corresponding standards ( https://catena-x.net/de/standard-library) as well as 101 pager describing Catena-X in an easy way ( https://catena-x.net/de/library).
Binary file added static/img/Tractus-X_Release23-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion utils/newsTitles.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
export const newsTitles = [
{
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",
Expand All @@ -23,5 +28,5 @@ export const newsTitles = [
date: "08.09.2023",
title: "Tractus-X 23.09 is available now",
blogLink: "/blog/new-release-23.09"
},
}
]

0 comments on commit 5d81ffa

Please sign in to comment.