Skip to content

Commit

Permalink
Merge pull request #40 from symflower/version-updates
Browse files Browse the repository at this point in the history
Update VM Version to 1.102.1
  • Loading branch information
Munsio committed Aug 2, 2024
2 parents 95b3842 + dd9c12f commit 90f43ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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 = "72c7b220b4c6033dc14f488373e92e1e8b6ec2775c592c991b225f58827e51c1"
$vmutilsChecksum = "0c6b84b780ef30fbc0d5d6aa827eb1032189fda11d6b48eb5fc1fb20985919cd"
$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.102.0</version>
<version>1.102.1</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.102.0"
version "1.102.1"

on_macos do
on_intel do
checksumAmd64 = "e4d04ea8e13b1fdef0c98f7694afeaac66b9c51b93c43c33f663091463761247" # The wording of this variable is intentional for easier automation.
checksumAmd64 = "dff8f27eba12fbd4c9d3468003a2ef9681a8b718ac8952c2ef8892f894df7042" # 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 = "0d0817e59194700911172686e02085be12c33a0f0520ac850bd0595d4ffd12ec" # The wording of this variable is intentional for easier automation.
checksumArm64 = "3de95115d4481a9b2527880234a5d8a1f00dcb210539ced67272aa709c132c73" # 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.102.0
1.102.1

0 comments on commit 90f43ae

Please sign in to comment.