From ec3b6548433b0701968ca9ccc1043fbdac0d8861 Mon Sep 17 00:00:00 2001 From: toni nurmi Date: Thu, 3 Oct 2024 15:43:10 +0300 Subject: [PATCH 1/2] Upgrade chart and app-versions --- charts/geoweb-cap-backend/Chart.yaml | 4 ++-- charts/geoweb-frontend/Chart.yaml | 4 ++-- charts/geoweb-opmet-backend/Chart.yaml | 4 ++-- charts/geoweb-presets-backend/Chart.yaml | 4 ++-- charts/geoweb-taf-backend/Chart.yaml | 4 ++-- charts/geoweb-warnings-backend/Chart.yaml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/geoweb-cap-backend/Chart.yaml b/charts/geoweb-cap-backend/Chart.yaml index 5236c4e..40c454d 100644 --- a/charts/geoweb-cap-backend/Chart.yaml +++ b/charts/geoweb-cap-backend/Chart.yaml @@ -15,13 +15,13 @@ 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.1 +version: 1.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: "v0.8.0" +appVersion: "v0.8.2" maintainers: - name: Jusaa diff --git a/charts/geoweb-frontend/Chart.yaml b/charts/geoweb-frontend/Chart.yaml index 4ec8e85..aba7cd3 100644 --- a/charts/geoweb-frontend/Chart.yaml +++ b/charts/geoweb-frontend/Chart.yaml @@ -15,13 +15,13 @@ 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: 3.13.0 +version: 3.14.0 # 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: "v9.26.0" +appVersion: "v9.27.0" maintainers: - name: Jusaa diff --git a/charts/geoweb-opmet-backend/Chart.yaml b/charts/geoweb-opmet-backend/Chart.yaml index 8d8e0b5..f2cd8d2 100644 --- a/charts/geoweb-opmet-backend/Chart.yaml +++ b/charts/geoweb-opmet-backend/Chart.yaml @@ -15,13 +15,13 @@ 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: 3.4.4 +version: 3.4.5 # 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.12.1" +appVersion: "v2.12.2" maintainers: - name: Jusaa diff --git a/charts/geoweb-presets-backend/Chart.yaml b/charts/geoweb-presets-backend/Chart.yaml index 8d40010..b119f49 100644 --- a/charts/geoweb-presets-backend/Chart.yaml +++ b/charts/geoweb-presets-backend/Chart.yaml @@ -15,13 +15,13 @@ 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: 2.11.3 +version: 2.12.0 # 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: "v3.16.1" +appVersion: "v3.18.0" maintainers: - name: Jusaa diff --git a/charts/geoweb-taf-backend/Chart.yaml b/charts/geoweb-taf-backend/Chart.yaml index 0599131..09db8ab 100644 --- a/charts/geoweb-taf-backend/Chart.yaml +++ b/charts/geoweb-taf-backend/Chart.yaml @@ -15,13 +15,13 @@ 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.5.6 +version: 0.5.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. 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: "v1.0.1" +appVersion: "v1.0.3" maintainers: - name: Jusaa diff --git a/charts/geoweb-warnings-backend/Chart.yaml b/charts/geoweb-warnings-backend/Chart.yaml index bb0daf5..0c67e6b 100644 --- a/charts/geoweb-warnings-backend/Chart.yaml +++ b/charts/geoweb-warnings-backend/Chart.yaml @@ -15,13 +15,13 @@ 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.6.4 +version: 0.7.0 # 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: "v1.2.0" +appVersion: "v1.4.0" maintainers: - name: Jusaa From c6ebdc87c977e1091d767e68a1dbc43507a75b3d Mon Sep 17 00:00:00 2001 From: toni nurmi Date: Thu, 3 Oct 2024 16:05:14 +0300 Subject: [PATCH 2/2] bump patch instead on minor --- charts/geoweb-frontend/Chart.yaml | 2 +- charts/geoweb-presets-backend/Chart.yaml | 2 +- charts/geoweb-warnings-backend/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/geoweb-frontend/Chart.yaml b/charts/geoweb-frontend/Chart.yaml index aba7cd3..a421fb0 100644 --- a/charts/geoweb-frontend/Chart.yaml +++ b/charts/geoweb-frontend/Chart.yaml @@ -15,7 +15,7 @@ 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: 3.14.0 +version: 3.13.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 diff --git a/charts/geoweb-presets-backend/Chart.yaml b/charts/geoweb-presets-backend/Chart.yaml index b119f49..42ec851 100644 --- a/charts/geoweb-presets-backend/Chart.yaml +++ b/charts/geoweb-presets-backend/Chart.yaml @@ -15,7 +15,7 @@ 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: 2.12.0 +version: 2.11.4 # 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 diff --git a/charts/geoweb-warnings-backend/Chart.yaml b/charts/geoweb-warnings-backend/Chart.yaml index 0c67e6b..06bac3e 100644 --- a/charts/geoweb-warnings-backend/Chart.yaml +++ b/charts/geoweb-warnings-backend/Chart.yaml @@ -15,7 +15,7 @@ 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.7.0 +version: 0.6.5 # 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