Skip to content

Commit

Permalink
Merge branch 'main' into fix/nunit-hqrm
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Jan 13, 2024
2 parents 07d32f7 + 05da122 commit c4dc3a6
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 198 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- SqlServer
- Updated pipeline files to support pre-releases with ModuleFast (when
resolving dependencies).
- SqlAG
- Converted unit test to Pester 5
- DtcSupportEnabled option in Set-TargetResource and TestTargetResource
Expand All @@ -32,6 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update markdown highlights with newly supported keywords.
- Bump GitHub Action _Stale_ to v9.
- Bump GitHub Action _CodeQL-Action_ to v3.
- SqlSetup
- Updated integration tests to use PSResourceGet to download required modules.

## [16.5.0] - 2023-10-05

Expand Down
14 changes: 6 additions & 8 deletions RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
If preview release of Pester prevents release we should temporary shift
back to stable.
#>
# Pester = @{
# Version = 'latest'
# Parameters = @{
# AllowPrerelease = $true
# }
# }

Pester = 'latest'
Pester = @{
Version = 'latest'
Parameters = @{
AllowPrerelease = $true
}
}

Plaster = 'latest'
ModuleBuilder = 'latest'
Expand Down
Loading

0 comments on commit c4dc3a6

Please sign in to comment.