Skip to content

Conversation

@abs2023
Copy link
Contributor

@abs2023 abs2023 commented Jan 28, 2026

No description provided.

abs2023 and others added 5 commits January 27, 2026 14:53
- Add reusable .github/actions/gen-tag composite action
- Standardize component-based versioning: <component>-v<semver>[-env]
- Tags now created for all environments (dev, stg, main)
- Baseline version: proxy-router-v3.1.0
## Summary
- Add reusable gen-tag composite action for version tag generation
- Uses `git tag -l` for global tag lookup (not branch-reachable only)
- Consistent versioning strategy across all environments

## Changes
- Created `.github/actions/gen-tag/action.yml`
- Updated `build-deploy-proxy-router.yml` to use the new action
- Introduced new variables for Graph API key and Futures subgraph ID in 00_variables.tf.
- Updated secrets manager configurations to include Futures subgraph URL in 01_secrets_manager.tf.
- Modified ECS task definitions to reference the new Futures subgraph URL in 02_proxy_n_router_svc.tf and 02_proxy_n_validator_svc.tf.
- Adjusted GitHub Actions workflow to construct Futures subgraph URL dynamically in build-deploy-proxy-router.yml.
- Introduced new variables for Graph API key and Futures subgraph ID in
00_variables.tf.
- Updated secrets manager configurations to include Futures subgraph URL
in 01_secrets_manager.tf.
- Modified ECS task definitions to reference the new Futures subgraph
URL in 02_proxy_n_router_svc.tf and 02_proxy_n_validator_svc.tf.
- Adjusted GitHub Actions workflow to construct Futures subgraph URL
dynamically in build-deploy-proxy-router.yml.
@abs2023 abs2023 merged commit f7027a5 into main Jan 28, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants