Skip to content

Commit

Permalink
Source Zoom: fix version bumping (#3165)
Browse files Browse the repository at this point in the history
* revert Zoom version

* bump version of HTTP source

Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com>
  • Loading branch information
keu and eugene-kulak authored May 1, 2021
1 parent 35fa7be commit 54bf49e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "9845d17a-45f1-4070-8a60-50914b1c8e2b",
"name": "HTTP Request",
"dockerRepository": "airbyte/source-http-request",
"dockerImageTag": "0.2.2",
"dockerImageTag": "0.2.3",
"documentationUrl": "https://hub.docker.com/repository/docker/airbyte/source-http-request",
"icon": "http.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "aea2fd0d-377d-465e-86c0-4fdc4f688e51",
"name": "Zoom",
"dockerRepository": "airbyte/source-zoom-singer",
"dockerImageTag": "0.2.2",
"dockerImageTag": "0.2.1",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-zoom-singer",
"icon": "zoom.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
- sourceDefinitionId: 9845d17a-45f1-4070-8a60-50914b1c8e2b
name: HTTP Request
dockerRepository: airbyte/source-http-request
dockerImageTag: 0.2.2
dockerImageTag: 0.2.3
documentationUrl: https://hub.docker.com/repository/docker/airbyte/source-http-request
icon: http.svg
- sourceDefinitionId: e87ffa8e-a3b5-f69c-9076-6011339de1f6
Expand Down Expand Up @@ -175,7 +175,7 @@
- sourceDefinitionId: aea2fd0d-377d-465e-86c0-4fdc4f688e51
name: Zoom
dockerRepository: airbyte/source-zoom-singer
dockerImageTag: 0.2.2
dockerImageTag: 0.2.1
documentationUrl: https://hub.docker.com/r/airbyte/source-zoom-singer
icon: zoom.svg
- sourceDefinitionId: eaf50f04-21dd-4620-913b-2a83f5635227
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ COPY $CODE_PATH ./$CODE_PATH
COPY setup.py ./
RUN pip install .

LABEL io.airbyte.version=0.2.2
LABEL io.airbyte.version=0.2.3
LABEL io.airbyte.name=airbyte/source-http-request
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV CODE_PATH="source_zoom_singer"
ENV AIRBYTE_IMPL_MODULE="source_zoom_singer"
ENV AIRBYTE_IMPL_PATH="SourceZoomSinger"

LABEL io.airbyte.version=0.2.2
LABEL io.airbyte.version=0.2.1
LABEL io.airbyte.name=airbyte/source-zoom-singer

WORKDIR /airbyte/integration_code
Expand Down

0 comments on commit 54bf49e

Please sign in to comment.