Skip to content

Commit 5642f2c

Browse files
authored
🐙 source-unleash: run up-to-date pipeline [2024-09-14] (#45295)
1 parent 917708d commit 5642f2c

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
lines changed

airbyte-integrations/connectors/source-unleash/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: f77914a1-442b-4195-9355-8810a1f4ed3f
5-
dockerImageTag: 0.1.14
5+
dockerImageTag: 0.1.15
66
dockerRepository: airbyte/source-unleash
77
githubIssueLabel: source-unleash
88
icon: unleash.svg

airbyte-integrations/connectors/source-unleash/poetry.lock

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

airbyte-integrations/connectors/source-unleash/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.14"
6+
version = "0.1.15"
77
name = "source-unleash"
88
description = "Source implementation for Unleash."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/unleash.md

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The API key that you are assigned is rate-limited.
5858

5959
| Version | Date | Pull Request | Subject |
6060
| :------ | :--------- | :-------------------------------------------------------- | :------------------------------------ |
61+
| 0.1.15 | 2024-09-14 | [45295](https://github.com/airbytehq/airbyte/pull/45295) | Update dependencies |
6162
| 0.1.14 | 2024-08-31 | [45004](https://github.com/airbytehq/airbyte/pull/45004) | Update dependencies |
6263
| 0.1.13 | 2024-08-24 | [44685](https://github.com/airbytehq/airbyte/pull/44685) | Update dependencies |
6364
| 0.1.12 | 2024-08-17 | [44356](https://github.com/airbytehq/airbyte/pull/44356) | Update dependencies |

0 commit comments

Comments
 (0)