Skip to content

Commit a8163a5

Browse files
authored
Merge branch 'bugfix' into calendar_risk_acceptance
2 parents 72bee45 + a75d8e5 commit a8163a5

95 files changed

Lines changed: 118 additions & 101 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ exclude-labels:
5555

5656
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
5757
template: |
58-
Please consult the [Upgrade notes in the documentation ](https://docs.defectdojo.com/en/open_source/upgrading/upgrading_guide/) for specific instructions for this release, and general upgrade instructions. Below is an automatically generated list of all PRs merged since the previous release.
58+
Please consult the [Upgrade notes in the documentation](https://docs.defectdojo.com/releases/os_upgrading/upgrading_guide/) for specific instructions for this release, and general upgrade instructions. Below is an automatically generated list of all PRs merged since the previous release.
5959
6060
## Changes since $PREVIOUS_TAG
6161
$CHANGES

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "defectdojo",
3-
"version": "2.55.0-dev",
3+
"version": "2.56.0-dev",
44
"license" : "BSD-3-Clause",
55
"private": true,
66
"dependencies": {

docs/config/_default/hugo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@ copyRight = "Copyright (c) 2020-2024 Thulite"
4646
priority = 0.5
4747

4848
[caches]
49+
[caches.getresource]
50+
dir = ":cacheDir/:project"
51+
maxAge = "1h"
4952
[caches.getjson]
5053
dir = ":cacheDir/:project"
51-
maxAge = -1 # "30m"
54+
maxAge = "1h"
5255

5356
[taxonomies]
5457
contributor = "contributors"

docs/config/_default/params.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ mainSections = ["docs"]
4949
"en",
5050
"supported_tools",
5151
"get_started",
52+
"releases",
5253
"import_data",
5354
"triage_findings",
5455
"metrics_reports",

docs/content/changelog/os_upgrading/_index.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

docs/content/releases/_index.md

Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)