Skip to content

Commit ec70b32

Browse files
authored
Source: Instagram - Use latest CDK version (#16340)
1 parent 5ccea65 commit ec70b32

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
- name: Instagram
458458
sourceDefinitionId: 6acf6b55-4f1e-4fca-944e-1a3caef8aba8
459459
dockerRepository: airbyte/source-instagram
460-
dockerImageTag: 0.1.9
460+
dockerImageTag: 0.1.10
461461
documentationUrl: https://docs.airbyte.com/integrations/sources/instagram
462462
icon: instagram.svg
463463
sourceType: api

airbyte-config/init/src/main/resources/seed/source_specs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4104,7 +4104,7 @@
41044104
supportsNormalization: false
41054105
supportsDBT: false
41064106
supported_destination_sync_modes: []
4107-
- dockerImage: "airbyte/source-instagram:0.1.9"
4107+
- dockerImage: "airbyte/source-instagram:0.1.10"
41084108
spec:
41094109
documentationUrl: "https://docs.airbyte.io/integrations/sources/instagram"
41104110
changelogUrl: "https://docs.airbyte.io/integrations/sources/instagram"

airbyte-integrations/connectors/source-instagram/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ RUN pip install .
1212
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
1313
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
1414

15-
LABEL io.airbyte.version=0.1.9
15+
LABEL io.airbyte.version=0.1.10
1616
LABEL io.airbyte.name=airbyte/source-instagram

airbyte-integrations/connectors/source-instagram/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import find_packages, setup
77

88
MAIN_REQUIREMENTS = [
9-
"airbyte-cdk~=0.1",
9+
"airbyte-cdk~=0.1.81",
1010
"cached_property~=1.5",
1111
"facebook_business~=11.0",
1212
"pendulum>=2,<3",

docs/integrations/sources/instagram.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ See Facebook's [documentation on rate limiting](https://developers.facebook.com/
9999

100100
## Changelog
101101

102-
| Version | Date | Pull Request | Subject |
103-
| :--- | :--- | :--- | :--- |
104-
| 0.1.9 | 2021-09-30 | [6438](https://github.com/airbytehq/airbyte/pull/6438) | Annotate Oauth2 flow initialization parameters in connector specification |
105-
| 0.1.8 | 2021-08-11 | [5354](https://github.com/airbytehq/airbyte/pull/5354) | added check for empty state and fixed tests. |
106-
| 0.1.7 | 2021-07-19 | [4805](https://github.com/airbytehq/airbyte/pull/4805) | Add support for previous format of STATE. |
107-
| 0.1.6 | 2021-07-07 | [4210](https://github.com/airbytehq/airbyte/pull/4210) | Refactor connector to use CDK: - improve error handling. - fix sync fail with HTTP status 400. - integrate SAT. |
102+
| Version | Date | Pull Request | Subject |
103+
|:--------|:-----------|:-------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------|
104+
| 0.1.10 | 2022-09-05 | [16340](https://github.com/airbytehq/airbyte/pull/16340) | Update to latest version of the CDK (v0.1.81) |
105+
| 0.1.9 | 2021-09-30 | [6438](https://github.com/airbytehq/airbyte/pull/6438) | Annotate Oauth2 flow initialization parameters in connector specification |
106+
| 0.1.8 | 2021-08-11 | [5354](https://github.com/airbytehq/airbyte/pull/5354) | added check for empty state and fixed tests. |
107+
| 0.1.7 | 2021-07-19 | [4805](https://github.com/airbytehq/airbyte/pull/4805) | Add support for previous format of STATE. |
108+
| 0.1.6 | 2021-07-07 | [4210](https://github.com/airbytehq/airbyte/pull/4210) | Refactor connector to use CDK: - improve error handling. - fix sync fail with HTTP status 400. - integrate SAT. |

0 commit comments

Comments
 (0)