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

🐙 source-watchmode: run up-to-date pipeline [2025-04-26] (#58959)

This commit is contained in:
Airbyte
2025-04-27 09:14:22 +03:00
committed by GitHub
parent 2b0e4e2bd3
commit a12606a3ed
2 changed files with 3 additions and 2 deletions

View File

@@ -13,11 +13,11 @@ data:
enabled: false
packageName: airbyte-source-watchmode
connectorBuildOptions:
baseImage: docker.io/airbyte/source-declarative-manifest:6.45.7@sha256:dc01ec948ba69f93615cbe4f421bf99f4236107dea44feb6cb244f3d9dc09366
baseImage: docker.io/airbyte/source-declarative-manifest:6.46.1@sha256:5e56569cab810e31e367b0667d846b324988fabd3d3bdc0bfa4c4afa3276d059
connectorSubtype: api
connectorType: source
definitionId: c10bae9d-398b-480a-a49b-5ae69cdc0759
dockerImageTag: 0.0.3
dockerImageTag: 0.0.4
dockerRepository: airbyte/source-watchmode
githubIssueLabel: source-watchmode
icon: icon.svg

View File

@@ -29,6 +29,7 @@ API Reference: https://api.watchmode.com/docs
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.4 | 2025-04-26 | [58959](https://github.com/airbytehq/airbyte/pull/58959) | Update dependencies |
| 0.0.3 | 2025-04-19 | [58562](https://github.com/airbytehq/airbyte/pull/58562) | Update dependencies |
| 0.0.2 | 2025-04-12 | [58020](https://github.com/airbytehq/airbyte/pull/58020) | Update dependencies |
| 0.0.1 | 2025-04-05 | [57406](https://github.com/airbytehq/airbyte/pull/57406) | Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder |