From 45ef2a504559087004406c52b0a7677a2a7a6991 Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Tue, 7 Oct 2025 15:21:02 -0400 Subject: [PATCH] Release 0.5.2 --- CHANGELOG.md | 9 +++++++++ metadata.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8319b2a..142c134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.5.2](https://github.com/theforeman/puppet-iop/tree/0.5.2) (2025-10-07) + +[Full Changelog](https://github.com/theforeman/puppet-iop/compare/0.5.1...0.5.2) + +**Fixed bugs:** + +- correct loading of passwords for vmaas/advisor/remiditations DBs [\#80](https://github.com/theforeman/puppet-iop/pull/80) ([evgeni](https://github.com/evgeni)) +- Ensure cvemap downloader is removed if set to absent [\#79](https://github.com/theforeman/puppet-iop/pull/79) ([ehelms](https://github.com/ehelms)) + ## [0.5.1](https://github.com/theforeman/puppet-iop/tree/0.5.1) (2025-10-01) [Full Changelog](https://github.com/theforeman/puppet-iop/compare/0.5.0...0.5.1) diff --git a/metadata.json b/metadata.json index 3e52f94..ab458d3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-iop", - "version": "0.5.1", + "version": "0.5.2", "author": "theforeman", "summary": "IoP services config", "license": "GPL-3.0+",