Skip to content

Commit

Permalink
Source Appstore #7652 - bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliizazmic committed Dec 8, 2021
1 parent 804e444 commit 74bcaa0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "2af123bf-0aaf-4e0d-9784-cb497f23741a",
"name": "Appstore",
"dockerRepository": "airbyte/source-appstore-singer",
"dockerImageTag": "0.2.4",
"dockerImageTag": "0.2.5",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/appstore",
"icon": "appstore.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- name: Appstore
sourceDefinitionId: 2af123bf-0aaf-4e0d-9784-cb497f23741a
dockerRepository: airbyte/source-appstore-singer
dockerImageTag: 0.2.4
dockerImageTag: 0.2.5
documentationUrl: https://docs.airbyte.io/integrations/sources/appstore
icon: appstore.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-appstore-singer:0.2.4"
- dockerImage: "airbyte/source-appstore-singer:0.2.5"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/appstore"
connectionSpecification:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_drift ./source_drift
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.2.4
LABEL io.airbyte.version=0.2.5
LABEL io.airbyte.name=airbyte/source-appstore-singer
7 changes: 4 additions & 3 deletions docs/integrations/sources/appstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Generate/Find all requirements using this [external article](https://leapfin.com

## Changelog

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.2.4 | 2021-07-06 | [4539](https://github.com/airbytehq/airbyte/pull/4539) | Add `AIRBYTE_ENTRYPOINT` for Kubernetes support |
| Version | Date | Pull Request | Subject |
|:--------|:-----------| :--- |:------------------------------------------------|
| 0.2.5 | 2021-12-09 | [7757](https://github.com/airbytehq/airbyte/pull/7757) | Migrate to the CDK |
| 0.2.4 | 2021-07-06 | [4539](https://github.com/airbytehq/airbyte/pull/4539) | Add `AIRBYTE_ENTRYPOINT` for Kubernetes support |

0 comments on commit 74bcaa0

Please sign in to comment.