diff --git a/Choco/vmagent/tools/chocolateyinstall.ps1 b/Choco/vmagent/tools/chocolateyinstall.ps1
index 4b7726d..05996ce 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 = "6ebfa2cde49cba4cb3950bdb091388929fc86d73ccbfebd95e6e9d2aab490710"
+$vmutilsChecksum = "c28a48823e4ed6c1c5fbe6e45dce88a41cb2692a033a5f43f3b6861a44e47b8c"
$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 1c7e61a..4bf0da1 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.150.0
+ 1.152.0
diff --git a/Formula/vmagent.rb b/Formula/vmagent.rb
index ad41cf8..a0df554 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.150.0"
+ version "1.152.0"
on_macos do
on_intel do
- checksumAmd64 = "54f6be1a19f91720a228f7d1004993cc5117e72a779322dd539f46f42793db0b" # The wording of this variable is intentional for easier automation.
+ checksumAmd64 = "8f7f98934c4ca27a48168217e6e28a16e74a69c9d7bbd9aed96ebd275a26051e" # 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 = "98ddfd5c417f4370827e3d1e7e141aaa84f74043bb964f8e0ba718e5fa4db12b" # The wording of this variable is intentional for easier automation.
+ checksumArm64 = "22192226f8f6dd7e4950630c74fa4e32a4f08e1f220913f76b14db899977f2a1" # 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 1d235b9..38a0870 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.150.0
+1.152.0