File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors
source-postgres-strict-encrypt Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 599
599
- name : Postgres
600
600
sourceDefinitionId : decd338e-5647-4c0b-adf4-da0e75f5a750
601
601
dockerRepository : airbyte/source-postgres
602
- dockerImageTag : 0.4.8
602
+ dockerImageTag : 0.4.9
603
603
documentationUrl : https://docs.airbyte.io/integrations/sources/postgres
604
604
icon : postgresql.svg
605
605
sourceType : database
Original file line number Diff line number Diff line change 6205
6205
supportsNormalization : false
6206
6206
supportsDBT : false
6207
6207
supported_destination_sync_modes : []
6208
- - dockerImage : " airbyte/source-postgres:0.4.8 "
6208
+ - dockerImage : " airbyte/source-postgres:0.4.9 "
6209
6209
spec :
6210
6210
documentationUrl : " https://docs.airbyte.com/integrations/sources/postgres"
6211
6211
connectionSpecification :
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.1.10
19
+ LABEL io.airbyte.version=0.1.11
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.8
19
+ LABEL io.airbyte.version=0.4.9
20
20
LABEL io.airbyte.name=airbyte/source-postgres
You can’t perform that action at this time.
0 commit comments