-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metadata-service[lib]: validate that release candidate have rc suffix…
… in their version (#46573)
- Loading branch information
1 parent
655daf9
commit 6256948
Showing
8 changed files
with
1,487 additions
and
1,239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
...lib/tests/fixtures/metadata_validate/invalid/metadata_release_candidate_no_rc_suffix.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
metadataSpecVersion: 1.0 | ||
data: | ||
name: AlloyDB for PostgreSQL | ||
definitionId: 1fa90628-2b9e-11ed-a261-0242ac120002 | ||
connectorType: source | ||
dockerRepository: airbyte/image-exists-1 | ||
githubIssueLabel: source-alloydb-strict-encrypt | ||
dockerImageTag: 2.0.1 | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/existingsource | ||
connectorSubtype: database | ||
releaseStage: generally_available | ||
license: MIT | ||
releases: | ||
isReleaseCandidate: true | ||
breakingChanges: | ||
2.0.0: | ||
upgradeDeadline: 2023-08-22 | ||
message: "This version changes the connector’s authentication method from `ApiKey` to `oAuth`, per the [API guide](https://amazon-sqs.com/api/someguide)." | ||
|
||
tags: | ||
- language:java |
21 changes: 21 additions & 0 deletions
21
...metadata_validate/valid/with_optional_field/with_releases/metadata_release_candidate.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
metadataSpecVersion: 1.0 | ||
data: | ||
name: AlloyDB for PostgreSQL | ||
definitionId: 1fa90628-2b9e-11ed-a261-0242ac120002 | ||
connectorType: source | ||
dockerRepository: airbyte/image-exists-1 | ||
githubIssueLabel: source-alloydb-strict-encrypt | ||
dockerImageTag: 2.0.1-rc.1 | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/existingsource | ||
connectorSubtype: database | ||
releaseStage: generally_available | ||
license: MIT | ||
releases: | ||
isReleaseCandidate: true | ||
breakingChanges: | ||
2.0.0: | ||
upgradeDeadline: 2023-08-22 | ||
message: "This version changes the connector’s authentication method from `ApiKey` to `oAuth`, per the [API guide](https://amazon-sqs.com/api/someguide)." | ||
|
||
tags: | ||
- language:java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.