Skip to content

Commit

Permalink
module dependencies bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Morrison committed Sep 24, 2023
1 parent cfdd1b6 commit 7ed3503
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 22 deletions.
6 changes: 3 additions & 3 deletions actions_bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ $modulesToInstall = [System.Collections.ArrayList]::new()
# https://github.com/PowerShell/Plaster
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'Plaster'
ModuleVersion = '1.1.3'
ModuleVersion = '1.1.4'
}))
# https://github.com/pester/Pester
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'Pester'
ModuleVersion = '5.4.0'
ModuleVersion = '5.5.0'
}))
# https://github.com/nightroman/Invoke-Build
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.2'
ModuleVersion = '5.10.4'
}))
# https://github.com/PowerShell/PSScriptAnalyzer
$null = $modulesToInstall.Add(([PSCustomObject]@{
Expand Down
9 changes: 8 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ 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.0.1]
## [2.0.2]

- Catesta template module changes
- CI/CD Changes:
- Azure:
- Updated `testRunner` alias reference to `testResultsFormat`
- Plaster bumped from `1.1.3` to `1.1.4`
- Pester bumped from `5.4.0` to `5.5.0`
- InvokeBuild bumped from `5.10.2` to `5.10.4`
- Catesta primary module changes
- Plaster bumped from `1.1.3` to `1.1.4`
- Pester bumped from `5.4.0` to `5.5.0`
- InvokeBuild bumped from `5.10.2` to `5.10.4`

## [2.0.0] - *breaking changes introduced*

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.0.1
Help Version: 2.0.2
Locale: en-US
---

Expand Down
6 changes: 3 additions & 3 deletions 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.0.1'
ModuleVersion = '2.0.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -54,7 +54,7 @@
RequiredModules = @(
@{
ModuleName = 'Plaster'
ModuleVersion = '1.1.3'
ModuleVersion = '1.1.4'
},
@{
ModuleName = 'Pester'
Expand Down Expand Up @@ -190,7 +190,7 @@
Extensions = @(
@{
Module = 'Plaster'
MinimumVersion = '1.1.3'
MinimumVersion = '1.1.4'
Details = @{
TemplatePaths = @(
'Resources\Module',
Expand Down
4 changes: 2 additions & 2 deletions src/Catesta/Resources/AWS/install_modules.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
# https://github.com/pester/Pester
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'Pester'
ModuleVersion = '5.4.0'
ModuleVersion = '5.5.0'
BucketName = '<%=$PLASTER_PARAM_S3Bucket%>'
KeyPrefix = ''
}))
Expand All @@ -68,7 +68,7 @@ $null = $modulesToInstall.Add(([PSCustomObject]@{
%>
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.2'
ModuleVersion = '5.10.4'
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 @@ -23,15 +23,15 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
# https://github.com/pester/Pester
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'Pester'
ModuleVersion = '5.4.0'
ModuleVersion = '5.5.0'
}))
'@
}
%>
# https://github.com/nightroman/Invoke-Build
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.2'
ModuleVersion = '5.10.4'
}))
# https://github.com/PowerShell/PSScriptAnalyzer
$null = $modulesToInstall.Add(([PSCustomObject]@{
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 @@ -23,15 +23,15 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
# https://github.com/pester/Pester
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'Pester'
ModuleVersion = '5.4.0'
ModuleVersion = '5.5.0'
}))
'@
}
%>
# https://github.com/nightroman/Invoke-Build
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.2'
ModuleVersion = '5.10.4'
}))
# https://github.com/PowerShell/PSScriptAnalyzer
$null = $modulesToInstall.Add(([PSCustomObject]@{
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 @@ -23,15 +23,15 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
# https://github.com/pester/Pester
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'Pester'
ModuleVersion = '5.4.0'
ModuleVersion = '5.5.0'
}))
'@
}
%>
# https://github.com/nightroman/Invoke-Build
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.2'
ModuleVersion = '5.10.4'
}))
# https://github.com/PowerShell/PSScriptAnalyzer
$null = $modulesToInstall.Add(([PSCustomObject]@{
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 @@ -23,15 +23,15 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
# https://github.com/pester/Pester
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'Pester'
ModuleVersion = '5.4.0'
ModuleVersion = '5.5.0'
}))
'@
}
%>
# https://github.com/nightroman/Invoke-Build
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.2'
ModuleVersion = '5.10.4'
}))
# https://github.com/PowerShell/PSScriptAnalyzer
$null = $modulesToInstall.Add(([PSCustomObject]@{
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 @@ -23,15 +23,15 @@ elseif ($PLASTER_PARAM_Pester-eq '5') {
# https://github.com/pester/Pester
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'Pester'
ModuleVersion = '5.4.0'
ModuleVersion = '5.5.0'
}))
'@
}
%>
# https://github.com/nightroman/Invoke-Build
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'InvokeBuild'
ModuleVersion = '5.10.2'
ModuleVersion = '5.10.4'
}))
# https://github.com/PowerShell/PSScriptAnalyzer
$null = $modulesToInstall.Add(([PSCustomObject]@{
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.0.1</version>
<version>2.0.2</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.0.1</version>
<version>2.0.2</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 7ed3503

Please sign in to comment.