Skip to content

Commit

Permalink
bumped module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
techthoughts2 committed May 5, 2024
1 parent a380d0b commit cc1c3d6
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 20 deletions.
4 changes: 2 additions & 2 deletions actions_bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ $modulesToInstall = New-Object System.Collections.Generic.List[object]
# https://github.com/nightroman/Invoke-Build
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.5'
ModuleVersion = '5.11.1'
}))
# https://github.com/PowerShell/PSScriptAnalyzer
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'PSScriptAnalyzer'
ModuleVersion = '1.21.0'
ModuleVersion = '1.22.0'
}))
# https://github.com/PowerShell/platyPS
# older version used due to: https://github.com/PowerShell/platyPS/issues/457
Expand Down
7 changes: 6 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.6.0]
## [2.7.0]

- Catesta template module changes
- CI/CD Changes:
Expand All @@ -23,8 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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`
- 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
- InvokeBuild bumped from `5.10.5` to `5.11.1`
- PSScriptAnalyzer bumped from `1.21.0` to `1.22.0`

## [2.4.0]

Expand Down
2 changes: 1 addition & 1 deletion docs/Catesta.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Module Name: Catesta
Module Guid: 6796b193-9013-468a-b022-837749af2d06
Download Help Link: NA
Help Version: 2.6.0
Help Version: 2.7.0
Locale: en-US
---

Expand Down
2 changes: 1 addition & 1 deletion src/Catesta/Catesta.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'Catesta.psm1'

# Version number of this module.
ModuleVersion = '2.6.0'
ModuleVersion = '2.7.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
6 changes: 3 additions & 3 deletions src/Catesta/Resources/AWS/install_modules.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
%>
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.5'
ModuleVersion = '5.11.1'
BucketName = '<%=$PLASTER_PARAM_S3Bucket%>'
KeyPrefix = ''
}))
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'PSScriptAnalyzer'
ModuleVersion = '1.21.0'
ModuleVersion = '1.22.0'
BucketName = '<%=$PLASTER_PARAM_S3Bucket%>'
KeyPrefix = ''
}))
Expand All @@ -86,7 +86,7 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
}))
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'AWS.Tools.Common'
ModuleVersion = '4.1.133'
ModuleVersion = '4.1.572'
BucketName = '<%=$PLASTER_PARAM_S3Bucket%>'
KeyPrefix = ''
}))
Expand Down
4 changes: 2 additions & 2 deletions src/Catesta/Resources/AppVeyor/actions_bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
# https://github.com/nightroman/Invoke-Build
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.5'
ModuleVersion = '5.11.1'
}))
# https://github.com/PowerShell/PSScriptAnalyzer
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'PSScriptAnalyzer'
ModuleVersion = '1.21.0'
ModuleVersion = '1.22.0'
}))
# https://github.com/PowerShell/platyPS
# older version used due to: https://github.com/PowerShell/platyPS/issues/457
Expand Down
4 changes: 2 additions & 2 deletions src/Catesta/Resources/Azure/actions_bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
# https://github.com/nightroman/Invoke-Build
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.5'
ModuleVersion = '5.11.1'
}))
# https://github.com/PowerShell/PSScriptAnalyzer
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'PSScriptAnalyzer'
ModuleVersion = '1.21.0'
ModuleVersion = '1.22.0'
}))
# https://github.com/PowerShell/platyPS
# older version used due to: https://github.com/PowerShell/platyPS/issues/457
Expand Down
4 changes: 2 additions & 2 deletions src/Catesta/Resources/Bitbucket/actions_bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
# https://github.com/nightroman/Invoke-Build
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.5'
ModuleVersion = '5.11.1'
}))
# https://github.com/PowerShell/PSScriptAnalyzer
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'PSScriptAnalyzer'
ModuleVersion = '1.21.0'
ModuleVersion = '1.22.0'
}))
# https://github.com/PowerShell/platyPS
# older version used due to: https://github.com/PowerShell/platyPS/issues/457
Expand Down
4 changes: 2 additions & 2 deletions src/Catesta/Resources/GitHubActions/actions_bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
# https://github.com/nightroman/Invoke-Build
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.5'
ModuleVersion = '5.11.1'
}))
# https://github.com/PowerShell/PSScriptAnalyzer
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'PSScriptAnalyzer'
ModuleVersion = '1.21.0'
ModuleVersion = '1.22.0'
}))
# https://github.com/PowerShell/platyPS
# older version used due to: https://github.com/PowerShell/platyPS/issues/457
Expand Down
4 changes: 2 additions & 2 deletions src/Catesta/Resources/GitLab/actions_bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
# https://github.com/nightroman/Invoke-Build
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.5'
ModuleVersion = '5.11.1'
}))
# https://github.com/PowerShell/PSScriptAnalyzer
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'PSScriptAnalyzer'
ModuleVersion = '1.21.0'
ModuleVersion = '1.22.0'
}))
# https://github.com/PowerShell/platyPS
# older version used due to: https://github.com/PowerShell/platyPS/issues/457
Expand Down
2 changes: 1 addition & 1 deletion src/Catesta/Resources/Module/plasterManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<metadata>
<name>Catesta</name>
<id>258a61ba-566b-4c3a-8230-c2b6861a1a8d</id>
<version>2.6.0</version>
<version>2.7.0</version>
<title>Catesta</title>
<description>Scaffolds a new PowerShell module project</description>
<author>Jake Morrison</author>
Expand Down
2 changes: 1 addition & 1 deletion src/Catesta/Resources/Vault/plasterManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<name>Catesta</name>
<id>d531e058-52b8-4dd2-8162-01c95d1eb8f7</id>
<version>2.6.0</version>
<version>2.7.0</version>
<title>Catesta</title>
<description>Scaffolds a new PowerShell SecretManagement extension vault module project</description>
<author>Jake Morrison</author>
Expand Down

0 comments on commit cc1c3d6

Please sign in to comment.