Skip to content

Commit 3ecee32

Browse files
octavia-bot[bot]aaronsteersoctavia-squidington-iii
authored
chore: finalize promote for source-faker (#75941)
Co-authored-by: aaronsteers <18150651+aaronsteers@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
1 parent b6bfc63 commit 3ecee32

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

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

Lines changed: 3 additions & 7 deletions
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: 7.1.0-rc.2
12+
dockerImageTag: 7.1.0
1313
dockerRepository: airbyte/source-faker
1414
documentationUrl: https://docs.airbyte.com/integrations/sources/faker
1515
externalDocumentationUrls:
@@ -26,22 +26,18 @@ data:
2626
registryOverrides:
2727
cloud:
2828
enabled: true
29-
dockerImageTag: 7.0.4
3029
oss:
3130
enabled: true
32-
dockerImageTag: 7.0.4
3331
releaseStage: beta
3432
releases:
3533
rolloutConfiguration:
36-
enableProgressiveRollout: true
34+
enableProgressiveRollout: false
3735
breakingChanges:
3836
4.0.0:
3937
message: This is a breaking change message
4038
upgradeDeadline: "2023-07-19"
4139
5.0.0:
42-
message:
43-
ID and products.year fields are changing to be integers instead of
44-
floats.
40+
message: ID and products.year fields are changing to be integers instead of floats.
4541
upgradeDeadline: "2023-08-31"
4642
6.0.0:
4743
message: Declare 'id' columns as primary keys.

airbyte-integrations/connectors/source-faker/pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "7.1.0-rc.2"
6+
version = "7.1.0"
77
name = "source-faker"
88
description = "Source implementation for fake but realistic looking data."
99
authors = [ "Airbyte <evan@airbyte.io>",]

docs/integrations/sources/faker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Each purchase record includes: `id`, `user_id`, `product_id`, `created_at`, `upd
4747

4848
| Version | Date | Pull Request | Subject |
4949
|:------------|:-----------| :-------------------------------------------------------------------------------------------------------------------- |:----------------------------------------------------------------------------------------------------------------|
50+
| 7.1.0 | 2026-03-31 | [75941](https://github.com/airbytehq/airbyte/pull/75941) | Promoted release candidate to GA |
5051
| 7.1.0-rc.2 | 2026-03-31 | [75926](https://github.com/airbytehq/airbyte/pull/75926) | Bump source-faker to RC2 for progressive rollout e2e test |
5152
| 7.1.0-rc.1 | 2026-03-31 | [75908](https://github.com/airbytehq/airbyte/pull/75908) | test: progressive rollout e2e test on source-faker |
5253
| 7.0.4 | 2026-03-31 | [75657](https://github.com/airbytehq/airbyte/pull/75657) | Patch version bump (test publish) |

0 commit comments

Comments
 (0)