Skip to content

Commit 98954ca

Browse files
committed
Update versions of libraries in poetry.
PATCH bump source-harvest version to 1.0.4 Build source-harvest docker image for platform(s) linux/amd64, linux/arm64 Get dependency updates Create or update pull request on Airbyte repository Add changelog entry
1 parent 2ff62ef commit 98954ca

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: fe2b4084-3386-4d3b-9ad6-308f61a6f1e6
13-
dockerImageTag: 1.0.3
13+
dockerImageTag: 1.0.4
1414
dockerRepository: airbyte/source-harvest
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/harvest
1616
githubIssueLabel: source-harvest

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

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-harvest/pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "1.0.3"
6+
version = "1.0.4"
77
name = "source-harvest"
88
description = "Source implementation for Harvest."
99
authors = [ "Airbyte <contact@airbyte.io>",]

docs/integrations/sources/harvest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ The connector is restricted by the [Harvest rate limits](https://help.getharvest
9191

9292
| Version | Date | Pull Request | Subject |
9393
|:--------| :--------- | :------------------------------------------------------- |:----------------------------------------------------------------------------------------------------------------------------------|
94+
| 1.0.4 | 2024-06-25 | [40475](https://github.com/airbytehq/airbyte/pull/40475) | Update dependencies |
9495
| 1.0.3 | 2024-06-22 | [40169](https://github.com/airbytehq/airbyte/pull/40169) | Update dependencies |
9596
| 1.0.2 | 2024-05-08 | [38055](https://github.com/airbytehq/airbyte/pull/38055) | Fix error handler for retriable errors |
9697
| 1.0.1 | 2024-04-24 | [36641](https://github.com/airbytehq/airbyte/pull/36641) | Schema descriptions and CDK 0.80.0 |

0 commit comments

Comments
 (0)