Skip to content

Commit 7d0cbe5

Browse files
authored
🐙 source-datadog: run up-to-date pipeline [2024-08-12] (#43741)
1 parent a1cd3a6 commit 7d0cbe5

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data:
1818
connectorSubtype: api
1919
connectorType: source
2020
definitionId: 1cfc30c7-82db-43f4-9fd7-ac1b42312cda
21-
dockerImageTag: 0.4.13
21+
dockerImageTag: 0.4.14
2222
dockerRepository: airbyte/source-datadog
2323
githubIssueLabel: source-datadog
2424
icon: datadog.svg

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

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

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

docs/integrations/sources/datadog.md

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The Datadog source connector supports the following [sync modes](https://docs.ai
7676

7777
| Version | Date | Pull Request | Subject |
7878
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------|
79+
| 0.4.14 | 2024-08-12 | [43741](https://github.com/airbytehq/airbyte/pull/43741) | Update dependencies |
7980
| 0.4.13 | 2024-08-10 | [43555](https://github.com/airbytehq/airbyte/pull/43555) | Update dependencies |
8081
| 0.4.12 | 2024-08-03 | [43141](https://github.com/airbytehq/airbyte/pull/43141) | Update dependencies |
8182
| 0.4.11 | 2024-07-27 | [42776](https://github.com/airbytehq/airbyte/pull/42776) | Update dependencies |

0 commit comments

Comments
 (0)