Skip to content

Commit 2c4bb1d

Browse files
committed
Merge branch 'hotfix/1.8.1'
2 parents 5c87367 + b8c07da commit 2c4bb1d

7 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/workflows/build-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v6
2727
- name: Setup Pages
28-
uses: actions/configure-pages@v3
28+
uses: actions/configure-pages@v5
2929
- name: Build with Jekyll
3030
uses: actions/jekyll-build-pages@v1
3131
with:
3232
source: ./
3333
destination: ./_site
3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v1
35+
uses: actions/upload-pages-artifact@v4
3636

3737
# Deployment job
3838
deploy:
@@ -44,4 +44,4 @@ jobs:
4444
steps:
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v1
47+
uses: actions/deploy-pages@v4

.github/workflows/build-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
build-validation:
9-
uses: abbgrade/PsBuildTasks/.github/workflows/build-validation-matrix.yml@1.11.1
9+
uses: abbgrade/PsBuildTasks/.github/workflows/build-validation-matrix.yml@1.12.0

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
pre-release:
8-
uses: abbgrade/PsBuildTasks/.github/workflows/pre-release-windows.yml@1.11.1
8+
uses: abbgrade/PsBuildTasks/.github/workflows/pre-release-windows.yml@1.12.0
99
with:
1010
module-name: PsDac
1111
secrets:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
release:
8-
uses: abbgrade/PsBuildTasks/.github/workflows/release-windows.yml@1.11.1
8+
uses: abbgrade/PsBuildTasks/.github/workflows/release-windows.yml@1.12.0
99
with:
1010
module-name: PsDac
1111
secrets:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.1] - 2025-12-18
11+
12+
### Changed
13+
14+
- Updated Azure.Core to 1.45.0 for compatibility with Az v14.
15+
1016
## [1.8.0] - 2025-12-11
1117

1218
### Changed

src/PsDac/PsDac.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9+
<PackageReference Include="Azure.Core" Version="1.45.0" />
910
<PackageReference Include="Azure.Identity" Version="1.13.0" />
1011
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.3" />
1112
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="170.2.70" />

src/PsDac/PsDac.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PsDac.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.8.0'
15+
ModuleVersion = '1.8.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)