Skip to content

Commit

Permalink
馃悪 source-orb: run up-to-date pipeline [2024-07-10] (#41386)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jul 10, 2024
1 parent bef3d64 commit 0676f3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-orb/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
data:
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
connectorSubtype: api
connectorType: source
definitionId: 7f0455fb-4518-4ec0-b7a3-d808bf8081cc
dockerImageTag: 2.0.3
dockerImageTag: 2.0.4
dockerRepository: airbyte/source-orb
githubIssueLabel: source-orb
icon: orb.svg
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-orb/pyproject.toml
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 = "2.0.3"
version = "2.0.4"
name = "source-orb"
description = "Source implementation for Orb."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/orb.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ an Orb Account and API Key.

| Version | Date | Pull Request | Subject |
|---------|------------| -------------------------------------------------------- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2.0.4 | 2024-07-10 | [41386](https://github.com/airbytehq/airbyte/pull/41386) | Update dependencies |
| 2.0.3 | 2024-07-09 | [41090](https://github.com/airbytehq/airbyte/pull/41090) | Update dependencies |
| 2.0.2 | 2024-07-06 | [40826](https://github.com/airbytehq/airbyte/pull/40826) | Update dependencies |
| 2.0.1 | 2024-06-29 | [40541](https://github.com/airbytehq/airbyte/pull/40541) | Update dependencies |
Expand Down

0 comments on commit 0676f3b

Please sign in to comment.