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 f285646a Karavan preview release 0.0.14 (#828)
f285646a is described below

commit f285646a9f6cc937818892f91676824321517018
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Sun Apr 17 08:52:28 2022 -0400

    Karavan preview release 0.0.14 (#828)
    
    * Karavan preview release 0.0.14
    
    * Update content/blog/2022/04/camel-karavan-0.0.14/index.md
    
    Co-authored-by: AurĂ©lien Pupier <[email protected]>
    
    * Update index.md
    
    Co-authored-by: AurĂ©lien Pupier <[email protected]>
---
 .../2022/04/camel-karavan-0.0.14/clone-rest.png    | Bin 0 -> 108557 bytes
 content/blog/2022/04/camel-karavan-0.0.14/index.md |  60 +++++++++++++++++++++
 .../blog/2022/04/camel-karavan-0.0.14/insert.png   | Bin 0 -> 78515 bytes
 .../04/camel-karavan-0.0.14/karavan-logo-light.png | Bin 0 -> 23131 bytes
 .../2022/04/camel-karavan-0.0.14/karavan-tour.gif  | Bin 0 -> 15562363 bytes
 content/blog/2022/04/camel-karavan-0.0.14/rest.png | Bin 0 -> 166438 bytes
 .../2022/04/camel-karavan-0.0.14/theme-dark.png    | Bin 0 -> 188387 bytes
 .../2022/04/camel-karavan-0.0.14/theme-light.png   | Bin 0 -> 193756 bytes
 .../2022/04/camel-karavan-0.0.14/vscode-view.png   | Bin 0 -> 81903 bytes
 9 files changed, 60 insertions(+)

diff --git a/content/blog/2022/04/camel-karavan-0.0.14/clone-rest.png 
b/content/blog/2022/04/camel-karavan-0.0.14/clone-rest.png
new file mode 100644
index 00000000..c971d7e9
Binary files /dev/null and 
b/content/blog/2022/04/camel-karavan-0.0.14/clone-rest.png differ
diff --git a/content/blog/2022/04/camel-karavan-0.0.14/index.md 
b/content/blog/2022/04/camel-karavan-0.0.14/index.md
new file mode 100644
index 00000000..72366ba3
--- /dev/null
+++ b/content/blog/2022/04/camel-karavan-0.0.14/index.md
@@ -0,0 +1,60 @@
+---
+title: "Karavan Designer Preview Release 0.0.14"
+date: 2022-04-18
+authors: [mgubaidullin]
+categories: ["Releases","Tooling"]
+preview: "What's new in Karavan 0.0.14"
+---
+
+![logo](karavan-logo-light.png)
+
+What's going on with Apache Camel Karavan? 
+
+Karavan is progressing! The following cool stuff was done since the last 
[post](/blog/2022/02/camel-karavan-0.0.12):
+
+# REST API
+
+With the aid of the new clean REST DSL in Camel 3.16  Karavan can help to 
design REST API.
+Starting from version 0.0.13 Karavan requires Camel 3.16+ runtime
+
+![rest](./rest.png)
+
+# User Interface improvements
+
+## New theme
+
+Karavan comes with the new theme aligned to VSCode build-in theme.
+
+![theme](./theme-light.png)
+
+![theme](./theme-dark.png)
+
+## New VS Code view
+
+Karavan comes with the new VS Code view to manage integrations.
+
+![theme](./vscode-view.png)
+
+## Copy-Paste and Clone
+
+Clone REST services and methods, beans and dependencies.
+
+![theme](./clone-rest.png)
+
+## Insert steps
+
+In additional to drag-and-drop steps, now step could be added before any other 
steps.
+
+![theme](./insert.png)
+
+## Karavan Tour
+
+Karavan has a built-in tour to help self-learn integration design with Apache 
Camel.
+
+![theme](./karavan-tour.gif)
+
+# Feedback is gold
+
+Get Karavan as a [Standalone 
application](https://github.com/apache/camel-karavan/pkgs/container/camel-karavan)
 or install [VS Code 
extension](https://marketplace.visualstudio.com/items?itemName=camel-karavan.karavan)
 from the Marketplace.
+
+If you have any idea or find a new issue, please [create a new issue report in 
GitHub](https://github.com/apache/camel-karavan/issues)!
diff --git a/content/blog/2022/04/camel-karavan-0.0.14/insert.png 
b/content/blog/2022/04/camel-karavan-0.0.14/insert.png
new file mode 100644
index 00000000..8355b7fc
Binary files /dev/null and 
b/content/blog/2022/04/camel-karavan-0.0.14/insert.png differ
diff --git a/content/blog/2022/04/camel-karavan-0.0.14/karavan-logo-light.png 
b/content/blog/2022/04/camel-karavan-0.0.14/karavan-logo-light.png
new file mode 100644
index 00000000..a80c02e9
Binary files /dev/null and 
b/content/blog/2022/04/camel-karavan-0.0.14/karavan-logo-light.png differ
diff --git a/content/blog/2022/04/camel-karavan-0.0.14/karavan-tour.gif 
b/content/blog/2022/04/camel-karavan-0.0.14/karavan-tour.gif
new file mode 100644
index 00000000..92a88c44
Binary files /dev/null and 
b/content/blog/2022/04/camel-karavan-0.0.14/karavan-tour.gif differ
diff --git a/content/blog/2022/04/camel-karavan-0.0.14/rest.png 
b/content/blog/2022/04/camel-karavan-0.0.14/rest.png
new file mode 100644
index 00000000..81fb63d6
Binary files /dev/null and b/content/blog/2022/04/camel-karavan-0.0.14/rest.png 
differ
diff --git a/content/blog/2022/04/camel-karavan-0.0.14/theme-dark.png 
b/content/blog/2022/04/camel-karavan-0.0.14/theme-dark.png
new file mode 100644
index 00000000..8aaedf39
Binary files /dev/null and 
b/content/blog/2022/04/camel-karavan-0.0.14/theme-dark.png differ
diff --git a/content/blog/2022/04/camel-karavan-0.0.14/theme-light.png 
b/content/blog/2022/04/camel-karavan-0.0.14/theme-light.png
new file mode 100644
index 00000000..e7f44123
Binary files /dev/null and 
b/content/blog/2022/04/camel-karavan-0.0.14/theme-light.png differ
diff --git a/content/blog/2022/04/camel-karavan-0.0.14/vscode-view.png 
b/content/blog/2022/04/camel-karavan-0.0.14/vscode-view.png
new file mode 100644
index 00000000..4496655e
Binary files /dev/null and 
b/content/blog/2022/04/camel-karavan-0.0.14/vscode-view.png differ

Reply via email to