Skip to content

Commit 0add147

Browse files
authored
🐙 source-orbit: run up-to-date pipeline [2024-08-31] (#44969)
1 parent 53b7447 commit 0add147

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 95bcc041-1d1a-4c2e-8802-0ca5b1bfa36a
13-
dockerImageTag: 0.3.17
13+
dockerImageTag: 0.3.18
1414
dockerRepository: airbyte/source-orbit
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/orbit
1616
githubIssueLabel: source-orbit

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

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

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

docs/integrations/sources/orbit.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The Orbit API Key should be available to you immediately as an Orbit user.
4848

4949
| Version | Date | Pull Request | Subject |
5050
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
51+
| 0.3.18 | 2024-08-31 | [44969](https://github.com/airbytehq/airbyte/pull/44969) | Update dependencies |
5152
| 0.3.17 | 2024-08-24 | [44663](https://github.com/airbytehq/airbyte/pull/44663) | Update dependencies |
5253
| 0.3.16 | 2024-08-17 | [44330](https://github.com/airbytehq/airbyte/pull/44330) | Update dependencies |
5354
| 0.3.15 | 2024-08-10 | [43697](https://github.com/airbytehq/airbyte/pull/43697) | Update dependencies |

0 commit comments

Comments
 (0)