Skip to content

Commit

Permalink
Automatic commit of package [insights-core] release [3.4.25-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
xiangce committed Dec 5, 2024
1 parent 0929e41 commit d2d3190
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/insights-core
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.24-1 ./
3.4.25-1 ./
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
14 changes: 13 additions & 1 deletion insights-core.spec
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -50,6 +50,18 @@ rm -rf $RPM_BUILD_ROOT/usr/bin
%{python3_sitelib}/*

%changelog
* Thu Dec 05 2024 Xiangce Liu <[email protected]> 3.4.25-1
- Add spec sysconfig_irqbalance (#4294) ([email protected])
- tools: refine the apply_spec_filters script (#4292) ([email protected])
- chore: remove 'check-docstring-first' from pre-commit-hooks (#4293)
([email protected])
- fix(client): checkin for unregistered hosts should fail (#4274)
([email protected])
- feat(compliance): RHINENG-8964 allow listing/assigning policies (#4209)
([email protected])
- feat: support more RHEL product key in subscription_manage_status (#4291)
([email protected])

* Thu Nov 28 2024 Xiangce Liu <[email protected]> 3.4.24-1
- fix: handle empty value in krb5 config (#4289) ([email protected])
- fix: add six.text_type to the check of command_with_args (#4290)
Expand Down
2 changes: 1 addition & 1 deletion insights/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.24
3.4.25

0 comments on commit d2d3190

Please sign in to comment.