Skip to content

Commit

Permalink
source-file/faker: make them use our base image + delete dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Sep 15, 2023
1 parent 2690638 commit c48b566
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 86 deletions.
38 changes: 0 additions & 38 deletions airbyte-integrations/connectors/source-faker/Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-faker/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: dfd88b22-b603-4c3d-aad7-3701784586b1
dockerImageTag: 5.0.0
dockerImageTag: 5.1.0
dockerRepository: airbyte/source-faker
documentationUrl: https://docs.airbyte.com/integrations/sources/faker
githubIssueLabel: source-faker
Expand Down Expand Up @@ -45,5 +45,5 @@ data:
tags:
- language:python
connectorBuildOptions:
baseImage: "airbyte-python-connector-base:1.1.0"
baseImage: "airbyte-python-connector-base:1.0.0"
metadataSpecVersion: "1.0"
22 changes: 0 additions & 22 deletions airbyte-integrations/connectors/source-file-secure/Dockerfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: file
connectorType: source
definitionId: 778daa7c-feaf-4db6-96f3-70fd645acc77
dockerImageTag: 0.3.11
dockerImageTag: 0.4.0
dockerRepository: airbyte/source-file-secure
githubIssueLabel: source-file
icon: file.svg
Expand All @@ -20,4 +20,6 @@ data:
documentationUrl: https://docs.airbyte.com/integrations/sources/file
tags:
- language:python
connectorBuildOptions:
baseImage: "airbyte-python-connector-base:1.0.0"
metadataSpecVersion: "1.0"
21 changes: 0 additions & 21 deletions airbyte-integrations/connectors/source-file/Dockerfile

This file was deleted.

6 changes: 4 additions & 2 deletions airbyte-integrations/connectors/source-file/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: file
connectorType: source
definitionId: 778daa7c-feaf-4db6-96f3-70fd645acc77
dockerImageTag: 0.3.11
dockerImageTag: 0.4.O
dockerRepository: airbyte/source-file
githubIssueLabel: source-file
icon: file.svg
Expand All @@ -14,7 +14,7 @@ data:
registries:
cloud:
dockerRepository: airbyte/source-file-secure
dockerImageTag: 0.3.11 # Dont forget to publish source-file-secure as well when updating this.
dockerImageTag: 0.4.0 # Dont forget to publish source-file-secure as well when updating this.
enabled: true
oss:
enabled: true
Expand All @@ -26,4 +26,6 @@ data:
sl: 200
ql: 400
supportLevel: certified
connectorBuildOptions:
baseImage: "airbyte-python-connector-base:1.0.0"
metadataSpecVersion: "1.0"
1 change: 1 addition & 0 deletions docs/integrations/sources/faker.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ None!

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:----------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------|
| 5.1.0 | 2023-09-15 | [TBD](https://github.com/airbytehq/airbyte/pull/TBD) | Build from our base image: airbyte-python-connector-base:1.0.0 |
| 5.0.0 | 2023-08-08 | [29213](https://github.com/airbytehq/airbyte/pull/29213) | Change all `*id` fields and `products.year` to be integer |
| 4.0.0 | 2023-07-19 | [28485](https://github.com/airbytehq/airbyte/pull/28485) | Bump to test publication |
| 3.0.2 | 2023-07-07 | [27807](https://github.com/airbytehq/airbyte/pull/28060) | Bump to test publication |
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ In order to read large files from a remote location, this connector uses the [sm

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:-----------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|
| 0.4.0 | 2023-09-15 | [TBD](https://github.com/airbytehq/airbyte/pull/TBD) | Build from our base image: airbyte-python-connector-base:1.0.0
| 0.3.11 | 2023-06-08 | [27157](https://github.com/airbytehq/airbyte/pull/27157) | Force smart open log level to ERROR |
| 0.3.10 | 2023-06-07 | [27107](https://github.com/airbytehq/airbyte/pull/27107) | Make source-file testable in our new airbyte-ci pipelines |
| 0.3.9 | 2023-05-18 | [26275](https://github.com/airbytehq/airbyte/pull/26275) | Add ParserError handling |
Expand Down

0 comments on commit c48b566

Please sign in to comment.