mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #26009 from terminalmage/release_notes
Add winrepo and dockerng information to 2015.8.0 release notes
This commit is contained in:
commit
529146914a
@ -23,6 +23,14 @@ Salt Cloud Changes
|
||||
a page was changed from 20 (default) to 200 to reduce the number of API calls
|
||||
to Digital Ocean.
|
||||
|
||||
New Docker State/Module
|
||||
=======================
|
||||
|
||||
A new docker :mod:`state <salt.states.dockerng>` and :mod:`execution module
|
||||
<salt.modules.dockerng>` have been added. They will eventually take the place
|
||||
of the existing state and execution module, but for now will exist alongside
|
||||
them.
|
||||
|
||||
Git Pillar Rewritten
|
||||
====================
|
||||
|
||||
@ -31,6 +39,25 @@ with :mod:`gitfs <salt.fileserver.gitfs>`. See :mod:`here
|
||||
<salt.pillar.git_pillar>` for more information on the new git_pillar
|
||||
functionality.
|
||||
|
||||
Windows Software Repo Changes
|
||||
=============================
|
||||
|
||||
The :mod:`winrepo.update_git_repos <salt.runners.winrepo.update_git_repos>`
|
||||
runner has been updated to use either GitPython_ or pygit2_ to checkout the git
|
||||
repositories containing repo data. Existing winrepo git checkouts should be
|
||||
removed before starting up the salt-master after upgrading, if GitPython_ or
|
||||
pygit2_ is installed, to allow them to be checked out again.
|
||||
|
||||
This enhancement also brings new functionality, see the :mod:`winrepo runner
|
||||
<salt.runners.winrepo>` documentation for more information.
|
||||
|
||||
If neither GitPython_ nor pygit2_ are installed, then Salt will fall back to
|
||||
the pre-existing behavior for :mod:`winrepo.update_git_repos
|
||||
<salt.runners.winrepo.update_git_repos>`.
|
||||
|
||||
.. _GitPython: https://github.com/gitpython-developers/GitPython
|
||||
.. _pygit2: https://github.com/libgit2/pygit2
|
||||
|
||||
JBoss 7 State
|
||||
=============
|
||||
|
||||
|
@ -19,11 +19,10 @@ option. This will give users a couple release cycles to modify their scripts,
|
||||
SLS files, etc. to use the new functionality, rather than forcing users to
|
||||
change everything immediately.
|
||||
|
||||
In the **Carbon** release of Salt (slated for late summer/early fall 2015),
|
||||
this execution module will take the place of the default Docker execution
|
||||
module, and backwards-compatible naming will be maintained for a couple
|
||||
releases after that to allow users time to replace references to ``dockerng``
|
||||
with ``docker``.
|
||||
In the **Carbon** release of Salt (due early 2016), this execution module will
|
||||
take the place of the default Docker execution module, and backwards-compatible
|
||||
naming will be maintained for a couple releases after that to allow users time
|
||||
to replace references to ``dockerng`` with ``docker``.
|
||||
|
||||
|
||||
Installation Prerequisites
|
||||
|
Loading…
Reference in New Issue
Block a user