Skip to content

Commit

Permalink
Merge pull request #345 from solarwinds/Update-Chocolatey-for-v3.2.0.…
Browse files Browse the repository at this point in the history
…50049

Update Chocolatey Artifacts for v3.2.0.500049
  • Loading branch information
petr-urbanek-swi committed Jul 24, 2023
2 parents 65a07dd + c8b9e1c commit 395c21d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
25 changes: 20 additions & 5 deletions Chocolatey/OrionSDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>orionsdk</id>
<title>SolarWinds Orion SDK</title>
<version>3.1.343</version>
<version>3.2.0.50049</version>
<authors>SolarWinds</authors>
<owners>Tim Danner</owners>
<summary>Software development kit for the SolarWinds Orion platform.</summary>
Expand All @@ -26,13 +26,28 @@
<dependency id="" />
</dependencies>-->
<releaseNotes><![CDATA[
# v3.1.343
# v3.2.0.50049
This release addresses the following issue:
Change SWIS endpoints
- https://github.com/solarwinds/OrionSDK/pull/333 - by @petr-jancik-swi
- https://github.com/solarwinds/OrionSDK/pull/336 - by @petr-jancik-swi
* Fixing AppendFormat issue + unit tests (https://github.com/solarwinds/OrionSDK/pull/300) - @Superzer0
If you are using Orion 2020.2.6 HF2 or later, you will need this fix to avoid a System.FormatException that occurs when parsing the SWIS schema documentation associated with that release. See [ERROR] SWQL Studio (3.0.0.336) connecting to Orion Platform 2020.2.6 HF2 (https://thwack.solarwinds.com/product-forums/the-orion-platform/f/orion-sdk/92700/error-swql-studio-3-0-0-336-connecting-to-orion-platform-2020-2-6-hf2) for additional details.
Remove Support of obsolete connection types
- https://github.com/solarwinds/OrionSDK/pull/324 - by @danjagnow
Removing obsolete protocols
- https://github.com/solarwinds/OrionSDK/pull/324 - by @danjagnow
Samples for managing NTA Sources
- https://github.com/solarwinds/OrionSDK/pull/327 - by @jan-turon
Fix C# samples for active alerts
- https://github.com/solarwinds/OrionSDK/pull/326 - by @danjagnow
]]></releaseNotes>
<!--<provides></provides>-->
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions Chocolatey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $ErrorActionPreference = 'Stop';

$packageName= 'orionsdk'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/solarwinds/OrionSDK/releases/download/v3.1.343/OrionSDK.msi'
$url = 'https://github.com/solarwinds/OrionSDK/releases/download/v3.2.0.50049/OrionSDK.msi'

$packageArgs = @{
packageName = $packageName
Expand All @@ -16,7 +16,7 @@ $packageArgs = @{
validExitCodes= @(0, 3010, 1641)

softwareName = 'orionsdk*'
checksum = '65CD1B8008B4C0F32522E4C3C9B5E4CAEAB346CE535C8280DFAFAF0A4E700D63'
checksum = '6D356193507F65DAF9AEC8885B52319D754B3FDEDE308AA8E06CBF94D9CD2B05'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 395c21d

Please sign in to comment.