diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9b00d12..79f1bfc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,10 +5,13 @@ 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.3.0] +## [2.4.0] - Catesta template module changes - Catesta now supports namespaced modules (ex. `MyModule.Utils` ) + - CI/CD Changes: + - Azure: + - Updated `PublishCodeCoverageResults@1` to `PublishCodeCoverageResults@2` - Catesta primary module changes - Updated build file to use new regex pattern for deriving module name - Added tests for namespaced module creation diff --git a/docs/Catesta.md b/docs/Catesta.md index 6dd7f01..b032dfc 100644 --- a/docs/Catesta.md +++ b/docs/Catesta.md @@ -2,7 +2,7 @@ Module Name: Catesta Module Guid: 6796b193-9013-468a-b022-837749af2d06 Download Help Link: NA -Help Version: 2.3.0 +Help Version: 2.4.0 Locale: en-US --- diff --git a/src/Catesta/Catesta.psd1 b/src/Catesta/Catesta.psd1 index 566d9e6..cb83c95 100644 --- a/src/Catesta/Catesta.psd1 +++ b/src/Catesta/Catesta.psd1 @@ -12,7 +12,7 @@ RootModule = 'Catesta.psm1' # Version number of this module. - ModuleVersion = '2.3.0' + ModuleVersion = '2.4.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/src/Catesta/Resources/Azure/azure-pipelines.yml b/src/Catesta/Resources/Azure/azure-pipelines.yml index 03c5a6b..f826b17 100644 --- a/src/Catesta/Resources/Azure/azure-pipelines.yml +++ b/src/Catesta/Resources/Azure/azure-pipelines.yml @@ -29,7 +29,7 @@ if ($PLASTER_PARAM_AzureOptions -eq 'windows') { testRunTitle: 'ps_winLatest' failTaskOnFailedTests: true displayName: "Publish Unit Test Results - Windows PowerShell" - - task: PublishCodeCoverageResults@1 + - task: PublishCodeCoverageResults@2 inputs: summaryFileLocation: '**\Artifacts\ccReport\CodeCoverage.xml' pathToSources: '$(System.DefaultWorkingDirectory)\src\Artifacts\ccReport' @@ -65,7 +65,7 @@ if ($PLASTER_PARAM_AzureOptions -eq 'pwshcore') { testRunTitle: 'pwsh_winLatest' failTaskOnFailedTests: true displayName: "Publish Unit Test Results - Windows pwsh" - - task: PublishCodeCoverageResults@1 + - task: PublishCodeCoverageResults@2 inputs: summaryFileLocation: '**\Artifacts\ccReport\CodeCoverage.xml' pathToSources: '$(System.DefaultWorkingDirectory)\src\Artifacts\ccReport' @@ -101,7 +101,7 @@ if ($PLASTER_PARAM_AzureOptions -eq 'linux') { testRunTitle: 'pwsh_ubuntuLatest' failTaskOnFailedTests: true displayName: "Publish Unit Test Results - Linux" - - task: PublishCodeCoverageResults@1 + - task: PublishCodeCoverageResults@2 inputs: summaryFileLocation: '**/Artifacts/ccReport/CodeCoverage.xml' pathToSources: '$(System.DefaultWorkingDirectory)/src/Artifacts/ccReport' @@ -137,7 +137,7 @@ if ($PLASTER_PARAM_AzureOptions -eq 'macos') { testRunTitle: 'pwsh_macOSLatest' failTaskOnFailedTests: true displayName: "Publish Unit Test Results - macOS" - - task: PublishCodeCoverageResults@1 + - task: PublishCodeCoverageResults@2 inputs: summaryFileLocation: '**/Artifacts/ccReport/CodeCoverage.xml' pathToSources: '$(System.DefaultWorkingDirectory)/src/Artifacts/ccReport' diff --git a/src/Catesta/Resources/Module/plasterManifest.xml b/src/Catesta/Resources/Module/plasterManifest.xml index abcf8e5..be843e4 100644 --- a/src/Catesta/Resources/Module/plasterManifest.xml +++ b/src/Catesta/Resources/Module/plasterManifest.xml @@ -18,7 +18,7 @@ Catesta 258a61ba-566b-4c3a-8230-c2b6861a1a8d - 2.3.0 + 2.4.0 Catesta Scaffolds a new PowerShell module project Jake Morrison diff --git a/src/Catesta/Resources/Vault/plasterManifest.xml b/src/Catesta/Resources/Vault/plasterManifest.xml index c99416f..507aa3d 100644 --- a/src/Catesta/Resources/Vault/plasterManifest.xml +++ b/src/Catesta/Resources/Vault/plasterManifest.xml @@ -6,7 +6,7 @@ Catesta d531e058-52b8-4dd2-8162-01c95d1eb8f7 - 2.3.0 + 2.4.0 Catesta Scaffolds a new PowerShell SecretManagement extension vault module project Jake Morrison