From e11ec8eb02922f4929773b84adef174b57154ea8 Mon Sep 17 00:00:00 2001 From: Augustin Date: Wed, 10 Jul 2024 17:23:58 +0200 Subject: [PATCH] Upgrade the base image to the latest version in metadata.yaml PATCH bump source-weatherstack version to 0.1.8 Build source-weatherstack docker image for platform(s) linux/amd64, linux/arm64 Get dependency updates Create or update pull request on Airbyte repository Add changelog entry --- .../connectors/source-weatherstack/metadata.yaml | 4 ++-- .../connectors/source-weatherstack/pyproject.toml | 2 +- docs/integrations/sources/weatherstack.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/airbyte-integrations/connectors/source-weatherstack/metadata.yaml b/airbyte-integrations/connectors/source-weatherstack/metadata.yaml index 36118252bb81..e0368ffad536 100644 --- a/airbyte-integrations/connectors/source-weatherstack/metadata.yaml +++ b/airbyte-integrations/connectors/source-weatherstack/metadata.yaml @@ -2,7 +2,7 @@ data: connectorSubtype: api connectorType: source definitionId: 5db8292c-5f5a-11ed-9b6a-0242ac120002 - dockerImageTag: 0.1.7 + dockerImageTag: 0.1.8 dockerRepository: airbyte/source-weatherstack githubIssueLabel: source-weatherstack icon: weatherstack.svg @@ -38,5 +38,5 @@ data: # type: GSM # alias: airbyte-connector-testing-secret-store connectorBuildOptions: - baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696 + baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916 metadataSpecVersion: "1.0" diff --git a/airbyte-integrations/connectors/source-weatherstack/pyproject.toml b/airbyte-integrations/connectors/source-weatherstack/pyproject.toml index 977bd3680e15..3303f77b5cad 100644 --- a/airbyte-integrations/connectors/source-weatherstack/pyproject.toml +++ b/airbyte-integrations/connectors/source-weatherstack/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.1.7" +version = "0.1.8" name = "source-weatherstack" description = "Source implementation for Weatherstack." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/weatherstack.md b/docs/integrations/sources/weatherstack.md index 7ce066e7e0c8..5d7f09b5119e 100644 --- a/docs/integrations/sources/weatherstack.md +++ b/docs/integrations/sources/weatherstack.md @@ -39,6 +39,7 @@ The free plan allows 250 calls per month, you won't get beyond these limits with | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :-------------- | +| 0.1.8 | 2024-07-10 | [41566](https://github.com/airbytehq/airbyte/pull/41566) | Update dependencies | | 0.1.7 | 2024-07-09 | [41241](https://github.com/airbytehq/airbyte/pull/41241) | Update dependencies | | 0.1.6 | 2024-07-06 | [40876](https://github.com/airbytehq/airbyte/pull/40876) | Update dependencies | | 0.1.5 | 2024-06-26 | [40549](https://github.com/airbytehq/airbyte/pull/40549) | Migrate off deprecated auth package |