Skip to content

Commit

Permalink
new release (2.23.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
  • Loading branch information
yarda committed Jun 6, 2024
1 parent 5385fa9 commit 0b2461e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion tuned.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

Summary: A dynamic adaptive system tuning daemon
Name: tuned
Version: 2.22.1
Version: 2.23.0
Release: 1%{?prerel1}%{?with_snapshot:.%{git_suffix}}%{?dist}
License: GPL-2.0-or-later AND CC-BY-SA-3.0
Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}/%{name}-%{version}%{?prerel2}.tar.gz
Expand Down Expand Up @@ -583,6 +583,26 @@ fi
%config(noreplace) %{_sysconfdir}/tuned/ppd.conf

%changelog
* Thu Jun 6 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2.23.0-1
- new release
- migrated profiles to /etc/tuned/profiles/ and /usr/lib/tuned/profiles/
- added an option to configure profile directories
resolves: RHEL-26157
- daemon: buffer sighup signal
resolves: RHEL-31180
- api: added commands to dynamically create/destroy instances
- functions: added 'intel_recommended_pstate'
- functions: added 'log' which helps with debugging
- plugins: added plugin_irq
- plugin_net: do not read monitors if dynamic tuning is disabled
resolves: RHEL-28757
- plugin_video: added support for amdgpu `panel_power_savings` attribute
- plugin_cpu: check that writes are necessary if they may cause redundant IPIs
resolves: RHEL-25613
- sap-netweaver: increased vm.max_map_count
resolves: RHEL-31757
- tuned-ppd: Detect battery change events

* Thu Feb 22 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2.22.1-1
- new release
- rebased tuned to latest upstream
Expand Down
4 changes: 2 additions & 2 deletions tuned/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TUNED_VERSION_MAJOR = 2
TUNED_VERSION_MINOR = 22
TUNED_VERSION_PATCH = 1
TUNED_VERSION_MINOR = 23
TUNED_VERSION_PATCH = 0

TUNED_VERSION_STR = "%d.%d.%d" % (TUNED_VERSION_MAJOR, TUNED_VERSION_MINOR, TUNED_VERSION_PATCH)

0 comments on commit 0b2461e

Please sign in to comment.