-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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]: Forbid release candidate for major version (#4…
- Loading branch information
1 parent
b8b2bfa
commit 0bae1e6
Showing
5 changed files
with
276 additions
and
231 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "metadata-service" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
description = "" | ||
authors = ["Ben Church <[email protected]>"] | ||
readme = "README.md" | ||
|
22 changes: 22 additions & 0 deletions
22
...ests/fixtures/metadata_validate/invalid/metadata_release_candidate_for_major_version.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,22 @@ | ||
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: 3.0.0-rc.1 | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/existingsource | ||
connectorSubtype: database | ||
releaseStage: generally_available | ||
license: MIT | ||
releases: | ||
rolloutConfiguration: | ||
enableProgressiveRollout: 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 |
Oops, something went wrong.