Skip to content

Commit

Permalink
馃悪 source-recurly: run up-to-date pipeline [2024-07-10] (#41500)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jul 11, 2024
1 parent 1652317 commit ed472c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-recurly/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ data:
ql: 200
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: cd42861b-01fc-4658-a8ab-5d11d0510f01
dockerImageTag: 1.0.9
dockerImageTag: 1.0.10
dockerRepository: airbyte/source-recurly
documentationUrl: https://docs.airbyte.com/integrations/sources/recurly
githubIssueLabel: source-recurly
Expand Down
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.9"
version = "1.0.10"
name = "source-recurly"
description = "Source implementation for Recurly."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/recurly.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ We recommend creating a restricted, read-only key specifically for Airbyte acces

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------------------------------------------- |
| 1.0.10 | 2024-07-10 | [41500](https://github.com/airbytehq/airbyte/pull/41500) | Update dependencies |
| 1.0.9 | 2024-07-09 | [41174](https://github.com/airbytehq/airbyte/pull/41174) | Update dependencies |
| 1.0.8 | 2024-07-06 | [40820](https://github.com/airbytehq/airbyte/pull/40820) | Update dependencies |
| 1.0.7 | 2024-06-27 | [40215](https://github.com/airbytehq/airbyte/pull/40215) | Replaced deprecated AirbyteLogger with logging.Logger |
Expand Down

0 comments on commit ed472c0

Please sign in to comment.