chore: test docker image overrides with release candidate (#61645)
This commit is contained in:
@@ -9,7 +9,7 @@ data:
|
||||
connectorSubtype: api
|
||||
connectorType: source
|
||||
definitionId: dfd88b22-b603-4c3d-aad7-3701784586b1
|
||||
dockerImageTag: 6.2.25-rc.1
|
||||
dockerImageTag: 6.2.26-rc.1
|
||||
dockerRepository: airbyte/source-faker
|
||||
documentationUrl: https://docs.airbyte.com/integrations/sources/faker
|
||||
githubIssueLabel: source-faker
|
||||
@@ -18,8 +18,10 @@ data:
|
||||
name: Sample Data (Faker)
|
||||
registryOverrides:
|
||||
cloud:
|
||||
dockerImageTag: 6.2.24
|
||||
enabled: true
|
||||
oss:
|
||||
dockerImageTag: 6.2.24
|
||||
enabled: true
|
||||
releaseStage: beta
|
||||
releases:
|
||||
|
||||
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
version = "6.2.25-rc.1"
|
||||
version = "6.2.26-rc.1"
|
||||
name = "source-faker"
|
||||
description = "Source implementation for fake but realistic looking data."
|
||||
authors = [ "Airbyte <evan@airbyte.io>",]
|
||||
|
||||
@@ -104,6 +104,7 @@ None!
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
|:------------|:-----------| :-------------------------------------------------------------------------------------------------------------------- |:----------------------------------------------------------------------------------------------------------------|
|
||||
| 6.2.26-rc.1 | 2025-06-16 | [61645](https://github.com/airbytehq/airbyte/pull/61645) | Update for testing |
|
||||
| 6.2.25-rc.1 | 2025-04-07 | [57500](https://github.com/airbytehq/airbyte/pull/57500) | Update for testing |
|
||||
| 6.2.24 | 2025-04-05 | [57263](https://github.com/airbytehq/airbyte/pull/57263) | Update dependencies |
|
||||
| 6.2.23 | 2025-03-29 | [56502](https://github.com/airbytehq/airbyte/pull/56502) | Update dependencies |
|
||||
|
||||
Reference in New Issue
Block a user