Skip to content

Commit 54ee166

Browse files
authored
🐙 source-instatus: run up-to-date pipeline [2024-09-14] (#45514)
1 parent fb3220e commit 54ee166

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
lines changed

airbyte-integrations/connectors/source-instatus/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: 1901024c-0249-45d0-bcac-31a954652927
5-
dockerImageTag: 0.1.17
5+
dockerImageTag: 0.1.18
66
dockerRepository: airbyte/source-instatus
77
githubIssueLabel: source-instatus
88
icon: instatus.svg

airbyte-integrations/connectors/source-instatus/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-instatus/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-instatus"
88
description = "Source implementation for Instatus."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/instatus.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ The Instatus source connector supports the following [sync modes](https://docs.a
6767

6868
| Version | Date | Pull Request | Subject |
6969
| :------ | :--------- | :------------------------------------------------------- | :---------------------- |
70+
| 0.1.18 | 2024-09-14 | [45514](https://github.com/airbytehq/airbyte/pull/45514) | Update dependencies |
7071
| 0.1.17 | 2024-09-07 | [45275](https://github.com/airbytehq/airbyte/pull/45275) | Update dependencies |
7172
| 0.1.16 | 2024-08-31 | [44990](https://github.com/airbytehq/airbyte/pull/44990) | Update dependencies |
7273
| 0.1.15 | 2024-08-24 | [44634](https://github.com/airbytehq/airbyte/pull/44634) | Update dependencies |

0 commit comments

Comments
 (0)