Skip to content

Commit cb90d7b

Browse files
authored
Revert "Prepare release of JDBC connectors (#13987)" (#14029)
This reverts commit df759b3.
1 parent cbae47b commit cb90d7b

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
- name: Microsoft SQL Server (MSSQL)
534534
sourceDefinitionId: b5ea17b1-f170-46dc-bc31-cc744ca984c1
535535
dockerRepository: airbyte/source-mssql
536-
dockerImageTag: 0.4.4
536+
dockerImageTag: 0.4.3
537537
documentationUrl: https://docs.airbyte.io/integrations/sources/mssql
538538
icon: mssql.svg
539539
sourceType: database
@@ -581,7 +581,7 @@
581581
- name: MySQL
582582
sourceDefinitionId: 435bb9a5-7887-4809-aa58-28c27df0d7ad
583583
dockerRepository: airbyte/source-mysql
584-
dockerImageTag: 0.5.14
584+
dockerImageTag: 0.5.13
585585
documentationUrl: https://docs.airbyte.io/integrations/sources/mysql
586586
icon: mysql.svg
587587
sourceType: database
@@ -723,7 +723,7 @@
723723
- name: Postgres
724724
sourceDefinitionId: decd338e-5647-4c0b-adf4-da0e75f5a750
725725
dockerRepository: airbyte/source-postgres
726-
dockerImageTag: 0.4.27
726+
dockerImageTag: 0.4.26
727727
documentationUrl: https://docs.airbyte.io/integrations/sources/postgres
728728
icon: postgresql.svg
729729
sourceType: database

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -4850,7 +4850,7 @@
48504850
supportsNormalization: false
48514851
supportsDBT: false
48524852
supported_destination_sync_modes: []
4853-
- dockerImage: "airbyte/source-mssql:0.4.4"
4853+
- dockerImage: "airbyte/source-mssql:0.4.3"
48544854
spec:
48554855
documentationUrl: "https://docs.airbyte.io/integrations/destinations/mssql"
48564856
connectionSpecification:
@@ -5639,7 +5639,7 @@
56395639
supportsNormalization: false
56405640
supportsDBT: false
56415641
supported_destination_sync_modes: []
5642-
- dockerImage: "airbyte/source-mysql:0.5.14"
5642+
- dockerImage: "airbyte/source-mysql:0.5.13"
56435643
spec:
56445644
documentationUrl: "https://docs.airbyte.io/integrations/sources/mysql"
56455645
connectionSpecification:
@@ -6745,7 +6745,7 @@
67456745
supportsNormalization: false
67466746
supportsDBT: false
67476747
supported_destination_sync_modes: []
6748-
- dockerImage: "airbyte/source-postgres:0.4.27"
6748+
- dockerImage: "airbyte/source-postgres:0.4.26"
67496749
spec:
67506750
documentationUrl: "https://docs.airbyte.com/integrations/sources/postgres"
67516751
connectionSpecification:

airbyte-integrations/connectors/source-mssql-strict-encrypt/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION source-mssql-strict-encrypt
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.4.4
19+
LABEL io.airbyte.version=0.4.3
2020
LABEL io.airbyte.name=airbyte/source-mssql-strict-encrypt

airbyte-integrations/connectors/source-mssql/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION source-mssql
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.4.4
19+
LABEL io.airbyte.version=0.4.3
2020
LABEL io.airbyte.name=airbyte/source-mssql

airbyte-integrations/connectors/source-mysql-strict-encrypt/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION source-mysql-strict-encrypt
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.5.14
19+
LABEL io.airbyte.version=0.5.10
2020
LABEL io.airbyte.name=airbyte/source-mysql-strict-encrypt

airbyte-integrations/connectors/source-mysql/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION source-mysql
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.5.14
19+
LABEL io.airbyte.version=0.5.13
2020
LABEL io.airbyte.name=airbyte/source-mysql

airbyte-integrations/connectors/source-postgres-strict-encrypt/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION source-postgres-strict-encrypt
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.4.27
19+
LABEL io.airbyte.version=0.4.26
2020
LABEL io.airbyte.name=airbyte/source-postgres-strict-encrypt

airbyte-integrations/connectors/source-postgres/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION source-postgres
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.4.27
19+
LABEL io.airbyte.version=0.4.26
2020
LABEL io.airbyte.name=airbyte/source-postgres

0 commit comments

Comments
 (0)