Skip to content

Commit

Permalink
Merge pull request #16 from camunda/release_aws_lambda_connector_0.3.2
Browse files Browse the repository at this point in the history
feat: release lambda connector 0.3.2
  • Loading branch information
Oleksiivanov authored Oct 13, 2022
2 parents ad9def4 + 2d48f95 commit a699845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG RUNTIME_VERSION=0.2.2
FROM camunda/connectors:${RUNTIME_VERSION}

# Configure versions of included connectors
ARG AWS_LAMBDA_VERSION=0.3.1
ARG AWS_LAMBDA_VERSION=0.3.2
ARG GOOGLE_DRIVE_VERSION=0.4.0
ARG HTTP_JSON_VERSION=0.9.0
ARG SENDGRID_VERSION=0.11.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ The connectors bundle contains all out of the box connectors for Camunda 8. It's
The bundle contains the following components

| Component | Version | License |
| ---------------------------- | ------- | -------------------------------------------- |
| ---------------------------- |---------| -------------------------------------------- |
| [Job Worker Runtime] | 0.2.2 | [Apache 2.0] |
| [AWS Lambda Connector] | 0.3.1 | [Camunda Platform Self-Managed Free Edition] |
| [AWS Lambda Connector] | 0.3.2 | [Camunda Platform Self-Managed Free Edition] |
| [Google Drive Connector] | 0.4.0 | [Camunda Platform Self-Managed Free Edition] |
| [HTTP JSON Connector (REST)] | 0.9.0 | [Apache 2.0] |
| [SendGrid Connector] | 0.11.0 | [Camunda Platform Self-Managed Free Edition] |
Expand Down

0 comments on commit a699845

Please sign in to comment.