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-alpha-vantage version to 0.1.18
Build source-alpha-vantage 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
airbyteio committed Sep 14, 2024
1 parent d27e8d2 commit 3bb003e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: db385323-9333-4fec-bec3-9e0ca9326c90
dockerImageTag: 0.1.17
dockerImageTag: 0.1.18
dockerRepository: airbyte/source-alpha-vantage
githubIssueLabel: source-alpha-vantage
icon: alpha-vantage.svg
Expand Down
39 changes: 21 additions & 18 deletions airbyte-integrations/connectors/source-alpha-vantage/poetry.lock

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

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 = "0.1.17"
version = "0.1.18"
name = "source-alpha-vantage"
description = "Source implementation for Alpha Vantage."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/alpha-vantage.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The following fields are required fields for the connector to work:

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------- |
| 0.1.18 | 2024-09-14 | [45554](https://github.com/airbytehq/airbyte/pull/45554) | Update dependencies |
| 0.1.17 | 2024-09-07 | [45253](https://github.com/airbytehq/airbyte/pull/45253) | Update dependencies |
| 0.1.16 | 2024-08-31 | [44972](https://github.com/airbytehq/airbyte/pull/44972) | Update dependencies |
| 0.1.15 | 2024-08-24 | [44359](https://github.com/airbytehq/airbyte/pull/44359) | Update dependencies |
Expand Down

0 comments on commit 3bb003e

Please sign in to comment.