Skip to content

Commit 6a00964

Browse files
authored
🐙 source-gridly: run up-to-date pipeline [2024-09-14] (#45529)
1 parent 43787d6 commit 6a00964

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

airbyte-integrations/connectors/source-gridly/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: 6cbea164-3237-433b-9abb-36d384ee4cbf
5-
dockerImageTag: 0.1.17
5+
dockerImageTag: 0.1.18
66
dockerRepository: airbyte/source-gridly
77
githubIssueLabel: source-gridly
88
icon: gridly.svg

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

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

airbyte-integrations/connectors/source-gridly/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.17"
6+
version = "0.1.18"
77
name = "source-gridly"
88
description = "Source implementation for Gridly."
99
authors = [ "Airbyte <contact@airbyte.io>",]

docs/integrations/sources/gridly.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Gridly support version control, by default the `grid id` is the same to the `bra
3939

4040
| Version | Date | Pull Request | Subject |
4141
| :------ | :--------- | :------------------------------------------------------- | :---------------------------------------------------------- |
42+
| 0.1.18 | 2024-09-14 | [45529](https://github.com/airbytehq/airbyte/pull/45529) | Update dependencies |
4243
| 0.1.17 | 2024-09-07 | [45314](https://github.com/airbytehq/airbyte/pull/45314) | Update dependencies |
4344
| 0.1.16 | 2024-08-31 | [44949](https://github.com/airbytehq/airbyte/pull/44949) | Update dependencies |
4445
| 0.1.15 | 2024-08-24 | [44750](https://github.com/airbytehq/airbyte/pull/44750) | Update dependencies |

0 commit comments

Comments
 (0)