From 2f6a62331c9be990d368661c088cfdaf2a77e2bd Mon Sep 17 00:00:00 2001 From: David Fairbrother Date: Thu, 8 Jun 2023 11:52:38 +0100 Subject: [PATCH] Bump rabbit consumer version Bumps the rabbit consumer version, following the changes to take VM metadata in preference to image metadata --- OpenStack-Rabbit-Consumer/version.txt | 2 +- charts/rabbit-consumer/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenStack-Rabbit-Consumer/version.txt b/OpenStack-Rabbit-Consumer/version.txt index 276cbf9e..2bf1c1cc 100644 --- a/OpenStack-Rabbit-Consumer/version.txt +++ b/OpenStack-Rabbit-Consumer/version.txt @@ -1 +1 @@ -2.3.0 +2.3.1 diff --git a/charts/rabbit-consumer/Chart.yaml b/charts/rabbit-consumer/Chart.yaml index ea3f791a..dd02f1f9 100644 --- a/charts/rabbit-consumer/Chart.yaml +++ b/charts/rabbit-consumer/Chart.yaml @@ -6,11 +6,11 @@ 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: 1.4.0 +version: 1.4.1 # 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: "v2.3.0" +appVersion: "v2.3.1"