-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
Hi
I'd like to query your versioning decisions. We generally allow any new patch releases to be auto deployed via semantic versioning i.e.
elasticstack = {
source = "elastic/elasticstack"
version = "~>0.11.15"
}
The last patch version 0.11.18 is pretty big and broke our CI. Easily fixed but should changes that include breaking changes be included in a patch version? By breaking changes I mean anything that requires a syntax change in our TF code. Not necessarily bugs but still enough to break test deploys. I'd expect this to be a new minor version and not a patch.
Thanks
Darrell
Metadata
Metadata
Assignees
Labels
No labels