1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Destination S3: Reconcile metadata (#62127)

This commit is contained in:
Edward Gao
2025-06-27 13:54:38 -07:00
committed by GitHub
parent ab4b565cfa
commit c5108026b9
2 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: file
connectorType: destination
definitionId: 4816b78f-1489-44c1-9060-4b19d5fa9362
dockerImageTag: 1.8.7
dockerImageTag: 1.8.8
dockerRepository: airbyte/destination-s3
githubIssueLabel: destination-s3
icon: s3.svg
@@ -12,11 +12,8 @@ data:
baseImage: docker.io/airbyte/java-connector-base:2.0.1@sha256:ec89bd1a89e825514dd2fc8730ba299a3ae1544580a078df0e35c5202c2085b3
registryOverrides:
cloud:
# Suspect a bug in state message namespace mapping, pinning back to last known-good version
dockerImageTag: 1.8.6
enabled: true
oss:
dockerImageTag: 1.8.6
enabled: true
releaseStage: generally_available
releases:

View File

@@ -544,6 +544,7 @@ To see connector limitations, or troubleshoot your S3 connector, see more [in ou
| Version | Date | Pull Request | Subject |
|:------------|:-----------|:-----------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
| 1.8.8 | 2025-06-27 | [62127](https://github.com/airbytehq/airbyte/pull/62127) | Identical to 1.8.6. Image was published from https://github.com/airbytehq/airbyte/pull/62071. |
| 1.8.7 | 2025-06-13 | [61588](https://github.com/airbytehq/airbyte/pull/61588) | ~~Publish version to account for possible duplicate publishing in pipeline. Noop change.~~ WARNING: THIS HAS A BUG. DO NOT USE. |
| 1.8.6 | 2025-05-30 | [60327](https://github.com/airbytehq/airbyte/pull/60327) | IPC Metadata, internal refactors. |
| 1.8.5 | 2025-05-16 | [60327](https://github.com/airbytehq/airbyte/pull/60327) | Fixes file partitioning out of bounds error. |