Adjust changelog for release 2.45.2

This commit is contained in:
Eduard Heimbuch
2023-07-27 09:25:44 +02:00
parent f6b3d969a1
commit d31b7d139f
2 changed files with 4 additions and 1 deletions

View File

@@ -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
View File

@@ -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'
}
}