Skip to content

Commit a0c4909

Browse files
subodh1810etsybaev
authored andcommitted
update postgres source version (#10696)
* update postgres source version * update spec
1 parent c5f8802 commit a0c4909

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
- name: Postgres
600600
sourceDefinitionId: decd338e-5647-4c0b-adf4-da0e75f5a750
601601
dockerRepository: airbyte/source-postgres
602-
dockerImageTag: 0.4.8
602+
dockerImageTag: 0.4.9
603603
documentationUrl: https://docs.airbyte.io/integrations/sources/postgres
604604
icon: postgresql.svg
605605
sourceType: database

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6205,7 +6205,7 @@
62056205
supportsNormalization: false
62066206
supportsDBT: false
62076207
supported_destination_sync_modes: []
6208-
- dockerImage: "airbyte/source-postgres:0.4.8"
6208+
- dockerImage: "airbyte/source-postgres:0.4.9"
62096209
spec:
62106210
documentationUrl: "https://docs.airbyte.com/integrations/sources/postgres"
62116211
connectionSpecification:

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

Lines changed: 1 addition & 1 deletion
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.1.10
19+
LABEL io.airbyte.version=0.1.11
2020
LABEL io.airbyte.name=airbyte/source-postgres-strict-encrypt

airbyte-integrations/connectors/source-postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
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.8
19+
LABEL io.airbyte.version=0.4.9
2020
LABEL io.airbyte.name=airbyte/source-postgres

0 commit comments

Comments
 (0)