From e552b3e063e93899caa9b2ebdfe5034a700baf52 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Thu, 15 Nov 2018 15:06:56 -0800 Subject: [PATCH 1/3] Add 6.1.1 change log Add 6.1.1 change log --- .spelling | 1 + .vsts-ci/spelling.yml | 9 +++++---- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/.spelling b/.spelling index 799bb58be65..5049d1e1c1f 100644 --- a/.spelling +++ b/.spelling @@ -727,6 +727,7 @@ v6.0.0 v6.0.1 v6.0.2 v6.1.0 +v6.1.1 v6.2.0 validatenotnullorempty versioned diff --git a/.vsts-ci/spelling.yml b/.vsts-ci/spelling.yml index b6868b97f17..c1f1e877667 100644 --- a/.vsts-ci/spelling.yml +++ b/.vsts-ci/spelling.yml @@ -5,16 +5,17 @@ trigger: - master - release* paths: - include: - - '*.md' + exclude: + - /src/* + pr: branches: include: - master - release* paths: - include: - - '*.md' + exclude: + - /src/* resources: - repo: self diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1a619e263..06a1fc6531f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -136,6 +136,32 @@ - Add a paragraph on `files.wxs` updating (#7695) (Thanks @iSazonov!) - Update `CONTRIBUTION.md` about adding an empty line after the copyright header (#7706) (Thanks @iSazonov!) - Update docs about .NET Core version `2.0` to be about version `2.x` (#7467) (Thanks @bergmeister!) +## v6.1.1 - 2018-11-13 + +### Engine Updates and Fixes + +- Fix issue with logging the null character in `ScriptBlock` logging (Internal 5607) +- Consolidation of all Windows PowerShell work ported to 6.1 (Internal 5233) + +### General Cmdlet Updates and Fixes + +- Use `ZipFile` and `ExtractToDirectory` APIs to extract zip file (Internal 5608) + +### Build and Packaging Improvements + +- Update the Archive module version (Internal 5671) +- Update to .NET Core `2.1.5` with SDK `2.1.403` (#7936) (Thanks @iSazonov!) +- Disable package major upgrade tests for release branch (Internal 5209) +- Bump versions for dependencies (Internal 5612) +- Port changes to allow `AzDevOps` NuGet feeds for macOS build (Internal 5716) +- Port macOS changes from GitHub (#8189, #8188, #8185) +- Add function to create a new `nuget.config` file (#8170) +- Updated `wxs` file to match published packages (Internal 5660) + +### Tests + +- Change API to match cmdlet which is more reliable in `AzDevOps` Pipelines Windows (#8003) +- Fix conflict with `Get-AdlStoreChildItem` from `az` module in tab completion tests (#8167) ## v6.1.0 - 2018-09-13 From d41cdd17b7b068e1b7505e829a5696e51715abd0 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Thu, 15 Nov 2018 15:09:11 -0800 Subject: [PATCH 2/3] Create 6.0.5 change log Create 6.0.5 change log --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a1fc6531f..9ec09accbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -136,6 +136,7 @@ - Add a paragraph on `files.wxs` updating (#7695) (Thanks @iSazonov!) - Update `CONTRIBUTION.md` about adding an empty line after the copyright header (#7706) (Thanks @iSazonov!) - Update docs about .NET Core version `2.0` to be about version `2.x` (#7467) (Thanks @bergmeister!) + ## v6.1.1 - 2018-11-13 ### Engine Updates and Fixes @@ -147,6 +148,28 @@ - Use `ZipFile` and `ExtractToDirectory` APIs to extract zip file (Internal 5608) +## v6.0.5 - 2018-11-13 + +### Engine updates and fixes + +- Fix issue with logging the null character in `ScriptBlock` logging (Internal 5605) + +### General cmdlet updates and fixes + +- Use `ZipFile` and `ExtractToDirectory` APIs to extract zip file (Internal 4802) + +### Build and Packaging Improvements + +- Update `SignType` in signing.xml (Internal 5721) +- Port changes to pull PowerShell Gallery modules from Modules `csproj` (Internal 5713) +- Port macOS Release build changes changes from GitHub (#8189, #8188, #8185) +- Fix script path for `PowerShellPackageVsts.ps1` (#8189) +- Workaround for accessing `AzDevOps` Artifacts (#8188) +- Bump various packages to latest patch version (Internal 5675) +- Update PowerShell SDK NuGet various metadata description (Internal 4527, 4510, 4505) + +## v6.0.4 - 2018-08-10 + ### Build and Packaging Improvements - Update the Archive module version (Internal 5671) From d7c7116c3f259d313617c5c6e3023ea3ee363697 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Thu, 15 Nov 2018 15:14:18 -0800 Subject: [PATCH 3/3] fix spelling issues --- .spelling | 2 ++ CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.spelling b/.spelling index 5049d1e1c1f..2062949056b 100644 --- a/.spelling +++ b/.spelling @@ -726,6 +726,8 @@ v6.0. v6.0.0 v6.0.1 v6.0.2 +v6.0.4 +v6.0.5 v6.1.0 v6.1.1 v6.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec09accbd5..9a76164a2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -160,7 +160,7 @@ ### Build and Packaging Improvements -- Update `SignType` in signing.xml (Internal 5721) +- Update `SignType` in `signing.xml` (Internal 5721) - Port changes to pull PowerShell Gallery modules from Modules `csproj` (Internal 5713) - Port macOS Release build changes changes from GitHub (#8189, #8188, #8185) - Fix script path for `PowerShellPackageVsts.ps1` (#8189)