From f5413520bb0befc7bb14165f23efd988ff90ec06 Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Thu, 17 Oct 2024 14:53:49 -0700 Subject: [PATCH] Chore(Source-S3): Release v4.9.0 RC (#46973) --- airbyte-integrations/connectors/source-s3/metadata.yaml | 4 ++-- airbyte-integrations/connectors/source-s3/pyproject.toml | 2 +- docs/integrations/sources/s3.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/airbyte-integrations/connectors/source-s3/metadata.yaml b/airbyte-integrations/connectors/source-s3/metadata.yaml index 2fea1187d06f..4adbdbbf3546 100644 --- a/airbyte-integrations/connectors/source-s3/metadata.yaml +++ b/airbyte-integrations/connectors/source-s3/metadata.yaml @@ -10,7 +10,7 @@ data: connectorSubtype: file connectorType: source definitionId: 69589781-7828-43c5-9f63-8925b1c1ccc2 - dockerImageTag: 4.9.0-rc.1 + dockerImageTag: 4.9.0 dockerRepository: airbyte/source-s3 documentationUrl: https://docs.airbyte.com/integrations/sources/s3 githubIssueLabel: source-s3 @@ -30,7 +30,7 @@ data: releaseStage: generally_available releases: rolloutConfiguration: - enableProgressiveRollout: true + enableProgressiveRollout: false breakingChanges: 4.0.0: message: UX improvement, multi-stream support and deprecation of some parsing features diff --git a/airbyte-integrations/connectors/source-s3/pyproject.toml b/airbyte-integrations/connectors/source-s3/pyproject.toml index 123dd2652670..ca55b03047e6 100644 --- a/airbyte-integrations/connectors/source-s3/pyproject.toml +++ b/airbyte-integrations/connectors/source-s3/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "4.9.0-rc.1" +version = "4.9.0" name = "source-s3" description = "Source implementation for S3." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/s3.md b/docs/integrations/sources/s3.md index 2ff548532d81..19abf6dfff6c 100644 --- a/docs/integrations/sources/s3.md +++ b/docs/integrations/sources/s3.md @@ -339,6 +339,7 @@ This connector utilizes the open source [Unstructured](https://unstructured-io.g | Version | Date | Pull Request | Subject | |:--------|:-----------|:----------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------| +| 4.9.0 | 2024-10-17 | [46973](https://github.com/airbytehq/airbyte/pull/46973) | Promote releae candidate. | | 4.9.0-rc.1 | 2024-10-14 | [46298](https://github.com/airbytehq/airbyte/pull/46298) | Migrate to CDK v5 | | 4.8.5 | 2024-10-12 | [46511](https://github.com/airbytehq/airbyte/pull/46511) | Update dependencies | | 4.8.4 | 2024-09-28 | [46131](https://github.com/airbytehq/airbyte/pull/46131) | Update dependencies |