Skip to content

Commit

Permalink
AU: 3 updated - anyrail6 elasticsearch kibana
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Aug 24, 2022
1 parent 74a764d commit d11fc87
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/anyrail6/anyrail6.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>6.46.0</version>
<version>6.47.0</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 Down
4 changes: 2 additions & 2 deletions automatic/anyrail6/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://www.anyrail.com/downloads/AnyRail/6.46/AnyRail6.46.0.msi'
$checksum = '5dd4daeef8f51be83252f281969be6e220f47869e782d147226d29ab1da355ea'
$url = 'https://www.anyrail.com/downloads/AnyRail/6.47/AnyRail6.47.0.msi'
$checksum = '56077e442c982d54f4d1d229faca35588b8eeeb97ca7b722c543ccc7132bf515'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
5 changes: 3 additions & 2 deletions automatic/elasticsearch/elasticsearch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"6.8": "6.8.23.20220801",
"7.17": "7.17.5",
"8.0-rc": "8.0.0-rc2"
"7.17": "7.17.6",
"8.0-rc": "8.0.0-rc2",
"8.4": "8.4.0"
}
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>6.8.23.20220801</version>
<version>8.4.0</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/6.8/release-notes-6.8.23.html</releaseNotes>
<releaseNotes>https://www.elastic.co/guide/en/elasticsearch/reference/8.4/release-notes-8.4.0.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 = "6.8.23.20220801"
$version = "8.4.0"
$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-6.8.23.zip'
$checksum = '490e9b9fbab9ffb3499938c45850318bd6554d439497842450b60ef22c114fb6'
$url = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.4.0-windows-x86_64.zip'
$checksum = 'f79ea6f0dc0c3104d4773c48386561d8a96344dc4cf46ba20ee79ae397da0615'
$checksumType = 'sha256'
$version = "6.8.23.20220801"
$version = "8.4.0"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
5 changes: 3 additions & 2 deletions automatic/kibana/kibana.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"6.8": "6.8.23",
"7.17": "7.17.5",
"8.0-rc": "8.0.0-rc2"
"7.17": "7.17.6",
"8.0-rc": "8.0.0-rc2",
"8.4": "8.4.0"
}
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.0.0-rc2</version>
<version>8.4.0</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.0/release-notes-8.0.0-rc2.html</releaseNotes>
<releaseNotes>https://www.elastic.co/guide/en/kibana/reference/8.4/release-notes-8.4.0.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.0.0-rc2"
$version = "8.4.0"
$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.0.0-rc2-windows-x86_64.zip'
$checksum = 'afc7f74122b7de475362d60c1569d7d2e8d55e3de40f5a32b7cef6c876d9d3cf'
$url = 'https://artifacts.elastic.co/downloads/kibana/kibana-8.4.0-windows-x86_64.zip'
$checksum = '125bcc095e2b2cd7a3d3546f179163b6e13f3d007e0ede38e15ffddfdb77a69b'
$checksumType = 'sha256'
$version = "8.0.0-rc2"
$version = "8.4.0"

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

0 comments on commit d11fc87

Please sign in to comment.