Source bing-ads: rebump to 0.1.5 (#11652)
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
- name: Bing Ads
|
||||
sourceDefinitionId: 47f25999-dd5e-4636-8c39-e7cea2453331
|
||||
dockerRepository: airbyte/source-bing-ads
|
||||
dockerImageTag: 0.1.4
|
||||
dockerImageTag: 0.1.5
|
||||
documentationUrl: https://docs.airbyte.io/integrations/sources/bing-ads
|
||||
icon: bingads.svg
|
||||
sourceType: api
|
||||
|
||||
@@ -756,7 +756,7 @@
|
||||
- "overwrite"
|
||||
- "append"
|
||||
- "append_dedup"
|
||||
- dockerImage: "airbyte/source-bing-ads:0.1.4"
|
||||
- dockerImage: "airbyte/source-bing-ads:0.1.5"
|
||||
spec:
|
||||
documentationUrl: "https://docs.airbyte.io/integrations/sources/bing-ads"
|
||||
connectionSpecification:
|
||||
|
||||
@@ -12,5 +12,5 @@ RUN pip install .
|
||||
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
|
||||
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
|
||||
|
||||
LABEL io.airbyte.version=0.1.4
|
||||
LABEL io.airbyte.version=0.1.5
|
||||
LABEL io.airbyte.name=airbyte/source-bing-ads
|
||||
|
||||
@@ -79,6 +79,7 @@ Be aware that `refresh token` will expire in 90 days. You need to repeat auth pr
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| 0.1.5 | 2022-01-01 | [11652](https://github.com/airbytehq/airbyte/pull/11652) | Rebump attempt after DockerHub failure at registring the 0.1.4 |
|
||||
| 0.1.4 | 2022-03-22 | [9510](https://github.com/airbytehq/airbyte/pull/9510) | Added optional Redirect URI & Tenant ID to spec |
|
||||
| 0.1.3 | 2022-01-14 | [9510](https://github.com/airbytehq/airbyte/pull/9510) | Fixed broken dependency that blocked connector's operations |
|
||||
| 0.1.2 | 2021-12-14 | [8429](https://github.com/airbytehq/airbyte/pull/8429) | Update titles and descriptions |
|
||||
|
||||
Reference in New Issue
Block a user