From 26254db23ee9456520049a4651845fecc6e2cbe9 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 4 Nov 2024 16:54:01 +0100 Subject: [PATCH] Release 11.0.0 --- CHANGELOG.md | 13 +++++++++++++ metadata.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d99c895..46d4010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [11.0.0](https://github.com/theforeman/puppet-pulpcore/tree/11.0.0) (2024-11-04) + +[Full Changelog](https://github.com/theforeman/puppet-pulpcore/compare/10.4.0...11.0.0) + +**Breaking changes:** + +- never set REMOTE\_USER to the value of SSL\_CLIENT\_S\_DN\_CN [\#360](https://github.com/theforeman/puppet-pulpcore/pull/360) ([evgeni](https://github.com/evgeni)) + +**Fixed bugs:** + +- properly escape quotes in passwords by calling to\_python [\#361](https://github.com/theforeman/puppet-pulpcore/pull/361) ([evgeni](https://github.com/evgeni)) +- Add Wants=postgresql.service to Pulpcore service files [\#359](https://github.com/theforeman/puppet-pulpcore/pull/359) ([ekohl](https://github.com/ekohl)) + ## [10.4.0](https://github.com/theforeman/puppet-pulpcore/tree/10.4.0) (2024-09-04) [Full Changelog](https://github.com/theforeman/puppet-pulpcore/compare/10.3.0...10.4.0) diff --git a/metadata.json b/metadata.json index 15f0688..edf1816 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-pulpcore", - "version": "10.4.0", + "version": "11.0.0", "author": "theforeman", "summary": "Installs next generation Pulp server", "license": "GPL-3.0-or-later",