Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Choco/vmagent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$swversion = "3.0.0-alpha.11"
$vmutilsChecksum = "262e6a9c95c6d6e44b6ce1562dfcc0ff9dad5614c019faa3faeb1ad1de46e4e3"
$vmutilsChecksum = "70f6079e4b2566e05e51b6bb15b926e26f13526854f77b35e590fd5ce7db64e1"
$winswChecksum = "a2daa6a33a9c2b791ae31d9092e7935c339d1e03e89bfb747618ce2f4e819e20"

$vmutilsURL = "https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v${env:ChocolateyPackageVersion}/vmutils-windows-amd64-v${env:ChocolateyPackageVersion}.zip"
Expand Down
2 changes: 1 addition & 1 deletion Choco/vmagent/vmagent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<summary>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.</summary>
<tags>vmagent victoriametrics agent</tags>
<title>Victoria Metrics Agent</title>
<version>1.137.0</version>
<version>1.138.0</version>
</metadata>
</package>
6 changes: 3 additions & 3 deletions Formula/vmagent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.137.0"
version "1.138.0"

on_macos do
on_intel do
checksumAmd64 = "1ead39dbf01bbfb86ec2b3256616898988ac65450d681135d6f9af7058aad93f" # The wording of this variable is intentional for easier automation.
checksumAmd64 = "70733ac161467a3fd8603e7aba21f0c4da65b259e66169e02c87303f0f40af1a" # 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 = "be68a77419a29ce841ac91aa47b05cd18dbd26429b776047bbd928773abd13e4" # The wording of this variable is intentional for easier automation.
checksumArm64 = "c6fa2a8d803b949ca1dea0fb540fb5c71bc655bac1c9de16406678122fc2c1fb" # 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}"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.137.0
1.138.0