Skip to content

Commit

Permalink
AU: 2 updated - elasticsearch kibana
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 23, 2024
1 parent 71b09c4 commit 0c571ae
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/elasticsearch/elasticsearch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.8": "6.8.23.20220801",
"7.17": "7.17.16",
"7.17": "7.17.17",
"8.0-rc": "8.0.0-rc2",
"8.4": "8.4.3",
"8.5": "8.5.3",
Expand Down
4 changes: 2 additions & 2 deletions automatic/elasticsearch/elasticsearch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>8.12.0</version>
<version>7.17.17</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Elasticsearch B.V.</copyright>
<tags>search REST analytics metrics</tags>
<releaseNotes>https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.0.html</releaseNotes>
<releaseNotes>https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.17.html</releaseNotes>
<licenseUrl>https://github.com/elastic/elasticsearch/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/elasticsearch</packageSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/elasticsearch/tools/chocolateyBeforeModify.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$unPath = Join-Path $toolsDir 'Uninstall-ChocolateyPath.psm1'
Import-Module $unPath

$version = "8.12.0"
$version = "7.17.17"
$binPath = Join-Path $toolsDir "elasticsearch-$($version)\bin"
Uninstall-ChocolateyPath $binPath 'Machine'
6 changes: 3 additions & 3 deletions automatic/elasticsearch/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.12.0-windows-x86_64.zip'
$checksum = '4128e065876374a6dc7cbe04696fafc32149a19a74900e48d9f4f3a9e84f5831'
$url = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.17-windows-x86_64.zip'
$checksum = 'fdc8fcb475a8c8d1300b4841d9c55b122853d464ad7211662ac901a0f966bdfc'
$checksumType = 'sha256'
$version = "8.12.0"
$version = "7.17.17"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/kibana/kibana.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.8": "6.8.23",
"7.17": "7.17.16",
"7.17": "7.17.17",
"8.0-rc": "8.0.0-rc2",
"8.4": "8.4.3",
"8.5": "8.5.3",
Expand Down
4 changes: 2 additions & 2 deletions automatic/kibana/kibana.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>8.12.0</version>
<version>7.17.17</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Elasticsearch B.V.</copyright>
<tags>data kibana visualization elastic admin</tags>
<releaseNotes>https://www.elastic.co/guide/en/kibana/reference/8.12/release-notes-8.12.0.html</releaseNotes>
<releaseNotes>https://www.elastic.co/guide/en/kibana/reference/7.17/release-notes-7.17.17.html</releaseNotes>
<licenseUrl>https://github.com/elastic/kibana/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/kibana</packageSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/kibana/tools/chocolateyBeforeModify.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$unPath = Join-Path $toolsDir 'Uninstall-ChocolateyPath.psm1'
Import-Module $unPath

$version = "8.12.0"
$version = "7.17.17"
$binPath = Join-Path $toolsDir "kibana-$($version)-windows-x86_64\bin"
Uninstall-ChocolateyPath $binPath 'Machine'
6 changes: 3 additions & 3 deletions automatic/kibana/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://artifacts.elastic.co/downloads/kibana/kibana-8.12.0-windows-x86_64.zip'
$checksum = '935501c7f832b910c1ae0ad8d6ba4f4b104a15de9ecaacf68c480f5342fd701d'
$url = 'https://artifacts.elastic.co/downloads/kibana/kibana-7.17.17-windows-x86_64.zip'
$checksum = 'e0143dbe3fbf2da94504b29147e34c4941f365c48de596c3cec8cd1af32a9f15'
$checksumType = 'sha256'
$version = "8.12.0"
$version = "7.17.17"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 0c571ae

Please sign in to comment.