From 4bf9f718ace9ceacc30d5adb42e10a4b2f049562 Mon Sep 17 00:00:00 2001 From: Chrissy LeMaire Date: Sat, 9 Mar 2024 08:40:45 +0100 Subject: [PATCH] update dbatools library --- .github/workflows/gallery.yml | 2 +- .github/workflows/integration-tests-repl.yml | 6 +++--- .github/workflows/integration-tests.yml | 4 ++-- .github/workflows/xplat-import.yml | 2 +- dbatools.psd1 | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/gallery.yml b/.github/workflows/gallery.yml index 4ac6b8c83e..fdb73a8e9f 100644 --- a/.github/workflows/gallery.yml +++ b/.github/workflows/gallery.yml @@ -24,7 +24,7 @@ jobs: - name: Install and cache PowerShell modules uses: potatoqualitee/psmodulecache@v5.2 with: - modules-to-cache: dbatools.library:2023.9.21 + modules-to-cache: dbatools.library:2024.3.8 - name: Download dbatools from Gallery run: | diff --git a/.github/workflows/integration-tests-repl.yml b/.github/workflows/integration-tests-repl.yml index bfc7514ace..e1bf196d5d 100644 --- a/.github/workflows/integration-tests-repl.yml +++ b/.github/workflows/integration-tests-repl.yml @@ -15,7 +15,7 @@ jobs: - name: Install and cache PowerShell modules uses: potatoqualitee/psmodulecache@v5.2 with: - modules-to-cache: dbatools.library:2023.9.21 + modules-to-cache: dbatools.library:2024.3.8 - name: Set encryption values run: | @@ -64,7 +64,7 @@ jobs: - name: Install and cache PowerShell modules uses: potatoqualitee/psmodulecache@v5.2 with: - modules-to-cache: dbatools.library:2023.9.21 + modules-to-cache: dbatools.library:2024.3.8 - name: Set encryption values run: | @@ -113,7 +113,7 @@ jobs: - name: Install and cache PowerShell modules uses: potatoqualitee/psmodulecache@v5.2 with: - modules-to-cache: dbatools.library:2023.9.21 + modules-to-cache: dbatools.library:2024.3.8 - name: Set encryption values run: | diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 17820ea922..b7ae285438 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -21,7 +21,7 @@ jobs: - name: Install and cache PowerShell modules uses: potatoqualitee/psmodulecache@v5.2 with: - modules-to-cache: dbatools.library:2023.9.21 + modules-to-cache: dbatools.library:2024.3.8 - name: Set encryption values run: | @@ -71,7 +71,7 @@ jobs: uses: potatoqualitee/psmodulecache@v5.2 with: shell: powershell, pwsh - modules-to-cache: dbatools.library:2023.9.21 + modules-to-cache: dbatools.library:2024.3.8 - name: Install SQL Server localdb uses: potatoqualitee/mssqlsuite@v1.3 diff --git a/.github/workflows/xplat-import.yml b/.github/workflows/xplat-import.yml index 69048e7865..9e9a01f3ff 100644 --- a/.github/workflows/xplat-import.yml +++ b/.github/workflows/xplat-import.yml @@ -18,7 +18,7 @@ jobs: - name: Install and cache PowerShell modules uses: potatoqualitee/psmodulecache@v5.2 with: - modules-to-cache: dbatools.library:2023.9.21 + modules-to-cache: dbatools.library:2024.3.8 - name: Perform the import shell: pwsh diff --git a/dbatools.psd1 b/dbatools.psd1 index a68fab99e8..4f5859dfe6 100644 --- a/dbatools.psd1 +++ b/dbatools.psd1 @@ -11,7 +11,7 @@ RootModule = 'dbatools.psm1' # Version number of this module. - ModuleVersion = '2.1.9' + ModuleVersion = '2.1.10' # ID used to uniquely identify this module GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789' @@ -29,7 +29,7 @@ Description = "The community module that enables SQL Server Pros to automate database development and server administration" # Modules that must be imported into the global environment prior to importing this module - RequiredModules = @{ ModuleName = 'dbatools.library'; ModuleVersion = '2023.9.21' } + RequiredModules = @{ ModuleName = 'dbatools.library'; ModuleVersion = '2024.3.8' } # Assemblies that must be loaded prior to importing this module RequiredAssemblies = @()