Skip to content

Commit c28fbf9

Browse files
committed
Update versions of libraries in poetry.
PATCH bump source-sonar-cloud version to 0.1.17 Build source-sonar-cloud docker image for platform(s) linux/amd64, linux/arm64 Get dependency updates Create or update pull request on Airbyte repository Add changelog entry
1 parent 2a15fbd commit c28fbf9

File tree

4 files changed

+61
-58
lines changed

4 files changed

+61
-58
lines changed

airbyte-integrations/connectors/source-sonar-cloud/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: 3ab1d7d0-1577-4ab9-bcc4-1ff6a4c2c9f2
13-
dockerImageTag: 0.1.16
13+
dockerImageTag: 0.1.17
1414
dockerRepository: airbyte/source-sonar-cloud
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/sonar-cloud
1616
githubIssueLabel: source-sonar-cloud

airbyte-integrations/connectors/source-sonar-cloud/poetry.lock

+58-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-sonar-cloud/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.1.16"
6+
version = "0.1.17"
77
name = "source-sonar-cloud"
88
description = "Source implementation for Sonar Cloud."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/sonar-cloud.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ This source can sync data from the [Sonar cloud API](https://sonarcloud.io/web_a
3030

3131
| Version | Date | Pull Request | Subject |
3232
| :------ | :-------------------------------------------------------------------- | :-------------------------------------------------------- | :------------------------------------------------------------------------------ |
33+
| 0.1.17 | 2024-08-10 | [43569](https://github.com/airbytehq/airbyte/pull/43569) | Update dependencies |
3334
| 0.1.16 | 2024-08-03 | [43249](https://github.com/airbytehq/airbyte/pull/43249) | Update dependencies |
3435
| 0.1.15 | 2024-07-27 | [42651](https://github.com/airbytehq/airbyte/pull/42651) | Update dependencies |
3536
| 0.1.14 | 2024-07-20 | [42311](https://github.com/airbytehq/airbyte/pull/42311) | Update dependencies |

0 commit comments

Comments
 (0)