service-cloud-voice / ServiceCloudVoiceLambdas

This application provides a set of Lambda functions, which are available within your Amazon Connect instance after provisioning the instance with your Service Cloud Voice contact center. You can use these Lambdas in Amazon Connect contact flows.
BSD 3-Clause "New" or "Revised" License
14 stars 19 forks source link

Relationship between SAR version and more public version confirmation #36

Closed vgw-chriskruger closed 1 year ago

vgw-chriskruger commented 1 year ago

My organisation is planning to manage the deployment of this application via Terraform.

I have noted a slight discrepancy between public versioning and the semantic versioning within the serverless application repository.

The public releases seem to be 11.1, 11.0, 10.1, 10.0 etc as highlighted here and in the commit messages within this repository.

However the serverless application repository lists the semantic versions as

[
  "1.0.1",
  "1.0.2",
  "10.0.0",
  "10.0.1",
  "11.0.0",
  "11.0.1",
  "12.0.0",
  "2.0.0",
  "2.0.1",
  "9.0.0",
  "9.0.1"
]

I am assuming 11.1 matches the 11.0.1 SAR version?

Also I would like to suggest that this repository starts using semantic version release tagging just so it is easy to see what the changes are etc.

jinalkathiara commented 1 year ago

Yes that is correct. 11.1 matches the 11.0.1 SAR version.