1
0
mirror of synced 2025-12-25 02:09:19 -05:00

BumpVersions of some sources (#1363)

This commit is contained in:
Christophe Duong
2020-12-17 18:58:33 +01:00
committed by GitHub
parent e5fe44eaa1
commit 140f5a234d
11 changed files with 15 additions and 15 deletions

View File

@@ -2,6 +2,6 @@
"sourceDefinitionId": "396e4ca3-8a97-4b85-aa4e-c9d8c2d5f992",
"name": "Braintree",
"dockerRepository": "airbyte/source-braintree-singer",
"dockerImageTag": "0.1.0",
"dockerImageTag": "0.1.1",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-braintree-singer"
}

View File

@@ -2,6 +2,6 @@
"sourceDefinitionId": "39f092a6-8c87-4f6f-a8d9-5cef45b7dbe1",
"name": "Google Analytics",
"dockerRepository": "airbyte/source-googleanalytics-singer",
"dockerImageTag": "0.1.4",
"dockerImageTag": "0.1.5",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-googleanalytics-singer"
}

View File

@@ -2,6 +2,6 @@
"sourceDefinitionId": "74d47f79-8d01-44ac-9755-f5eb0d7caacb",
"name": "Facebook Marketing APIs",
"dockerRepository": "airbyte/source-facebook-marketing-api-singer",
"dockerImageTag": "0.1.4",
"dockerImageTag": "0.1.5",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-facebook-marketing-api-singer"
}

View File

@@ -2,6 +2,6 @@
"sourceDefinitionId": "778daa7c-feaf-4db6-96f3-70fd645acc77",
"name": "File",
"dockerRepository": "airbyte/source-file",
"dockerImageTag": "0.1.6",
"dockerImageTag": "0.1.7",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-file"
}

View File

@@ -2,6 +2,6 @@
"sourceDefinitionId": "b03a9f3e-22a5-11eb-adc1-0242ac120002",
"name": "Mailchimp",
"dockerRepository": "airbyte/source-mailchimp",
"dockerImageTag": "0.1.5",
"dockerImageTag": "0.1.6",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-mailchimp"
}

View File

@@ -6,7 +6,7 @@
- sourceDefinitionId: 778daa7c-feaf-4db6-96f3-70fd645acc77
name: File
dockerRepository: airbyte/source-file
dockerImageTag: 0.1.6
dockerImageTag: 0.1.7
documentationUrl: https://hub.docker.com/r/airbyte/source-file
- sourceDefinitionId: fdc8b827-3257-4b33-83cc-106d234c34d4
name: Google Adwords
@@ -66,17 +66,17 @@
- sourceDefinitionId: b03a9f3e-22a5-11eb-adc1-0242ac120002
name: Mailchimp
dockerRepository: airbyte/source-mailchimp
dockerImageTag: 0.1.5
dockerImageTag: 0.1.6
documentationUrl: https://hub.docker.com/r/airbyte/source-mailchimp
- sourceDefinitionId: 39f092a6-8c87-4f6f-a8d9-5cef45b7dbe1
name: Google Analytics
dockerRepository: airbyte/source-googleanalytics-singer
dockerImageTag: 0.1.4
dockerImageTag: 0.1.5
documentationUrl: https://hub.docker.com/r/airbyte/source-googleanalytics-singer
- sourceDefinitionId: 74d47f79-8d01-44ac-9755-f5eb0d7caacb
name: Facebook Marketing APIs
dockerRepository: airbyte/source-facebook-marketing-api-singer
dockerImageTag: 0.1.4
dockerImageTag: 0.1.5
documentationUrl: https://hub.docker.com/r/airbyte/source-facebook-marketing-api-singer
- sourceDefinitionId: 57eb1576-8f52-463d-beb6-2e107cdf571d
name: Hubspot
@@ -111,7 +111,7 @@
- sourceDefinitionId: 396e4ca3-8a97-4b85-aa4e-c9d8c2d5f992
name: Braintree
dockerRepository: airbyte/source-braintree-singer
dockerImageTag: 0.1.0
dockerImageTag: 0.1.1
documentationUrl: https://hub.docker.com/r/airbyte/source-braintree-singer
- sourceDefinitionId: 41375467-61ae-4204-8e38-e2b8b7365f23
name: Slack

View File

@@ -6,7 +6,7 @@ ENV CODE_PATH="source_braintree_singer"
ENV AIRBYTE_IMPL_MODULE="source_braintree_singer"
ENV AIRBYTE_IMPL_PATH="SourceBraintreeSinger"
LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.name=airbyte/source-braintree-singer
WORKDIR /airbyte/integration_code

View File

@@ -13,5 +13,5 @@ COPY $CODE_PATH ./$CODE_PATH
COPY setup.py ./
RUN pip install ".[main]"
LABEL io.airbyte.version=0.1.4
LABEL io.airbyte.version=0.1.5
LABEL io.airbyte.name=airbyte/source-facebook-marketing-api-singer

View File

@@ -11,5 +11,5 @@ COPY $CODE_PATH ./$CODE_PATH
COPY setup.py ./
RUN pip install ".[main]"
LABEL io.airbyte.version=0.1.6
LABEL io.airbyte.version=0.1.7
LABEL io.airbyte.name=airbyte/source-file

View File

@@ -8,7 +8,7 @@ ENV CODE_PATH="source_googleanalytics_singer"
ENV AIRBYTE_IMPL_MODULE="source_googleanalytics_singer"
ENV AIRBYTE_IMPL_PATH="GoogleAnalyticsSingerSource"
LABEL io.airbyte.version=0.1.4
LABEL io.airbyte.version=0.1.5
LABEL io.airbyte.name=airbyte/source-googleanalytics-singer
WORKDIR /airbyte/integration_code

View File

@@ -12,5 +12,5 @@ COPY $CODE_PATH ./$CODE_PATH
COPY setup.py ./
RUN pip install ".[main]"
LABEL io.airbyte.version=0.1.5
LABEL io.airbyte.version=0.1.6
LABEL io.airbyte.name=airbyte/source-mailchimp