Skip to content

Commit 691f8a8

Browse files
authored
[source-faker] - Bump to stable 6.2.21 (#55705)
1 parent 52dca0c commit 691f8a8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

airbyte-integrations/connectors/source-faker/metadata.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
connectorSubtype: api
1010
connectorType: source
1111
definitionId: dfd88b22-b603-4c3d-aad7-3701784586b1
12-
dockerImageTag: 6.2.21-rc.1
12+
dockerImageTag: 6.2.21
1313
dockerRepository: airbyte/source-faker
1414
documentationUrl: https://docs.airbyte.com/integrations/sources/faker
1515
githubIssueLabel: source-faker
@@ -24,7 +24,7 @@ data:
2424
releaseStage: beta
2525
releases:
2626
rolloutConfiguration:
27-
enableProgressiveRollout: true
27+
enableProgressiveRollout: false
2828
breakingChanges:
2929
4.0.0:
3030
message: This is a breaking change message

airbyte-integrations/connectors/source-faker/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 = "6.2.21-rc.1"
6+
version = "6.2.21"
77
name = "source-faker"
88
description = "Source implementation for fake but realistic looking data."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/faker.md

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ None!
104104

105105
| Version | Date | Pull Request | Subject |
106106
|:------------|:-----------| :-------------------------------------------------------------------------------------------------------------------- |:----------------------------------------------------------------------------------------------------------------|
107+
| 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. |
107108
| 6.2.21-rc.1 | 2024-11-13 | [48013](https://github.com/airbytehq/airbyte/pull/48013) | Update for testing. |
108109
| 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. |
109110
| 6.2.20-rc.1 | 2024-10-21 | [47221](https://github.com/airbytehq/airbyte/pull/46678) | Testing release candidate with RC suffix versioning. |

0 commit comments

Comments
 (0)