From bdf3a8efbc19bfb43b48ca0cb24f8c601663058c Mon Sep 17 00:00:00 2001 From: "REDMOND\\keyuxuan" Date: Thu, 7 Nov 2024 12:02:54 -0800 Subject: [PATCH 1/5] update files --- .config/guardian/SDL/.gdnsuppress | 12 ++++++------ CHANGELOG.md | 5 ++++- README.md | 10 +++++----- install/install.ps1 | 2 +- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.config/guardian/SDL/.gdnsuppress b/.config/guardian/SDL/.gdnsuppress index aacad9c9..d996e66b 100644 --- a/.config/guardian/SDL/.gdnsuppress +++ b/.config/guardian/SDL/.gdnsuppress @@ -18,7 +18,7 @@ "alternativeSignatures": [ "324d61936e58b8df281670af4015fa27e4ca538f4953cb526fadd200f9d39a2c" ], - "target": "azureauth-0.8.6-osx-x64-signed/AzureAuth/AdoPat.dll", + "target": "azureauth-0.8.7-osx-x64-signed/AzureAuth/AdoPat.dll", "memberOf": [ "default" ], @@ -32,7 +32,7 @@ "alternativeSignatures": [ "71a5d359a6601a6a7521ed45e5332517fe76d21eb8c9e0da490a1cb08c51e081" ], - "target": "azureauth-0.8.6-osx-x64-signed/AzureAuth/azureauth.dll", + "target": "azureauth-0.8.7-osx-x64-signed/AzureAuth/azureauth.dll", "memberOf": [ "default" ], @@ -46,7 +46,7 @@ "alternativeSignatures": [ "7bebe0a963209c4608e803bcc52d8d946e8032ce71b05471469b19a416acfca1" ], - "target": "azureauth-0.8.6-osx-x64-signed/AzureAuth/MSALWrapper.dll", + "target": "azureauth-0.8.7-osx-x64-signed/AzureAuth/MSALWrapper.dll", "memberOf": [ "default" ], @@ -60,7 +60,7 @@ "alternativeSignatures": [ "b1dafeea2babfc82fd9dd4d8fd95b509f46d74bcb2b9152ab7e1bba72d97f9e1" ], - "target": "azureauth-0.8.6-osx-arm64-signed/AzureAuth/AdoPat.dll", + "target": "azureauth-0.8.7-osx-arm64-signed/AzureAuth/AdoPat.dll", "memberOf": [ "default" ], @@ -74,7 +74,7 @@ "alternativeSignatures": [ "d96cd805605923e5466365501ae55697422f1aa1a60a9e04292b56bace26fa8e" ], - "target": "azureauth-0.8.6-osx-arm64-signed/AzureAuth/azureauth.dll", + "target": "azureauth-0.8.7-osx-arm64-signed/AzureAuth/azureauth.dll", "memberOf": [ "default" ], @@ -88,7 +88,7 @@ "alternativeSignatures": [ "84717f74e20904b858d4d7ff8029ea2e98b56d862f66feced2367d4090d07632" ], - "target": "azureauth-0.8.6-osx-arm64-signed/AzureAuth/MSALWrapper.dll", + "target": "azureauth-0.8.7-osx-arm64-signed/AzureAuth/MSALWrapper.dll", "memberOf": [ "default" ], diff --git a/CHANGELOG.md b/CHANGELOG.md index cf25149f..844f2049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [0.8.7] - 2024-11-07 ### Changed - Temporarily paused the publishing of Linux binaries. - Upgrade MSAL from `4.59.1` to `4.65.0`. @@ -194,7 +196,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial project release. -[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.6...HEAD +[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.7...HEAD +[0.8.7]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.6...0.8.7 [0.8.6]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.5...0.8.6 [0.8.5]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.4...0.8.5 [0.8.4]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.3...0.8.4 diff --git a/README.md b/README.md index c753839c..38875122 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Microsoft Authentication CLI [![Tests](https://img.shields.io/github/actions/workflow/status/AzureAd/microsoft-authentication-cli/.github/workflows/dotnet-test.yml?branch=main&style=for-the-badge&logo=github)](https://github.com/AzureAD/microsoft-authentication-cli/actions/workflows/dotnet-test.yml) -[![Release](https://img.shields.io/badge/Release-0.8.6-orange?style=for-the-badge&logo=github)](https://github.com/AzureAD/microsoft-authentication-cli/releases/tag/0.8.6) -![GitHub release (latest by SemVer)](https://img.shields.io/github/downloads/azuread/microsoft-authentication-cli/0.8.6/total?logo=github&style=for-the-badge&color=blue) +[![Release](https://img.shields.io/badge/Release-0.8.7-orange?style=for-the-badge&logo=github)](https://github.com/AzureAD/microsoft-authentication-cli/releases/tag/0.8.7) +![GitHub release (latest by SemVer)](https://img.shields.io/github/downloads/azuread/microsoft-authentication-cli/0.8.7/total?logo=github&style=for-the-badge&color=blue) [![License](https://shields.io/badge/license-MIT-purple?style=for-the-badge)](./LICENSE.txt) --- @@ -34,8 +34,8 @@ provide a means of downloading the latest release, so you **must** specify your To install the application, run ```powershell -# 0.8.6 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest. -$env:AZUREAUTH_VERSION = '0.8.6' +# 0.8.7 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest. +$env:AZUREAUTH_VERSION = '0.8.7' $script = "${env:TEMP}\install.ps1" $url = "https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/${env:AZUREAUTH_VERSION}/install/install.ps1" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 @@ -58,7 +58,7 @@ To install the application, run ```bash # 0.8.6 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest. -export AZUREAUTH_VERSION='0.8.6' +export AZUREAUTH_VERSION='0.8.7' curl -sL https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/$AZUREAUTH_VERSION/install/install.sh | sh ``` diff --git a/install/install.ps1 b/install/install.ps1 index 6ead6475..bfc730df 100644 --- a/install/install.ps1 +++ b/install/install.ps1 @@ -115,7 +115,7 @@ function Install-Post-0-4-0 { Write-Verbose "Installing using post-0.4.0 method" $repo = if ([string]::IsNullOrEmpty($Env:AZUREAUTH_REPO)) { 'AzureAD/microsoft-authentication-cli' } else { $Env:AZUREAUTH_REPO } - $releaseName = "azureauth-${version}-win10-x64" + $releaseName = "azureauth-${version}-win-x64" $releaseFile = "${releaseName}.zip" $releaseUrl = "https://github.com/${repo}/releases/download/${version}/$releaseFile" $azureauthDirectory = if ([string]::IsNullOrEmpty($Env:AZUREAUTH_INSTALL_DIRECTORY)) { From 86708bff4425ae224f9c05b76b8fbef75195b312 Mon Sep 17 00:00:00 2001 From: "REDMOND\\keyuxuan" Date: Thu, 7 Nov 2024 12:50:18 -0800 Subject: [PATCH 2/5] some updates --- .config/guardian/SDL/.gdnsuppress | 12 ++++++------ CHANGELOG.md | 6 +++--- README.md | 12 ++++++------ install/install.ps1 | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.config/guardian/SDL/.gdnsuppress b/.config/guardian/SDL/.gdnsuppress index d996e66b..276a6787 100644 --- a/.config/guardian/SDL/.gdnsuppress +++ b/.config/guardian/SDL/.gdnsuppress @@ -18,7 +18,7 @@ "alternativeSignatures": [ "324d61936e58b8df281670af4015fa27e4ca538f4953cb526fadd200f9d39a2c" ], - "target": "azureauth-0.8.7-osx-x64-signed/AzureAuth/AdoPat.dll", + "target": "azureauth-0.9.0-osx-x64-signed/AzureAuth/AdoPat.dll", "memberOf": [ "default" ], @@ -32,7 +32,7 @@ "alternativeSignatures": [ "71a5d359a6601a6a7521ed45e5332517fe76d21eb8c9e0da490a1cb08c51e081" ], - "target": "azureauth-0.8.7-osx-x64-signed/AzureAuth/azureauth.dll", + "target": "azureauth-0.9.0-osx-x64-signed/AzureAuth/azureauth.dll", "memberOf": [ "default" ], @@ -46,7 +46,7 @@ "alternativeSignatures": [ "7bebe0a963209c4608e803bcc52d8d946e8032ce71b05471469b19a416acfca1" ], - "target": "azureauth-0.8.7-osx-x64-signed/AzureAuth/MSALWrapper.dll", + "target": "azureauth-0.9.0-osx-x64-signed/AzureAuth/MSALWrapper.dll", "memberOf": [ "default" ], @@ -60,7 +60,7 @@ "alternativeSignatures": [ "b1dafeea2babfc82fd9dd4d8fd95b509f46d74bcb2b9152ab7e1bba72d97f9e1" ], - "target": "azureauth-0.8.7-osx-arm64-signed/AzureAuth/AdoPat.dll", + "target": "azureauth-0.9.0-osx-arm64-signed/AzureAuth/AdoPat.dll", "memberOf": [ "default" ], @@ -74,7 +74,7 @@ "alternativeSignatures": [ "d96cd805605923e5466365501ae55697422f1aa1a60a9e04292b56bace26fa8e" ], - "target": "azureauth-0.8.7-osx-arm64-signed/AzureAuth/azureauth.dll", + "target": "azureauth-0.9.0-osx-arm64-signed/AzureAuth/azureauth.dll", "memberOf": [ "default" ], @@ -88,7 +88,7 @@ "alternativeSignatures": [ "84717f74e20904b858d4d7ff8029ea2e98b56d862f66feced2367d4090d07632" ], - "target": "azureauth-0.8.7-osx-arm64-signed/AzureAuth/MSALWrapper.dll", + "target": "azureauth-0.9.0-osx-arm64-signed/AzureAuth/MSALWrapper.dll", "memberOf": [ "default" ], diff --git a/CHANGELOG.md b/CHANGELOG.md index 844f2049..f75a0554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.8.7] - 2024-11-07 +## [0.9.0] - 2024-11-07 ### Changed - Temporarily paused the publishing of Linux binaries. - Upgrade MSAL from `4.59.1` to `4.65.0`. @@ -196,8 +196,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial project release. -[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.7...HEAD -[0.8.7]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.6...0.8.7 +[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.0...HEAD +[0.9.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.6...0.9.0 [0.8.6]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.5...0.8.6 [0.8.5]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.4...0.8.5 [0.8.4]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.3...0.8.4 diff --git a/README.md b/README.md index 38875122..ee01408d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Microsoft Authentication CLI [![Tests](https://img.shields.io/github/actions/workflow/status/AzureAd/microsoft-authentication-cli/.github/workflows/dotnet-test.yml?branch=main&style=for-the-badge&logo=github)](https://github.com/AzureAD/microsoft-authentication-cli/actions/workflows/dotnet-test.yml) -[![Release](https://img.shields.io/badge/Release-0.8.7-orange?style=for-the-badge&logo=github)](https://github.com/AzureAD/microsoft-authentication-cli/releases/tag/0.8.7) -![GitHub release (latest by SemVer)](https://img.shields.io/github/downloads/azuread/microsoft-authentication-cli/0.8.7/total?logo=github&style=for-the-badge&color=blue) +[![Release](https://img.shields.io/badge/Release-0.9.0-orange?style=for-the-badge&logo=github)](https://github.com/AzureAD/microsoft-authentication-cli/releases/tag/0.9.0) +![GitHub release (latest by SemVer)](https://img.shields.io/github/downloads/azuread/microsoft-authentication-cli/0.9.0/total?logo=github&style=for-the-badge&color=blue) [![License](https://shields.io/badge/license-MIT-purple?style=for-the-badge)](./LICENSE.txt) --- @@ -34,8 +34,8 @@ provide a means of downloading the latest release, so you **must** specify your To install the application, run ```powershell -# 0.8.7 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest. -$env:AZUREAUTH_VERSION = '0.8.7' +# 0.9.0 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest. +$env:AZUREAUTH_VERSION = '0.9.0' $script = "${env:TEMP}\install.ps1" $url = "https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/${env:AZUREAUTH_VERSION}/install/install.ps1" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 @@ -57,8 +57,8 @@ release, so you **must** specify your desired version via the `$AZUREAUTH_VERSIO To install the application, run ```bash -# 0.8.6 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest. -export AZUREAUTH_VERSION='0.8.7' +# 0.9.0 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest. +export AZUREAUTH_VERSION='0.9.0' curl -sL https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/$AZUREAUTH_VERSION/install/install.sh | sh ``` diff --git a/install/install.ps1 b/install/install.ps1 index bfc730df..d7cef768 100644 --- a/install/install.ps1 +++ b/install/install.ps1 @@ -115,7 +115,7 @@ function Install-Post-0-4-0 { Write-Verbose "Installing using post-0.4.0 method" $repo = if ([string]::IsNullOrEmpty($Env:AZUREAUTH_REPO)) { 'AzureAD/microsoft-authentication-cli' } else { $Env:AZUREAUTH_REPO } - $releaseName = "azureauth-${version}-win-x64" + $releaseName = if ([version]::Parse($version) -lt [version]::Parse("0.9.0")) { "azureauth-${version}-win10-x64" } else { azureauth-${version}-win-x64 } $releaseFile = "${releaseName}.zip" $releaseUrl = "https://github.com/${repo}/releases/download/${version}/$releaseFile" $azureauthDirectory = if ([string]::IsNullOrEmpty($Env:AZUREAUTH_INSTALL_DIRECTORY)) { From c08cb7c7238f98a4f32225b24fc434c8156838d6 Mon Sep 17 00:00:00 2001 From: "REDMOND\\keyuxuan" Date: Thu, 7 Nov 2024 13:24:03 -0800 Subject: [PATCH 3/5] update suppression file --- .config/guardian/SDL/.gdnsuppress | 58 +++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/.config/guardian/SDL/.gdnsuppress b/.config/guardian/SDL/.gdnsuppress index 276a6787..2a5682f3 100644 --- a/.config/guardian/SDL/.gdnsuppress +++ b/.config/guardian/SDL/.gdnsuppress @@ -8,15 +8,15 @@ "suppressionSets": { "default": { "name": "default", - "createdDate": "2024-11-05 22:44:27Z", - "lastUpdatedDate": "2024-11-05 22:44:27Z" + "createdDate": "2024-11-07 21:11:35Z", + "lastUpdatedDate": "2024-11-07 21:11:35Z" } }, "results": { - "fe2acc487ef033024b04850e3353f13bd2440a4667d0a40e87e8f731e9e515e8": { - "signature": "fe2acc487ef033024b04850e3353f13bd2440a4667d0a40e87e8f731e9e515e8", + "a75daf613872ec0a11abf801a17c825df3f3684163cd2d37f9bbd010e1e86cd5": { + "signature": "a75daf613872ec0a11abf801a17c825df3f3684163cd2d37f9bbd010e1e86cd5", "alternativeSignatures": [ - "324d61936e58b8df281670af4015fa27e4ca538f4953cb526fadd200f9d39a2c" + "f64e7afdeda4d177e972afb0f8ea579d3aabfbbf35aba1cf37943b1147972847" ], "target": "azureauth-0.9.0-osx-x64-signed/AzureAuth/AdoPat.dll", "memberOf": [ @@ -24,13 +24,13 @@ ], "tool": "binskim", "ruleId": "BA2021", - "createdDate": "2024-11-05 22:44:27Z", - "justification": "Not applicable to win-x64, only applicable to osx-x64" + "createdDate": "2024-11-07 21:11:35Z", + "justification": "Not applicable to win-x64, only applicable to osx-arm64" }, - "496121e11663e27908700184fa29796a0bf716e2a84d2f1ab70a6cd06730d62d": { - "signature": "496121e11663e27908700184fa29796a0bf716e2a84d2f1ab70a6cd06730d62d", + "5b7304194ffe9b5aa456e2851cc719640de92f65acad5c116db11d69dde12c75": { + "signature": "5b7304194ffe9b5aa456e2851cc719640de92f65acad5c116db11d69dde12c75", "alternativeSignatures": [ - "71a5d359a6601a6a7521ed45e5332517fe76d21eb8c9e0da490a1cb08c51e081" + "822b18aca0ac8907ecea8110bc910e502e7b4dee5a467c88db7e56e784704234" ], "target": "azureauth-0.9.0-osx-x64-signed/AzureAuth/azureauth.dll", "memberOf": [ @@ -38,13 +38,13 @@ ], "tool": "binskim", "ruleId": "BA2021", - "createdDate": "2024-11-05 22:44:27Z", - "justification": "Not applicable to win-x64, only applicable to osx-x64" + "createdDate": "2024-11-07 21:11:35Z", + "justification": "Not applicable to win-x64, only applicable to osx-arm64" }, - "06af3c593c39a7530472338385efa6359d040941ae019dc6f24984ba7cfbcf0a": { - "signature": "06af3c593c39a7530472338385efa6359d040941ae019dc6f24984ba7cfbcf0a", + "b2a45fadfb8ac7e6211526b362a8e7ce35836041c30947d358c7d3c9a86d2bdb": { + "signature": "b2a45fadfb8ac7e6211526b362a8e7ce35836041c30947d358c7d3c9a86d2bdb", "alternativeSignatures": [ - "7bebe0a963209c4608e803bcc52d8d946e8032ce71b05471469b19a416acfca1" + "3cd9b144c8ee98c0662f15a2216df58f10d4b6a2f9beab9684283720f4784a13" ], "target": "azureauth-0.9.0-osx-x64-signed/AzureAuth/MSALWrapper.dll", "memberOf": [ @@ -52,13 +52,13 @@ ], "tool": "binskim", "ruleId": "BA2021", - "createdDate": "2024-11-05 22:44:27Z", - "justification": "Not applicable to win-x64, only applicable to osx-x64" + "createdDate": "2024-11-07 21:11:35Z", + "justification": "Not applicable to win-x64, only applicable to osx-arm64" }, - "9b908590fc46385c33bd4e2b2a14d08b99c0266f747b49d84096282f3c235c7a": { - "signature": "9b908590fc46385c33bd4e2b2a14d08b99c0266f747b49d84096282f3c235c7a", + "9c7734fb68e55206bb9fcf1384527dea378f43959f0a8b1f40aecdc799c5de12": { + "signature": "9c7734fb68e55206bb9fcf1384527dea378f43959f0a8b1f40aecdc799c5de12", "alternativeSignatures": [ - "b1dafeea2babfc82fd9dd4d8fd95b509f46d74bcb2b9152ab7e1bba72d97f9e1" + "b57e47103476d52b24414da99ae7c2696be97b5c7238951a1bf9f1d64eb39f80" ], "target": "azureauth-0.9.0-osx-arm64-signed/AzureAuth/AdoPat.dll", "memberOf": [ @@ -66,13 +66,13 @@ ], "tool": "binskim", "ruleId": "BA2021", - "createdDate": "2024-11-05 22:44:37Z", + "createdDate": "2024-11-07 21:08:17Z", "justification": "Not applicable to win-x64, only applicable to osx-arm64" }, - "17ed0e261bc1b517b1d242818087a3264c163346e3ba5587186b2be602b159c1": { - "signature": "17ed0e261bc1b517b1d242818087a3264c163346e3ba5587186b2be602b159c1", + "216ec64083b15d3aecacf42a1058bd392bceb4183600ea55346cd4bc0c098261": { + "signature": "216ec64083b15d3aecacf42a1058bd392bceb4183600ea55346cd4bc0c098261", "alternativeSignatures": [ - "d96cd805605923e5466365501ae55697422f1aa1a60a9e04292b56bace26fa8e" + "97194b7b9eb10fa462e4ecb05aab826b92295fa659f5973621d7809d7b674c09" ], "target": "azureauth-0.9.0-osx-arm64-signed/AzureAuth/azureauth.dll", "memberOf": [ @@ -80,13 +80,13 @@ ], "tool": "binskim", "ruleId": "BA2021", - "createdDate": "2024-11-05 22:44:37Z", + "createdDate": "2024-11-07 21:08:17Z", "justification": "Not applicable to win-x64, only applicable to osx-arm64" }, - "43a1ba6dd9d8f5a638e8596d7aaea53aca9812916c95467ca2828c15435c96bc": { - "signature": "43a1ba6dd9d8f5a638e8596d7aaea53aca9812916c95467ca2828c15435c96bc", + "4221c806e3c5c8786ecacc5299e85ef016d27fee812e309b5f81670fdc4baa08": { + "signature": "4221c806e3c5c8786ecacc5299e85ef016d27fee812e309b5f81670fdc4baa08", "alternativeSignatures": [ - "84717f74e20904b858d4d7ff8029ea2e98b56d862f66feced2367d4090d07632" + "f99fb99a3eba171f009436c70e52e3fbd18bca7f793cd5db37ac83cdac127278" ], "target": "azureauth-0.9.0-osx-arm64-signed/AzureAuth/MSALWrapper.dll", "memberOf": [ @@ -94,7 +94,7 @@ ], "tool": "binskim", "ruleId": "BA2021", - "createdDate": "2024-11-05 22:44:37Z", + "createdDate": "2024-11-07 21:08:17Z", "justification": "Not applicable to win-x64, only applicable to osx-arm64" } } From 2444bc37b6ca06ef6706845076c4ca90ee34382d Mon Sep 17 00:00:00 2001 From: "REDMOND\\keyuxuan" Date: Thu, 7 Nov 2024 13:27:53 -0800 Subject: [PATCH 4/5] fix typo --- .config/guardian/SDL/.gdnsuppress | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/guardian/SDL/.gdnsuppress b/.config/guardian/SDL/.gdnsuppress index 2a5682f3..b63ce7eb 100644 --- a/.config/guardian/SDL/.gdnsuppress +++ b/.config/guardian/SDL/.gdnsuppress @@ -25,7 +25,7 @@ "tool": "binskim", "ruleId": "BA2021", "createdDate": "2024-11-07 21:11:35Z", - "justification": "Not applicable to win-x64, only applicable to osx-arm64" + "justification": "Not applicable to win-x64, only applicable to osx-x64" }, "5b7304194ffe9b5aa456e2851cc719640de92f65acad5c116db11d69dde12c75": { "signature": "5b7304194ffe9b5aa456e2851cc719640de92f65acad5c116db11d69dde12c75", @@ -39,7 +39,7 @@ "tool": "binskim", "ruleId": "BA2021", "createdDate": "2024-11-07 21:11:35Z", - "justification": "Not applicable to win-x64, only applicable to osx-arm64" + "justification": "Not applicable to win-x64, only applicable to osx-x64" }, "b2a45fadfb8ac7e6211526b362a8e7ce35836041c30947d358c7d3c9a86d2bdb": { "signature": "b2a45fadfb8ac7e6211526b362a8e7ce35836041c30947d358c7d3c9a86d2bdb", @@ -53,7 +53,7 @@ "tool": "binskim", "ruleId": "BA2021", "createdDate": "2024-11-07 21:11:35Z", - "justification": "Not applicable to win-x64, only applicable to osx-arm64" + "justification": "Not applicable to win-x64, only applicable to osx-x64" }, "9c7734fb68e55206bb9fcf1384527dea378f43959f0a8b1f40aecdc799c5de12": { "signature": "9c7734fb68e55206bb9fcf1384527dea378f43959f0a8b1f40aecdc799c5de12", From ac42e15ff8c9ef1cf34e3b1782b020a6e2e21052 Mon Sep 17 00:00:00 2001 From: "REDMOND\\keyuxuan" Date: Thu, 7 Nov 2024 16:44:24 -0800 Subject: [PATCH 5/5] fix format --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d5f158..b15725ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.9.0] - 2024-11-07 +### Removed +- Removed IWA from default authentcation mode. + ### Changed - Temporarily paused the publishing of Linux binaries. - Upgrade MSAL from `4.59.1` to `4.65.0`. - Upgrade Lasso from `2024.8.24.1` to `2024.10.23.1`. - Upgrade from .NET 6 to .NET 8. - Disable trimmed version when publishing AzureAuth. -- Remove IWA from default authentcation mode. ## [0.8.6] - 2024-04-25 ### Changed