From 6405274d26cadd63e21f889953de4e5699bcaccb Mon Sep 17 00:00:00 2001 From: TervisIT Date: Tue, 1 May 2018 17:35:53 +0000 Subject: [PATCH] AU: 5 updated - google-cloud-print-connector kibana logstash prometheus prometheus-blackbox-exporter [skip ci] --- .../google-cloud-print-connector.nuspec | 2 +- google-cloud-print-connector/tools/chocolateyinstall.ps1 | 4 ++-- kibana/kibana.nuspec | 2 +- kibana/tools/chocolateyinstall.ps1 | 4 ++-- logstash/logstash.nuspec | 2 +- logstash/tools/chocolateyInstall.ps1 | 4 ++-- .../prometheus-blackbox-exporter.nuspec | 2 +- prometheus-blackbox-exporter/tools/chocolateyinstall.ps1 | 8 ++++---- prometheus/prometheus.nuspec | 2 +- prometheus/tools/chocolateyinstall.ps1 | 8 ++++---- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/google-cloud-print-connector/google-cloud-print-connector.nuspec b/google-cloud-print-connector/google-cloud-print-connector.nuspec index 87d054b5a..22a452fca 100644 --- a/google-cloud-print-connector/google-cloud-print-connector.nuspec +++ b/google-cloud-print-connector/google-cloud-print-connector.nuspec @@ -3,7 +3,7 @@ google-cloud-print-connector Google Cloud Print Connector - 1.13 + 1.16 TervisIT Google Enable windows print servers to expose printers via Google Cloud print diff --git a/google-cloud-print-connector/tools/chocolateyinstall.ps1 b/google-cloud-print-connector/tools/chocolateyinstall.ps1 index e8aa02316..8494f3383 100644 --- a/google-cloud-print-connector/tools/chocolateyinstall.ps1 +++ b/google-cloud-print-connector/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $PackageName = 'google-cloud-print-connector' -$url32 = 'https://github.com//google/cloud-print-connector/releases/download/v1.13/windows-connector-1.13.msi' -$checksum32 = '93672ee361db7e6f6baa6b5db6578169ff707b3ce856d476e5662a8629f83fd2' +$url32 = 'https://github.com/google/cloud-print-connector/releases/download/v1.16/windows-connector-1.16-i686.msi' +$checksum32 = '8a7dc02416ae290db8e11839480e158f8d89b07c882be18b6cc1f34872444f62' $packageArgs = @{ packageName = $PackageName diff --git a/kibana/kibana.nuspec b/kibana/kibana.nuspec index 5ee94d45d..9b10580ff 100644 --- a/kibana/kibana.nuspec +++ b/kibana/kibana.nuspec @@ -3,7 +3,7 @@ kibana Kibana - 5.6.4 + 6.2.4 hambone Elastic Explore and Visualize Your Data diff --git a/kibana/tools/chocolateyinstall.ps1 b/kibana/tools/chocolateyinstall.ps1 index 47d92f76f..677395cf9 100644 --- a/kibana/tools/chocolateyinstall.ps1 +++ b/kibana/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $PackageName = 'kibana' -$url32 = 'https://artifacts.elastic.co/downloads/kibana/kibana-5.6.4-windows-x86.zip' -$checksum32 = '33da6553f2e97c555363b1ce08cfbfaf0e55e9640c5f9b47e575ea6e09bd5263' +$url32 = 'https://artifacts.elastic.co/downloads/kibana/kibana-6.2.4-windows-x86_64.zip' +$checksum32 = 'd9fe5dcb8d4d931317d25c16ccaf2e8dbc6464eb1dd22d081c33822d2993dab4' $packageArgs = @{ packageName = $packageName diff --git a/logstash/logstash.nuspec b/logstash/logstash.nuspec index 442242095..fca33fda9 100644 --- a/logstash/logstash.nuspec +++ b/logstash/logstash.nuspec @@ -2,7 +2,7 @@ logstash - 5.2.1 + 6.2.4 Logstash kireevco hambone TervisIT Elastic diff --git a/logstash/tools/chocolateyInstall.ps1 b/logstash/tools/chocolateyInstall.ps1 index 49143ccb7..a73f6f2fc 100644 --- a/logstash/tools/chocolateyInstall.ps1 +++ b/logstash/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $PackageName = 'logstash' -$url32 = 'https://artifacts.elastic.co/downloads/logstash/logstash-5.2.1.zip' -$checksum32 = '14093855a8a3a4f27a2b4e461ee70697fff527eece70d5d58f1015cf5103f77e' +$url32 = 'https://artifacts.elastic.co/downloads/logstash/logstash-6.2.4.zip' +$checksum32 = '2c15d40f23979566b79ad57b86c8a953099c2a36ad34e987d0295ad803ad3c1d' $packageArgs = @{ packageName = $packageName diff --git a/prometheus-blackbox-exporter/prometheus-blackbox-exporter.nuspec b/prometheus-blackbox-exporter/prometheus-blackbox-exporter.nuspec index c04f07638..90a1f71bb 100644 --- a/prometheus-blackbox-exporter/prometheus-blackbox-exporter.nuspec +++ b/prometheus-blackbox-exporter/prometheus-blackbox-exporter.nuspec @@ -3,7 +3,7 @@ prometheus-blackbox-exporter Blackbox prober for Prometheus - 0.10.0 + 0.12.0 hambone TervisIT Prometheus From metrics to insight diff --git a/prometheus-blackbox-exporter/tools/chocolateyinstall.ps1 b/prometheus-blackbox-exporter/tools/chocolateyinstall.ps1 index de39874ad..9d3f19060 100644 --- a/prometheus-blackbox-exporter/tools/chocolateyinstall.ps1 +++ b/prometheus-blackbox-exporter/tools/chocolateyinstall.ps1 @@ -1,10 +1,10 @@ $ErrorActionPreference = 'Stop' $PackageName = 'prometheus-blackbox-exporter' -$url32 = 'https://github.com/prometheus/blackbox_exporter/releases/download/v0.10.0/blackbox_exporter-0.10.0.windows-386.tar.gz' -$url64 = 'https://github.com/prometheus/blackbox_exporter/releases/download/v0.10.0/blackbox_exporter-0.10.0.windows-amd64.tar.gz' -$checksum32 = 'da5052f5c856859b056e2b4bbaa02c3462630ade7e9c559c74b70ca68d015000' -$checksum64 = 'c0d24e5cd1b7e69e4fd0e2f70a6804d9aa661e55dc3832e3a3391c0a2e20881c' +$url32 = 'https://github.com/prometheus/blackbox_exporter/releases/download/v0.12.0/blackbox_exporter-0.12.0.windows-386.tar.gz' +$url64 = 'https://github.com/prometheus/blackbox_exporter/releases/download/v0.12.0/blackbox_exporter-0.12.0.windows-amd64.tar.gz' +$checksum32 = 'c174773cf1173331dfc42e5352226c87b645739605b96097aba21c0e096e86a5' +$checksum64 = 'e8194ffe7c011f803b17e476c6527f6ad382ca523f4e93298f3254f39ab51d24' $packageArgs = @{ packageName = $packageName diff --git a/prometheus/prometheus.nuspec b/prometheus/prometheus.nuspec index 1274fb059..e525643b7 100644 --- a/prometheus/prometheus.nuspec +++ b/prometheus/prometheus.nuspec @@ -3,7 +3,7 @@ prometheus Prometheus - 2.0.0 + 2.2.1 hambone TervisIT Prometheus From metrics to insight diff --git a/prometheus/tools/chocolateyinstall.ps1 b/prometheus/tools/chocolateyinstall.ps1 index e6cefd620..f71885349 100644 --- a/prometheus/tools/chocolateyinstall.ps1 +++ b/prometheus/tools/chocolateyinstall.ps1 @@ -1,10 +1,10 @@ $ErrorActionPreference = 'Stop' $PackageName = 'prometheus' -$url32 = 'https://github.com/prometheus/prometheus/releases/download/v2.0.0/prometheus-2.0.0.windows-386.tar.gz' -$url64 = 'https://github.com/prometheus/prometheus/releases/download/v2.0.0/prometheus-2.0.0.windows-amd64.tar.gz' -$checksum32 = '345691e5337e8d326e8c01b2e9fd15d8a078f4d1046085de24dc3c1f305f3b67' -$checksum64 = 'fb3539b9468c28161d200dcfe3007e7631d05f72f384c2164e40ae098d03ed59' +$url32 = 'https://github.com/prometheus/prometheus/releases/download/v2.2.1/prometheus-2.2.1.windows-386.tar.gz' +$url64 = 'https://github.com/prometheus/prometheus/releases/download/v2.2.1/prometheus-2.2.1.windows-amd64.tar.gz' +$checksum32 = '4cc3e6d176cd41d6d28b0c47b146157972cca2485e41861f0a10630a68330737' +$checksum64 = '03cf9f24a160944333e4db4358182b9e2d713872d27f126f7493e574493ae2c2' $packageArgs = @{ packageName = $packageName