Skip to content

Commit 368cb1e

Browse files
authored
🐙 source-nasa: run up-to-date pipeline [2024-08-12] (#43907)
1 parent 5ad8fa4 commit 368cb1e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
connectorSubtype: api
1515
connectorType: source
1616
definitionId: 1a8667d7-7978-43cd-ba4d-d32cbd478971
17-
dockerImageTag: 0.2.13
17+
dockerImageTag: 0.2.14
1818
dockerRepository: airbyte/source-nasa
1919
githubIssueLabel: source-nasa
2020
icon: nasa.svg

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

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

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

docs/integrations/sources/nasa.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The NASA connector should not run into NASA API limitations under normal usage.
4343

4444
| Version | Date | Pull Request | Subject |
4545
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------- |
46+
| 0.2.14 | 2024-08-12 | [43907](https://github.com/airbytehq/airbyte/pull/43907) | Update dependencies |
4647
| 0.2.13 | 2024-08-10 | [43625](https://github.com/airbytehq/airbyte/pull/43625) | Update dependencies |
4748
| 0.2.12 | 2024-08-03 | [43295](https://github.com/airbytehq/airbyte/pull/43295) | Update dependencies |
4849
| 0.2.11 | 2024-07-27 | [42592](https://github.com/airbytehq/airbyte/pull/42592) | Update dependencies |

0 commit comments

Comments
 (0)