Skip to content

Commit

Permalink
AU-dotnet: 4 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Mar 1, 2024
1 parent 7d57496 commit e2e0d56
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>microsoft-monitoring-agent</id>
<version>10.20.18069.0</version>
<version>10.20.18076.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/microsoft-monitoring-agent</packageSourceUrl>
<owners>flcdrg</owners>
<title>Microsoft Monitoring Agent</title>
Expand Down
4 changes: 2 additions & 2 deletions microsoft-monitoring-agent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url32 = 'https://download.microsoft.com/download/e/5/b/e5b8085f-a711-469b-9453-7596a31099cc/MMASetup-i386.exe'
$checksum32 = '4EE16A77CD5D303F2A678877A75621CFFCB3607779FB7349DC9FC4D868CC045E'
$url64 = 'https://download.microsoft.com/download/5/a/8/5a884fb8-bbfe-4504-8da4-03a1bf83bb93/MMASetup-AMD64.exe'
$checksum64 = '75498E68E5747273B535AFBD0754F7D4B93E7320FC74C016A1C0365D0C6084DA'
$url64 = 'https://download.microsoft.com/download/f/6/3/f630608f-5905-4390-b2bf-36f509214022/MMASetup-AMD64.exe'
$checksum64 = '9AD3E188C219E469D4210B25AD4CBD6CCF506E936855BEE4277DFB87BE8D0096'

# package parameters
$pp = Get-PackageParameters
Expand Down
4 changes: 2 additions & 2 deletions rode-central/current.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lastModified": null,
"eTag": [
"\"b52e260d9101d35b8bac24729276aa47-1\""
"\"70de143e2d36230e8199de35ed980f01-1\""
],
"version": "2.0.41"
"version": "2.0.43"
}
2 changes: 1 addition & 1 deletion rode-central/rode-central.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rode-central</id>
<version>2.0.41</version>
<version>2.0.43</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/rode-central</packageSourceUrl>
<owners>flcdrg</owners>
<title>RØDE Central</title>
Expand Down
4 changes: 2 additions & 2 deletions rode-central/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$checksum = '691DA4CFFBCFB6F4377140BB4299D495A5FCA65C5407B1608225032F1046A35C';
$relativePath = 'RODE Central (2.0.41).msi';
$checksum = '45AF2EF3DE97F8A995EE0FAE99C4675A7172C6F9310072DDA2D84B7E934201CE';
$relativePath = 'RODE Central (2.0.43).msi';


