Skip to content

Commit f210f7e

Browse files
authored
🐙 destination-cumulio: run up-to-date pipeline [2024-08-31] (#45033)
1 parent 6aa647f commit f210f7e

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

airbyte-integrations/connectors/destination-cumulio/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
data:
22
connectorType: destination
33
definitionId: e088acb6-9780-4568-880c-54c2dd7f431b
4-
dockerImageTag: 0.1.16
4+
dockerImageTag: 0.1.17
55
dockerRepository: airbyte/destination-cumulio
66
githubIssueLabel: destination-cumulio
77
connectorSubtype: api

airbyte-integrations/connectors/destination-cumulio/poetry.lock

+15-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/destination-cumulio/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.1.16"
6+
version = "0.1.17"
77
name = "destination-cumulio"
88
description = "Airbyte destination connector implementation for Cumul.io."
99
authors = [ "Cumul.io <[email protected]>",]

docs/integrations/destinations/cumulio.md

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ data less frequently** rather than _smaller amounts of data more frequently_!
161161

162162
| Version | Date | Pull Request | Subject |
163163
|:--------| :--------- | :-------------------------------------------------------- | :-------------------------------------------------- |
164+
| 0.1.17 | 2024-08-31 | [45033](https://github.com/airbytehq/airbyte/pull/45033) | Update dependencies |
164165
| 0.1.16 | 2024-08-24 | [44656](https://github.com/airbytehq/airbyte/pull/44656) | Update dependencies |
165166
| 0.1.15 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |
166167
| 0.1.14 | 2024-08-17 | [44283](https://github.com/airbytehq/airbyte/pull/44283) | Update dependencies |

0 commit comments

Comments
 (0)