Skip to content

Commit a9db182

Browse files
authored
🐙 source-pendo: run up-to-date pipeline [2024-08-03] (#43114)
1 parent d26f905 commit a9db182

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

airbyte-integrations/connectors/source-pendo/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: b1ccb590-e84f-46c0-83a0-2048ccfffdae
10-
dockerImageTag: 0.1.14
10+
dockerImageTag: 0.1.15
1111
dockerRepository: airbyte/source-pendo
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/pendo
1313
githubIssueLabel: source-pendo

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

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

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

docs/integrations/sources/pendo.md

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ The Pendo source connector supports the following [sync modes](https://docs.airb
6464

6565
| Version | Date | Pull Request | Subject |
6666
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
67+
| 0.1.15 | 2024-08-03 | [43114](https://github.com/airbytehq/airbyte/pull/43114) | Update dependencies |
6768
| 0.1.14 | 2024-07-27 | [42791](https://github.com/airbytehq/airbyte/pull/42791) | Update dependencies |
6869
| 0.1.13 | 2024-07-20 | [42236](https://github.com/airbytehq/airbyte/pull/42236) | Update dependencies |
6970
| 0.1.12 | 2024-07-13 | [41769](https://github.com/airbytehq/airbyte/pull/41769) | Update dependencies |

0 commit comments

Comments
 (0)