Skip to content

Commit 85bd41f

Browse files
authored
🐙 source-asana: run up-to-date pipeline [2024-09-14] (#45547)
1 parent 938d188 commit 85bd41f

File tree

4 files changed

+27
-23
lines changed

4 files changed

+27
-23
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ data:
2828
connectorSubtype: api
2929
connectorType: source
3030
definitionId: d0243522-dccf-4978-8ba0-37ed47a0bdbf
31-
dockerImageTag: 1.2.7
31+
dockerImageTag: 1.2.8
3232
dockerRepository: airbyte/source-asana
3333
githubIssueLabel: source-asana
3434
icon: asana.svg

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

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

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

docs/integrations/sources/asana.md

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ The connector is restricted by [Asana rate limits](https://developers.asana.com/
106106

107107
| Version | Date | Pull Request | Subject |
108108
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------------|
109+
| 1.2.8 | 2024-09-14 | [45547](https://github.com/airbytehq/airbyte/pull/45547) | Update dependencies |
109110
| 1.2.7 | 2024-09-07 | [45277](https://github.com/airbytehq/airbyte/pull/45277) | Update dependencies |
110111
| 1.2.6 | 2024-08-31 | [44970](https://github.com/airbytehq/airbyte/pull/44970) | Update dependencies |
111112
| 1.2.5 | 2024-08-24 | [44722](https://github.com/airbytehq/airbyte/pull/44722) | Update dependencies |

0 commit comments

Comments
 (0)