Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source-file/faker: make them use our base image + delete dockerfile #30468

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions airbyte-integrations/connectors/source-faker/Dockerfile

This file was deleted.

4 changes: 3 additions & 1 deletion 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 @@ -44,4 +44,6 @@ data:
supportLevel: community
tags:
- language:python
connectorBuildOptions:
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.0
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 | [30468](https://github.com/airbytehq/airbyte/pull/30468) | 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 | [30468](https://github.com/airbytehq/airbyte/pull/30468) | 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