cnabio / cnab-spec

Cloud Native Application Bundle Specification
https://cnab.io
Other
958 stars 99 forks source link

change 'underway' to 'pending' in the claims spec #334

Closed technosophos closed 4 years ago

technosophos commented 4 years ago

This PR changes "underway" to "pending". Since this changes the behavior of cnab-go and libcnab-rs, we need to create issues in those repos if we decide to merge this.

See #309 (comment) for discussion of what the name of this field should be.

Supersedes #325

Signed-off-by: Matt Butcher matt.butcher@microsoft.com

technosophos commented 4 years ago

Turns out that no change is necessary in the Rust library, which currently allows any String value in the Status field. For Go, a PR is here: https://github.com/cnabio/cnab-go/pull/185