Releases: VirdocsSoftware/github-actions
Releases · VirdocsSoftware/github-actions
v2.0.0
- Update the branch name validation logic to not force failure if JIRA pattern unmet
v1.4.0
- Update the CFN formatting and linting jobs to disable-fail fast and add continue-on-error
v1
Includes latest changes from v1 tags
v1.3.1
- Fixes the devops-vars.yml workflow by removing a pattern match in favor of an exact match on github branch naming
- This is a critical security patch and we need to ensure all repos are at least on this release version
- Updates the actions/checkout version to @4 used in the lint-cfn.yml workflow
v1.3.0
- Updates the devops-vars.yml to include the following vars:
- DEVOPS_TRIGGER_DB_MIGRATIONS_NON_PROD
- DEVOPS_TRIGGER_DB_MIGRATIONS_PROD
- DEVOPS_TRIGGER_DEPLOYMENT
v1.2.0
- Adds devops-vars.yml which support GitHub deployment environments/variables and feature branch deployments
v1.1.0
- Splits the formatter and linter jobs, they now run independent of one another
- Adds README instructions that get referenced if either job fails
v1.0.0
- Adds v1.0.0 of the lint-cfn workflow which catches formatting errors and cfn-lint issues prior to deployment of CloudFormation templates