@@ -4,21 +4,32 @@ The Connectors Bundle contains all out-of-the-box Connectors for Camunda 8. It's
44
55The bundle contains the following components
66
7- | Component | Version | License |
8- | ------------------------------| ---------| ----------------------------------------------|
9- | [ Connector Runtime] | 0.7.0 | [ Apache 2.0] |
10- | [ AWS Lambda Connector] | 0.17.0 | [ Camunda Platform Self-Managed Free Edition] |
11- | [ Google Drive Connector] | 0.17.0 | [ Camunda Platform Self-Managed Free Edition] |
12- | [ HTTP JSON Connector (REST)] | 0.17.0 | [ Apache 2.0] |
13- | [ GraphQL Connector] | 0.17.0 | [ Camunda Platform Self-Managed Free Edition] |
14- | [ RabbitMQ Connector] | 0.17.0 | [ Camunda Platform Self-Managed Free Edition] |
15- | [ Kafka Connector] | 0.17.0 | [ Camunda Platform Self-Managed Free Edition] |
16- | [ SendGrid Connector] | 0.17.0 | [ Camunda Platform Self-Managed Free Edition] |
17- | [ Slack Connector] | 0.17.0 | [ Camunda Platform Self-Managed Free Edition] |
18- | [ MS Teams Connector] | 0.17.0 | [ Camunda Platform Self-Managed Free Edition] |
19- | [ SNS Connector] | 0.17.0 | [ Camunda Platform Self-Managed Free Edition] |
20- | [ SQS Connector] | 0.17.0 | [ Camunda Platform Self-Managed Free Edition] |
21- | [ HTTP Webhook Connector] | 0.17.0 | [ Camunda Platform Self-Managed Free Edition] |
7+ | Component | Version | License |
8+ | ----------------------------------| ---------| ----------------------------------------------|
9+ | [ Connector Runtime] | 0.8.1 | [ Apache 2.0] |
10+ | [ Asana Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
11+ | [ Automation Anywhere Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
12+ | [ Amazon SNS Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
13+ | [ Amazon SQS Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
14+ | [ AWS Lambda Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
15+ | [ Camunda Operate Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
16+ | [ Easy Post Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
17+ | [ GitHub Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
18+ | [ GitHub Webhook Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
19+ | [ GitLab Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
20+ | [ Google Drive Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
21+ | [ Google Maps Platform Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
22+ | [ GraphQL Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
23+ | [ HTTP Webhook Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
24+ | [ Kafka Producer Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
25+ | [ Microsoft Teams Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
26+ | [ OpenAI Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
27+ | [ Power Automate Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
28+ | [ RabbitMQ Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
29+ | [ REST Connector] | 0.18.2 | [ Apache 2.0] |
30+ | [ SendGrid Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
31+ | [ Slack Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
32+ | [ UiPath Connector] | 0.18.2 | [ Camunda Platform Self-Managed Free Edition] |
2233
2334** Note:**
2435- This list only includes Camunda 8 out-of-the-box Connectors that have their own implementation.
@@ -50,7 +61,7 @@ docker run --rm --name=connectors -d \
5061 -e MY_SECRET=secret \ # Set a secret with value
5162 -e SECRET_FROM_SHELL \ # Set a secret from the environment
5263 --env-file secrets.txt \ # Set secrets from a file
53- camunda/connectors-bundle:0.15.0
64+ camunda/connectors-bundle:0.18.2
5465```
5566
5667The secret ` MY_SECRET ` value is specified directly in the ` docker run ` call,
0 commit comments