diff --git a/.docsearch/config.json b/.docsearch/config.json index 04d50387e..e60f58fb1 100644 --- a/.docsearch/config.json +++ b/.docsearch/config.json @@ -8,7 +8,7 @@ "version": [ "docs", "4.0.x", - "5.6.1" + "5.7.0" ] } } diff --git a/docs/.vuepress/components/DocVersions.vue b/docs/.vuepress/components/DocVersions.vue index ee151230f..d607321ca 100644 --- a/docs/.vuepress/components/DocVersions.vue +++ b/docs/.vuepress/components/DocVersions.vue @@ -15,6 +15,7 @@ const docsBase= "https://docs.rundeck.com" //include the last version in each minor release const previousDocsVersions= [ + "5.7.0", "5.6.1", "5.6.0", "5.5.0", diff --git a/docs/.vuepress/setup.js b/docs/.vuepress/setup.js index cf1931848..f5b8fe418 100644 --- a/docs/.vuepress/setup.js +++ b/docs/.vuepress/setup.js @@ -1,7 +1,7 @@ import { BaseTransition } from "vue" -const RUNDECK_VERSION='5.6.1' -const RUNDECK_VERSION_FULL='5.6.1-SNAPSHOT' +const RUNDECK_VERSION='5.7.0' +const RUNDECK_VERSION_FULL='5.7.0-SNAPSHOT' const API_VERSION='48' const API_DEP_REL='6.0.0' const API_DEP_VER='17' diff --git a/docs/administration/configuration/config-file-reference.md b/docs/administration/configuration/config-file-reference.md index 2956e0de4..d935b179d 100644 --- a/docs/administration/configuration/config-file-reference.md +++ b/docs/administration/configuration/config-file-reference.md @@ -397,6 +397,16 @@ rundeck.security.httpHeaders.provider.csp.config.font-src=self data: rundeck.security.httpHeaders.provider.csp.config.img-src=self https://media.rundeck.org rundeck.security.httpHeaders.provider.csp.config.form-action=self +####### +# Enable Cache Control headers (default true). + +# This will add the following headers to prevent caching of responses: +# Cache-Control: no-cache, no-store, max-age=0, must-revalidate +# Pragma: no-cache +# Expires: 0 + +rundeck.security.httpHeaders.provider.cache-control.enabled=true + ####### # enable any custom additional headers (default: false) # diff --git a/docs/administration/configuration/docker.md b/docs/administration/configuration/docker.md index 251900830..9240b157e 100644 --- a/docs/administration/configuration/docker.md +++ b/docs/administration/configuration/docker.md @@ -203,12 +203,13 @@ Specify location of a static tokens file. See [configuration file reference](/ad `RUNDECK_SECURITY_HTTPHEADERS_PROVIDER_XCTO_ENABLED=true` `RUNDECK_SECURITY_HTTPHEADERS_PROVIDER_XXSSP_ENABLED=true` `RUNDECK_SECURITY_HTTPHEADERS_PROVIDER_XFO_ENABLED=true` +`RUNDECK_SECURITY_HTTPHEADERS_PROVIDER_CACHECONTROL_ENABLED=true` `RUNDECK_SECURITY_HTTPHEADERS_PROVIDER_CSP_ENABLED=true` `RUNDECK_SECURITY_HTTPHEADERS_PROVIDER_CSP_CONFIG_INCLUDEXCSPHEADER=false` `RUNDECK_SECURITY_HTTPHEADERS_PROVIDER_CSP_CONFIG_INCLUDEXWKCSPHEADER=false` -`RUNDECK_SECURITY_HTTPHEADERS_PROVIDER_CSP_CONFIG_POLICY` +`RUNDECK_SECURITY_HTTPHEADERS_PROVIDER_CSP_CONFIG_POLICY` -Controls for CSP headers. +Controls for CSP and other security headers. ### Email diff --git a/docs/history/release-calendar.md b/docs/history/release-calendar.md index 7c8e62682..8bf368f98 100755 --- a/docs/history/release-calendar.md +++ b/docs/history/release-calendar.md @@ -9,6 +9,7 @@ Upgrade instructions [can be found here](/upgrading/index.md). | Release Version | Release Date | Enterprise Support Status | |------------------------------------------|----------------------|---------------------------| +| [5.7.0](/history/5_x/version-5.7.0.md) | TBD | Supported | | [5.6.1](/history/5_x/version-5.6.1.md) | October 14, 2024 | Supported | | [5.6.0](/history/5_x/version-5.6.0.md) | September 12, 2024 | Supported | | [5.5.0](/history/5_x/version-5.5.0.md) | August 8th, 2024 | Supported |