Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.7.0 Release Docs #1544

Draft
wants to merge 6 commits into
base: 4.0.x
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docsearch/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"version": [
"docs",
"4.0.x",
"5.6.1"
"5.7.0"
]
}
}
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/components/DocVersions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/setup.js
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
10 changes: 10 additions & 0 deletions docs/administration/configuration/config-file-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
#
Expand Down
5 changes: 3 additions & 2 deletions docs/administration/configuration/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/history/release-calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down