You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
booleanParam(defaultValue: true, description: 'Enables cypress to take screenshots of failing integration tests.', name: 'EnableScreenshotRecording'),
113
112
booleanParam(defaultValue: false, description: 'Test dogu upgrade from latest release or optionally from defined version below', name: 'TestDoguUpgrade'),
114
113
string(defaultValue: '', description: 'Old Dogu version for the upgrade test (optional; e.g. 2.222.1-1)', name: 'OldDoguVersionForUpgradeTest'),
114
+
choice(name: 'TrivySeverityLevels', choices: [TrivySeverityLevel.CRITICAL, TrivySeverityLevel.HIGH_AND_ABOVE, TrivySeverityLevel.MEDIUM_AND_ABOVE, TrivySeverityLevel.ALL], description: 'The levels to scan with trivy', defaultValue: TrivySeverityLevel.CRITICAL),
115
+
choice(name: 'TrivyStrategy', choices: [TrivyScanStrategy.UNSTABLE, TrivyScanStrategy.FAIL, TrivyScanStrategy.IGNORE], description: 'Define whether the build should be unstable, fail or whether the error should be ignored if any vulnerability was found.', defaultValue: TrivyScanStrategy.UNSTABLE)
Copy file name to clipboardexpand all lines: docs/gui/release_notes_en.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,15 @@ Technical details on a release can be found in the corresponding [Changelog](htt
6
6
7
7
## [Unreleased]
8
8
9
+
## [v1.7.7-1] - 2025-03-13
10
+
11
+
- The design of the error pages has been revised
12
+
- Fixed an error that occurred when an invalid CAS service ticket was used
13
+
9
14
## [v1.7.6-2] - 2025-02-12
10
15
11
16
We have only made technical changes. You can find more details in the changelogs.
12
17
13
-
14
18
## [v1.7.6-1] - 2025-01-10
15
19
**The release fixes a critical security vulnerability ([CVE-2024-56337](https://github.com/advisories/GHSA-27hp-xhwr-wr2m)). An update is therefore recommended.**
0 commit comments