diff --git a/charts/metrics-agent/Chart.yaml b/charts/metrics-agent/Chart.yaml index 28498fc..52e6bd6 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 eef1dfb..09ff434 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 644d833..4e7b841 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 5bb2ee0..dff3e49 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"