From ee48a9bff8b4a2911df4637999f18e4e4d889abc Mon Sep 17 00:00:00 2001 From: Blair L Murri Date: Sun, 3 Nov 2024 17:16:26 -0800 Subject: [PATCH] Update version to 5.5.0 (#815) --- src/TesApi.Web/Startup.cs | 2 +- src/deploy-tes-on-azure/scripts/env-00-tes-version.txt | 2 +- src/deploy-tes-on-azure/scripts/env-02-internal-images.txt | 2 +- src/deploy-tes-on-azure/scripts/helm/Chart.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/TesApi.Web/Startup.cs b/src/TesApi.Web/Startup.cs index ea8cf51e3..218675826 100644 --- a/src/TesApi.Web/Startup.cs +++ b/src/TesApi.Web/Startup.cs @@ -41,7 +41,7 @@ namespace TesApi.Web public class Startup { // TODO centralize in single location - internal const string TesVersion = "5.4.5"; + internal const string TesVersion = "5.5.0"; private readonly IConfiguration configuration; private readonly ILogger logger; private readonly IWebHostEnvironment hostingEnvironment; diff --git a/src/deploy-tes-on-azure/scripts/env-00-tes-version.txt b/src/deploy-tes-on-azure/scripts/env-00-tes-version.txt index dd4f69edb..0287df7b5 100644 --- a/src/deploy-tes-on-azure/scripts/env-00-tes-version.txt +++ b/src/deploy-tes-on-azure/scripts/env-00-tes-version.txt @@ -1 +1 @@ -TesOnAzureVersion=5.4.5 +TesOnAzureVersion=5.5.0 diff --git a/src/deploy-tes-on-azure/scripts/env-02-internal-images.txt b/src/deploy-tes-on-azure/scripts/env-02-internal-images.txt index ef8aeaaf7..f98ab5639 100644 --- a/src/deploy-tes-on-azure/scripts/env-02-internal-images.txt +++ b/src/deploy-tes-on-azure/scripts/env-02-internal-images.txt @@ -1 +1 @@ -TesImageName=mcr.microsoft.com/ga4gh/tes:5.4.5 +TesImageName=mcr.microsoft.com/ga4gh/tes:5.5.0 diff --git a/src/deploy-tes-on-azure/scripts/helm/Chart.yaml b/src/deploy-tes-on-azure/scripts/helm/Chart.yaml index 4d62c5ea4..e08f5dbb2 100644 --- a/src/deploy-tes-on-azure/scripts/helm/Chart.yaml +++ b/src/deploy-tes-on-azure/scripts/helm/Chart.yaml @@ -1,4 +1,4 @@ name: tes-on-azure description: A GA4GH TES implementation designed to run on Microsoft Azure -version: 5.4.5 +version: 5.5.0 apiVersion: v1