if ([Version] (Get-CimInstance Win32_OperatingSystem).Version -lt [version] "10.0.17134.0") {
Expand Down
2 changes: 1 addition & 1 deletion sqltoolbelt/sqltoolbelt.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sqltoolbelt</id>
<version>2024.01.25</version>
<version>2024.02.28</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
4 changes: 2 additions & 2 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.red-gate.com/installers/SQLToolbelt/2024-01-25/SQLToolbelt.exe'
$checksum = '66B6830B884B2AA08089BE5D1865D55A3AAEEF53033AFAB98D65972D3E7FD9A8'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2024-02-28/SQLToolbelt.exe'
$checksum = '505E6368A08B5910C5900AC62F279DD37A09A5B5C9AD3C6AC3F9641E8AB9AB9C'

$validProductPackageNames = @(
"SQL Compare",
Expand Down
4 changes: 2 additions & 2 deletions vault/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Url = "https://releases.hashicorp.com/vault/$($env:ChocolateyPackageVersion)/vault_$($env:ChocolateyPackageVersion)_windows_386.zip"
UnzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Url64 = "https://releases.hashicorp.com/vault/$($env:ChocolateyPackageVersion)/vault_$($env:ChocolateyPackageVersion)_windows_amd64.zip"
Checksum = 'a68bd78e5433cf333b338ac74d000a34cf3f0a2770dc9967cb7f9921a92ce044'
Checksum = 'f5232c7eed2ca8f52c5a236c065897c343edb0e7cf579809cfacf7bec2a6b639'
ChecksumType = 'sha256'
Checksum64 = 'b519925a780043546eff46a3c10dca62a5188dd66cd5100dec5ac4d78bab9c36'
Checksum64 = 'dab89f7dadf63a82ad9047df30fa182afaee4b114b6553fca65955e664fa2e99'
version = $env:ChocolateyPackageVersion
}

Expand Down
45 changes: 43 additions & 2 deletions vault/vault.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vault</id>
<title>Vault</title>
<version>1.15.5</version>
<version>1.15.6</version>
<authors>Mitchell Hashimoto, HashiCorp</authors>
<owners>flcdrg</owners>
<projectUrl>https://www.vaultproject.io/</projectUrl>
Expand Down Expand Up @@ -32,7 +32,48 @@ The key features of Vault are:
* **Revocation**: Vault has built-in support for secret revocation. Vault can revoke not only single secrets, but a tree of secrets, for example all secrets read by a specific user, or all secrets of a particular type. Revocation assists in key rolling as well as locking down systems in the case of an intrusion.

For more information, see the [introduction section](https://www.vaultproject.io/intro) of the Vault website.
</description><releaseNotes><![CDATA[]]></releaseNotes>
</description><releaseNotes><![CDATA[### 1.15.6
#### February 29, 2024
SECURITY:
* auth/cert: compare public keys of trusted non-CA certificates with incoming
client certificates to prevent trusting certs with the same serial number
but not the same public/private key. [[GH-25649](https://github.com/hashicorp/vault/pull/25649)]
CHANGES:
* core: Bump Go version to 1.21.7.
* secrets/openldap: Update plugin to v0.12.1 [[GH-25524](https://github.com/hashicorp/vault/pull/25524)]
FEATURES:
* **Manual License Utilization Reporting**: Added manual license
utilization reporting, which allows users to create manual exports of product-license [metering
data] to report to Hashicorp.
IMPROVEMENTS:
* auth/cert: Cache trusted certs to reduce memory usage and improve performance of logins. [[GH-25421](https://github.com/hashicorp/vault/pull/25421)]
* ui: Add `deletion_allowed` param to transformations and include `tokenization` as a type option [[GH-25436](https://github.com/hashicorp/vault/pull/25436)]
* ui: redirect back to current route after reauthentication when token expires [[GH-25335](https://github.com/hashicorp/vault/pull/25335)]
* ui: remove unnecessary OpenAPI calls for unmanaged auth methods [[GH-25364](https://github.com/hashicorp/vault/pull/25364)]
BUG FIXES:
* agent: Fix issue where Vault Agent was unable to render KVv2 secrets with delete_version_after set. [[GH-25387](https://github.com/hashicorp/vault/pull/25387)]
* audit: Handle a potential panic while formatting audit entries for an audit log [[GH-25605](https://github.com/hashicorp/vault/pull/25605)]
* core (enterprise): Fix a deadlock that can occur on performance secondary clusters when there are many mounts and a mount is deleted or filtered [[GH-25448](https://github.com/hashicorp/vault/pull/25448)]
* core (enterprise): Fix a panic that can occur if only one seal exists but is unhealthy on the non-first restart of Vault.
* core/quotas: Deleting a namespace that contains a rate limit quota no longer breaks replication [[GH-25439](https://github.com/hashicorp/vault/pull/25439)]
* openapi: Fixing response fields for rekey operations [[GH-25509](https://github.com/hashicorp/vault/pull/25509)]
* secrets/transit: When provided an invalid input with hash_algorithm=none, a lock was not released properly before reporting an error leading to deadlocks on a subsequent key configuration update. [[GH-25336](https://github.com/hashicorp/vault/pull/25336)]
* storage/file: Fixing spuriously deleting storage keys ending with .temp [[GH-25395](https://github.com/hashicorp/vault/pull/25395)]
* transform (enterprise): guard against a panic looking up a token in exportable mode with barrier storage.
* ui: Do not disable JSON display toggle for KV version 2 secrets [[GH-25235](https://github.com/hashicorp/vault/pull/25235)]
* ui: Do not show resultant-acl banner on namespaces a user has access to [[GH-25256](https://github.com/hashicorp/vault/pull/25256)]
* ui: Fix copy button not working on masked input when value is not a string [[GH-25269](https://github.com/hashicorp/vault/pull/25269)]
* ui: Update the KV secret data when you change the version you're viewing of a nested secret. [[GH-25152](https://github.com/hashicorp/vault/pull/25152)]]]></releaseNotes>

</metadata>
<files>
Expand Down

0 comments on commit e2e0d56

Please sign in to comment.