pulumi / esc

Pulumi ESC (Environments, Secrets, and Configuration) for cloud applications and infrastructure.
https://www.pulumi.com/product/esc/
Apache License 2.0
219 stars 8 forks source link

Consider versioning the environments schema #145

Open komalali opened 1 year ago

komalali commented 1 year ago

To prepare for future breaking changes, have you considered adding version info into the environment file, e.g:

apiVersion: pulumi.com/v1alpha1
kind: Environment
imports:
  ...
values:
  ...
EronWright commented 1 year ago

Something to consider regarding the concept of apiVersion, would Pulumi adopt the versioning conventions? e.g. Pulumi would introduce v1alpha2 or v1beta1 to deliver a breaking change.