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

[source-faker] - Bump to stable 6.2.21 (#55705)

This commit is contained in:
Patrick Nilan
2025-03-11 15:37:38 -07:00
committed by GitHub
parent 52dca0c0df
commit 691f8a82d1
3 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: dfd88b22-b603-4c3d-aad7-3701784586b1
dockerImageTag: 6.2.21-rc.1
dockerImageTag: 6.2.21
dockerRepository: airbyte/source-faker
documentationUrl: https://docs.airbyte.com/integrations/sources/faker
githubIssueLabel: source-faker
@@ -24,7 +24,7 @@ data:
releaseStage: beta
releases:
rolloutConfiguration:
enableProgressiveRollout: true
enableProgressiveRollout: false
breakingChanges:
4.0.0:
message: This is a breaking change message

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "6.2.21-rc.1"
version = "6.2.21"
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.21 | 2025-03-11 | [55705](https://github.com/airbytehq/airbyte/pull/55705) | Promoting release candidate 6.2.21-rc.1 to a main version. |
| 6.2.21-rc.1 | 2024-11-13 | [48013](https://github.com/airbytehq/airbyte/pull/48013) | Update for testing. |
| 6.2.20 | 2024-10-30 | [48013](https://github.com/airbytehq/airbyte/pull/48013) | Promoting release candidate 6.2.20-rc.1 to a main version. |
| 6.2.20-rc.1 | 2024-10-21 | [47221](https://github.com/airbytehq/airbyte/pull/46678) | Testing release candidate with RC suffix versioning. |