From beab0dc285396171384587c956adf3ec66cee600 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Tue, 27 Sep 2022 10:39:57 -0500 Subject: [PATCH 1/2] update apptainer_source to v1.1.0 Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> --- apptainer_source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apptainer_source b/apptainer_source index 20c02e9e..f9bba9ab 160000 --- a/apptainer_source +++ b/apptainer_source @@ -1 +1 @@ -Subproject commit 20c02e9ef60af0d430567806d914caaa7f56847a +Subproject commit f9bba9ab5804733cb8cc7aa58c123c4d2e227542 From 93def296e58b1b79d4c44e5a678aefe38c1eea72 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Tue, 27 Sep 2022 10:42:04 -0500 Subject: [PATCH 2/2] update installation version to 1.1.0 Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> --- replacements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replacements.py b/replacements.py index 1fb5bc3d..64b028be 100644 --- a/replacements.py +++ b/replacements.py @@ -12,7 +12,7 @@ def variableReplace(app, docname, source): # Add the needed variables to be replaced either on code or on text on the next # dictionary structure. variable_replacements = { - "{InstallationVersion}" : "1.1.0-rc.3", + "{InstallationVersion}" : "1.1.0", "{admindocs}" : "https://apptainer.org/docs/admin/main", "{version}": "main", "{adminversion}": "main",