Skip to content

Commit 501c8a9

Browse files
authored
🐙 source-orb: run up-to-date pipeline [2024-09-07] (#45212)
1 parent 4db089b commit 501c8a9

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data:
44
connectorSubtype: api
55
connectorType: source
66
definitionId: 7f0455fb-4518-4ec0-b7a3-d808bf8081cc
7-
dockerImageTag: 2.0.9
7+
dockerImageTag: 2.0.10
88
dockerRepository: airbyte/source-orb
99
githubIssueLabel: source-orb
1010
icon: orb.svg

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

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

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

docs/integrations/sources/orb.md

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ an Orb Account and API Key.
6565

6666
| Version | Date | Pull Request | Subject |
6767
|---------|------------| -------------------------------------------------------- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
68+
| 2.0.10 | 2024-09-07 | [45212](https://github.com/airbytehq/airbyte/pull/45212) | Update dependencies |
6869
| 2.0.9 | 2024-08-24 | [44626](https://github.com/airbytehq/airbyte/pull/44626) | Update dependencies |
6970
| 2.0.8 | 2024-08-10 | [43601](https://github.com/airbytehq/airbyte/pull/43601) | Update dependencies |
7071
| 2.0.7 | 2024-08-03 | [43163](https://github.com/airbytehq/airbyte/pull/43163) | Update dependencies |

0 commit comments

Comments
 (0)