diff --git a/automatic/elasticsearch/elasticsearch.json b/automatic/elasticsearch/elasticsearch.json
index 13a54b90bf..e3fce2816c 100644
--- a/automatic/elasticsearch/elasticsearch.json
+++ b/automatic/elasticsearch/elasticsearch.json
@@ -8,5 +8,6 @@
"8.7": "8.7.1",
"8.8": "8.8.2",
"8.9": "8.9.2",
- "8.10": "8.10.4"
+ "8.10": "8.10.4",
+ "8.11": "8.11.0"
}
diff --git a/automatic/elasticsearch/elasticsearch.nuspec b/automatic/elasticsearch/elasticsearch.nuspec
index e75a77c98d..1881509a4c 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.10.4
+ 8.11.0
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.10/release-notes-8.10.4.html
+ https://www.elastic.co/guide/en/elasticsearch/reference/8.11/release-notes-8.11.0.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 52b751c8e2..e168c167fe 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.10.4"
+$version = "8.11.0"
$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 0e5ae04173..b7ea53c96a 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.10.4-windows-x86_64.zip'
-$checksum = '60446bfb4db685036ccc703a62466b78a9b9b3200f8a711035999506676266e2'
+$url = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.0-windows-x86_64.zip'
+$checksum = 'ac27177784b39c16baf2631b29beb54300209d7136c2b3a559c82cd1e83e2570'
$checksumType = 'sha256'
-$version = "8.10.4"
+$version = "8.11.0"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
diff --git a/automatic/kibana/kibana.json b/automatic/kibana/kibana.json
index 15fea73e39..41e6ef9393 100644
--- a/automatic/kibana/kibana.json
+++ b/automatic/kibana/kibana.json
@@ -8,5 +8,6 @@
"8.7": "8.7.1",
"8.8": "8.8.2",
"8.9": "8.9.2",
- "8.10": "8.10.4"
+ "8.10": "8.10.4",
+ "8.11": "8.11.0"
}
diff --git a/automatic/kibana/kibana.nuspec b/automatic/kibana/kibana.nuspec
index ae1189ed1a..187ca9d157 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.10.4
+ 8.11.0
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.10/release-notes-8.10.4.html
+ https://www.elastic.co/guide/en/kibana/reference/8.11/release-notes-8.11.0.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 657b469597..b442708ed8 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.10.4"
+$version = "8.11.0"
$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 69c7901ad3..f3b2f909bb 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.10.4-windows-x86_64.zip'
-$checksum = 'a49e4f2b29fa30fef71ce48ed060c2ed433d23b4cd513c893713b801057e2d4d'
+$url = 'https://artifacts.elastic.co/downloads/kibana/kibana-8.11.0-windows-x86_64.zip'
+$checksum = 'c653929ba08ddec1d60459f2cec097202314c3b6a9be4bd964d33b9719f23abb'
$checksumType = 'sha256'
-$version = "8.10.4"
+$version = "8.11.0"
$packageArgs = @{
packageName = $env:ChocolateyPackageName