Skip to content

Commit 3f64856

Browse files
authored
Merge branch 'bugfix' into jiralink_patch
2 parents 881e5a7 + 014d737 commit 3f64856

7 files changed

Lines changed: 19 additions & 9 deletions

File tree

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",
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"
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- Custom head -->
2-
{{ if site.Params.add_ons.docSearch -}}
2+
{{ if site.Params.add_ons.docSearch -}}
33
{{ $options := (dict "targetPath" "/css/main.min.css" "outputStyle" "compressed") }}
44
{{ $style := resources.Get "scss/app.scss" | css.Sass $options }}
5-
<link rel="stylesheet" href="{{ $style.Permalink }}">
5+
<link rel="stylesheet" href="{{ $style.Permalink }}">
66
{{ end -}}
7+
<meta name="docsearch:audience" content="{{ .Params.audience | default " public" }}">
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{- with .Params.seo.robots }}
2+
<meta name="robots" content="{{ . }}">
3+
{{- end }}

docs/layouts/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
User-agent: *
2+
Disallow:
3+
Sitemap: {{ "/sitemap.xml" | absURL }}

helm/defectdojo/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "2.55.0"
2+
appVersion: "2.56.0-dev"
33
description: A Helm chart for Kubernetes to install DefectDojo
44
name: defectdojo
5-
version: 1.9.10
5+
version: 1.9.11-dev
66
icon: https://defectdojo.com/hubfs/DefectDojo_favicon.png
77
maintainers:
88
- name: madchap
@@ -33,5 +33,5 @@ dependencies:
3333
# - kind: security
3434
# description: Critical bug
3535
annotations:
36-
artifacthub.io/prerelease: "false"
37-
artifacthub.io/changes: "- kind: changed\n description: Update valkey Docker tag from 0.13.0 to v0.15.0 (_/defect_/Chart.yaml)\n- kind: changed\n description: chore(deps)_ update valkey _ tag from 0.15.0 to v0.15.1 (_/defect_/chart.yaml)\n- kind: changed\n description: chore(deps)_ update gcr.io/cloudsql__/gce_proxy _ tag from 1.37.11 to v1.37.12 (_/defect_/values.yaml)\n- kind: changed\n description: Update valkey Docker tag from 0.15.1 to v0.15.2 (_/defect_/Chart.yaml)\n- kind: changed\n description: Update valkey Docker tag from 0.15.2 to v0.15.3 (_/defect_/Chart.yaml)\n- kind: changed\n description: Bump DefectDojo to 2.55.0\n"
36+
artifacthub.io/prerelease: "true"
37+
artifacthub.io/changes: ""

helm/defectdojo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ The HELM schema will be generated for you.
511511
512512
# General information about chart values
513513
514-
![Version: 1.9.10](https://img.shields.io/badge/Version-1.9.10-informational?style=flat-square) ![AppVersion: 2.55.0](https://img.shields.io/badge/AppVersion-2.55.0-informational?style=flat-square)
514+
![Version: 1.9.11-dev](https://img.shields.io/badge/Version-1.9.11--dev-informational?style=flat-square) ![AppVersion: 2.56.0-dev](https://img.shields.io/badge/AppVersion-2.56.0--dev-informational?style=flat-square)
515515
516516
A Helm chart for Kubernetes to install DefectDojo
517517

0 commit comments

Comments
 (0)