Skip to content

Commit

Permalink
chore: auto-gen by protobufs
Browse files Browse the repository at this point in the history
triggered by commit: 46c4d20
  • Loading branch information
droplet-bot committed Mar 8, 2024
1 parent 84eac25 commit 33ba89b
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions openapiv2/vdp/service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3498,6 +3498,47 @@ definitions:
- NAME_AVAILABLE: Available.
- NAME_UNAVAILABLE: Unavailable.
ComponentDefinitionReleaseStage:
type: string
enum:
- RELEASE_STAGE_OPEN_FOR_CONTRIBUTION
- RELEASE_STAGE_COMING_SOON
- RELEASE_STAGE_ALPHA
- RELEASE_STAGE_BETA
- RELEASE_STAGE_GA
description: |-
- RELEASE_STAGE_OPEN_FOR_CONTRIBUTION: This component is unimplemented and community contributions are welcome
for this component.
It is recommended that the major and minor versions for definitions at
this release stage is kept at 0, e.g., `0.0.1`, `0.0.4`, etc.
- RELEASE_STAGE_COMING_SOON: The implementation of this component is planned and will be tackled by
the Instill AI team.
It is recommended that the major and minor versions for definitions at
this release stage is kept at 0, e.g., `0.0.1`, `0.0.4`, etc.
- RELEASE_STAGE_ALPHA: Initial implementation intended to gather feedback and issues from early
adopters. Alpha releases are discouraged for production use cases.
The `version` field in the definition must have `alpha` as its first
pre-release identifier, e.g., `0.1.0-alpha`, `0.1.3-alpha.1`.
- RELEASE_STAGE_BETA: The connector has reached stability and no backwards incompatible
changes are expected. Before reaching general availability, it should be
validated by a broader group of users. Some fixes might be added during
this process.
The `version` field in the definition must have `beta` as its first
pre-release identifier, e.g., `0.1.0-beta`, `0.1.3-beta.1`.
- RELEASE_STAGE_GA: Generally available - ready for use in production and fully supported by
Instill AI.
title: |-
ReleaseStage defines the release stage of a component. This is used to
group components with the same pre-relase groups (e.g. `0.1.0-beta`,
`0.1.0-beta.1` -> `RELEASE_STAGE_BETA`) and to include other "in progress"
(i.e. coming soon, open for contributions) stages that may not be relevant
within semantic versioning.
See the documentation of each value for potential constraints between
`version` and `release_stage` fields.`
PipelinePublicServiceCloneOrganizationPipelineBody:
type: object
properties:
Expand Down Expand Up @@ -4396,6 +4437,10 @@ definitions:
type: string
description: Short description of the connector.
readOnly: true
release_stage:
$ref: '#/definitions/ComponentDefinitionReleaseStage'
description: Release stage.
readOnly: true
description: |-
A Connector is a type of pipeline component that queries, processes or sends
the ingested unstructured data to a service or app. Users need to configure
Expand Down Expand Up @@ -5118,6 +5163,10 @@ definitions:
type: string
description: Short description of the operator.
readOnly: true
release_stage:
$ref: '#/definitions/ComponentDefinitionReleaseStage'
description: Release stage.
readOnly: true
description: |-
An Operator is a type of pipeline component that performs data injection and
manipulation. OperatorDefinition describes a certain type of operator.
Expand Down

0 comments on commit 33ba89b

Please sign in to comment.