Skip to content

Commit

Permalink
Update versions of libraries in poetry.
Browse files Browse the repository at this point in the history
PATCH bump source-coda version to 1.2.10
Build source-coda docker image for platform(s) linux/amd64, linux/arm64
Get dependency updates
Create or update pull request on Airbyte repository
Add changelog entry
  • Loading branch information
alafanechere committed Jul 27, 2024
1 parent 8c3eda1 commit 6813bbc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-coda/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 27f910fd-f832-4b2e-bcfd-6ab342e434d8
dockerImageTag: 1.2.9
dockerImageTag: 1.2.10
dockerRepository: airbyte/source-coda
documentationUrl: https://docs.airbyte.com/integrations/sources/coda
githubIssueLabel: source-coda
Expand Down
8 changes: 4 additions & 4 deletions airbyte-integrations/connectors/source-coda/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-coda/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "1.2.9"
version = "1.2.10"
name = "source-coda"
description = "Source implementation for Coda."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/coda.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The Coda source connector supports the following [sync modes](https://docs.airby

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- |:------------------------------------------------------------------------------------------------------------|
| 1.2.10 | 2024-07-27 | [42741](https://github.com/airbytehq/airbyte/pull/42741) | Update dependencies |
| 1.2.9 | 2024-07-20 | [42351](https://github.com/airbytehq/airbyte/pull/42351) | Update dependencies |
| 1.2.8 | 2024-07-13 | [41892](https://github.com/airbytehq/airbyte/pull/41892) | Update dependencies |
| 1.2.7 | 2024-07-10 | [41329](https://github.com/airbytehq/airbyte/pull/41329) | Update dependencies |
Expand Down

0 comments on commit 6813bbc

Please sign in to comment.