File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v0.37.25 (2025-03-18)
5
+
6
+ ### Bug Fixes
7
+
8
+ - ** repack** : Give 600s timeout to acquire exclusive lock and skip repack if not succeeded
9
+ ([ ` b85e41e ` ] ( https://github.com/RedHatInsights/vuln4shift-backend/commit/b85e41ec8b7752ad0d9f787b320b1976ae7ce7b9 ) )
10
+
11
+ rather do nothing than kill transactions
12
+
13
+
4
14
## v0.37.24 (2025-03-17)
5
15
6
16
### Continuous Integration
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ func BuildRouter() *gin.Engine {
126
126
// Start
127
127
//
128
128
// @title Vulnerability for Openshift API documentation
129
- // @version 0.37.24
129
+ // @version 0.37.25
130
130
// @description Documentation to the REST API for application
131
131
// @description Vulnerability for Openshift based on console.redhat.com.
132
132
//
You can’t perform that action at this time.
0 commit comments