From 80bc96859f441af97a3486a23c4670f1426adae5 Mon Sep 17 00:00:00 2001 From: toni nurmi Date: Fri, 19 Jan 2024 15:26:07 +0200 Subject: [PATCH 1/3] Update frontend to 9.5.0 Update presets to 3.6.4 Update taf to 0.0.6 Update warnings to 0.6.0 --- charts/geoweb-frontend/Chart.yaml | 4 ++-- charts/geoweb-presets-backend/Chart.yaml | 4 ++-- charts/geoweb-taf-backend/Chart.yaml | 4 ++-- charts/geoweb-warnings-backend/Chart.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/geoweb-frontend/Chart.yaml b/charts/geoweb-frontend/Chart.yaml index 18b94a0..851b70a 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.1.2 +version: 3.2.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.3.0" +appVersion: "v9.5.0" maintainers: - name: Jusaa diff --git a/charts/geoweb-presets-backend/Chart.yaml b/charts/geoweb-presets-backend/Chart.yaml index 79070a5..c84f9cc 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.7.0 +version: 2.7.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: "3.6.3" +appVersion: "3.6.4" maintainers: - name: Jusaa diff --git a/charts/geoweb-taf-backend/Chart.yaml b/charts/geoweb-taf-backend/Chart.yaml index 065c7c1..3542910 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.3.0 +version: 0.3.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: "v0.0.5" +appVersion: "v0.0.6" maintainers: - name: Jusaa diff --git a/charts/geoweb-warnings-backend/Chart.yaml b/charts/geoweb-warnings-backend/Chart.yaml index 6e1d221..37cabe3 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.3.0 +version: 0.4.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: "0.5.0" +appVersion: "0.6.0" maintainers: - name: Jusaa From 6ac942553025934410f78156a6e67437a24d4b90 Mon Sep 17 00:00:00 2001 From: toni nurmi Date: Fri, 19 Jan 2024 16:01:22 +0200 Subject: [PATCH 2/3] Fix v in front of appVersions, except taf, that does not have v in front of 0.0.6 git tag. --- charts/geoweb-presets-backend/Chart.yaml | 2 +- charts/geoweb-warnings-backend/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/geoweb-presets-backend/Chart.yaml b/charts/geoweb-presets-backend/Chart.yaml index c84f9cc..c7309a7 100644 --- a/charts/geoweb-presets-backend/Chart.yaml +++ b/charts/geoweb-presets-backend/Chart.yaml @@ -21,7 +21,7 @@ version: 2.7.1 # 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: "3.6.4" +appVersion: "v3.6.4" maintainers: - name: Jusaa diff --git a/charts/geoweb-warnings-backend/Chart.yaml b/charts/geoweb-warnings-backend/Chart.yaml index 37cabe3..367ca5b 100644 --- a/charts/geoweb-warnings-backend/Chart.yaml +++ b/charts/geoweb-warnings-backend/Chart.yaml @@ -21,7 +21,7 @@ version: 0.4.0 # 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.6.0" +appVersion: "v0.6.0" maintainers: - name: Jusaa From 8a67b035d2b36d7c9814918f9b854611c91f2cda Mon Sep 17 00:00:00 2001 From: toni nurmi Date: Fri, 19 Jan 2024 16:19:05 +0200 Subject: [PATCH 3/3] Fix taf version again, put v in front of taf version accidentally --- charts/geoweb-taf-backend/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/geoweb-taf-backend/Chart.yaml b/charts/geoweb-taf-backend/Chart.yaml index 3542910..ccc87d9 100644 --- a/charts/geoweb-taf-backend/Chart.yaml +++ b/charts/geoweb-taf-backend/Chart.yaml @@ -21,7 +21,7 @@ version: 0.3.1 # 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.0.6" +appVersion: "0.0.6" maintainers: - name: Jusaa