File tree 8 files changed +12
-12
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors
source-mssql-strict-encrypt
source-mysql-strict-encrypt
source-postgres-strict-encrypt
8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 533
533
- name : Microsoft SQL Server (MSSQL)
534
534
sourceDefinitionId : b5ea17b1-f170-46dc-bc31-cc744ca984c1
535
535
dockerRepository : airbyte/source-mssql
536
- dockerImageTag : 0.4.4
536
+ dockerImageTag : 0.4.3
537
537
documentationUrl : https://docs.airbyte.io/integrations/sources/mssql
538
538
icon : mssql.svg
539
539
sourceType : database
581
581
- name : MySQL
582
582
sourceDefinitionId : 435bb9a5-7887-4809-aa58-28c27df0d7ad
583
583
dockerRepository : airbyte/source-mysql
584
- dockerImageTag : 0.5.14
584
+ dockerImageTag : 0.5.13
585
585
documentationUrl : https://docs.airbyte.io/integrations/sources/mysql
586
586
icon : mysql.svg
587
587
sourceType : database
723
723
- name : Postgres
724
724
sourceDefinitionId : decd338e-5647-4c0b-adf4-da0e75f5a750
725
725
dockerRepository : airbyte/source-postgres
726
- dockerImageTag : 0.4.27
726
+ dockerImageTag : 0.4.26
727
727
documentationUrl : https://docs.airbyte.io/integrations/sources/postgres
728
728
icon : postgresql.svg
729
729
sourceType : database
Original file line number Diff line number Diff line change 4850
4850
supportsNormalization : false
4851
4851
supportsDBT : false
4852
4852
supported_destination_sync_modes : []
4853
- - dockerImage : " airbyte/source-mssql:0.4.4 "
4853
+ - dockerImage : " airbyte/source-mssql:0.4.3 "
4854
4854
spec :
4855
4855
documentationUrl : " https://docs.airbyte.io/integrations/destinations/mssql"
4856
4856
connectionSpecification :
5639
5639
supportsNormalization : false
5640
5640
supportsDBT : false
5641
5641
supported_destination_sync_modes : []
5642
- - dockerImage : " airbyte/source-mysql:0.5.14 "
5642
+ - dockerImage : " airbyte/source-mysql:0.5.13 "
5643
5643
spec :
5644
5644
documentationUrl : " https://docs.airbyte.io/integrations/sources/mysql"
5645
5645
connectionSpecification :
6745
6745
supportsNormalization : false
6746
6746
supportsDBT : false
6747
6747
supported_destination_sync_modes : []
6748
- - dockerImage : " airbyte/source-postgres:0.4.27 "
6748
+ - dockerImage : " airbyte/source-postgres:0.4.26 "
6749
6749
spec :
6750
6750
documentationUrl : " https://docs.airbyte.com/integrations/sources/postgres"
6751
6751
connectionSpecification :
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION source-mssql-strict-encrypt
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.4.4
19
+ LABEL io.airbyte.version=0.4.3
20
20
LABEL io.airbyte.name=airbyte/source-mssql-strict-encrypt
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION source-mssql
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.4.4
19
+ LABEL io.airbyte.version=0.4.3
20
20
LABEL io.airbyte.name=airbyte/source-mssql
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION source-mysql-strict-encrypt
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.5.14
19
+ LABEL io.airbyte.version=0.5.10
20
20
LABEL io.airbyte.name=airbyte/source-mysql-strict-encrypt
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION source-mysql
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.5.14
19
+ LABEL io.airbyte.version=0.5.13
20
20
LABEL io.airbyte.name=airbyte/source-mysql
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION source-postgres-strict-encrypt
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.4.27
19
+ LABEL io.airbyte.version=0.4.26
20
20
LABEL io.airbyte.name=airbyte/source-postgres-strict-encrypt
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION source-postgres
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.4.27
19
+ LABEL io.airbyte.version=0.4.26
20
20
LABEL io.airbyte.name=airbyte/source-postgres
You can’t perform that action at this time.
0 commit comments