1
0
mirror of synced 2025-12-21 11:01:41 -05:00

🐙 source-clickup-api: run up-to-date pipeline [2024-10-28] (#47636)

This commit is contained in:
Airbyte
2024-10-28 22:10:16 +02:00
committed by GitHub
parent c19f4a1599
commit baf4633ab8
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ data:
connectorSubtype: api connectorSubtype: api
connectorType: source connectorType: source
definitionId: 311a7a27-3fb5-4f7e-8265-5e4afe258b66 definitionId: 311a7a27-3fb5-4f7e-8265-5e4afe258b66
dockerImageTag: 0.3.0 dockerImageTag: 0.3.1
dockerRepository: airbyte/source-clickup-api dockerRepository: airbyte/source-clickup-api
githubIssueLabel: source-clickup-api githubIssueLabel: source-clickup-api
icon: clickup.svg icon: clickup.svg
@@ -43,5 +43,5 @@ data:
type: GSM type: GSM
alias: airbyte-connector-testing-secret-store alias: airbyte-connector-testing-secret-store
connectorBuildOptions: connectorBuildOptions:
baseImage: docker.io/airbyte/source-declarative-manifest:4.5.2@sha256:efe8a454f740dc6a07252c4a457777e7c81d95f0d2ea8e9d68114d3610e9a602 baseImage: docker.io/airbyte/source-declarative-manifest:5.16.0@sha256:6800f806944ee4fccf24ae01f6b8fbefb12d952c3b3da338f51f732b55de51f2
metadataSpecVersion: "1.0" metadataSpecVersion: "1.0"

View File

@@ -57,6 +57,7 @@ Here are some optional fields:
| Version | Date | Pull Request | Subject | | Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------- | | :------ | :--------- | :------------------------------------------------------- | :-------------------------------- |
| 0.3.1 | 2024-10-28 | [47636](https://github.com/airbytehq/airbyte/pull/47636) | Update dependencies |
| 0.3.0 | 2024-08-19 | [44430](https://github.com/airbytehq/airbyte/pull/44430) | Refactor connector to manifest-only format | | 0.3.0 | 2024-08-19 | [44430](https://github.com/airbytehq/airbyte/pull/44430) | Refactor connector to manifest-only format |
| 0.2.0 | 2024-08-19 | [44180](https://github.com/airbytehq/airbyte/pull/44180) | Add `time_tracking`, `time_tracking_tags`, `team_goals`, `space_tags`, `team_custom_fields`, `list_custom_fields`, `list_comments`, Parent ids passed from responses, Add error handlers | | 0.2.0 | 2024-08-19 | [44180](https://github.com/airbytehq/airbyte/pull/44180) | Add `time_tracking`, `time_tracking_tags`, `team_goals`, `space_tags`, `team_custom_fields`, `list_custom_fields`, `list_comments`, Parent ids passed from responses, Add error handlers |
| 0.1.13 | 2024-08-17 | [44237](https://github.com/airbytehq/airbyte/pull/44237) | Update dependencies | | 0.1.13 | 2024-08-17 | [44237](https://github.com/airbytehq/airbyte/pull/44237) | Update dependencies |