You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2021/12/06 23:55:53 UTC

[camel-karavan] branch main updated: Add keyword for discovery of extension when using Camel Yaml DSL (#142)

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-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 74334ff  Add keyword for discovery of extension when using Camel Yaml DSL (#142)
74334ff is described below

commit 74334ff63d546d62c92af069e8e5d0d07ec3030f
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Tue Dec 7 00:55:49 2021 +0100

    Add keyword for discovery of extension when using Camel Yaml DSL (#142)
    
    part of Azure/vscode-kubernetes-tools#985
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 karavan-vscode/CHANGELOG.md | 5 +++--
 karavan-vscode/package.json | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/karavan-vscode/CHANGELOG.md b/karavan-vscode/CHANGELOG.md
index 71b8afa..38850f1 100644
--- a/karavan-vscode/CHANGELOG.md
+++ b/karavan-vscode/CHANGELOG.md
@@ -3,8 +3,9 @@
 ## 0.0.8
 1. Custom Kamelets to use in Karavan [#114](https://github.com/apache/camel-karavan/issues/114)
 2. GitOps Mode https://github.com/apache/camel-karavan/blob/main/karavan-demo/openshift/README.md
-2. Serverless Mode https://github.com/apache/camel-karavan/blob/main/karavan-demo/serverless/README.md
-3. Download integration yaml file in GitOps and Serverless mode
+3. Serverless Mode https://github.com/apache/camel-karavan/blob/main/karavan-demo/serverless/README.md
+4. Download integration yaml file in GitOps and Serverless mode
+5. Add keyword for better discoverability of this extension from VS Code Kubernetes extension
 
 ## 0.0.7
 1. Hot-fix for `Dragged element disappears when dropped into its child` [#94](https://github.com/apache/camel-karavan/issues/94)
diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json
index bb38b31..b83741f 100644
--- a/karavan-vscode/package.json
+++ b/karavan-vscode/package.json
@@ -38,7 +38,8 @@
     "camelk",
     "kamel",
     "Tool",
-    "Integration"
+    "Integration",
+    "Camel Yaml"
   ],
   "activationEvents": [
     "onCommand:karavan.create-crd",