Skip to content

Commit a2355ce

Browse files
authored
🐙 source-goldcast: run up-to-date pipeline [2024-08-03] (#43284)
1 parent 126cc05 commit a2355ce

File tree

4 files changed

+27
-26
lines changed

4 files changed

+27
-26
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data:
1919
connectorSubtype: api
2020
connectorType: source
2121
definitionId: c2c25d04-9bb1-4171-8a7a-bb7cead8add0
22-
dockerImageTag: 0.1.5
22+
dockerImageTag: 0.1.6
2323
dockerRepository: airbyte/source-goldcast
2424
githubIssueLabel: source-goldcast
2525
icon: goldcast.svg

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

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

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

docs/integrations/sources/goldcast.md

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ This is a child stream of the events stream indicating webinars that belong to t
9696

9797
| Version | Date | Pull Request | Subject |
9898
|:---------|:-----------|:---------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------|
99+
| 0.1.6 | 2024-08-03 | [43284](https://github.com/airbytehq/airbyte/pull/43284) | Update dependencies |
99100
| 0.1.5 | 2024-07-27 | [42616](https://github.com/airbytehq/airbyte/pull/42616) | Update dependencies |
100101
| 0.1.4 | 2024-07-20 | [42237](https://github.com/airbytehq/airbyte/pull/42237) | Update dependencies |
101102
| 0.1.3 | 2024-07-13 | [41806](https://github.com/airbytehq/airbyte/pull/41806) | Update dependencies |

0 commit comments

Comments
 (0)