From f1451afb87a9d98c7d4b9b9c277c3dd6f6eac414 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Mon, 22 Jan 2024 09:35:22 +0000 Subject: [PATCH] cut release 0.4.2 (#81) --- helm/gke-metadata-server/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/gke-metadata-server/Chart.yaml b/helm/gke-metadata-server/Chart.yaml index 42d68f1..88f706d 100644 --- a/helm/gke-metadata-server/Chart.yaml +++ b/helm/gke-metadata-server/Chart.yaml @@ -30,10 +30,10 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.1 +version: 0.4.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.4.1" +appVersion: "0.4.2"