diff --git a/Choco/vmagent/tools/chocolateyinstall.ps1 b/Choco/vmagent/tools/chocolateyinstall.ps1 index d6d08fb..3be9156 100644 --- a/Choco/vmagent/tools/chocolateyinstall.ps1 +++ b/Choco/vmagent/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $packageName = $env:ChocolateyPackageName $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $swversion = "3.0.0-alpha.11" -$vmutilsChecksum = "0c6b84b780ef30fbc0d5d6aa827eb1032189fda11d6b48eb5fc1fb20985919cd" +$vmutilsChecksum = "a797f806a80db38708b9c8a8d7ab6f4703eb3f4dc26706972d8335d5cb763e65" $winswChecksum = "a2daa6a33a9c2b791ae31d9092e7935c339d1e03e89bfb747618ce2f4e819e20" $vmutilsURL = "https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v${env:ChocolateyPackageVersion}/vmutils-windows-amd64-v${env:ChocolateyPackageVersion}.zip" diff --git a/Choco/vmagent/vmagent.nuspec b/Choco/vmagent/vmagent.nuspec index 0d32be1..7f1b65d 100644 --- a/Choco/vmagent/vmagent.nuspec +++ b/Choco/vmagent/vmagent.nuspec @@ -21,6 +21,6 @@ VMAgent is a tiny agent which helps you collect metrics from various sources, relabel and filter the collected metrics and store them in VictoriaMetrics or any other storage systems via Prometheus remote_write protocol. vmagent victoriametrics agent Victoria Metrics Agent - 1.102.1 + 1.103.0 diff --git a/Formula/vmagent.rb b/Formula/vmagent.rb index d1987a0..7fb64d4 100644 --- a/Formula/vmagent.rb +++ b/Formula/vmagent.rb @@ -2,18 +2,18 @@ class Vmagent < Formula desc "VMAgent is a tiny agent which helps you collect metrics from various sources, relabel and filter the collected metrics and store them in VictoriaMetrics or any other storage systems via Prometheus remote_write protocol." homepage "https://docs.victoriametrics.com/vmagent.html" license all_of: ["MIT", "Apache-2.0"] - version "1.102.1" + version "1.103.0" on_macos do on_intel do - checksumAmd64 = "dff8f27eba12fbd4c9d3468003a2ef9681a8b718ac8952c2ef8892f894df7042" # The wording of this variable is intentional for easier automation. + checksumAmd64 = "599ca9ebb788e244001ce86414810e2db954ba6371253153a85ecbcd22ecd241" # The wording of this variable is intentional for easier automation. url "https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v#{version}/vmutils-darwin-amd64-v#{version}.tar.gz" sha256 "#{checksumAmd64}" end on_arm do - checksumArm64 = "3de95115d4481a9b2527880234a5d8a1f00dcb210539ced67272aa709c132c73" # The wording of this variable is intentional for easier automation. + checksumArm64 = "e7165deba10b49593a7eb3b1dbe10d1ed3eda75ead6c7f4ed5d72cc4f712f765" # The wording of this variable is intentional for easier automation. url "https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v#{version}/vmutils-darwin-arm64-v#{version}.tar.gz" sha256 "#{checksumArm64}" diff --git a/VERSION b/VERSION index 900a09b..e402df2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.102.1 +1.103.0