Skip to content

Commit

Permalink
Bump jira version (#4126)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren authored Jun 15, 2021
1 parent 5a37359 commit 4e449e9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "68e63de2-bb83-4c7e-93fa-a8a9051e3993",
"name": "Jira",
"dockerRepository": "airbyte/source-jira",
"dockerImageTag": "0.2.5",
"dockerImageTag": "0.2.6",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-jira",
"icon": "jira.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
- sourceDefinitionId: 68e63de2-bb83-4c7e-93fa-a8a9051e3993
name: Jira
dockerRepository: airbyte/source-jira
dockerImageTag: 0.2.5
dockerImageTag: 0.2.6
documentationUrl: https://hub.docker.com/r/airbyte/source-jira
icon: jira.svg
- sourceDefinitionId: 859e501d-2b67-471f-91bb-1c801414d28f
Expand Down
6 changes: 1 addition & 5 deletions airbyte-integrations/connectors/source-jira/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Changelog

## 0.2.4
Implementing base_read acceptance test dived by stream groups.

## 0.2.3
Implementing incremental sync. Migrated to airbyte-cdk. Adding all available entities in Jira Cloud.
Moved to the JIRA connector documentation [here](https://docs.airbyte.io/integrations/sources/jira#changelog).
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-jira/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.5
LABEL io.airbyte.version=0.2.6
LABEL io.airbyte.name=airbyte/source-jira
8 changes: 8 additions & 0 deletions docs/integrations/sources/jira.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,11 @@ The Jira connector should not run into Jira API limitations under normal usage.

Please follow the [Jira confluence for generating an API token](https://confluence.atlassian.com/cloud/api-tokens-938839638.html).

## CHANGELOG

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.2.6 | 2021-06-15 | [#4113](https://github.com/airbytehq/airbyte/pull/4113) | Fixed `user` stream with the correct endpoint and query param. |
| 0.2.5 | 2021-06-09 | [#3973](https://github.com/airbytehq/airbyte/pull/3973) | Added `AIRBYTE_ENTRYPOINT` in base Docker image for Kubernetes support. |
| 0.2.4 | | | Implementing base_read acceptance test dived by stream groups. |
| 0.2.3 | | | Implementing incremental sync. Migrated to airbyte-cdk. Adding all available entities in Jira Cloud. |

0 comments on commit 4e449e9

Please sign in to comment.