salt/doc/topics/releases/boron.rst

43 lines
1.6 KiB
ReStructuredText
Raw Normal View History

:orphan:
===================================
2015-06-17 18:29:49 +00:00
Salt Release Notes - Codename Boron
===================================
2015-06-17 18:29:49 +00:00
Core Changes
============
- The onchanges requisite now fires if _any_ watched state changes. Refs #19592.
- The ``ext_pillar`` functions **must** now accept a minion ID as the first
argument. This stops the deprecation path started in Salt 0.17.x. Before this
minion ID first argument was introduced, the minion ID could be retrieved
accessing ``__opts__['id']`` loosing the reference to the master ID initially
set in opts. This is no longer the case, ``__opts__['id']`` will be kept as
the master ID.
Cloud Changes
=============
- Refactored the OpenNebula driver and added numerous ``--function``s and ``--action``s to enhance Salt support for
image, template, security group, virtual network and virtual machine management in OpenNebula.
Platform Changes
================
- Renamed modules related to OS X. The following module filenames were changed.
The virtual name remained unchanged.
- **PR** `#30558`_: renamed osxdesktop.py to mac_desktop.py
- **PR** `#30557`_: renamed macports.py to mac_ports.py
- **PR** `#30556`_: renamed darwin_sysctl.py to mac_sysctl.py
- **PR** `#30555`_: renamed brew.py to mac_brew.py
- **PR** `#30552`_: renamed darwin_pkgutil.py to mac_pkgutil.py
.. _`#30558`: https://github.com/saltstack/salt/pull/30558
.. _`#30557`: https://github.com/saltstack/salt/pull/30557
.. _`#30556`: https://github.com/saltstack/salt/pull/30556
.. _`#30555`: https://github.com/saltstack/salt/pull/30555
.. _`#30552`: https://github.com/saltstack/salt/pull/30552