From ef2c91d368df848e790cefec0b8763cd09f76041 Mon Sep 17 00:00:00 2001 From: "Troy P. Chuang" Date: Thu, 23 Oct 2025 15:22:49 -0700 Subject: [PATCH] Bump go version to 1.23.12 (CVE-2025-47907) --- charts/metrics-agent/Chart.yaml | 4 ++-- charts/metrics-agent/values.yaml | 2 +- go.mod | 2 +- version/version.go | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/metrics-agent/Chart.yaml b/charts/metrics-agent/Chart.yaml index 28498fc9..52e6bd60 100644 --- a/charts/metrics-agent/Chart.yaml +++ b/charts/metrics-agent/Chart.yaml @@ -14,8 +14,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.14.6 +version: 2.14.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 2.14.6 \ No newline at end of file +appVersion: 2.14.7 diff --git a/charts/metrics-agent/values.yaml b/charts/metrics-agent/values.yaml index eef1dfbe..09ff4342 100644 --- a/charts/metrics-agent/values.yaml +++ b/charts/metrics-agent/values.yaml @@ -30,7 +30,7 @@ uploadRegion: "us-west-2" image: name: cloudability/metrics-agent - tag: 2.14.6 + tag: 2.14.7 pullPolicy: Always imagePullSecrets: [] diff --git a/go.mod b/go.mod index 644d833c..4e7b8412 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cloudability/metrics-agent -go 1.23.0 +go 1.23.12 require ( github.com/aws/aws-sdk-go v1.40.27 diff --git a/version/version.go b/version/version.go index 5bb2ee08..dff3e495 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // VERSION is the current version of the agent -var VERSION = "2.14.6" +var VERSION = "2.14.7"