Skip to content

Releases: VirdocsSoftware/github-actions

v2.0.0

03 May 13:10
ee589a0

Choose a tag to compare

v2.0.0 Pre-release
Pre-release
  1. Update the branch name validation logic to not force failure if JIRA pattern unmet

v1.4.0

29 Feb 22:30

Choose a tag to compare

  1. Update the CFN formatting and linting jobs to disable-fail fast and add continue-on-error

v1

29 Feb 22:34

Choose a tag to compare

v1

Includes latest changes from v1 tags

v1.3.1

08 Feb 00:33

Choose a tag to compare

  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
  1. Updates the actions/checkout version to @4 used in the lint-cfn.yml workflow

v1.3.0

05 Oct 22:16
890ed99

Choose a tag to compare

  1. 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

12 Sep 04:01
437945d

Choose a tag to compare

  • Adds devops-vars.yml which support GitHub deployment environments/variables and feature branch deployments

v1.1.0

11 Aug 05:10
75bc1ad

Choose a tag to compare

  • 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

31 Jul 17:19

Choose a tag to compare

  • Adds v1.0.0 of the lint-cfn workflow which catches formatting errors and cfn-lint issues prior to deployment of CloudFormation templates