Skip to content

Commit 4b2767c

Browse files
authored
🐙 destination-cumulio: run up-to-date pipeline [2024-09-07] (#45291)
1 parent 36f33b9 commit 4b2767c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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.17
4+
dockerImageTag: 0.1.18
55
dockerRepository: airbyte/destination-cumulio
66
githubIssueLabel: destination-cumulio
77
connectorSubtype: api

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

+3-3
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.17"
6+
version = "0.1.18"
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.18 | 2024-09-07 | [45291](https://github.com/airbytehq/airbyte/pull/45291) | Update dependencies |
164165
| 0.1.17 | 2024-08-31 | [45033](https://github.com/airbytehq/airbyte/pull/45033) | Update dependencies |
165166
| 0.1.16 | 2024-08-24 | [44656](https://github.com/airbytehq/airbyte/pull/44656) | Update dependencies |
166167
| 0.1.15 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |

0 commit comments

Comments
 (0)