Skip to content

Release versioning #1363

@Bunzab

Description

@Bunzab

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions