Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements #83

Merged
merged 9 commits into from
May 18, 2024
Merged

Enhancements #83

merged 9 commits into from
May 18, 2024

Conversation

techthoughts2
Copy link
Owner

Pull Request

Issue

Issue #78 #79 #80 #81 #76 #82

Description

  • Catesta template module changes
    • CI/CD Changes:
      • GitHub Actions with CodeBuild (new):
        • 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.

@techthoughts2 techthoughts2 added the enhancement New feature or request label May 18, 2024
@techthoughts2 techthoughts2 self-assigned this May 18, 2024
@techthoughts2 techthoughts2 merged commit 64a5c6c into main May 18, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant