1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-tmdb: run up-to-date pipeline [2024-12-12] (#47938)

This commit is contained in:
Airbyte
2024-12-13 02:36:38 +02:00
committed by GitHub
parent 1df0dcea9c
commit 3aabdfdcfc
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 6240848f-f795-45eb-8f5e-c7542822fc03
dockerImageTag: 1.1.2
dockerImageTag: 1.1.3
dockerRepository: airbyte/source-tmdb
githubIssueLabel: source-tmdb
icon: tmdb.svg
@@ -42,5 +42,5 @@ data:
type: GSM
alias: airbyte-connector-testing-secret-store
connectorBuildOptions:
baseImage: docker.io/airbyte/source-declarative-manifest:5.16.0@sha256:6800f806944ee4fccf24ae01f6b8fbefb12d952c3b3da338f51f732b55de51f2
baseImage: docker.io/airbyte/source-declarative-manifest:6.11.0@sha256:318a47b604a592087dca781a9448a567b3df551a2f33ca0f17cf577af07cc33c
metadataSpecVersion: "1.0"

View File

@@ -96,6 +96,7 @@ TMDb's [API reference](https://developers.themoviedb.org/3/getting-started/intro
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------- |
| 1.1.3 | 2024-12-12 | [47938](https://github.com/airbytehq/airbyte/pull/47938) | Update dependencies |
| 1.1.2 | 2024-10-28 | [47676](https://github.com/airbytehq/airbyte/pull/47676) | Update dependencies |
| 1.1.1 | 2024-08-16 | [44196](https://github.com/airbytehq/airbyte/pull/44196) | Bump source-declarative-manifest version |
| 1.1.0 | 2024-08-14 | [44057](https://github.com/airbytehq/airbyte/pull/44057) | Refactor connector to manifest-only format |