1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-google-pagespeed-insights: run up-to-date pipeline [2024-07-10] (#41591)

This commit is contained in:
Augustin
2024-07-11 02:16:04 +02:00
committed by GitHub
parent e0965561ef
commit fd68d38750
3 changed files with 4 additions and 3 deletions

View File

@@ -3,11 +3,11 @@ data:
ql: 100
sl: 100
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
connectorSubtype: api
connectorType: source
definitionId: 1e9086ab-ddac-4c1d-aafd-ba43ff575fe4
dockerImageTag: 0.1.11
dockerImageTag: 0.1.12
dockerRepository: airbyte/source-google-pagespeed-insights
documentationUrl: https://docs.airbyte.com/integrations/sources/google-pagespeed-insights
githubIssueLabel: source-google-pagespeed-insights

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.1.11"
version = "0.1.12"
name = "source-google-pagespeed-insights"
description = "Source implementation for Google Pagespeed Insights."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -55,6 +55,7 @@ If the connector is used with an API key, Google allows for 25.000 queries per d
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 0.1.12 | 2024-07-10 | [41591](https://github.com/airbytehq/airbyte/pull/41591) | Update dependencies |
| 0.1.11 | 2024-07-09 | [41155](https://github.com/airbytehq/airbyte/pull/41155) | Update dependencies |
| 0.1.10 | 2024-07-06 | [41011](https://github.com/airbytehq/airbyte/pull/41011) | Update dependencies |
| 0.1.9 | 2024-06-29 | [40439](https://github.com/airbytehq/airbyte/pull/40439) | Update dependencies |