diff --git a/airbyte-integrations/connectors/source-sftp/build.gradle b/airbyte-integrations/connectors/source-sftp/build.gradle index da35e916d0e2..ba5b5b1a9748 100644 --- a/airbyte-integrations/connectors/source-sftp/build.gradle +++ b/airbyte-integrations/connectors/source-sftp/build.gradle @@ -4,7 +4,7 @@ plugins { } airbyteJavaConnector { - cdkVersionRequired = '0.2.0' + cdkVersionRequired = '0.7.7' features = ['db-sources'] useLocalCdk = false } diff --git a/airbyte-integrations/connectors/source-sftp/metadata.yaml b/airbyte-integrations/connectors/source-sftp/metadata.yaml index dd9961561c93..6cd5d9090420 100644 --- a/airbyte-integrations/connectors/source-sftp/metadata.yaml +++ b/airbyte-integrations/connectors/source-sftp/metadata.yaml @@ -5,7 +5,7 @@ data: connectorSubtype: file connectorType: source definitionId: a827c52e-791c-4135-a245-e233c5255199 - dockerImageTag: 0.1.2 + dockerImageTag: 0.2.0 dockerRepository: airbyte/source-sftp documentationUrl: https://docs.airbyte.com/integrations/sources/sftp githubIssueLabel: source-sftp diff --git a/docs/integrations/sources/sftp.md b/docs/integrations/sources/sftp.md index 8d6d84e942d9..b9aac0f59f2e 100644 --- a/docs/integrations/sources/sftp.md +++ b/docs/integrations/sources/sftp.md @@ -107,6 +107,7 @@ More formats \(e.g. Apache Avro\) will be supported in the future. ## Changelog | Version | Date | Pull Request | Subject | -| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------------- | +|:--------|:-----------|:---------------------------------------------------------| :----------------------------------------------------- | +| 0.2.0 | 2024-01-15 | [34265](https://github.com/airbytehq/airbyte/pull/34265) | Remove LEGACY state flag | | 0.1.2 | 2022-06-17 | [13864](https://github.com/airbytehq/airbyte/pull/13864) | Updated stacktrace format for any trace message errors | | 0.1.0 | 2021-24-05 | | Initial version |