You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2024/01/26 16:23:21 UTC

(camel-website) branch main updated: blog(kaoto): Kaoto 2.0 TP1 Release

This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 79cca1d6 blog(kaoto): Kaoto 2.0 TP1 Release
79cca1d6 is described below

commit 79cca1d6d766af2f295f4449d033602f0ef97742
Author: Ricardo M <lo...@gmail.com>
AuthorDate: Fri Jan 26 14:42:01 2024 +0100

    blog(kaoto): Kaoto 2.0 TP1 Release
---
 content/blog/2024/01/kaoto/CamelKaoto.png          | Bin 0 -> 425214 bytes
 content/blog/2024/01/kaoto/beans.gif               | Bin 0 -> 830102 bytes
 content/blog/2024/01/kaoto/catalog.gif             | Bin 0 -> 2741297 bytes
 content/blog/2024/01/kaoto/dataformats.gif         | Bin 0 -> 2136250 bytes
 .../blog/2024/01/kaoto/expressionDefinition.gif    | Bin 0 -> 1281659 bytes
 content/blog/2024/01/kaoto/index.md                |  62 +++++++++++++++++++++
 6 files changed, 62 insertions(+)

diff --git a/content/blog/2024/01/kaoto/CamelKaoto.png b/content/blog/2024/01/kaoto/CamelKaoto.png
new file mode 100644
index 00000000..45dc31b7
Binary files /dev/null and b/content/blog/2024/01/kaoto/CamelKaoto.png differ
diff --git a/content/blog/2024/01/kaoto/beans.gif b/content/blog/2024/01/kaoto/beans.gif
new file mode 100644
index 00000000..82836383
Binary files /dev/null and b/content/blog/2024/01/kaoto/beans.gif differ
diff --git a/content/blog/2024/01/kaoto/catalog.gif b/content/blog/2024/01/kaoto/catalog.gif
new file mode 100644
index 00000000..c2b3ede5
Binary files /dev/null and b/content/blog/2024/01/kaoto/catalog.gif differ
diff --git a/content/blog/2024/01/kaoto/dataformats.gif b/content/blog/2024/01/kaoto/dataformats.gif
new file mode 100644
index 00000000..7670d6fa
Binary files /dev/null and b/content/blog/2024/01/kaoto/dataformats.gif differ
diff --git a/content/blog/2024/01/kaoto/expressionDefinition.gif b/content/blog/2024/01/kaoto/expressionDefinition.gif
new file mode 100644
index 00000000..a915fd9a
Binary files /dev/null and b/content/blog/2024/01/kaoto/expressionDefinition.gif differ
diff --git a/content/blog/2024/01/kaoto/index.md b/content/blog/2024/01/kaoto/index.md
new file mode 100644
index 00000000..949c31e6
--- /dev/null
+++ b/content/blog/2024/01/kaoto/index.md
@@ -0,0 +1,62 @@
+---
+title: "Kaoto v2.0 TP1 release"
+date: 2024-01-26
+draft: false
+authors: [lordrip]
+categories: ["Releases", "Tooling", "Kaoto"]
+preview: "Kaoto 2.0 TP1 is released. What's new?"
+---
+
+![Kaoto](CamelKaoto.png)
+
+Introducing Kaoto 2.0 (Tech Preview) - A New Chapter for the Kaoto Project
+We are thrilled to announce the first tech preview release of Kaoto 2.0, marking a significant milestone in the evolution of the Kaoto project.
+
+Kaoto is a no-code / low-code editor for Apache Camel integrations, which lets you create and edit your routes in a graphical way.
+
+## Highlights
+A lot of effort has been put into bringing the Kaoto project closer to Apache Camel. We are now directly leveraging the Camel models and schemas to provide all the features Apache Camel is offering also in the Kaoto designer.
+
+On top of that, we were busy adding a host of new features and usability improvements that promise to elevate your development experience. Here's a glimpse of what you can expect:
+
+### New Catalog UI
+Explore a brand-new catalog that provides comprehensive information about component and processor descriptions and parameters. Use the filter and search functionality to easily find what you are looking for.
+![Kaoto Catalog](catalog.gif)
+
+### Expression Definition Support
+Kaoto now provides an enhanced expression definition support, making it easier to define and manage expressions within your Camel routes. We support all languages which are part of Apache Camel.
+![Expression Definition support](expressionDefinition.gif)
+
+### Dataformat Support
+Handle data with ease using our improved data format support. Kaoto now offers a seamless experience when working with different data formats. We support all data formats included in Apache Camel.
+![Dataformats support](dataformats.gif)
+
+### Beans support
+We've introduced support for adding Beans directly from the Canvas Configuration Form, simplifying the process of configuring your Camel routes. The Beans page will offer you full control over all defined beans in one place.
+![Beans support](beans.gif)
+
+### Fresh Icons
+Check out the new set of icons which will help you to understand your integration better without looking at the details.
+
+### Dynamic Labels
+Experience dynamic labels for nodes, improving clarity and making it easier to understand and manage complex route structures. You can provide descriptions for your steps which will then show as the labels on the canvas.
+
+### “setHeaders” Processor
+We added support for the new [`setHeaders` processor](/components/next/eips/setHeaders-eip.html), enhancing your ability to add multiple headers effortlessly.
+
+### Copy Routes to Clipboard
+Take advantage of the "Copy Route to Clipboard" feature, perfect for leveraging the [JBang run from clipboard functionality](/manual/camel-jbang.html#_run_from_clipboard).
+{{< youtube id="sLuBa5aoWyc" class="video" >}}
+
+### Kamelet Integration
+We now support adding Kamelets in a Camel Route, expanding your options, and simplifying integration tasks.
+
+### Lightweight
+This new version of Kaoto is a UI-only application, which makes it more portable for embedding it in different environments.
+
+## What comes next?
+Our plan is to release Kaoto 2.0 Final at the end of Q1 / 2024. We still have some major features to implement - like for instance a REST editor. You can find a more comprehensive Roadmap on [the Kaoto website](https://kaoto.io).
+
+Kaoto continues to be available as a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-kaoto), ensuring seamless integration into your development environment. We also host a [showcase environment](https://kaotoio.github.io/kaoto-next/#) accessible in your browser for easy exploring.
+
+We invite you to explore these exciting new features. Give it a try today and tell us about your experiences!