Azure-Samples / aks-store-demo

Sample microservices app for AKS demos, tutorials, and experiments
MIT License
143 stars 225 forks source link

feat: release workflow enhancements and version numbers in healthchecks #75

Closed pauldotyu closed 10 months ago

pauldotyu commented 10 months ago

Purpose

  1. Add ability to build multi-arch images (e.g. amd64 and arm64)
  2. Add a new release workflow to create container images based on release tags (also triggered off new releases)
  3. Update all service health check endpoints to include a version
  4. Fix store-front and store-admin health checks

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe: