feat: add semantic versioning for ECR images#1
Merged
Conversation
- Add VERSION file to track semantic version (starting at 0.1.0) - Update workflow to read version from VERSION file - PR builds push to atlantis-staging with version tag - Main branch builds push to atlantis-prod with version + latest tags - VERSION file changes now trigger builds 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Tim Manochehri <135061383+Tmanoche@users.noreply.github.com>
- Rewrite atlantis-image.yml for ECR-only builds - Remove all unused GitHub Actions workflows - Remove orphaned config files - Add validation for ECR registry before tag generation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Staging (PRs): arn:aws:iam::953790153951:role/atlantis-staging-gha-role - Prod (main): arn:aws:iam::011528294869:role/atlantis-prod-gha-role 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
atlantis-stagingwith version tagatlantis-prodwith version + latest tagsTagging Strategy
atlantis-stagingv0.1.0,abc1234,pr-{number}atlantis-prodv0.1.0,abc1234,latestTest plan
atlantis-stagingECR repo🤖 Generated with Claude Code