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

acosentino 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 8f76ab02 blog(kaoto): Kaoto 2.0 GA Release (#1190)
8f76ab02 is described below

commit 8f76ab02be27d68403aa4eed01d0800c5707b179
Author: Ricardo M <[email protected]>
AuthorDate: Thu Jun 13 02:25:52 2024 -0400

    blog(kaoto): Kaoto 2.0 GA Release (#1190)
    
    * blog(kaoto): Kaoto 2.0 GA Release
    
    * fixed the center image issues
    
    Signed-off-by: Lars Heinemann <[email protected]>
    
    ---------
    
    Signed-off-by: Lars Heinemann <[email protected]>
    Co-authored-by: Lars Heinemann <[email protected]>
---
 .../2024/06/kaoto-release-2.0.0/CamelKaoto.png     | Bin 0 -> 109812 bytes
 .../blog/2024/06/kaoto-release-2.0.0/catalog.gif   | Bin 0 -> 1794408 bytes
 .../2024/06/kaoto-release-2.0.0/createRoute.gif    | Bin 0 -> 2694095 bytes
 .../2024/06/kaoto-release-2.0.0/dataformat.gif     | Bin 0 -> 2653807 bytes
 .../2024/06/kaoto-release-2.0.0/enableDisable.gif  | Bin 0 -> 896835 bytes
 .../2024/06/kaoto-release-2.0.0/expression.gif     | Bin 0 -> 911033 bytes
 content/blog/2024/06/kaoto-release-2.0.0/index.md  | 111 +++++++++++++++++++++
 .../2024/06/kaoto-release-2.0.0/installKaoto.gif   | Bin 0 -> 621456 bytes
 .../06/kaoto-release-2.0.0/integrationWizard.png   | Bin 0 -> 1471211 bytes
 .../2024/06/kaoto-release-2.0.0/newEntities.gif    | Bin 0 -> 533988 bytes
 10 files changed, 111 insertions(+)

diff --git a/content/blog/2024/06/kaoto-release-2.0.0/CamelKaoto.png 
b/content/blog/2024/06/kaoto-release-2.0.0/CamelKaoto.png
new file mode 100644
index 00000000..7dda124d
Binary files /dev/null and 
b/content/blog/2024/06/kaoto-release-2.0.0/CamelKaoto.png differ
diff --git a/content/blog/2024/06/kaoto-release-2.0.0/catalog.gif 
b/content/blog/2024/06/kaoto-release-2.0.0/catalog.gif
new file mode 100644
index 00000000..4a300034
Binary files /dev/null and 
b/content/blog/2024/06/kaoto-release-2.0.0/catalog.gif differ
diff --git a/content/blog/2024/06/kaoto-release-2.0.0/createRoute.gif 
b/content/blog/2024/06/kaoto-release-2.0.0/createRoute.gif
new file mode 100644
index 00000000..5ddc4866
Binary files /dev/null and 
b/content/blog/2024/06/kaoto-release-2.0.0/createRoute.gif differ
diff --git a/content/blog/2024/06/kaoto-release-2.0.0/dataformat.gif 
b/content/blog/2024/06/kaoto-release-2.0.0/dataformat.gif
new file mode 100644
index 00000000..16644657
Binary files /dev/null and 
b/content/blog/2024/06/kaoto-release-2.0.0/dataformat.gif differ
diff --git a/content/blog/2024/06/kaoto-release-2.0.0/enableDisable.gif 
b/content/blog/2024/06/kaoto-release-2.0.0/enableDisable.gif
new file mode 100644
index 00000000..9df6f592
Binary files /dev/null and 
b/content/blog/2024/06/kaoto-release-2.0.0/enableDisable.gif differ
diff --git a/content/blog/2024/06/kaoto-release-2.0.0/expression.gif 
b/content/blog/2024/06/kaoto-release-2.0.0/expression.gif
new file mode 100644
index 00000000..66c9eb24
Binary files /dev/null and 
b/content/blog/2024/06/kaoto-release-2.0.0/expression.gif differ
diff --git a/content/blog/2024/06/kaoto-release-2.0.0/index.md 
b/content/blog/2024/06/kaoto-release-2.0.0/index.md
new file mode 100644
index 00000000..c0c4a9af
--- /dev/null
+++ b/content/blog/2024/06/kaoto-release-2.0.0/index.md
@@ -0,0 +1,111 @@
+---
+title: "Kaoto v2.0 release"
+date: 2024-06-10
+draft: false
+authors: [lordrip]
+categories: ["Releases", "Tooling", "Kaoto"]
+preview: "Kaoto 2.0 has been released"
+---
+
+<div style="text-align: center">
+  <img src="CamelKaoto.png" alt="Kaoto" height="400"/>
+</div>
+
+After previously releasing 3 technical previews, we are thrilled to finally 
announce the release of Kaoto 2.0, marking the first big release after the 
project aligned to be much closer to Apache Camel.
+
+## What is Kaoto?
+
+Kaoto, short for Kamel Orchestration Tool, is a low-code and no-code 
integration designer that allows users to create and edit integrations based on 
Apache Camel. It is extendable, flexible, and adaptable to various use cases, 
making it a versatile tool for integration projects. You can work both visually 
and also directly access the source code giving you a full round-trip editing 
experience.
+
+## Kaoto in Action
+<div style="text-align: center">
+  {{< youtube id="S1WlAMos_64" class="video" >}}
+</div>
+
+## Where can I get Kaoto?
+
+Our main environment is currently [Visual Studio 
Code](https://code.visualstudio.com/). That means Kaoto has created an 
extension for VS Code, which you can easily install from the VS Code 
marketplace. While you can go for simply installing [the Kaoto 
extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-kaoto)
 we still suggest to install [the Extension Pack for Apache 
Camel](https://marketplace.visualstudio.com/items?itemName=redhat.apache-camel-extension-pack)
 wh [...]
+
+<div style="text-align: center">
+  <img src="installKaoto.gif" alt="Install Kaoto" height="400"/>
+</div>
+
+## Create Routes easily
+
+The VS Code Extension pack for Apache Camel provides you with commands to 
easily create Camel routes, Kamelets, Pipes and others. You can filter for 
these commands when you type “Camel:”, which then will show the Camel related 
commands only. When using these commands, we do already provide you with a 
template to easily get started with prototyping. You can configure the steps of 
the integration by clicking and selecting them, which will open up a 
configuration side panel you can use for  [...]
+
+<div style="text-align: center">
+  <img src="createRoute.gif" alt="Create a Route" height="400"/>
+</div>
+
+## Use the Catalog to find what you need
+
+Apache Camel ships with a huge amount of connectors and integration patterns 
as well as Kamelets to be used in your integrations. We created a catalog 
combining these tools in a single place to let you explore and find out more 
about each of these in a visual way. We put in a lot of effort to make the UI 
easy to use and bring the right results to you with less effort and clicks. Use 
the provided filter tags to quickly scan for what you need and if that is not 
enough you can also use the  [...]
+
+<div style="text-align: center">
+  <img src="catalog.gif" alt="Catalog" height="400"/>
+</div>
+
+## Working with Expressions
+
+Kaoto provides you support when working with expressions. We support all 
languages that are part of Apache Camel and provide you with a language 
selector and the expression editor.
+
+<div style="text-align: center">
+  <img src="expression.gif" alt="Expression editor" height="400"/>
+</div>
+
+## Working with Data Formats
+
+If you are working with transformations you will also use data formats. Kaoto 
allows you to easily select from predefined formats and configure them properly.
+
+<div style="text-align: center">
+  <img src="dataformat.gif" alt="Dataformat editor" height="400"/>
+</div>
+
+## Adding global configurations
+
+The Canvas now supports additional entities, like RouteConfiguration and 
RestConfiguration allowing for more complex and detailed workflows.
+
+<div style="text-align: center">
+  <img src="newEntities.gif" alt="New entities" height="400"/>
+</div>
+
+## Enable / Disable Steps
+
+You can now easily enable and disable steps of your flow to help you 
prototyping even more efficiently.
+
+<div style="text-align: center">
+  <img src="enableDisable.gif" alt="Enable and Disable a step" height="400"/>
+</div>
+
+There are many more changes and improvements for you to discover. Try it out!
+
+## Let's build it together
+
+Let us know what you think by joining us in the [GitHub 
discussions](https://github.com/orgs/KaotoIO/discussions). Do you have an idea 
how to improve Kaoto? Would you love to see a useful feature implemented or 
simply ask a question? Please [create an 
issue](https://github.com/KaotoIO/kaoto/issues/new/choose) or use the 
[discussion forums](https://
+github.com/orgs/KaotoIO/discussions).
+
+You can also check out our [examples 
repository](https://github.com/KaotoIO/kaoto-examples) to see some more 
advanced use cases which were set up using Kaoto.
+
+<div style="text-align: center">
+  <ins>All contributions are welcome!</ins>
+</div>
+
+## What comes next?
+
+Our journey just started and we have a full backlog of exciting 
functionalities to work on. Kaoto 2.1 is already planned and scheduled for the 
end of June. You can find a more comprehensive Roadmap on [the Kaoto 
website](https://www.kaoto.io/roadmap/) or alternatively check out our [GitHub 
Planning Board](https://github.com/orgs/KaotoIO/projects/14/views/1).
+
+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/) accessible in your 
browser for easy exploring.
+
+<div style="text-align: center">
+We invite you to explore these exciting new features and
+unleash your inner Integration Wizard.
+</div>
+
+<div style="text-align: center">
+  <img src="integrationWizard.png" alt="Integration Wizard" height="400"/>
+</div>
+
+<div style="text-align: center">
+Give it a try today and <a 
href="https://github.com/orgs/KaotoIO/discussions";>tell us</a> about your 
experience!
+</div>
diff --git a/content/blog/2024/06/kaoto-release-2.0.0/installKaoto.gif 
b/content/blog/2024/06/kaoto-release-2.0.0/installKaoto.gif
new file mode 100644
index 00000000..783e8818
Binary files /dev/null and 
b/content/blog/2024/06/kaoto-release-2.0.0/installKaoto.gif differ
diff --git a/content/blog/2024/06/kaoto-release-2.0.0/integrationWizard.png 
b/content/blog/2024/06/kaoto-release-2.0.0/integrationWizard.png
new file mode 100644
index 00000000..338a4dc7
Binary files /dev/null and 
b/content/blog/2024/06/kaoto-release-2.0.0/integrationWizard.png differ
diff --git a/content/blog/2024/06/kaoto-release-2.0.0/newEntities.gif 
b/content/blog/2024/06/kaoto-release-2.0.0/newEntities.gif
new file mode 100644
index 00000000..0dbd7e63
Binary files /dev/null and 
b/content/blog/2024/06/kaoto-release-2.0.0/newEntities.gif differ

Reply via email to