Add notes about grains.filter_by for PhotonOS change

This commit is contained in:
Ken Crowell 2020-12-22 12:45:18 -04:00 committed by Megan Wilhite
parent 5a03e373eb
commit 8a017c3681
2 changed files with 12 additions and 1 deletions

View file

@ -1 +1 @@
The yumpkg module has been updated to support VMWare's Photon OS, which uses tdnf (a C implementation of dnf).
The yumpkg module has been updated to support VMWare's Photon OS, which uses tdnf (a C implementation of dnf). "VMware Photon OS" has been added to the "RedHat" `os_family` map as part of this change.

View file

@ -6,3 +6,14 @@ Salt 3003 Release Notes - Codename Aluminium
Salt 3003 is an *unreleased* upcoming feature release.
Execution Module Changes
========================
Changed
-------
- The :py:mod:`pkg <salt.modules.yumpkg>` module now supports ``tdnf`` used by
VMWare Photon OS. As part of this change, ``VMWare Photon OS``'s
``os_family`` grain will now resolve as ``RedHat``. This may require changes
to existing uses of :py:func:`grains.filter_by
<salt.modules.grains.filter_by>`