Catesta is a PowerShell module and vault project generator. It uses templates to rapidly scaffold test and build integration for a variety of CI/CD platforms.
Added support for new CI/CD option which leverages GitHub Actions that run on AWS CodeBuild. This option generates both GitHub Action workflows as well as CFN templates for deployment to AWS for creating CodeBuild projects that integrate with the actions of your GitHub project.
AWS CodeBuild:
GitLab added as a supported source for CodeBuild projects
Each CodeBuild project now has its own AWS::Logs::LogGroup created with a configurable retention policy.
Minor changes to formatting in CFNs to satisfy new cfn-lint requirements.
Windows CodeBuild project containers upgraded to latest image:
aws/codebuild/windows-base:2019-2.0 to aws/codebuild/windows-base:2019-3.0
Linux CodeBuild project image now parameterized (Previously hard set to: aws/codebuild/standard:7.0) and supports either:
aws/codebuild/standard:7.0 (default)
aws/codebuild/amazonlinux2-x86_64-standard:5.0
Updated CodeCommit based builds Lambda triggers from python3.9 to python3.12 runtime.
Buildspec updates:
buildspec_pwsh_linux.yml updated to dot net 8.
buildspec_pwsh_windows.yml updated to dot net 8.
AWS.Tools.Common bumped from 4.1.133 to 4.1.572
GitHub Actions:
Workflow actions now include the module name in the action name
GitLab CI/CD:
Updated from shared-windows and windows-1809 tagged shared runners to saas-windows-medium-amd64 and windows-2022 to support GitLab 17.
pwsh is now pre-installed on the 2022 runner (albeit an older version) so the choco install for pwsh has been commented out. Note: if you want the latest version of pwsh, uncomment the choco command
InvokeBuild bumped from 5.10.5 to 5.11.1
PSScriptAnalyzer bumped from 1.21.0 to 1.22.0
Catesta primary module changes
Added additional tests for:
new AWS changes
new GitHub Actions with Codebuild capabilities
InvokeBuild bumped from 5.10.5 to 5.11.1
PSScriptAnalyzer bumped from 1.21.0 to 1.22.0
Documentation updates
Updated README to use new badge urls for action builds
Updated Catesta - AWS CodeBuild Integration
License
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
Pull Request
Issue
Issue #78 #79 #80 #81 #76 #82
Description
AWS::Logs::LogGroup
created with a configurable retention policy.cfn-lint
requirements.aws/codebuild/windows-base:2019-2.0
toaws/codebuild/windows-base:2019-3.0
aws/codebuild/standard:7.0
) and supports either:aws/codebuild/standard:7.0
(default)aws/codebuild/amazonlinux2-x86_64-standard:5.0
python3.9
topython3.12
runtime.buildspec_pwsh_linux.yml
updated to dot net 8.buildspec_pwsh_windows.yml
updated to dot net 8.4.1.133
to4.1.572
shared-windows
andwindows-1809
tagged shared runners tosaas-windows-medium-amd64
andwindows-2022
to support GitLab 17.choco
install forpwsh
has been commented out. Note: if you want the latest version of pwsh, uncomment thechoco
command5.10.5
to5.11.1
1.21.0
to1.22.0
5.10.5
to5.11.1
1.21.0
to1.22.0
License
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.