From 5b4b61953087a5c9d9b95d07d23e84f56c724bd6 Mon Sep 17 00:00:00 2001 From: Edward Gao Date: Tue, 6 Dec 2022 15:52:30 -0800 Subject: [PATCH 1/2] derp change --- docs/integrations/destinations/clickhouse.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/integrations/destinations/clickhouse.md b/docs/integrations/destinations/clickhouse.md index 7e39f120e1bbb2..ac43926188b52d 100644 --- a/docs/integrations/destinations/clickhouse.md +++ b/docs/integrations/destinations/clickhouse.md @@ -92,4 +92,3 @@ Therefore, Airbyte ClickHouse destination will create tables and schemas using t | 0.1.3 | 2022-02-14 | [10256](https://github.com/airbytehq/airbyte/pull/10256) | Add `-XX:+ExitOnOutOfMemoryError` JVM option | | 0.1.1 | 2021-12-21 | [\#8982](https://github.com/airbytehq/airbyte/pull/8982) | Set isSchemaRequired to false | | 0.1.0 | 2021-11-04 | [\#7620](https://github.com/airbytehq/airbyte/pull/7620) | Add ClickHouse destination | - From 290ff244638e56b3cc3e2f1fb7ccd0754b72552b Mon Sep 17 00:00:00 2001 From: Edward Gao Date: Tue, 6 Dec 2022 15:55:03 -0800 Subject: [PATCH 2/2] bump version --- .../connectors/destination-clickhouse-strict-encrypt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/destination-clickhouse-strict-encrypt/Dockerfile b/airbyte-integrations/connectors/destination-clickhouse-strict-encrypt/Dockerfile index 8f27e4f6b615f7..1682d0974303d7 100644 --- a/airbyte-integrations/connectors/destination-clickhouse-strict-encrypt/Dockerfile +++ b/airbyte-integrations/connectors/destination-clickhouse-strict-encrypt/Dockerfile @@ -16,5 +16,5 @@ ENV APPLICATION destination-clickhouse-strict-encrypt COPY --from=build /airbyte /airbyte -LABEL io.airbyte.version=0.2.0 +LABEL io.airbyte.version=0.2.1 LABEL io.airbyte.name=airbyte/destination-clickhouse-strict-encrypt