Skip to content

Commit a5cb897

Browse files
committed
0.37.25
Automatically generated by python-semantic-release
1 parent b85e41e commit a5cb897

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# CHANGELOG
22

33

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+
414
## v0.37.24 (2025-03-17)
515

616
### Continuous Integration

manager/manager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func BuildRouter() *gin.Engine {
126126
// Start
127127
//
128128
// @title Vulnerability for Openshift API documentation
129-
// @version 0.37.24
129+
// @version 0.37.25
130130
// @description Documentation to the REST API for application
131131
// @description Vulnerability for Openshift based on console.redhat.com.
132132
//

0 commit comments

Comments
 (0)