From a0414a2f2615130e0fc4ff7736bde6384752edd4 Mon Sep 17 00:00:00 2001 From: Thomas Gerber Date: Tue, 14 Feb 2023 12:22:20 -0800 Subject: [PATCH] Moves Faros Destination to 0.4.69 --- .../airbyte_config/STANDARD_DESTINATION_DEFINITION.yaml | 2 +- init/src/airbyte/init.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init/resources/airbyte/workspace/airbyte_config/STANDARD_DESTINATION_DEFINITION.yaml b/init/resources/airbyte/workspace/airbyte_config/STANDARD_DESTINATION_DEFINITION.yaml index 3125438..68d45e1 100644 --- a/init/resources/airbyte/workspace/airbyte_config/STANDARD_DESTINATION_DEFINITION.yaml +++ b/init/resources/airbyte/workspace/airbyte_config/STANDARD_DESTINATION_DEFINITION.yaml @@ -2,7 +2,7 @@ - destinationDefinitionId: "6c6366b8-11f9-419a-8cdc-9209def71e1f" name: "Faros Destination" dockerRepository: "farosai/airbyte-faros-destination" - dockerImageTag: "0.4.65" + dockerImageTag: "0.4.69" documentationUrl: "https://docs.faros.ai" spec: documentationUrl: "https://docs.faros.ai" diff --git a/init/src/airbyte/init.ts b/init/src/airbyte/init.ts index a887e3f..28e148d 100644 --- a/init/src/airbyte/init.ts +++ b/init/src/airbyte/init.ts @@ -218,7 +218,7 @@ export class AirbyteInit { async setupFarosDestinationDefinition(): Promise { // const version = await AirbyteInit.getLatestImageTag(FAROS_DEST_REPO); - const version = '0.4.65'; // tmp for product hunt launch + const version = '0.4.69'; // tmp for product hunt launch const listResponse = await this.api.post('/destination_definitions/list'); const farosDestDef = find( listResponse.data.destinationDefinitions as DestinationDefinition[],