diff --git a/develop/.buildinfo b/develop/.buildinfo index 170d91f66..e18f5f9de 100644 --- a/develop/.buildinfo +++ b/develop/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 4e0cd060a491ddbb3c1bebcd8213c9b9 +config: f6605bc4f124a002638d9ff93af78f03 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/develop/_sources/release-notes/v3.0-release-notes.rst.txt b/develop/_sources/release-notes/v3.0-release-notes.rst.txt index 30aa1aca7..9e4e92168 100644 --- a/develop/_sources/release-notes/v3.0-release-notes.rst.txt +++ b/develop/_sources/release-notes/v3.0-release-notes.rst.txt @@ -5,7 +5,9 @@ v3.0 Release Notes .. warning:: - There are some breaking changes in 3.0. See the upgrade directions below for details. + 3.0 has security fixes that no prior release has. + + There are also some breaking changes in 3.0. See the upgrade directions below for details. Administrative changes @@ -63,6 +65,19 @@ time contributing to Open OnDemand. If we've missed listing anyone here, please let us know! +Security Fixes +-------------- + +Versions prior to 3.0 are vulnerable to these security related issues: + +* ``OOD_ALLOWLIST_PATH`` can be circumvented in several scenarios. +* Users may inject malicous Ruby code into certian user owned ERB files + that the system reads. + +These have been fixed in version 3.0.2 and up. Thank you to the +the team at CSC - IT Center for Science, Finland for disclosing +these. + Details of administrative changes --------------------------------- diff --git a/develop/_static/documentation_options.js b/develop/_static/documentation_options.js index 16613243e..c5b7e5bb4 100644 --- a/develop/_static/documentation_options.js +++ b/develop/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '3.0.0', + VERSION: '3.0.3', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/develop/architecture.html b/develop/architecture.html index f146a06b9..87c45347e 100644 --- a/develop/architecture.html +++ b/develop/architecture.html @@ -8,7 +8,7 @@ - Architecture — Open OnDemand 3.0.0 documentation + Architecture — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication.html b/develop/authentication.html index 7bb115241..7d0f586d1 100644 --- a/develop/authentication.html +++ b/develop/authentication.html @@ -8,7 +8,7 @@ - 2. Authentication — Open OnDemand 3.0.0 documentation + 2. Authentication — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/adfs-with-auth-mellon.html b/develop/authentication/adfs-with-auth-mellon.html index 9ee25dcba..5c9195c0f 100644 --- a/develop/authentication/adfs-with-auth-mellon.html +++ b/develop/authentication/adfs-with-auth-mellon.html @@ -8,7 +8,7 @@ - SAML Authentication with Active Directory Federated Services (ADFS) and mod_auth_mellon — Open OnDemand 3.0.0 documentation + SAML Authentication with Active Directory Federated Services (ADFS) and mod_auth_mellon — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/cas.html b/develop/authentication/cas.html index a0a274de2..7738c273c 100644 --- a/develop/authentication/cas.html +++ b/develop/authentication/cas.html @@ -8,7 +8,7 @@ - CAS — Open OnDemand 3.0.0 documentation + CAS — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/dex.html b/develop/authentication/dex.html index 1c69b5b46..9f9b8274d 100644 --- a/develop/authentication/dex.html +++ b/develop/authentication/dex.html @@ -8,7 +8,7 @@ - OpenID Connect with Dex — Open OnDemand 3.0.0 documentation + OpenID Connect with Dex — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/duo-2fa-with-keycloak.html b/develop/authentication/duo-2fa-with-keycloak.html index c6461e8e1..2bb240cf9 100644 --- a/develop/authentication/duo-2fa-with-keycloak.html +++ b/develop/authentication/duo-2fa-with-keycloak.html @@ -8,7 +8,7 @@ - Two Factor Auth using Duo with Keycloak — Open OnDemand 3.0.0 documentation + Two Factor Auth using Duo with Keycloak — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/insecure.html b/develop/authentication/insecure.html index 2702ff0ac..aa47c9a1f 100644 --- a/develop/authentication/insecure.html +++ b/develop/authentication/insecure.html @@ -8,7 +8,7 @@ - Other Insecure Options — Open OnDemand 3.0.0 documentation + Other Insecure Options — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/nsf-access.html b/develop/authentication/nsf-access.html index 5537450cf..3a2a5b887 100644 --- a/develop/authentication/nsf-access.html +++ b/develop/authentication/nsf-access.html @@ -8,7 +8,7 @@ - NSF ACCESS — Open OnDemand 3.0.0 documentation + NSF ACCESS — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/oidc.html b/develop/authentication/oidc.html index 953ea6ad6..1584ab2fe 100644 --- a/develop/authentication/oidc.html +++ b/develop/authentication/oidc.html @@ -8,7 +8,7 @@ - OpenID Connect — Open OnDemand 3.0.0 documentation + OpenID Connect — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/overview.html b/develop/authentication/overview.html index 535b86b2b..7e03e0b48 100644 --- a/develop/authentication/overview.html +++ b/develop/authentication/overview.html @@ -8,7 +8,7 @@ - Overview — Open OnDemand 3.0.0 documentation + Overview — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/overview/configure-authentication.html b/develop/authentication/overview/configure-authentication.html index a775754a0..4874a9ddc 100644 --- a/develop/authentication/overview/configure-authentication.html +++ b/develop/authentication/overview/configure-authentication.html @@ -8,7 +8,7 @@ - 1. Configure Apache Authentication — Open OnDemand 3.0.0 documentation + 1. Configure Apache Authentication — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/overview/configure-logout.html b/develop/authentication/overview/configure-logout.html index b32045ce2..67f0cdfb3 100644 --- a/develop/authentication/overview/configure-logout.html +++ b/develop/authentication/overview/configure-logout.html @@ -8,7 +8,7 @@ - 3. Configure Logout — Open OnDemand 3.0.0 documentation + 3. Configure Logout — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/overview/map-user.html b/develop/authentication/overview/map-user.html index 19138bb75..43da77132 100644 --- a/develop/authentication/overview/map-user.html +++ b/develop/authentication/overview/map-user.html @@ -8,7 +8,7 @@ - 2. Setup User Mapping — Open OnDemand 3.0.0 documentation + 2. Setup User Mapping — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/shibboleth.html b/develop/authentication/shibboleth.html index c7a2552c9..3b32dc3f9 100644 --- a/develop/authentication/shibboleth.html +++ b/develop/authentication/shibboleth.html @@ -8,7 +8,7 @@ - Shibboleth — Open OnDemand 3.0.0 documentation + Shibboleth — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/tutorial-oidc-keycloak-rhel7.html b/develop/authentication/tutorial-oidc-keycloak-rhel7.html index 3c9509c90..de2e5cad6 100644 --- a/develop/authentication/tutorial-oidc-keycloak-rhel7.html +++ b/develop/authentication/tutorial-oidc-keycloak-rhel7.html @@ -8,7 +8,7 @@ - OpenID Connect with KeyCloak on RHEL7 — Open OnDemand 3.0.0 documentation + OpenID Connect with KeyCloak on RHEL7 — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/tutorial-oidc-keycloak-rhel7/add-custom-theme.html b/develop/authentication/tutorial-oidc-keycloak-rhel7/add-custom-theme.html index c99540c17..f777e95f0 100644 --- a/develop/authentication/tutorial-oidc-keycloak-rhel7/add-custom-theme.html +++ b/develop/authentication/tutorial-oidc-keycloak-rhel7/add-custom-theme.html @@ -8,7 +8,7 @@ - 4. Add Custom Theme — Open OnDemand 3.0.0 documentation + 4. Add Custom Theme — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/tutorial-oidc-keycloak-rhel7/configure-cilogon.html b/develop/authentication/tutorial-oidc-keycloak-rhel7/configure-cilogon.html index a20b5338e..a0e40e3c4 100644 --- a/develop/authentication/tutorial-oidc-keycloak-rhel7/configure-cilogon.html +++ b/develop/authentication/tutorial-oidc-keycloak-rhel7/configure-cilogon.html @@ -8,7 +8,7 @@ - 5. Configure Keycloak with CILogon — Open OnDemand 3.0.0 documentation + 5. Configure Keycloak with CILogon — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/tutorial-oidc-keycloak-rhel7/configure-keycloak-webui.html b/develop/authentication/tutorial-oidc-keycloak-rhel7/configure-keycloak-webui.html index 3054fe525..1c958ef35 100644 --- a/develop/authentication/tutorial-oidc-keycloak-rhel7/configure-keycloak-webui.html +++ b/develop/authentication/tutorial-oidc-keycloak-rhel7/configure-keycloak-webui.html @@ -8,7 +8,7 @@ - 2. Configure Keycloak — Open OnDemand 3.0.0 documentation + 2. Configure Keycloak — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/tutorial-oidc-keycloak-rhel7/install-keycloak.html b/develop/authentication/tutorial-oidc-keycloak-rhel7/install-keycloak.html index 629ae7659..3e6129702 100644 --- a/develop/authentication/tutorial-oidc-keycloak-rhel7/install-keycloak.html +++ b/develop/authentication/tutorial-oidc-keycloak-rhel7/install-keycloak.html @@ -8,7 +8,7 @@ - 1. Install Keycloak — Open OnDemand 3.0.0 documentation + 1. Install Keycloak — Open OnDemand 3.0.3 documentation diff --git a/develop/authentication/tutorial-oidc-keycloak-rhel7/install_mod_auth_openidc.html b/develop/authentication/tutorial-oidc-keycloak-rhel7/install_mod_auth_openidc.html index 55d04d1f3..ad76867cc 100644 --- a/develop/authentication/tutorial-oidc-keycloak-rhel7/install_mod_auth_openidc.html +++ b/develop/authentication/tutorial-oidc-keycloak-rhel7/install_mod_auth_openidc.html @@ -8,7 +8,7 @@ - 3. Configure OnDemand to authenticate with Keycloak — Open OnDemand 3.0.0 documentation + 3. Configure OnDemand to authenticate with Keycloak — Open OnDemand 3.0.3 documentation diff --git a/develop/customizations.html b/develop/customizations.html index f98e7b520..ba120186b 100644 --- a/develop/customizations.html +++ b/develop/customizations.html @@ -8,7 +8,7 @@ - Customizations — Open OnDemand 3.0.0 documentation + Customizations — Open OnDemand 3.0.3 documentation diff --git a/develop/enable-desktops.html b/develop/enable-desktops.html index ca9c94631..6a26fd57c 100644 --- a/develop/enable-desktops.html +++ b/develop/enable-desktops.html @@ -8,7 +8,7 @@ - Enable Interactive Desktop — Open OnDemand 3.0.0 documentation + Enable Interactive Desktop — Open OnDemand 3.0.3 documentation diff --git a/develop/enable-desktops/add-cluster.html b/develop/enable-desktops/add-cluster.html index 62918482b..77a023bb2 100644 --- a/develop/enable-desktops/add-cluster.html +++ b/develop/enable-desktops/add-cluster.html @@ -8,7 +8,7 @@ - 2. Add a Cluster — Open OnDemand 3.0.0 documentation + 2. Add a Cluster — Open OnDemand 3.0.3 documentation diff --git a/develop/enable-desktops/custom-job-submission.html b/develop/enable-desktops/custom-job-submission.html index b5076e39a..6caa144dd 100644 --- a/develop/enable-desktops/custom-job-submission.html +++ b/develop/enable-desktops/custom-job-submission.html @@ -8,7 +8,7 @@ - 4. Custom Job Submission — Open OnDemand 3.0.0 documentation + 4. Custom Job Submission — Open OnDemand 3.0.3 documentation diff --git a/develop/enable-desktops/modify-form-attributes.html b/develop/enable-desktops/modify-form-attributes.html index 5998c676d..3da548184 100644 --- a/develop/enable-desktops/modify-form-attributes.html +++ b/develop/enable-desktops/modify-form-attributes.html @@ -8,7 +8,7 @@ - 3. Modify Form Attributes — Open OnDemand 3.0.0 documentation + 3. Modify Form Attributes — Open OnDemand 3.0.3 documentation diff --git a/develop/enable-desktops/software-requirements.html b/develop/enable-desktops/software-requirements.html index 61788c82a..dc76c2241 100644 --- a/develop/enable-desktops/software-requirements.html +++ b/develop/enable-desktops/software-requirements.html @@ -8,7 +8,7 @@ - 1. Software Requirements — Open OnDemand 3.0.0 documentation + 1. Software Requirements — Open OnDemand 3.0.3 documentation diff --git a/develop/genindex.html b/develop/genindex.html index 084ac028a..69676f955 100644 --- a/develop/genindex.html +++ b/develop/genindex.html @@ -9,7 +9,7 @@ - Index — Open OnDemand 3.0.0 documentation + Index — Open OnDemand 3.0.3 documentation diff --git a/develop/glossary.html b/develop/glossary.html index 919df9cfb..281658b60 100644 --- a/develop/glossary.html +++ b/develop/glossary.html @@ -8,7 +8,7 @@ - Glossary — Open OnDemand 3.0.0 documentation + Glossary — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/analytics/google-analytics.html b/develop/how-tos/analytics/google-analytics.html index cb3461d7e..d18d51545 100644 --- a/develop/how-tos/analytics/google-analytics.html +++ b/develop/how-tos/analytics/google-analytics.html @@ -8,7 +8,7 @@ - Adding Google Analytics — Open OnDemand 3.0.0 documentation + Adding Google Analytics — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development.html b/develop/how-tos/app-development.html index 096c1cb7b..701c9f5a0 100644 --- a/develop/how-tos/app-development.html +++ b/develop/how-tos/app-development.html @@ -8,7 +8,7 @@ - App Development — Open OnDemand 3.0.0 documentation + App Development — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/app-sharing.html b/develop/how-tos/app-development/app-sharing.html index c4a84812c..a9142080b 100644 --- a/develop/how-tos/app-development/app-sharing.html +++ b/develop/how-tos/app-development/app-sharing.html @@ -8,7 +8,7 @@ - App Sharing — Open OnDemand 3.0.0 documentation + App Sharing — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/enabling-development-mode.html b/develop/how-tos/app-development/enabling-development-mode.html index 3e98442f8..0c2fa60eb 100644 --- a/develop/how-tos/app-development/enabling-development-mode.html +++ b/develop/how-tos/app-development/enabling-development-mode.html @@ -8,7 +8,7 @@ - Enabling App Development — Open OnDemand 3.0.0 documentation + Enabling App Development — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive.html b/develop/how-tos/app-development/interactive.html index 3923f0053..bcc4dadf6 100644 --- a/develop/how-tos/app-development/interactive.html +++ b/develop/how-tos/app-development/interactive.html @@ -8,7 +8,7 @@ - Interactive Apps — Open OnDemand 3.0.0 documentation + Interactive Apps — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/conn-params.html b/develop/how-tos/app-development/interactive/conn-params.html index 5cf885497..13601e896 100644 --- a/develop/how-tos/app-development/interactive/conn-params.html +++ b/develop/how-tos/app-development/interactive/conn-params.html @@ -8,7 +8,7 @@ - Connection Parameters conn_params — Open OnDemand 3.0.0 documentation + Connection Parameters conn_params — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/dynamic-form-widgets.html b/develop/how-tos/app-development/interactive/dynamic-form-widgets.html index 5e5f76ef0..076016653 100644 --- a/develop/how-tos/app-development/interactive/dynamic-form-widgets.html +++ b/develop/how-tos/app-development/interactive/dynamic-form-widgets.html @@ -8,7 +8,7 @@ - Dynamic Form Widgets — Open OnDemand 3.0.0 documentation + Dynamic Form Widgets — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/form-widgets.html b/develop/how-tos/app-development/interactive/form-widgets.html index 1331a93c8..4e204a293 100644 --- a/develop/how-tos/app-development/interactive/form-widgets.html +++ b/develop/how-tos/app-development/interactive/form-widgets.html @@ -8,7 +8,7 @@ - Form Widgets — Open OnDemand 3.0.0 documentation + Form Widgets — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/form.html b/develop/how-tos/app-development/interactive/form.html index 23ceb77a8..143c7276e 100644 --- a/develop/how-tos/app-development/interactive/form.html +++ b/develop/how-tos/app-development/interactive/form.html @@ -8,7 +8,7 @@ - User Form (form.yml.erb) — Open OnDemand 3.0.0 documentation + User Form (form.yml.erb) — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/manifest.html b/develop/how-tos/app-development/interactive/manifest.html index a918ccdae..08ed898f7 100644 --- a/develop/how-tos/app-development/interactive/manifest.html +++ b/develop/how-tos/app-development/interactive/manifest.html @@ -8,7 +8,7 @@ - Manifest yml files — Open OnDemand 3.0.0 documentation + Manifest yml files — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/setup.html b/develop/how-tos/app-development/interactive/setup.html index 8e3a5c7f6..22a6b642f 100644 --- a/develop/how-tos/app-development/interactive/setup.html +++ b/develop/how-tos/app-development/interactive/setup.html @@ -8,7 +8,7 @@ - Setup Interactive Apps — Open OnDemand 3.0.0 documentation + Setup Interactive Apps — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/setup/enable-reverse-proxy.html b/develop/how-tos/app-development/interactive/setup/enable-reverse-proxy.html index d2d9df61e..5515ca36b 100644 --- a/develop/how-tos/app-development/interactive/setup/enable-reverse-proxy.html +++ b/develop/how-tos/app-development/interactive/setup/enable-reverse-proxy.html @@ -8,7 +8,7 @@ - 3. Enable Reverse Proxy — Open OnDemand 3.0.0 documentation + 3. Enable Reverse Proxy — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/setup/modify-cluster-configuration.html b/develop/how-tos/app-development/interactive/setup/modify-cluster-configuration.html index 45e797a8b..015ac4ce8 100644 --- a/develop/how-tos/app-development/interactive/setup/modify-cluster-configuration.html +++ b/develop/how-tos/app-development/interactive/setup/modify-cluster-configuration.html @@ -8,7 +8,7 @@ - 2. Modify Cluster Configuration — Open OnDemand 3.0.0 documentation + 2. Modify Cluster Configuration — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/setup/software-requirements.html b/develop/how-tos/app-development/interactive/setup/software-requirements.html index 58a1799ba..264fb2c96 100644 --- a/develop/how-tos/app-development/interactive/setup/software-requirements.html +++ b/develop/how-tos/app-development/interactive/setup/software-requirements.html @@ -8,7 +8,7 @@ - 1. Software Requirements — Open OnDemand 3.0.0 documentation + 1. Software Requirements — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/sub-apps.html b/develop/how-tos/app-development/interactive/sub-apps.html index 65b8c726f..985b4fdc9 100644 --- a/develop/how-tos/app-development/interactive/sub-apps.html +++ b/develop/how-tos/app-development/interactive/sub-apps.html @@ -8,7 +8,7 @@ - Sub-Apps and Reconfiguring exsting apps — Open OnDemand 3.0.0 documentation + Sub-Apps and Reconfiguring exsting apps — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/submit.html b/develop/how-tos/app-development/interactive/submit.html index 7d03c1138..46dba53e8 100644 --- a/develop/how-tos/app-development/interactive/submit.html +++ b/develop/how-tos/app-development/interactive/submit.html @@ -8,7 +8,7 @@ - Job Submission (submit.yml.erb) — Open OnDemand 3.0.0 documentation + Job Submission (submit.yml.erb) — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/template.html b/develop/how-tos/app-development/interactive/template.html index 64cd179fe..4b4357ef3 100644 --- a/develop/how-tos/app-development/interactive/template.html +++ b/develop/how-tos/app-development/interactive/template.html @@ -8,7 +8,7 @@ - Render Template — Open OnDemand 3.0.0 documentation + Render Template — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/app-development/interactive/view.html b/develop/how-tos/app-development/interactive/view.html index 17b0d09ac..65d177115 100644 --- a/develop/how-tos/app-development/interactive/view.html +++ b/develop/how-tos/app-development/interactive/view.html @@ -8,7 +8,7 @@ - Connection View — Open OnDemand 3.0.0 documentation + Connection View — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/debug.html b/develop/how-tos/debug.html index b5c2e04f0..d657c04fa 100644 --- a/develop/how-tos/debug.html +++ b/develop/how-tos/debug.html @@ -8,7 +8,7 @@ - Debugging and Monitoring — Open OnDemand 3.0.0 documentation + Debugging and Monitoring — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/debug/debug-apache.html b/develop/how-tos/debug/debug-apache.html index e28f6f0d5..69ea7bce7 100644 --- a/develop/how-tos/debug/debug-apache.html +++ b/develop/how-tos/debug/debug-apache.html @@ -8,7 +8,7 @@ - Apache httpd tips — Open OnDemand 3.0.0 documentation + Apache httpd tips — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/debug/debug-interactive-apps.html b/develop/how-tos/debug/debug-interactive-apps.html index f6ae5a950..48e237a88 100644 --- a/develop/how-tos/debug/debug-interactive-apps.html +++ b/develop/how-tos/debug/debug-interactive-apps.html @@ -8,7 +8,7 @@ - Debugging Interactive Apps — Open OnDemand 3.0.0 documentation + Debugging Interactive Apps — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/monitoring/logging.html b/develop/how-tos/monitoring/logging.html index 1686590e5..05f812f69 100644 --- a/develop/how-tos/monitoring/logging.html +++ b/develop/how-tos/monitoring/logging.html @@ -8,7 +8,7 @@ - Logging — Open OnDemand 3.0.0 documentation + Logging — Open OnDemand 3.0.3 documentation diff --git a/develop/how-tos/monitoring/prometheus.html b/develop/how-tos/monitoring/prometheus.html index f0f9be1a8..0e64571ab 100644 --- a/develop/how-tos/monitoring/prometheus.html +++ b/develop/how-tos/monitoring/prometheus.html @@ -8,7 +8,7 @@ - Prometheus Monitoring — Open OnDemand 3.0.0 documentation + Prometheus Monitoring — Open OnDemand 3.0.3 documentation diff --git a/develop/http-routingtable.html b/develop/http-routingtable.html index 508120ffd..fd3338fda 100644 --- a/develop/http-routingtable.html +++ b/develop/http-routingtable.html @@ -8,7 +8,7 @@ - HTTP Routing Table — Open OnDemand 3.0.0 documentation + HTTP Routing Table — Open OnDemand 3.0.3 documentation diff --git a/develop/index.html b/develop/index.html index 232c2b563..0fe01f3df 100644 --- a/develop/index.html +++ b/develop/index.html @@ -8,7 +8,7 @@ - Open OnDemand — Open OnDemand 3.0.0 documentation + Open OnDemand — Open OnDemand 3.0.3 documentation diff --git a/develop/install-ihpc-apps.html b/develop/install-ihpc-apps.html index e8de33a6c..e4baf4c06 100644 --- a/develop/install-ihpc-apps.html +++ b/develop/install-ihpc-apps.html @@ -8,7 +8,7 @@ - Install Other Interactive Apps — Open OnDemand 3.0.0 documentation + Install Other Interactive Apps — Open OnDemand 3.0.3 documentation diff --git a/develop/installation.html b/develop/installation.html index ea62a1f5d..61d71ff0b 100644 --- a/develop/installation.html +++ b/develop/installation.html @@ -8,7 +8,7 @@ - Installation — Open OnDemand 3.0.0 documentation + Installation — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/add-cluster-config.html b/develop/installation/add-cluster-config.html index 66347def4..35140a314 100644 --- a/develop/installation/add-cluster-config.html +++ b/develop/installation/add-cluster-config.html @@ -8,7 +8,7 @@ - Cluster Configuration — Open OnDemand 3.0.0 documentation + Cluster Configuration — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/add-ssl.html b/develop/installation/add-ssl.html index f23eb081e..5b3de2c5a 100644 --- a/develop/installation/add-ssl.html +++ b/develop/installation/add-ssl.html @@ -8,7 +8,7 @@ - 3. Secure Apache httpd — Open OnDemand 3.0.0 documentation + 3. Secure Apache httpd — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/cluster-config-schema.html b/develop/installation/cluster-config-schema.html index 4dc4ce5ae..2d8acfb09 100644 --- a/develop/installation/cluster-config-schema.html +++ b/develop/installation/cluster-config-schema.html @@ -8,7 +8,7 @@ - Cluster Config Schema v2 — Open OnDemand 3.0.0 documentation + Cluster Config Schema v2 — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/install-software.html b/develop/installation/install-software.html index 1f16bc565..f0ccc8bc6 100644 --- a/develop/installation/install-software.html +++ b/develop/installation/install-software.html @@ -8,7 +8,7 @@ - 1. Install Software — Open OnDemand 3.0.0 documentation + 1. Install Software — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/modify-system-security.html b/develop/installation/modify-system-security.html index a5a91b0cf..6bfe4c6f6 100644 --- a/develop/installation/modify-system-security.html +++ b/develop/installation/modify-system-security.html @@ -8,7 +8,7 @@ - 4. Add SELinux — Open OnDemand 3.0.0 documentation + 4. Add SELinux — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/resource-manager/bin-override-example.html b/develop/installation/resource-manager/bin-override-example.html index d91f6df47..30ea04d01 100644 --- a/develop/installation/resource-manager/bin-override-example.html +++ b/develop/installation/resource-manager/bin-override-example.html @@ -8,7 +8,7 @@ - A Working Example of a bin_overrides Script — Open OnDemand 3.0.0 documentation + A Working Example of a bin_overrides Script — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/resource-manager/ccq.html b/develop/installation/resource-manager/ccq.html index 92c49d92a..e5122c91a 100644 --- a/develop/installation/resource-manager/ccq.html +++ b/develop/installation/resource-manager/ccq.html @@ -8,7 +8,7 @@ - Cloudy Cluster — Open OnDemand 3.0.0 documentation + Cloudy Cluster — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/resource-manager/kubernetes.html b/develop/installation/resource-manager/kubernetes.html index 525941c63..77de9deda 100644 --- a/develop/installation/resource-manager/kubernetes.html +++ b/develop/installation/resource-manager/kubernetes.html @@ -8,7 +8,7 @@ - Kubernetes — Open OnDemand 3.0.0 documentation + Kubernetes — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/resource-manager/linuxhost.html b/develop/installation/resource-manager/linuxhost.html index d71749642..4b46120db 100644 --- a/develop/installation/resource-manager/linuxhost.html +++ b/develop/installation/resource-manager/linuxhost.html @@ -8,7 +8,7 @@ - LinuxHost — Open OnDemand 3.0.0 documentation + LinuxHost — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/resource-manager/lsf.html b/develop/installation/resource-manager/lsf.html index 429ecc71b..807b3807f 100644 --- a/develop/installation/resource-manager/lsf.html +++ b/develop/installation/resource-manager/lsf.html @@ -8,7 +8,7 @@ - LSF — Open OnDemand 3.0.0 documentation + LSF — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/resource-manager/pbspro.html b/develop/installation/resource-manager/pbspro.html index 6177d164f..20df0055d 100644 --- a/develop/installation/resource-manager/pbspro.html +++ b/develop/installation/resource-manager/pbspro.html @@ -8,7 +8,7 @@ - PBS Professional — Open OnDemand 3.0.0 documentation + PBS Professional — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/resource-manager/sge.html b/develop/installation/resource-manager/sge.html index f95febbc5..75d382dbc 100644 --- a/develop/installation/resource-manager/sge.html +++ b/develop/installation/resource-manager/sge.html @@ -8,7 +8,7 @@ - Grid Engine — Open OnDemand 3.0.0 documentation + Grid Engine — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/resource-manager/slurm.html b/develop/installation/resource-manager/slurm.html index 31e776026..095a2440e 100644 --- a/develop/installation/resource-manager/slurm.html +++ b/develop/installation/resource-manager/slurm.html @@ -8,7 +8,7 @@ - Slurm — Open OnDemand 3.0.0 documentation + Slurm — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/resource-manager/systemd.html b/develop/installation/resource-manager/systemd.html index ae735222b..d86910216 100644 --- a/develop/installation/resource-manager/systemd.html +++ b/develop/installation/resource-manager/systemd.html @@ -8,7 +8,7 @@ - Systemd — Open OnDemand 3.0.0 documentation + Systemd — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/resource-manager/test.html b/develop/installation/resource-manager/test.html index 19cb7425e..662ae36c2 100644 --- a/develop/installation/resource-manager/test.html +++ b/develop/installation/resource-manager/test.html @@ -8,7 +8,7 @@ - Test Configuration — Open OnDemand 3.0.0 documentation + Test Configuration — Open OnDemand 3.0.3 documentation diff --git a/develop/installation/resource-manager/torque.html b/develop/installation/resource-manager/torque.html index c0c2f3bc5..84e264ad3 100644 --- a/develop/installation/resource-manager/torque.html +++ b/develop/installation/resource-manager/torque.html @@ -8,7 +8,7 @@ - Torque — Open OnDemand 3.0.0 documentation + Torque — Open OnDemand 3.0.3 documentation diff --git a/develop/issues/overview.html b/develop/issues/overview.html index c16e9f9b2..ce7766a0e 100644 --- a/develop/issues/overview.html +++ b/develop/issues/overview.html @@ -8,7 +8,7 @@ - OnDemand’s Known Issues — Open OnDemand 3.0.0 documentation + OnDemand’s Known Issues — Open OnDemand 3.0.3 documentation diff --git a/develop/reference.html b/develop/reference.html index 13d0ec4fb..7f96859cf 100644 --- a/develop/reference.html +++ b/develop/reference.html @@ -8,7 +8,7 @@ - Configuration Reference — Open OnDemand 3.0.0 documentation + Configuration Reference — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/commands/nginx-stage/commands/app-clean.html b/develop/reference/commands/nginx-stage/commands/app-clean.html index d10c57511..f4e40fc91 100644 --- a/develop/reference/commands/nginx-stage/commands/app-clean.html +++ b/develop/reference/commands/nginx-stage/commands/app-clean.html @@ -8,7 +8,7 @@ - nginx_stage app_clean — Open OnDemand 3.0.0 documentation + nginx_stage app_clean — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/commands/nginx-stage/commands/app-list.html b/develop/reference/commands/nginx-stage/commands/app-list.html index 0590e2c39..23f4557aa 100644 --- a/develop/reference/commands/nginx-stage/commands/app-list.html +++ b/develop/reference/commands/nginx-stage/commands/app-list.html @@ -8,7 +8,7 @@ - nginx_stage app_list — Open OnDemand 3.0.0 documentation + nginx_stage app_list — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/commands/nginx-stage/commands/app-reset.html b/develop/reference/commands/nginx-stage/commands/app-reset.html index 48476a799..856352132 100644 --- a/develop/reference/commands/nginx-stage/commands/app-reset.html +++ b/develop/reference/commands/nginx-stage/commands/app-reset.html @@ -8,7 +8,7 @@ - nginx_stage app_reset — Open OnDemand 3.0.0 documentation + nginx_stage app_reset — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/commands/nginx-stage/commands/app.html b/develop/reference/commands/nginx-stage/commands/app.html index ce8a0838b..ada163592 100644 --- a/develop/reference/commands/nginx-stage/commands/app.html +++ b/develop/reference/commands/nginx-stage/commands/app.html @@ -8,7 +8,7 @@ - nginx_stage app — Open OnDemand 3.0.0 documentation + nginx_stage app — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/commands/nginx-stage/commands/nginx-clean.html b/develop/reference/commands/nginx-stage/commands/nginx-clean.html index 3bb01b876..4b50ae7fa 100644 --- a/develop/reference/commands/nginx-stage/commands/nginx-clean.html +++ b/develop/reference/commands/nginx-stage/commands/nginx-clean.html @@ -8,7 +8,7 @@ - nginx_stage nginx_clean — Open OnDemand 3.0.0 documentation + nginx_stage nginx_clean — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/commands/nginx-stage/commands/nginx-list.html b/develop/reference/commands/nginx-stage/commands/nginx-list.html index ee9241d07..437296842 100644 --- a/develop/reference/commands/nginx-stage/commands/nginx-list.html +++ b/develop/reference/commands/nginx-stage/commands/nginx-list.html @@ -8,7 +8,7 @@ - nginx_stage nginx_list — Open OnDemand 3.0.0 documentation + nginx_stage nginx_list — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/commands/nginx-stage/commands/nginx-show.html b/develop/reference/commands/nginx-stage/commands/nginx-show.html index 3e3d45e50..1c4498d9f 100644 --- a/develop/reference/commands/nginx-stage/commands/nginx-show.html +++ b/develop/reference/commands/nginx-stage/commands/nginx-show.html @@ -8,7 +8,7 @@ - nginx_stage nginx_show — Open OnDemand 3.0.0 documentation + nginx_stage nginx_show — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/commands/nginx-stage/commands/nginx.html b/develop/reference/commands/nginx-stage/commands/nginx.html index 3757f06c1..0118ca799 100644 --- a/develop/reference/commands/nginx-stage/commands/nginx.html +++ b/develop/reference/commands/nginx-stage/commands/nginx.html @@ -8,7 +8,7 @@ - nginx_stage nginx — Open OnDemand 3.0.0 documentation + nginx_stage nginx — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/commands/nginx-stage/commands/pun.html b/develop/reference/commands/nginx-stage/commands/pun.html index e555d98c1..e26013587 100644 --- a/develop/reference/commands/nginx-stage/commands/pun.html +++ b/develop/reference/commands/nginx-stage/commands/pun.html @@ -8,7 +8,7 @@ - nginx_stage pun — Open OnDemand 3.0.0 documentation + nginx_stage pun — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/commands/nginx-stage/usage.html b/develop/reference/commands/nginx-stage/usage.html index 1414bc285..b11a85a7b 100644 --- a/develop/reference/commands/nginx-stage/usage.html +++ b/develop/reference/commands/nginx-stage/usage.html @@ -8,7 +8,7 @@ - Usage — Open OnDemand 3.0.0 documentation + Usage — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/commands/ood-portal-generator.html b/develop/reference/commands/ood-portal-generator.html index 97baf3891..5498d2f73 100644 --- a/develop/reference/commands/ood-portal-generator.html +++ b/develop/reference/commands/ood-portal-generator.html @@ -8,7 +8,7 @@ - ood-portal-generator — Open OnDemand 3.0.0 documentation + ood-portal-generator — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/files/nginx-stage-yml.html b/develop/reference/files/nginx-stage-yml.html index cba04c70f..0f31ccfba 100644 --- a/develop/reference/files/nginx-stage-yml.html +++ b/develop/reference/files/nginx-stage-yml.html @@ -8,7 +8,7 @@ - nginx_stage.yml — Open OnDemand 3.0.0 documentation + nginx_stage.yml — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/files/ondemand-d-ymls.html b/develop/reference/files/ondemand-d-ymls.html index 542ae10e0..b30eeb04c 100644 --- a/develop/reference/files/ondemand-d-ymls.html +++ b/develop/reference/files/ondemand-d-ymls.html @@ -8,7 +8,7 @@ - ondemand.d/*.yml files — Open OnDemand 3.0.0 documentation + ondemand.d/*.yml files — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/files/ood-portal-yml.html b/develop/reference/files/ood-portal-yml.html index 8dbe396c1..494446c10 100644 --- a/develop/reference/files/ood-portal-yml.html +++ b/develop/reference/files/ood-portal-yml.html @@ -8,7 +8,7 @@ - ood_portal.yml — Open OnDemand 3.0.0 documentation + ood_portal.yml — Open OnDemand 3.0.3 documentation diff --git a/develop/reference/pun-environment.html b/develop/reference/pun-environment.html index 89c5fc4c0..a37791cee 100644 --- a/develop/reference/pun-environment.html +++ b/develop/reference/pun-environment.html @@ -8,7 +8,7 @@ - PUN environment — Open OnDemand 3.0.0 documentation + PUN environment — Open OnDemand 3.0.3 documentation diff --git a/develop/release-notes.html b/develop/release-notes.html index 3ff0aa877..203dcc9a0 100644 --- a/develop/release-notes.html +++ b/develop/release-notes.html @@ -8,7 +8,7 @@ - Release Notes — Open OnDemand 3.0.0 documentation + Release Notes — Open OnDemand 3.0.3 documentation @@ -216,6 +216,7 @@
  • Administrative changes
  • New Features
  • Thanks!
  • +
  • Security Fixes
  • Details of administrative changes
  • Details of new features
  • diff --git a/develop/release-notes/v1.0-release-notes.html b/develop/release-notes/v1.0-release-notes.html index ff669f510..05d31603c 100644 --- a/develop/release-notes/v1.0-release-notes.html +++ b/develop/release-notes/v1.0-release-notes.html @@ -8,7 +8,7 @@ - v1.0 Release Notes — Open OnDemand 3.0.0 documentation + v1.0 Release Notes — Open OnDemand 3.0.3 documentation diff --git a/develop/release-notes/v1.1-release-notes.html b/develop/release-notes/v1.1-release-notes.html index 5ed6b48df..b75e48c09 100644 --- a/develop/release-notes/v1.1-release-notes.html +++ b/develop/release-notes/v1.1-release-notes.html @@ -8,7 +8,7 @@ - v1.1 Release Notes — Open OnDemand 3.0.0 documentation + v1.1 Release Notes — Open OnDemand 3.0.3 documentation diff --git a/develop/release-notes/v1.2-release-notes.html b/develop/release-notes/v1.2-release-notes.html index 2f81280d1..68950298a 100644 --- a/develop/release-notes/v1.2-release-notes.html +++ b/develop/release-notes/v1.2-release-notes.html @@ -8,7 +8,7 @@ - v1.2 Release Notes — Open OnDemand 3.0.0 documentation + v1.2 Release Notes — Open OnDemand 3.0.3 documentation diff --git a/develop/release-notes/v1.3-release-notes.html b/develop/release-notes/v1.3-release-notes.html index 28a860624..a21602303 100644 --- a/develop/release-notes/v1.3-release-notes.html +++ b/develop/release-notes/v1.3-release-notes.html @@ -8,7 +8,7 @@ - v1.3 Release Notes — Open OnDemand 3.0.0 documentation + v1.3 Release Notes — Open OnDemand 3.0.3 documentation diff --git a/develop/release-notes/v1.4-release-notes.html b/develop/release-notes/v1.4-release-notes.html index acc57de5c..72a9a6991 100644 --- a/develop/release-notes/v1.4-release-notes.html +++ b/develop/release-notes/v1.4-release-notes.html @@ -8,7 +8,7 @@ - v1.4 Release Notes — Open OnDemand 3.0.0 documentation + v1.4 Release Notes — Open OnDemand 3.0.3 documentation diff --git a/develop/release-notes/v1.5-release-notes.html b/develop/release-notes/v1.5-release-notes.html index b4a10d75b..aaba50125 100644 --- a/develop/release-notes/v1.5-release-notes.html +++ b/develop/release-notes/v1.5-release-notes.html @@ -8,7 +8,7 @@ - v1.5 Release Notes — Open OnDemand 3.0.0 documentation + v1.5 Release Notes — Open OnDemand 3.0.3 documentation diff --git a/develop/release-notes/v1.6-release-notes.html b/develop/release-notes/v1.6-release-notes.html index 3600a5a11..a8b702f16 100644 --- a/develop/release-notes/v1.6-release-notes.html +++ b/develop/release-notes/v1.6-release-notes.html @@ -8,7 +8,7 @@ - v1.6 Release Notes — Open OnDemand 3.0.0 documentation + v1.6 Release Notes — Open OnDemand 3.0.3 documentation diff --git a/develop/release-notes/v1.7-release-notes.html b/develop/release-notes/v1.7-release-notes.html index c2e7c2036..f26dde8e0 100644 --- a/develop/release-notes/v1.7-release-notes.html +++ b/develop/release-notes/v1.7-release-notes.html @@ -8,7 +8,7 @@ - v1.7 Release Notes — Open OnDemand 3.0.0 documentation + v1.7 Release Notes — Open OnDemand 3.0.3 documentation diff --git a/develop/release-notes/v1.8-release-notes.html b/develop/release-notes/v1.8-release-notes.html index 682b21fd7..84857b8a8 100644 --- a/develop/release-notes/v1.8-release-notes.html +++ b/develop/release-notes/v1.8-release-notes.html @@ -8,7 +8,7 @@ - v1.8 Release Notes — Open OnDemand 3.0.0 documentation + v1.8 Release Notes — Open OnDemand 3.0.3 documentation diff --git a/develop/release-notes/v2.0-release-notes.html b/develop/release-notes/v2.0-release-notes.html index 75e2b24bf..bac194207 100644 --- a/develop/release-notes/v2.0-release-notes.html +++ b/develop/release-notes/v2.0-release-notes.html @@ -8,7 +8,7 @@ - v2.0 Release Notes — Open OnDemand 3.0.0 documentation + v2.0 Release Notes — Open OnDemand 3.0.3 documentation diff --git a/develop/release-notes/v3.0-release-notes.html b/develop/release-notes/v3.0-release-notes.html index 58d942363..cecaf1f8f 100644 --- a/develop/release-notes/v3.0-release-notes.html +++ b/develop/release-notes/v3.0-release-notes.html @@ -8,7 +8,7 @@ - v3.0 Release Notes — Open OnDemand 3.0.0 documentation + v3.0 Release Notes — Open OnDemand 3.0.3 documentation @@ -130,6 +130,7 @@
  • Administrative changes
  • New Features
  • Thanks!
  • +
  • Security Fixes
  • Details of administrative changes