AS A DevOps Engineer
I WANT TO understand the exact version of deployed services which are running
SO THAT I can validate updates have deployed and debug and understand live service issues.
Acceptance Criteria
[ ] Expose versioning information which allows executing services to be tied back to committed code.
[ ] Via response headers.
[ ] This could be Git commit hashes or Semantic Versioning depending on steer from Project Stakeholders
AS A DevOps Engineer I WANT TO understand the exact version of deployed services which are running SO THAT I can validate updates have deployed and debug and understand live service issues.
Acceptance Criteria