Skip to content

Commit 3542c8c

Browse files
authored
🐙 source-spacex-api: run up-to-date pipeline [2024-07-09] (#41089)
1 parent c631cf1 commit 3542c8c

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

airbyte-integrations/connectors/source-spacex-api/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ data:
66
# Please update to the latest version of the connector base image.
77
# https://hub.docker.com/r/airbyte/python-connector-base
88
# Please use the full address with sha256 hash to guarantee build reproducibility.
9-
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
9+
baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 62235e65-af7a-4138-9130-0bda954eb6a8
13-
dockerImageTag: 0.1.7
13+
dockerImageTag: 0.1.8
1414
dockerRepository: airbyte/source-spacex-api
1515
githubIssueLabel: source-spacex-api
1616
icon: spacex.svg

airbyte-integrations/connectors/source-spacex-api/poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-spacex-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.1.7"
6+
version = "0.1.8"
77
name = "source-spacex-api"
88
description = "Source implementation for Spacex Api."
99
authors = [ "Airbyte <contact@airbyte.io>",]

docs/integrations/sources/spacex-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The SpaceX API has both v4 and v5 for [launches](https://github.com/r-spacex/Spa
7575

7676
| Version | Date | Pull Request | Subject |
7777
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------|
78+
| 0.1.8 | 2024-07-09 | [41089](https://github.com/airbytehq/airbyte/pull/41089) | Update dependencies |
7879
| 0.1.7 | 2024-07-06 | [40771](https://github.com/airbytehq/airbyte/pull/40771) | Update dependencies |
7980
| 0.1.6 | 2024-06-25 | [40463](https://github.com/airbytehq/airbyte/pull/40463) | Update dependencies |
8081
| 0.1.5 | 2024-06-22 | [40165](https://github.com/airbytehq/airbyte/pull/40165) | Update dependencies |

0 commit comments

Comments
 (0)