This is an automated email from the ASF dual-hosted git repository.
marat 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 d7f72741 Karavan 4.1 announcement (#1089)
d7f72741 is described below
commit d7f7274186fec4eaf40a5027242a8e993da85c72
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Tue Nov 7 18:14:40 2023 -0500
Karavan 4.1 announcement (#1089)
* Karavan 4.0.0 Release announcement
* Karavan 4.0.0 Release announcement change date
* Karavan 4.1
---
content/blog/2023/11/camel-karavan-4.1.0/index.md | 47 +++++++++++++++++++++
.../blog/2023/11/camel-karavan-4.1.0/kamelet.png | Bin 0 -> 711720 bytes
.../blog/2023/11/camel-karavan-4.1.0/topology.png | Bin 0 -> 607517 bytes
3 files changed, 47 insertions(+)
diff --git a/content/blog/2023/11/camel-karavan-4.1.0/index.md
b/content/blog/2023/11/camel-karavan-4.1.0/index.md
new file mode 100644
index 00000000..d1c7ff91
--- /dev/null
+++ b/content/blog/2023/11/camel-karavan-4.1.0/index.md
@@ -0,0 +1,47 @@
+---
+title: "Karavan 4.1.0: We need more Kamelets"
+date: 2023-11-07
+authors: [mgubaidullin]
+categories: ["Tooling", "Karavan"]
+preview: "Karavan 4.1.0: Release notes"
+---
+Apache Camel Karavan 4.1.0 has been launched!
+
+## Custom Kamelets Development
+
+With this release, Apache Camel Karavan is featuring the addition of Custom
Kamelet Developmenet.
+
+Kamelets allows users to connect to external systems via a simplified
interface, hiding all the low level details about how those connections are
implemented.
+
+Furthermore, apart from simplifying connections, Kamelets can package reusable
integration logic, making it easily deployable in various projects.
+
+With this release, Karavan now offers full-fledged Kamelet development support
right at your fingertips:
+
+- Visual Design Kamelets Routes and Beans
+- Kamelet Properties and Dependencies
+- Copying from existing Kamelets for quick and efficient reuse.
+
+
+
+## Project Topology View in VS Code
+
+A picture is worth a thousand words, and in the world of integration, clarity
is key. In this release, we introduce the new Project Topology view, which
provides a top-level overview of integrations within your project. This
visualization helps you understand the structure and connections of your
integrations at a glance, improving project management and collaboration.
+
+
+
+When joining existing projects, integrators may find themselves sifting
through numerous integration routes scattered across multiple files.
Understanding the project's objectives and what has been implemented can be
quite challenging.
+
+The topology view, however, provides a clear overview of the project's primary
integration components, including external connections, routes, rest services
and connections between routes. This view greatly assists in grasping the
project's core concept and purpose.
+
+## Version Updates
+
+Apache Camel Karavan 4.1.0 includes updates to various components:
+1. Camel 4.1.0
+2. Kamelets 4.1.0
+
+
+To kickstart your integration projects, please use [Karavan
Documentaion](https://github.com/apache/camel-karavan/tree/main/docs)
+
+We appreciate your continued support for Apache Camel Karavan, and we eagerly
await your feedback and contributions as we continue to evolve and enhance the
integration landscape.
+
+**Happy integrating!**
\ No newline at end of file
diff --git a/content/blog/2023/11/camel-karavan-4.1.0/kamelet.png
b/content/blog/2023/11/camel-karavan-4.1.0/kamelet.png
new file mode 100644
index 00000000..fe9ddb4d
Binary files /dev/null and
b/content/blog/2023/11/camel-karavan-4.1.0/kamelet.png differ
diff --git a/content/blog/2023/11/camel-karavan-4.1.0/topology.png
b/content/blog/2023/11/camel-karavan-4.1.0/topology.png
new file mode 100644
index 00000000..a35f1e50
Binary files /dev/null and
b/content/blog/2023/11/camel-karavan-4.1.0/topology.png differ