Skip to content

Commit

Permalink
bump e2e connector versions (#16404)
Browse files Browse the repository at this point in the history
* bump e2e test source connector version
  • Loading branch information
alovew authored Sep 8, 2022
1 parent 8866c8e commit c30e77f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"supportsNormalization": false,
"supportsDBT": false,
"supported_destination_sync_modes": ["overwrite", "append"],
"protocol_version": "1.0.0",
"protocol_version": "0.2.1",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "E2E Test Destination Spec",
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-e2e-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ ENV ENABLE_SENTRY true

COPY --from=build /airbyte /airbyte

LABEL io.airbyte.version=2.1.1
LABEL io.airbyte.version=2.1.2
LABEL io.airbyte.name=airbyte/source-e2e-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"documentationUrl": "https://docs.airbyte.io/integrations/sources/e2e-test",
"protocol_version": "1.0.0",
"protocol_version": "0.2.1",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "E2E Test Source Spec",
Expand Down

0 comments on commit c30e77f

Please sign in to comment.