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 #55

Merged
merged 6 commits into from
Jul 26, 2022
Merged

Enhancements #55

merged 6 commits into from
Jul 26, 2022

Conversation

techthoughts2
Copy link
Owner

Pull Request

Description

  • Catesta template module changes
    • Improved plaster references throughout Catesta to better handle situations when a user choose Pester 4 vs Pester 5. While this affects a few minor files it primarily focuses on updating the way VSCode tasks are engaged.
      • tasks.json
        • PesterTest, Pester-Single-Coverage, Pester-Single-Detailed, DevCC-Single tasks no longer use legacy parameters for Pester 5
        • Updated to no longer reference the Module name directly. Instead ${workspaceFolderBasename} is used throughout the tasks file now.
    • All bootstrap files:
      • Pester bumped from 5.3.1 to 5.3.3
      • InvokeBuild bumped from 5.8.8 to 5.9.10
      • Microsoft.PowerShell.SecretManagement bumped from 1.1.1 to 1.1.2
    • AWS CodeBuild CI/CD changes:
      • PowerShellCodeBuildGit.yml
        • aws/codebuild/windows-base:2019-1.0 to aws/codebuild/windows-base:2019-2.0
        • aws/codebuild/standard:5.0 to aws/codebuild/standard:6.0
        • All Lambdas updated from Runtime: python3.6 to Runtime: python3.9
      • PowerShellCodeBuildGit.yml
        • aws/codebuild/windows-base:2019-1.0 to aws/codebuild/windows-base:2019-2.0
        • aws/codebuild/standard:5.0 to aws/codebuild/standard:6.0
      • buildspec updates
        • Updated runtime version from dotnet: 3.1 to dotnet: 6.0
          • buildspec_pwsh_linux.yml
          • buildspec_pwsh_windows.yml
      • install_modules.ps1
        • AWS.Tools.Common bumped from 4.1.17.0 to 4.1.133
    • Minimum version of Microsoft.PowerShell.SecretManagement for vault builds is now 1.2.0
  • Catesta primary module changes
    • tasks.json
      • PesterTest, Pester-Single-Coverage, Pester-Single-Detailed, DevCC-Single tasks no longer use legacy parameters for Pester 5
    • Pester bumped from 5.3.1 to 5.3.3
    • InvokeBuild bumped from 5.8.8 to 5.9.10

License

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@techthoughts2 techthoughts2 added bug Something isn't working enhancement New feature or request labels Jul 26, 2022
@techthoughts2 techthoughts2 self-assigned this Jul 26, 2022
@techthoughts2 techthoughts2 merged commit 985bdda into main Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant