Skip to content

Commit 728e9ee

Browse files
authored
🐙 source-gnews: run up-to-date pipeline [2024-09-14] (#45541)
1 parent 178efe9 commit 728e9ee

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
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.20
5+
dockerImageTag: 0.1.21
66
dockerRepository: airbyte/source-gnews
77
githubIssueLabel: source-gnews
88
icon: gnews.svg

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

+21-18
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.20"
6+
version = "0.1.21"
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.21 | 2024-09-14 | [45541](https://github.com/airbytehq/airbyte/pull/45541) | Update dependencies |
4344
| 0.1.20 | 2024-09-07 | [45290](https://github.com/airbytehq/airbyte/pull/45290) | Update dependencies |
4445
| 0.1.19 | 2024-08-31 | [45034](https://github.com/airbytehq/airbyte/pull/45034) | Update dependencies |
4546
| 0.1.18 | 2024-08-24 | [44631](https://github.com/airbytehq/airbyte/pull/44631) | Update dependencies |

0 commit comments

Comments
 (0)