Skip to content

Commit

Permalink
chore(deps): update Connector Runtime to 0.3.1 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzke authored Nov 18, 2022
1 parent 5b69890 commit 23e2296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configure the connector runtime version
ARG RUNTIME_VERSION=0.3.0
ARG RUNTIME_VERSION=0.3.1
FROM camunda/connectors:${RUNTIME_VERSION}

# Configure versions of included connectors
Expand Down
2 changes: 1 addition & 1 deletion bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The bundle contains the following components

| Component | Version | License |
| ---------------------------- |---------| -------------------------------------------- |
| [Connector Runtime] | 0.3.0 | [Apache 2.0] |
| [Connector Runtime] | 0.3.1 | [Apache 2.0] |
| [AWS Lambda Connector] | 0.4.0 | [Camunda Platform Self-Managed Free Edition] |
| [Google Drive Connector] | 0.5.0 | [Camunda Platform Self-Managed Free Edition] |
| [HTTP JSON Connector (REST)] | 0.11.0 | [Apache 2.0] |
Expand Down

0 comments on commit 23e2296

Please sign in to comment.