From 4b999317049053ef6cb8575546ede5d72e5d5e3d Mon Sep 17 00:00:00 2001 From: Joe Robertson Date: Tue, 26 Oct 2021 13:48:06 -0700 Subject: [PATCH 1/4] Update simg version. --- buildstockbatch/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildstockbatch/base.py b/buildstockbatch/base.py index d9040d0e..4827fe97 100644 --- a/buildstockbatch/base.py +++ b/buildstockbatch/base.py @@ -38,8 +38,8 @@ class BuildStockBatchBase(object): - DEFAULT_OS_VERSION = '3.2.1' - DEFAULT_OS_SHA = 'bdbdbc9da6' + DEFAULT_OS_VERSION = '3.3.0' + DEFAULT_OS_SHA = '45b36b8d4c' CONTAINER_RUNTIME = None LOGO = ''' _ __ _ __, _ __ From 25d56e28459545d7aece154f833c6947eb8bf17e Mon Sep 17 00:00:00 2001 From: Joe Robertson Date: Tue, 26 Oct 2021 13:48:12 -0700 Subject: [PATCH 2/4] Update the changelog. --- docs/changelog/changelog_dev.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog/changelog_dev.rst b/docs/changelog/changelog_dev.rst index 550126b8..17304cd0 100644 --- a/docs/changelog/changelog_dev.rst +++ b/docs/changelog/changelog_dev.rst @@ -58,3 +58,10 @@ Development Changelog difficult. Both spark and dask clusters were failing due to out of memory errors. I'm changing it back to 1GB, which will make more files, but each will be more manageable. + + .. change:: + :tags: general, feature + :pullreq: 251 + :tickets: + + For ResStock the OpenStudio version has changed to v3.3.0. From a9c2aee07d84e02117189813ea6fe9d9b33cbb7b Mon Sep 17 00:00:00 2001 From: Joe Robertson Date: Tue, 26 Oct 2021 14:32:06 -0700 Subject: [PATCH 3/4] Fix default os version. --- buildstockbatch/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildstockbatch/base.py b/buildstockbatch/base.py index 4827fe97..ca2cdae4 100644 --- a/buildstockbatch/base.py +++ b/buildstockbatch/base.py @@ -38,7 +38,7 @@ class BuildStockBatchBase(object): - DEFAULT_OS_VERSION = '3.3.0' + DEFAULT_OS_VERSION = 'dev-3.3.0-rc2' DEFAULT_OS_SHA = '45b36b8d4c' CONTAINER_RUNTIME = None LOGO = ''' From d4465364d82b60316a5c09f3ab5908033ad2d83f Mon Sep 17 00:00:00 2001 From: Joe Robertson Date: Fri, 5 Nov 2021 12:45:17 -0700 Subject: [PATCH 4/4] Bump to official os v330. --- buildstockbatch/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildstockbatch/base.py b/buildstockbatch/base.py index ca2cdae4..415b48e2 100644 --- a/buildstockbatch/base.py +++ b/buildstockbatch/base.py @@ -38,8 +38,8 @@ class BuildStockBatchBase(object): - DEFAULT_OS_VERSION = 'dev-3.3.0-rc2' - DEFAULT_OS_SHA = '45b36b8d4c' + DEFAULT_OS_VERSION = '3.3.0' + DEFAULT_OS_SHA = 'ad235ff36e' CONTAINER_RUNTIME = None LOGO = ''' _ __ _ __, _ __