diff --git a/automatic/elasticsearch/elasticsearch.json b/automatic/elasticsearch/elasticsearch.json index e3fce2816..28189ee72 100644 --- a/automatic/elasticsearch/elasticsearch.json +++ b/automatic/elasticsearch/elasticsearch.json @@ -9,5 +9,5 @@ "8.8": "8.8.2", "8.9": "8.9.2", "8.10": "8.10.4", - "8.11": "8.11.0" + "8.11": "8.11.1" } diff --git a/automatic/elasticsearch/elasticsearch.nuspec b/automatic/elasticsearch/elasticsearch.nuspec index 1881509a4..44f1351ae 100644 --- a/automatic/elasticsearch/elasticsearch.nuspec +++ b/automatic/elasticsearch/elasticsearch.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 8.11.0 + 8.11.1 Maurice Kevenaar @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe Elasticsearch B.V. search REST analytics metrics - https://www.elastic.co/guide/en/elasticsearch/reference/8.11/release-notes-8.11.0.html + https://www.elastic.co/guide/en/elasticsearch/reference/8.11/release-notes-8.11.1.html https://github.com/elastic/elasticsearch/blob/master/LICENSE.txt false https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/elasticsearch diff --git a/automatic/elasticsearch/tools/chocolateyBeforeModify.ps1 b/automatic/elasticsearch/tools/chocolateyBeforeModify.ps1 index e168c167f..084c38a34 100644 --- a/automatic/elasticsearch/tools/chocolateyBeforeModify.ps1 +++ b/automatic/elasticsearch/tools/chocolateyBeforeModify.ps1 @@ -5,6 +5,6 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $unPath = Join-Path $toolsDir 'Uninstall-ChocolateyPath.psm1' Import-Module $unPath -$version = "8.11.0" +$version = "8.11.1" $binPath = Join-Path $toolsDir "elasticsearch-$($version)\bin" Uninstall-ChocolateyPath $binPath 'Machine' diff --git a/automatic/elasticsearch/tools/chocolateyInstall.ps1 b/automatic/elasticsearch/tools/chocolateyInstall.ps1 index b7ea53c96..5bd667421 100644 --- a/automatic/elasticsearch/tools/chocolateyInstall.ps1 +++ b/automatic/elasticsearch/tools/chocolateyInstall.ps1 @@ -1,10 +1,10 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.0-windows-x86_64.zip' -$checksum = 'ac27177784b39c16baf2631b29beb54300209d7136c2b3a559c82cd1e83e2570' +$url = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-windows-x86_64.zip' +$checksum = 'fa2c78045074b55c1b5442f1df18d544c6002aa67881a44d3017e06a90f53966' $checksumType = 'sha256' -$version = "8.11.0" +$version = "8.11.1" $packageArgs = @{ packageName = $env:ChocolateyPackageName diff --git a/automatic/kibana/kibana.json b/automatic/kibana/kibana.json index 41e6ef939..06b19ed1a 100644 --- a/automatic/kibana/kibana.json +++ b/automatic/kibana/kibana.json @@ -9,5 +9,5 @@ "8.8": "8.8.2", "8.9": "8.9.2", "8.10": "8.10.4", - "8.11": "8.11.0" + "8.11": "8.11.1" } diff --git a/automatic/kibana/kibana.nuspec b/automatic/kibana/kibana.nuspec index 187ca9d15..1ca1e8782 100644 --- a/automatic/kibana/kibana.nuspec +++ b/automatic/kibana/kibana.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 8.11.0 + 8.11.1 Maurice Kevenaar @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe Elasticsearch B.V. data kibana visualization elastic admin - https://www.elastic.co/guide/en/kibana/reference/8.11/release-notes-8.11.0.html + https://www.elastic.co/guide/en/kibana/reference/8.11/release-notes-8.11.1.html https://github.com/elastic/kibana/blob/master/LICENSE.txt false https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/kibana diff --git a/automatic/kibana/tools/chocolateyBeforeModify.ps1 b/automatic/kibana/tools/chocolateyBeforeModify.ps1 index b442708ed..a2de19604 100644 --- a/automatic/kibana/tools/chocolateyBeforeModify.ps1 +++ b/automatic/kibana/tools/chocolateyBeforeModify.ps1 @@ -12,6 +12,6 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $unPath = Join-Path $toolsDir 'Uninstall-ChocolateyPath.psm1' Import-Module $unPath -$version = "8.11.0" +$version = "8.11.1" $binPath = Join-Path $toolsDir "kibana-$($version)-windows-x86_64\bin" Uninstall-ChocolateyPath $binPath 'Machine' diff --git a/automatic/kibana/tools/chocolateyInstall.ps1 b/automatic/kibana/tools/chocolateyInstall.ps1 index f3b2f909b..678c45049 100644 --- a/automatic/kibana/tools/chocolateyInstall.ps1 +++ b/automatic/kibana/tools/chocolateyInstall.ps1 @@ -1,10 +1,10 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://artifacts.elastic.co/downloads/kibana/kibana-8.11.0-windows-x86_64.zip' -$checksum = 'c653929ba08ddec1d60459f2cec097202314c3b6a9be4bd964d33b9719f23abb' +$url = 'https://artifacts.elastic.co/downloads/kibana/kibana-8.11.1-windows-x86_64.zip' +$checksum = '911ccdee4db793eb58752b684490ccbcea1d86670f037f0df4e12caf313bb1f8' $checksumType = 'sha256' -$version = "8.11.0" +$version = "8.11.1" $packageArgs = @{ packageName = $env:ChocolateyPackageName