From 9f913ef49323ed56b46b50548c17d2ab5558b83f Mon Sep 17 00:00:00 2001 From: Augustin Date: Thu, 6 Jun 2024 12:24:59 +0200 Subject: [PATCH 1/2] [autopull] Upgrade base image to v1.2.2 --- .../connectors/source-yahoo-finance-price/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-yahoo-finance-price/metadata.yaml b/airbyte-integrations/connectors/source-yahoo-finance-price/metadata.yaml index f354f0df3f72..409562d5f671 100644 --- a/airbyte-integrations/connectors/source-yahoo-finance-price/metadata.yaml +++ b/airbyte-integrations/connectors/source-yahoo-finance-price/metadata.yaml @@ -3,7 +3,7 @@ data: ql: 100 sl: 100 connectorBuildOptions: - baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9 + baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0 connectorSubtype: api connectorType: source definitionId: 09a517d3-803f-448d-97bf-0b1ee64b90ef From 4426978f2bf24289d2282ff0a674948c05403326 Mon Sep 17 00:00:00 2001 From: Augustin Date: Thu, 6 Jun 2024 12:29:23 +0200 Subject: [PATCH 2/2] [autopull] Upgrade base image to v1.2.2 --- .../source-yahoo-finance-price/metadata.yaml | 2 +- .../source-yahoo-finance-price/pyproject.toml | 2 +- .../integrations/sources/yahoo-finance-price.md | 17 +++++++++-------- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/airbyte-integrations/connectors/source-yahoo-finance-price/metadata.yaml b/airbyte-integrations/connectors/source-yahoo-finance-price/metadata.yaml index 409562d5f671..1c3212e503c6 100644 --- a/airbyte-integrations/connectors/source-yahoo-finance-price/metadata.yaml +++ b/airbyte-integrations/connectors/source-yahoo-finance-price/metadata.yaml @@ -7,7 +7,7 @@ data: connectorSubtype: api connectorType: source definitionId: 09a517d3-803f-448d-97bf-0b1ee64b90ef - dockerImageTag: 0.2.5 + dockerImageTag: 0.2.6 dockerRepository: airbyte/source-yahoo-finance-price documentationUrl: https://docs.airbyte.com/integrations/sources/yahoo-finance-price githubIssueLabel: source-yahoo-finance-price diff --git a/airbyte-integrations/connectors/source-yahoo-finance-price/pyproject.toml b/airbyte-integrations/connectors/source-yahoo-finance-price/pyproject.toml index 44cbcd857d3e..c3919ee66928 100644 --- a/airbyte-integrations/connectors/source-yahoo-finance-price/pyproject.toml +++ b/airbyte-integrations/connectors/source-yahoo-finance-price/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.2.5" +version = "0.2.6" name = "source-yahoo-finance-price" description = "Source implementation for Yahoo Finance Price." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/yahoo-finance-price.md b/docs/integrations/sources/yahoo-finance-price.md index a708c4bb27cb..4a5ffda852a6 100644 --- a/docs/integrations/sources/yahoo-finance-price.md +++ b/docs/integrations/sources/yahoo-finance-price.md @@ -9,12 +9,13 @@ The Airbyte Source for [Yahoo Finance Price](https://finance.yahoo.com/) | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ | -| 0.2.5 | 2024-05-28 | [38602](https://github.com/airbytehq/airbyte/pull/38602) | Remove parameters macro and make compatible with builder | -| 0.2.4 | 2024-04-19 | [37295](https://github.com/airbytehq/airbyte/pull/37295) | Updating to 0.80.0 CDK | -| 0.2.3 | 2024-04-18 | [37295](https://github.com/airbytehq/airbyte/pull/37295) | Manage dependencies with Poetry. | -| 0.2.2 | 2024-04-15 | [37295](https://github.com/airbytehq/airbyte/pull/37295) | Base image migration: remove Dockerfile and use the python-connector-base image | -| 0.2.1 | 2024-04-12 | [37295](https://github.com/airbytehq/airbyte/pull/37295) | schema descriptions | -| 0.2.0 | 2023-08-22 | [29355](https://github.com/airbytehq/airbyte/pull/29355) | Migrate to no-code framework | -| 0.1.3 | 2022-03-23 | [10563](https://github.com/airbytehq/airbyte/pull/10563) | 🎉 Source Yahoo Finance Price | +| 0.2.6 | 2024-06-06 | [39274](https://github.com/airbytehq/airbyte/pull/39274) | [autopull] Upgrade base image to v1.2.2 | +| 0.2.5 | 2024-05-28 | [38602](https://github.com/airbytehq/airbyte/pull/38602) | Remove parameters macro and make compatible with builder | +| 0.2.4 | 2024-04-19 | [37295](https://github.com/airbytehq/airbyte/pull/37295) | Updating to 0.80.0 CDK | +| 0.2.3 | 2024-04-18 | [37295](https://github.com/airbytehq/airbyte/pull/37295) | Manage dependencies with Poetry. | +| 0.2.2 | 2024-04-15 | [37295](https://github.com/airbytehq/airbyte/pull/37295) | Base image migration: remove Dockerfile and use the python-connector-base image | +| 0.2.1 | 2024-04-12 | [37295](https://github.com/airbytehq/airbyte/pull/37295) | schema descriptions | +| 0.2.0 | 2023-08-22 | [29355](https://github.com/airbytehq/airbyte/pull/29355) | Migrate to no-code framework | +| 0.1.3 | 2022-03-23 | [10563](https://github.com/airbytehq/airbyte/pull/10563) | 🎉 Source Yahoo Finance Price | - \ No newline at end of file +