Skip to content

Commit

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

/usr/bin/tito tag --use-version=3.5.0
  • Loading branch information
xiangce committed Jan 2, 2025
1 parent 8c6bdee commit 08f89dc
Show file tree
Hide file tree
Showing 4 changed files with 55 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.27-1 ./
3.5.0-1 ./
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

## [Unreleased](https://github.com/RedHatInsights/insights-core/tree/HEAD)

# [insights-core-3.5.1](https://github.com/RedHatInsights/insights-core/releases/tag/insights-core-3.5.1) (2025-01-02)

- fix: typo options to the ls_lanRL spec ([PR 4323](https://github.com/RedHatInsights/insights-core/pull/4323))
- chore: remove planned deprecations for bumping 3.5.0 ([PR 4308](https://github.com/RedHatInsights/insights-core/pull/4308))
- feat: Enhance od_cpu_dma_latency miss strip ([PR 4321](https://github.com/RedHatInsights/insights-core/pull/4321))
- fix: do not print collection messages for compliance apiv2 options ([PR 4319](https://github.com/RedHatInsights/insights-core/pull/4319))
- feat: support line filter in spec Cleaner ([PR 4299](https://github.com/RedHatInsights/insights-core/pull/4299))
- feat: add new command fwupdmgr to spec.fw_security ([PR 4320](https://github.com/RedHatInsights/insights-core/pull/4320))
- fix: handler extra header lines in JSONParser ([PR 4317](https://github.com/RedHatInsights/insights-core/pull/4317))
- feat: remove collection of unused spec fw_devices ([PR 4318](https://github.com/RedHatInsights/insights-core/pull/4318))
- feat: Add is_rhel_ai to parser of os_release ([PR 4313](https://github.com/RedHatInsights/insights-core/pull/4313))
- feat: Add spec and parser for ilab_model_list ([PR 4311](https://github.com/RedHatInsights/insights-core/pull/4311))
- chore: Use caplog to verify log calls ([PR 4315](https://github.com/RedHatInsights/insights-core/pull/4315))
- test(client): Fix unusual race condition in tests ([PR 4316](https://github.com/RedHatInsights/insights-core/pull/4316))
- feat: add a base parser LazyLogFileOutput ([PR 4309](https://github.com/RedHatInsights/insights-core/pull/4309))
- fix(ci): Use dynamic repo URL for python26-test ([PR 4314](https://github.com/RedHatInsights/insights-core/pull/4314))
- fix(test): failures of test_eap_reports in some test env ([PR 4310](https://github.com/RedHatInsights/insights-core/pull/4310))
- No longer test the uploader JSON files ([PR 4304](https://github.com/RedHatInsights/insights-core/pull/4304))
- feat: download egg as per the RHEL major version ([PR 4266](https://github.com/RedHatInsights/insights-core/pull/4266))
- feat: Remove nmcli_conn_show_uuids datasource and parser ([PR 4307](https://github.com/RedHatInsights/insights-core/pull/4307))
- fix: invalid content of datasource aws_imdsv2_token ([PR 4305](https://github.com/RedHatInsights/insights-core/pull/4305))

# [insights-core-3.4.27](https://github.com/RedHatInsights/insights-core/releases/tag/insights-core-3.4.27) (2024-12-12)

- fix: ansi color code in parser TimeDateCtlStatus ([PR 4300](https://github.com/RedHatInsights/insights-core/pull/4300))
Expand Down
32 changes: 31 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.27
Version: 3.5.0
Release: 1%{?dist}
Summary: Insights Core is a data collection and analysis framework.

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

%changelog
* Thu Jan 02 2025 Xiangce Liu <[email protected]> 3.5.0-1
- fix: typo options to the ls_lanRL spec (#4323) ([email protected])
- chore: remove planned deprecations for bumping 3.5.0 (#4308)
([email protected])
- feat: Enhance od_cpu_dma_latency miss strip (#4321) ([email protected])
- fix: do not print collection messages for compliance apiv2 options (#4319)
([email protected])
- feat: support line filter in spec Cleaner (#4299) ([email protected])
- feat: add new command fwupdmgr to spec.fw_security (#4320)
([email protected])
- fix: handler extra header lines in JSONParser (#4317) ([email protected])
- feat: remove collection of unused spec fw_devices (#4318)
([email protected])
- feat: Add is_rhel_ai to parser of os_release (#4313) ([email protected])
- feat: Add spec and parser for ilab_model_list (#4311) ([email protected])
- chore: Use caplog to verify log calls (#4315) ([email protected])
- test(client): Fix unusual race condition in tests (#4316)
([email protected])
- feat: add a base parser LazyLogFileOutput (#4309) ([email protected])
- fix(ci): Use dynamic repo URL for python26-test (#4314) ([email protected])
- fix(test): failures of test_eap_reports in some test env (#4310)
([email protected])
- No longer test the uploader JSON files (#4304) ([email protected])
- feat: download egg as per the RHEL major version (#4266)
([email protected])
- feat: Remove nmcli_conn_show_uuids datasource and parser (#4307)
([email protected])
- fix: invalid content of datasource aws_imdsv2_token (#4305)
([email protected])

* Thu Dec 12 2024 Xiangce Liu <[email protected]> 3.4.27-1
- fix: ansi color code in parser TimeDateCtlStatus (#4300)
([email protected])
Expand Down
2 changes: 1 addition & 1 deletion insights/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.27
3.5.0

0 comments on commit 08f89dc

Please sign in to comment.