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

chore: test docker image overrides with release candidate (#61645)

This commit is contained in:
Catherine Noll
2025-06-16 15:34:18 -04:00
committed by GitHub
parent 4d0a56cedb
commit a74cb6137a
3 changed files with 5 additions and 2 deletions

View File

@@ -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:

View File

@@ -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>",]

View File

@@ -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 |