mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-05 11:50:58 +01:00
Adjust changelog for release 2.45.2
This commit is contained in:
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [2.45.2] - 2023-07-27
|
||||
- Remove content security header `upgrade-insecure-requests` which breaks http only connections
|
||||
|
||||
## [2.45.1] - 2023-07-18
|
||||
### Fixed
|
||||
- Re-Release of 2.45.0 due to errors during release
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -10,7 +10,7 @@ pipeline {
|
||||
docker {
|
||||
image 'scmmanager/java-build:11.0.15_10-2'
|
||||
args '-v /var/run/docker.sock:/var/run/docker.sock --group-add 998'
|
||||
label 'docker'
|
||||
label 'high-cpu'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user