Skip to content

Commit 6aa647f

Browse files
authored
🐙 source-gnews: run up-to-date pipeline [2024-08-31] (#45034)
1 parent 92284c0 commit 6aa647f

File tree

4 files changed

+25
-18
lines changed

4 files changed

+25
-18
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: ce38aec4-5a77-439a-be29-9ca44fd4e811
5-
dockerImageTag: 0.1.18
5+
dockerImageTag: 0.1.19
66
dockerRepository: airbyte/source-gnews
77
githubIssueLabel: source-gnews
88
icon: gnews.svg

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

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

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

docs/integrations/sources/gnews.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Rate Limiting is based on the API Key tier subscription, get more info [here](ht
4040

4141
| Version | Date | Pull Request | Subject |
4242
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------- |
43+
| 0.1.19 | 2024-08-31 | [45034](https://github.com/airbytehq/airbyte/pull/45034) | Update dependencies |
4344
| 0.1.18 | 2024-08-24 | [44631](https://github.com/airbytehq/airbyte/pull/44631) | Update dependencies |
4445
| 0.1.17 | 2024-08-17 | [44355](https://github.com/airbytehq/airbyte/pull/44355) | Update dependencies |
4546
| 0.1.16 | 2024-08-12 | [43922](https://github.com/airbytehq/airbyte/pull/43922) | Update dependencies |

0 commit comments

Comments
 (0)