Skip to content

tuned/1.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 19:23
tuned/1.3.0
34a19fc
  • Custom tuned profiles are now deployed to the directory the installed tuned
    version reads from. On tuned >= 2.23.0 that is ; on older
    tuned it remains . No action is required.
  • This is driven by newer distributions shipping tuned >= 2.23.0, which reads
    profiles only from the subdirectory. In particular, Ubuntu 26.04
    installs tuned 2.25, so profiles written to the old
    location were no longer picked up.

[1.3.0] - 2026-07-07

Bug Fixes

  • (tuned) Remove sudo it is already root
  • (tuned) Version-aware profile directory

New Features

  • (tuned) Allow multiple profiles to be specified
  • (tuned) Create a pattern for nvidia_tuned to compose profiles together
  • Add check for executable bit and make all existing script have that set
  • (changelog) Tag-range generator, split CHANGELOG/RELEASE_NOTES, release helper

Other Tasks

  • Merge pull request #16 from NVIDIA/tuned_h100

Add a package for nvidia hardware tunings

  • Merge pull request #19 from NVIDIA/add_validation

feat: add package validation for local and ci and developer docs

  • Update project to follow the template