From 426e37b55649fefd3f98f5d84d1f18c48fa07d0c Mon Sep 17 00:00:00 2001 From: tryangul Date: Thu, 21 May 2026 11:28:04 -0700 Subject: [PATCH] Cut release. --- airbyte-integrations/connectors/destination-s3/metadata.yaml | 4 ++-- docs/integrations/destinations/s3.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/airbyte-integrations/connectors/destination-s3/metadata.yaml b/airbyte-integrations/connectors/destination-s3/metadata.yaml index 67709fc4eb7b..784733f4d8c9 100644 --- a/airbyte-integrations/connectors/destination-s3/metadata.yaml +++ b/airbyte-integrations/connectors/destination-s3/metadata.yaml @@ -2,7 +2,7 @@ data: connectorSubtype: file connectorType: destination definitionId: 4816b78f-1489-44c1-9060-4b19d5fa9362 - dockerImageTag: 1.9.8-rc.1 + dockerImageTag: 1.9.8 dockerRepository: airbyte/destination-s3 githubIssueLabel: destination-s3 icon: s3.svg @@ -32,7 +32,7 @@ data: **This release includes breaking changes, including major revisions to the schema of stored data. Do not upgrade without reviewing the migration guide.** upgradeDeadline: "2024-10-08" rolloutConfiguration: - enableProgressiveRollout: true + enableProgressiveRollout: false resourceRequirements: jobSpecific: - jobType: sync diff --git a/docs/integrations/destinations/s3.md b/docs/integrations/destinations/s3.md index b1a297800af6..acf7df0ee00e 100644 --- a/docs/integrations/destinations/s3.md +++ b/docs/integrations/destinations/s3.md @@ -546,6 +546,7 @@ This destination supports [namespaces](https://docs.airbyte.com/platform/using-a | Version | Date | Pull Request | Subject | |:------------|:-----------|:-----------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------| +| 1.9.8 | 2026-05-21 | [78240](https://github.com/airbytehq/airbyte/pull/78240) | Promoting release candidate 1.9.8-rc.1 to a main version. | | 1.9.8-rc.1 | 2026-05-19 | [78240](https://github.com/airbytehq/airbyte/pull/78240) | Upgrade CDK to 1.0.13. Progressive rollout. | | 1.9.7 | 2026-01-26 | [72354](https://github.com/airbytehq/airbyte/pull/72354) | Fix sync failures for sources with empty schemas by upgrading CDK to 0.2.1 | | 1.9.6 | 2026-01-26 | [72298](https://github.com/airbytehq/airbyte/pull/72298) | Upgrade CDK to 0.2.0 |