From 91e2db993e3125c2db3ecbb23e98e81f9d389e79 Mon Sep 17 00:00:00 2001 From: Xiangce Liu Date: Thu, 16 Jan 2025 14:07:43 +0800 Subject: [PATCH] Automatic commit of package [insights-core] release [3.5.2-1]. Created by command: /usr/bin/tito tag --- .tito/packages/insights-core | 2 +- CHANGELOG.md | 11 +++++++++++ insights-core.spec | 17 ++++++++++++++++- insights/VERSION | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/.tito/packages/insights-core b/.tito/packages/insights-core index fd9a1844f..d29838038 100644 --- a/.tito/packages/insights-core +++ b/.tito/packages/insights-core @@ -1 +1 @@ -3.5.1-1 ./ +3.5.2-1 ./ diff --git a/CHANGELOG.md b/CHANGELOG.md index 3894832b9..37b2113d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased](https://github.com/RedHatInsights/insights-core/tree/HEAD) +# [insights-core-3.5.2](https://github.com/RedHatInsights/insights-core/releases/tag/insights-core-3.5.2) (2025-01-16) + +- spec: collect output of 'flatpak list' ([PR 4337](https://github.com/RedHatInsights/insights-core/pull/4337)) +- fix(client): Serialize properly playbooks with empty maps ([PR 4340](https://github.com/RedHatInsights/insights-core/pull/4340)) +- fix(client): Serialize properly playbooks with empty values ([PR 4338](https://github.com/RedHatInsights/insights-core/pull/4338)) +- fix(client): Serialize properly escape characters ([PR 4335](https://github.com/RedHatInsights/insights-core/pull/4335)) +- feat: Enhanced CephVersion parser to support more versions ([PR 4334](https://github.com/RedHatInsights/insights-core/pull/4334)) +- fix: reverse the filters order when grep ([PR 4332](https://github.com/RedHatInsights/insights-core/pull/4332)) +- feat: add spec parser and combiner for grubby_info ([PR 4329](https://github.com/RedHatInsights/insights-core/pull/4329)) +- fix: set should be supported by add_filter ([PR 4333](https://github.com/RedHatInsights/insights-core/pull/4333)) + # [insights-core-3.5.1](https://github.com/RedHatInsights/insights-core/releases/tag/insights-core-3.5.1) (2025-01-09) - fix: error msg for compliance apiv2 assign/unassign ([PR 4328](https://github.com/RedHatInsights/insights-core/pull/4328)) diff --git a/insights-core.spec b/insights-core.spec index 26dd8b20a..bae5a5ef0 100644 --- a/insights-core.spec +++ b/insights-core.spec @@ -1,5 +1,5 @@ Name: insights-core -Version: 3.5.1 +Version: 3.5.2 Release: 1%{?dist} Summary: Insights Core is a data collection and analysis framework. @@ -50,6 +50,21 @@ rm -rf $RPM_BUILD_ROOT/usr/bin %{python3_sitelib}/* %changelog +* Thu Jan 16 2025 Xiangce Liu 3.5.2-1 +- spec: collect output of 'flatpak list' (#4337) (lichen@redhat.com) +- fix(client): Serialize properly playbooks with empty maps (#4340) + (47797196+pkoprda@users.noreply.github.com) +- fix(client): Serialize properly playbooks with empty values (#4338) + (47797196+pkoprda@users.noreply.github.com) +- fix(client): Serialize properly escape characters (#4335) + (47797196+pkoprda@users.noreply.github.com) +- feat: Enhanced CephVersion parser to support more versions (#4334) + (30404410+qinpingli@users.noreply.github.com) +- fix: reverse the filters order when grep (#4332) (xiangceliu@redhat.com) +- feat: add spec parser and combiner for grubby_info (#4329) + (xiaoxwan@redhat.com) +- fix: set should be supported by add_filter (#4333) (xiangceliu@redhat.com) + * Thu Jan 09 2025 Xiangce Liu 3.5.1-1 - fix: error msg for compliance apiv2 assign/unassign (#4328) (xiangceliu@redhat.com) diff --git a/insights/VERSION b/insights/VERSION index d5c0c9914..87ce49290 100644 --- a/insights/VERSION +++ b/insights/VERSION @@ -1 +1 @@ -3.5.1 +3.5.2