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-yandex-metrica version to 1.0.26
Build source-yandex-metrica 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 Dec 21, 2024
1 parent 73f10fa commit 2f31498
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 7865dce4-2211-4f6a-88e5-9d0fe161afe7
dockerImageTag: 1.0.25
dockerImageTag: 1.0.26
dockerRepository: airbyte/source-yandex-metrica
documentationUrl: https://docs.airbyte.com/integrations/sources/yandex-metrica
githubIssueLabel: source-yandex-metrica
Expand Down

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 = "1.0.25"
version = "1.0.26"
name = "source-yandex-metrica"
description = "Source implementation for Yandex Metrica."
authors = [ "Airbyte <[email protected]>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/yandex-metrica.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Because of the way API works some syncs may take a long time to finish. Timeout

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 1.0.26 | 2024-12-21 | [50375](https://github.com/airbytehq/airbyte/pull/50375) | Update dependencies |
| 1.0.25 | 2024-12-14 | [49796](https://github.com/airbytehq/airbyte/pull/49796) | Update dependencies |
| 1.0.24 | 2024-12-12 | [49425](https://github.com/airbytehq/airbyte/pull/49425) | Update dependencies |
| 1.0.23 | 2024-11-25 | [48660](https://github.com/airbytehq/airbyte/pull/48660) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
Expand Down

0 comments on commit 2f31498

Please sign in to comment.