Skip to content

Commit cd546bd

Browse files
authored
🐙 source-orb: run up-to-date pipeline [2024-09-14] (#45472)
1 parent 77db6ec commit cd546bd

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
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.10
7+
dockerImageTag: 2.0.11
88
dockerRepository: airbyte/source-orb
99
githubIssueLabel: source-orb
1010
icon: orb.svg

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

+18-15
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.10"
6+
version = "2.0.11"
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.11 | 2024-09-14 | [45472](https://github.com/airbytehq/airbyte/pull/45472) | Update dependencies |
6869
| 2.0.10 | 2024-09-07 | [45212](https://github.com/airbytehq/airbyte/pull/45212) | Update dependencies |
6970
| 2.0.9 | 2024-08-24 | [44626](https://github.com/airbytehq/airbyte/pull/44626) | Update dependencies |
7071
| 2.0.8 | 2024-08-10 | [43601](https://github.com/airbytehq/airbyte/pull/43601) | Update dependencies |

0 commit comments

Comments
 (0)