Skip to content

Commit 2875270

Browse files
tulirengl-pix
authored andcommitted
Bump destination s3 version (#4718)
1 parent 8ac0588 commit 2875270

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

airbyte-config/init/src/main/resources/config/STANDARD_DESTINATION_DEFINITION/4816b78f-1489-44c1-9060-4b19d5fa9362.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"destinationDefinitionId": "4816b78f-1489-44c1-9060-4b19d5fa9362",
33
"name": "S3",
44
"dockerRepository": "airbyte/destination-s3",
5-
"dockerImageTag": "0.1.8",
5+
"dockerImageTag": "0.1.9",
66
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/s3"
77
}

airbyte-config/init/src/main/resources/seed/destination_definitions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- destinationDefinitionId: 4816b78f-1489-44c1-9060-4b19d5fa9362
3838
name: S3
3939
dockerRepository: airbyte/destination-s3
40-
dockerImageTag: 0.1.8
40+
dockerImageTag: 0.1.9
4141
documentationUrl: https://docs.airbyte.io/integrations/destinations/s3
4242
- destinationDefinitionId: f7a7d195-377f-cf5b-70a5-be6b819019dc
4343
name: Redshift

airbyte-integrations/connectors/destination-s3/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ COPY build/distributions/${APPLICATION}*.tar ${APPLICATION}.tar
77

88
RUN tar xf ${APPLICATION}.tar --strip-components=1
99

10-
LABEL io.airbyte.version=0.1.8
10+
LABEL io.airbyte.version=0.1.9
1111
LABEL io.airbyte.name=airbyte/destination-s3

docs/integrations/destinations/s3.md

+1
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ Under the hood, an Airbyte data stream in Json schema is first converted to an A
374374

375375
| Version | Date | Pull Request | Subject |
376376
| :--- | :--- | :--- | :--- |
377+
| 0.1.9 | 2021-07-12 | [#4666](https://github.com/airbytehq/airbyte/pull/4666) | Fix MinIO output for Parquet format. |
377378
| 0.1.8 | 2021-07-07 | [#4613](https://github.com/airbytehq/airbyte/pull/4613) | Patched schema converter to support combined restrictions. |
378379
| 0.1.7 | 2021-06-23 | [#4227](https://github.com/airbytehq/airbyte/pull/4227) | Added Avro and JSONL output. |
379380
| 0.1.6 | 2021-06-16 | [#4130](https://github.com/airbytehq/airbyte/pull/4130) | Patched the check to verify prefix access instead of full-bucket access. |

0 commit comments

Comments
 (0)