Skip to content

Commit 10b723c

Browse files
committed
bump connector version
1 parent e244500 commit 10b723c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

airbyte-integrations/connectors/source-clickhouse-strict-encrypt/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION source-clickhouse-strict-encrypt
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.1.5
19+
LABEL io.airbyte.version=0.1.6
2020
LABEL io.airbyte.name=airbyte/source-clickhouse-strict-encrypt

airbyte-integrations/connectors/source-clickhouse/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION source-clickhouse
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.1.8
19+
LABEL io.airbyte.version=0.1.9
2020
LABEL io.airbyte.name=airbyte/source-clickhouse

docs/integrations/sources/clickhouse.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ Using this feature requires additional configuration, when creating the source.
9292

9393
| Version | Date | Pull Request | Subject |
9494
|:---| :--- |:---------------------------------------------------------|:---------------------------------------------------------------------------|
95-
| 0.1.5 | 2022-02-09 | [\#10214](https://github.com/airbytehq/airbyte/pull/10214) | Fix exception in case `password` field is not provided |
96-
| 0.1.4 | 2022-02-14 | [10256](https://github.com/airbytehq/airbyte/pull/10256) | Add `-XX:+ExitOnOutOfMemoryError` JVM option |
95+
| 0.1.6 | 2022-02-09 | [\#10214](https://github.com/airbytehq/airbyte/pull/10214) | Fix exception in case `password` field is not provided |
96+
| 0.1.5 | 2022-02-14 | [10256](https://github.com/airbytehq/airbyte/pull/10256) | Add `-XX:+ExitOnOutOfMemoryError` JVM option |
9797
| 0.1.3 | 2021-12-29 | [\#9182](https://github.com/airbytehq/airbyte/pull/9182) [\#8958](https://github.com/airbytehq/airbyte/pull/8958) | Add support for JdbcType.ARRAY. Fixed tests |
9898
| 0.1.2 | 2021-12-01 | [\#8371](https://github.com/airbytehq/airbyte/pull/8371) | Fixed incorrect handling "\n" in ssh key |
9999
| 0.1.1 | 20.10.2021 | [\#7327](https://github.com/airbytehq/airbyte/pull/7327) | Added support for connection via SSH tunnel(aka Bastion server). |

0 commit comments

Comments
 (0)