Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐙 source-orbit: run up-to-date pipeline [2024-08-24] #44663

Merged
merged 1 commit into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-orbit/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 95bcc041-1d1a-4c2e-8802-0ca5b1bfa36a
dockerImageTag: 0.3.16
dockerImageTag: 0.3.17
dockerRepository: airbyte/source-orbit
documentationUrl: https://docs.airbyte.com/integrations/sources/orbit
githubIssueLabel: source-orbit
Expand Down
112 changes: 56 additions & 56 deletions airbyte-integrations/connectors/source-orbit/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.3.16"
version = "0.3.17"
name = "source-orbit"
description = "Source implementation for Orbit."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/orbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ The Orbit API Key should be available to you immediately as an Orbit user.

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 0.3.17 | 2024-08-24 | [44663](https://github.com/airbytehq/airbyte/pull/44663) | Update dependencies |
| 0.3.16 | 2024-08-17 | [44330](https://github.com/airbytehq/airbyte/pull/44330) | Update dependencies |
| 0.3.15 | 2024-08-10 | [43697](https://github.com/airbytehq/airbyte/pull/43697) | Update dependencies |
| 0.3.14 | 2024-08-03 | [43188](https://github.com/airbytehq/airbyte/pull/43188) | Update dependencies |
Expand Down
Loading