Skip to content

Commit bd8f3c6

Browse files
committed
Automatic commit of package [insights-core] release [3.6.8.1-1].
Created by command: /home/release/.local/bin/tito tag --use-version=3.6.8.1
1 parent 0afcc18 commit bd8f3c6

File tree

4 files changed

+47
-3
lines changed

4 files changed

+47
-3
lines changed

.tito/packages/insights-core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.7.1-1 ./
1+
3.6.8.1-1 ./

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
# [insights-core-3.6.8.1](https://github.com/RedHatInsights/insights-core/releases/tag/insights-core-3.6.8.1) (2025-10-13)
6+
7+
- chore(spec): Add back spec vmware_tools_conf ([PR 4595](https://github.com/RedHatInsights/insights-core/pull/4595))
8+
- fix: use try_auto_configuration method for compliance ([PR 4591](https://github.com/RedHatInsights/insights-core/pull/4591))
9+
- fix(client): do not retry upload on successful upload ([PR 4586](https://github.com/RedHatInsights/insights-core/pull/4586))
10+
- chore(script): update the file name typo in last operation ([PR 4588](https://github.com/RedHatInsights/insights-core/pull/4588))
11+
- chore: place the build target in spec instead of passing macro ([PR 4587](https://github.com/RedHatInsights/insights-core/pull/4587))
12+
- chore: refine the pull request template ([PR 4585](https://github.com/RedHatInsights/insights-core/pull/4585))
13+
- fix: Enhance spec 'filefrag' to check initramfs/vmlinuz files ([PR 4574](https://github.com/RedHatInsights/insights-core/pull/4574))
14+
- fix: add dep ds containers_with_shell for container specs ([PR 4581](https://github.com/RedHatInsights/insights-core/pull/4581))
15+
- chore: remove the unused build scripts ([PR 4577](https://github.com/RedHatInsights/insights-core/pull/4577))
16+
- fix: do not collect egg_release file in RPM delivery ([PR 4573](https://github.com/RedHatInsights/insights-core/pull/4573))
17+
- chore(ci/cd): do not build Egg for PRs to matser ([PR 4578](https://github.com/RedHatInsights/insights-core/pull/4578))
18+
- New parser for sos_commands/crio/crictl_ps ([PR 4497](https://github.com/RedHatInsights/insights-core/pull/4497))
19+
- fix(test): regression issue of yaml.SafeLoader in testing ([PR 4557](https://github.com/RedHatInsights/insights-core/pull/4557))
20+
- fix: no valid conf found issue in combiner GrubConf ([PR 4437](https://github.com/RedHatInsights/insights-core/pull/4437))
21+
- fix(ver): don't use package RELEASE for RPM version up ([PR 4572](https://github.com/RedHatInsights/insights-core/pull/4572))
22+
523
# [insights-core-3.6.7.1](https://github.com/RedHatInsights/insights-core/releases/tag/insights-core-3.6.7.1) (2025-09-18)
624

725
- fix(parser/sshd_config): keep inline comments when parsing config lines ([PR 4546](https://github.com/RedHatInsights/insights-core/pull/4546))

insights-core.spec

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
%endif
1414

1515
Name: insights-core
16-
Version: 3.6.7.1
16+
Version: 3.6.8.1
1717
Release: 1%{?dist}
1818
Summary: Insights Core is a data collection and analysis framework.
1919

@@ -131,6 +131,32 @@ install -D -p -m 0644 %{name}-selinux-%{version}/%{modulename}.if %{buildroot}%{
131131
%endif
132132

133133
%changelog
134+
* Mon Oct 13 2025 Xiangce Liu <xiangceliu@redhat.com> 3.6.8.1-1
135+
- chore(spec): Add back spec vmware_tools_conf (#4595) (jiazhang@redhat.com)
136+
- fix: use try_auto_configuration method for compliance (#4591)
137+
(xiangceliu@redhat.com)
138+
- fix(client): do not retry upload on successful upload (#4586)
139+
(pschrimp@redhat.com)
140+
- chore(script): update the file name typo in last operation (#4588)
141+
(xiangceliu@redhat.com)
142+
- chore: place the build target in spec instead of passing macro (#4587)
143+
(xiangceliu@redhat.com)
144+
- chore: refine the pull request template (#4585) (xiangceliu@redhat.com)
145+
- fix: Enhance spec 'filefrag' to check initramfs/vmlinuz files (#4574)
146+
(39508521+shlao@users.noreply.github.com)
147+
- fix: add dep ds containers_with_shell for container specs (#4581)
148+
(xiaoxwan@redhat.com)
149+
- chore: remove the unused build scripts (#4577) (xiangceliu@redhat.com)
150+
- fix: do not collect egg_release file in RPM delivery (#4573)
151+
(xiangceliu@redhat.com)
152+
- chore(ci/cd): do not build Egg for PRs to matser (#4578)
153+
(xiangceliu@redhat.com)
154+
- New parser for sos_commands/crio/crictl_ps (#4497) (aghodake@redhat.com)
155+
- fix(test): regression issue of yaml.SafeLoader in testing (#4557)
156+
(xiangceliu@redhat.com)
157+
- fix: no valid conf found issue in combiner GrubConf (#4437)
158+
(xiaoxwan@redhat.com)
159+
134160
* Thu Sep 18 2025 Xiangce Liu <xiangceliu@redhat.com> 3.6.7.1-1
135161
- fix(parser/sshd_config): keep inline comments when parsing config lines
136162
(#4546) (tayushi1610@gmail.com)

insights/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.7.1
1+
3.6.8.1

0 commit comments

Comments
 (0)