diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b7750048..21af4e6955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Jenkinsfile b/Jenkinsfile index f682c2143a..d38562eac9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }