Releases: dark-mechanicum/aws-codebuild
Releases · dark-mechanicum/aws-codebuild
v1.0.7: CI/CD updates and unit tests implementation
What's Changed
- Added unit tests with 100% tests coverage by @akazakou in #15
- Added CodeQL Analysis by @akazakou in #17
- Update README.md documentation by @akazakou in #18
- Added dependabot configuration by @akazakou in #19
- Added workflow to recompile action package for dependabot updates by @akazakou in #27
- Update names of steps and workflow for dependabot updates by @akazakou in #28
- Release/v1.0.7 by @akazakou in #30
Full Changelog: v1.0.6...v1.0.7
Improving release validation mechanism
Updating release method for v1 tag
Fixing tagging method for updating v1 tag (again)
Fixing tagging method for updating v1 tag
Fix to setup git user for automatic tags updating
Implement automatic update of v1 tag and small fixes
Fix AWS CodeBuild Job logs output
Changes
- Applied fix to include whole logs output to the GitBux Actions logs output
- Added reaction to the SIGINT signal. It will cancel executing the job in AWS
- Added AWS CodeBuild Job log output group
- Remove phase changes logs after the job will be actually started