Skip to content

Commit ea76407

Browse files
authored
🐙 source-opsgenie: run up-to-date pipeline [2024-08-10] (#43579)
1 parent d830448 commit ea76407

File tree

4 files changed

+61
-58
lines changed

4 files changed

+61
-58
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: api
88
connectorType: source
99
definitionId: 06bdb480-2598-40b8-8b0f-fc2e2d2abdda
10-
dockerImageTag: 0.3.15
10+
dockerImageTag: 0.3.16
1111
dockerRepository: airbyte/source-opsgenie
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/opsgenie
1313
githubIssueLabel: source-opsgenie

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

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

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

docs/integrations/sources/opsgenie.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The Opsgenie connector uses the most recent API version for each source of data.
5454

5555
| Version | Date | Pull Request | Subject |
5656
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
57+
| 0.3.16 | 2024-08-10 | [43579](https://github.com/airbytehq/airbyte/pull/43579) | Update dependencies |
5758
| 0.3.15 | 2024-08-03 | [43248](https://github.com/airbytehq/airbyte/pull/43248) | Update dependencies |
5859
| 0.3.14 | 2024-07-27 | [42650](https://github.com/airbytehq/airbyte/pull/42650) | Update dependencies |
5960
| 0.3.13 | 2024-07-20 | [42193](https://github.com/airbytehq/airbyte/pull/42193) | Update dependencies |

0 commit comments

Comments
 (0)