diff --git a/.tito/packages/insights-core b/.tito/packages/insights-core index 9827557140..f700bac911 100644 --- a/.tito/packages/insights-core +++ b/.tito/packages/insights-core @@ -1 +1 @@ -3.4.24-1 ./ +3.4.25-1 ./ diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d640a4536..2ba12f62bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased](https://github.com/RedHatInsights/insights-core/tree/HEAD) +# [insights-core-3.4.25](https://github.com/RedHatInsights/insights-core/releases/tag/insights-core-3.4.25) (2024-12-05) + +- Add spec sysconfig_irqbalance ([PR 4294](https://github.com/RedHatInsights/insights-core/pull/4294)) +- tools: refine the apply_spec_filters script ([PR 4292](https://github.com/RedHatInsights/insights-core/pull/4292)) +- chore: remove 'check-docstring-first' from pre-commit-hooks ([PR 4293](https://github.com/RedHatInsights/insights-core/pull/4293)) +- fix(client): checkin for unregistered hosts should fail ([PR 4274](https://github.com/RedHatInsights/insights-core/pull/4274)) +- feat(compliance): RHINENG-8964 allow listing/assigning policies ([PR 4209](https://github.com/RedHatInsights/insights-core/pull/4209)) +- feat: support more RHEL product key in subscription_manage_status ([PR 4291](https://github.com/RedHatInsights/insights-core/pull/4291)) + # [insights-core-3.4.24](https://github.com/RedHatInsights/insights-core/releases/tag/insights-core-3.4.24) (2024-11-28) - fix: handle empty value in krb5 config ([PR 4289](https://github.com/RedHatInsights/insights-core/pull/4289)) diff --git a/insights-core.spec b/insights-core.spec index bf5f3c9c91..bb8352c09c 100644 --- a/insights-core.spec +++ b/insights-core.spec @@ -1,5 +1,5 @@ Name: insights-core -Version: 3.4.24 +Version: 3.4.25 Release: 1%{?dist} Summary: Insights Core is a data collection and analysis framework. @@ -50,6 +50,18 @@ rm -rf $RPM_BUILD_ROOT/usr/bin %{python3_sitelib}/* %changelog +* Thu Dec 05 2024 Xiangce Liu 3.4.25-1 +- Add spec sysconfig_irqbalance (#4294) (986222045@qq.com) +- tools: refine the apply_spec_filters script (#4292) (xiangceliu@redhat.com) +- chore: remove 'check-docstring-first' from pre-commit-hooks (#4293) + (xiangceliu@redhat.com) +- fix(client): checkin for unregistered hosts should fail (#4274) + (47797196+pkoprda@users.noreply.github.com) +- feat(compliance): RHINENG-8964 allow listing/assigning policies (#4209) + (xiangceliu@redhat.com) +- feat: support more RHEL product key in subscription_manage_status (#4291) + (rahushar@redhat.com) + * Thu Nov 28 2024 Xiangce Liu 3.4.24-1 - fix: handle empty value in krb5 config (#4289) (xiaoxwan@redhat.com) - fix: add six.text_type to the check of command_with_args (#4290) diff --git a/insights/VERSION b/insights/VERSION index 57ebffd3d1..c1110b79ff 100644 --- a/insights/VERSION +++ b/insights/VERSION @@ -1 +1 @@ -3.4.24 +3.4.25