pkgsrc/sysutils/salt/PLIST

4837 lines
185 KiB
Text
Raw Normal View History

salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
@comment $NetBSD: PLIST,v 1.29 2019/11/13 14:47:59 adam Exp $
bin/salt
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
bin/salt-api
bin/salt-call
bin/salt-cloud
bin/salt-cp
bin/salt-key
bin/salt-master
bin/salt-minion
bin/salt-proxy
bin/salt-run
bin/salt-ssh
bin/salt-syndic
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
bin/salt-unity
bin/spm
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/salt/__init__.py
${PYSITELIB}/salt/__init__.pyc
${PYSITELIB}/salt/__init__.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/_compat.py
${PYSITELIB}/salt/_compat.pyc
${PYSITELIB}/salt/_compat.pyo
${PYSITELIB}/salt/_syspaths.py
${PYSITELIB}/salt/_syspaths.pyc
${PYSITELIB}/salt/_syspaths.pyo
${PYSITELIB}/salt/_version.py
${PYSITELIB}/salt/_version.pyc
${PYSITELIB}/salt/_version.pyo
${PYSITELIB}/salt/acl/__init__.py
${PYSITELIB}/salt/acl/__init__.pyc
${PYSITELIB}/salt/acl/__init__.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/auth/__init__.py
${PYSITELIB}/salt/auth/__init__.pyc
${PYSITELIB}/salt/auth/__init__.pyo
${PYSITELIB}/salt/auth/auto.py
${PYSITELIB}/salt/auth/auto.pyc
${PYSITELIB}/salt/auth/auto.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/auth/django.py
${PYSITELIB}/salt/auth/django.pyc
${PYSITELIB}/salt/auth/django.pyo
${PYSITELIB}/salt/auth/file.py
${PYSITELIB}/salt/auth/file.pyc
${PYSITELIB}/salt/auth/file.pyo
${PYSITELIB}/salt/auth/keystone.py
${PYSITELIB}/salt/auth/keystone.pyc
${PYSITELIB}/salt/auth/keystone.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/auth/ldap.py
${PYSITELIB}/salt/auth/ldap.pyc
${PYSITELIB}/salt/auth/ldap.pyo
${PYSITELIB}/salt/auth/mysql.py
${PYSITELIB}/salt/auth/mysql.pyc
${PYSITELIB}/salt/auth/mysql.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/auth/pam.py
${PYSITELIB}/salt/auth/pam.pyc
${PYSITELIB}/salt/auth/pam.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/auth/pki.py
${PYSITELIB}/salt/auth/pki.pyc
${PYSITELIB}/salt/auth/pki.pyo
${PYSITELIB}/salt/auth/rest.py
${PYSITELIB}/salt/auth/rest.pyc
${PYSITELIB}/salt/auth/rest.pyo
${PYSITELIB}/salt/auth/sharedsecret.py
${PYSITELIB}/salt/auth/sharedsecret.pyc
${PYSITELIB}/salt/auth/sharedsecret.pyo
${PYSITELIB}/salt/auth/yubico.py
${PYSITELIB}/salt/auth/yubico.pyc
${PYSITELIB}/salt/auth/yubico.pyo
${PYSITELIB}/salt/beacons/__init__.py
${PYSITELIB}/salt/beacons/__init__.pyc
${PYSITELIB}/salt/beacons/__init__.pyo
${PYSITELIB}/salt/beacons/adb.py
${PYSITELIB}/salt/beacons/adb.pyc
${PYSITELIB}/salt/beacons/adb.pyo
${PYSITELIB}/salt/beacons/aix_account.py
${PYSITELIB}/salt/beacons/aix_account.pyc
${PYSITELIB}/salt/beacons/aix_account.pyo
${PYSITELIB}/salt/beacons/avahi_announce.py
${PYSITELIB}/salt/beacons/avahi_announce.pyc
${PYSITELIB}/salt/beacons/avahi_announce.pyo
${PYSITELIB}/salt/beacons/bonjour_announce.py
${PYSITELIB}/salt/beacons/bonjour_announce.pyc
${PYSITELIB}/salt/beacons/bonjour_announce.pyo
${PYSITELIB}/salt/beacons/btmp.py
${PYSITELIB}/salt/beacons/btmp.pyc
${PYSITELIB}/salt/beacons/btmp.pyo
${PYSITELIB}/salt/beacons/diskusage.py
${PYSITELIB}/salt/beacons/diskusage.pyc
${PYSITELIB}/salt/beacons/diskusage.pyo
${PYSITELIB}/salt/beacons/glxinfo.py
${PYSITELIB}/salt/beacons/glxinfo.pyc
${PYSITELIB}/salt/beacons/glxinfo.pyo
${PYSITELIB}/salt/beacons/haproxy.py
${PYSITELIB}/salt/beacons/haproxy.pyc
${PYSITELIB}/salt/beacons/haproxy.pyo
${PYSITELIB}/salt/beacons/inotify.py
${PYSITELIB}/salt/beacons/inotify.pyc
${PYSITELIB}/salt/beacons/inotify.pyo
${PYSITELIB}/salt/beacons/journald.py
${PYSITELIB}/salt/beacons/journald.pyc
${PYSITELIB}/salt/beacons/journald.pyo
${PYSITELIB}/salt/beacons/load.py
${PYSITELIB}/salt/beacons/load.pyc
${PYSITELIB}/salt/beacons/load.pyo
${PYSITELIB}/salt/beacons/log.py
${PYSITELIB}/salt/beacons/log.pyc
${PYSITELIB}/salt/beacons/log.pyo
${PYSITELIB}/salt/beacons/memusage.py
${PYSITELIB}/salt/beacons/memusage.pyc
${PYSITELIB}/salt/beacons/memusage.pyo
${PYSITELIB}/salt/beacons/napalm_beacon.py
${PYSITELIB}/salt/beacons/napalm_beacon.pyc
${PYSITELIB}/salt/beacons/napalm_beacon.pyo
${PYSITELIB}/salt/beacons/network_info.py
${PYSITELIB}/salt/beacons/network_info.pyc
${PYSITELIB}/salt/beacons/network_info.pyo
${PYSITELIB}/salt/beacons/network_settings.py
${PYSITELIB}/salt/beacons/network_settings.pyc
${PYSITELIB}/salt/beacons/network_settings.pyo
${PYSITELIB}/salt/beacons/pkg.py
${PYSITELIB}/salt/beacons/pkg.pyc
${PYSITELIB}/salt/beacons/pkg.pyo
${PYSITELIB}/salt/beacons/proxy_example.py
${PYSITELIB}/salt/beacons/proxy_example.pyc
${PYSITELIB}/salt/beacons/proxy_example.pyo
${PYSITELIB}/salt/beacons/ps.py
${PYSITELIB}/salt/beacons/ps.pyc
${PYSITELIB}/salt/beacons/ps.pyo
${PYSITELIB}/salt/beacons/salt_proxy.py
${PYSITELIB}/salt/beacons/salt_proxy.pyc
${PYSITELIB}/salt/beacons/salt_proxy.pyo
${PYSITELIB}/salt/beacons/sensehat.py
${PYSITELIB}/salt/beacons/sensehat.pyc
${PYSITELIB}/salt/beacons/sensehat.pyo
${PYSITELIB}/salt/beacons/service.py
${PYSITELIB}/salt/beacons/service.pyc
${PYSITELIB}/salt/beacons/service.pyo
${PYSITELIB}/salt/beacons/sh.py
${PYSITELIB}/salt/beacons/sh.pyc
${PYSITELIB}/salt/beacons/sh.pyo
${PYSITELIB}/salt/beacons/smartos_imgadm.py
${PYSITELIB}/salt/beacons/smartos_imgadm.pyc
${PYSITELIB}/salt/beacons/smartos_imgadm.pyo
${PYSITELIB}/salt/beacons/smartos_vmadm.py
${PYSITELIB}/salt/beacons/smartos_vmadm.pyc
${PYSITELIB}/salt/beacons/smartos_vmadm.pyo
${PYSITELIB}/salt/beacons/status.py
${PYSITELIB}/salt/beacons/status.pyc
${PYSITELIB}/salt/beacons/status.pyo
${PYSITELIB}/salt/beacons/telegram_bot_msg.py
${PYSITELIB}/salt/beacons/telegram_bot_msg.pyc
${PYSITELIB}/salt/beacons/telegram_bot_msg.pyo
${PYSITELIB}/salt/beacons/twilio_txt_msg.py
${PYSITELIB}/salt/beacons/twilio_txt_msg.pyc
${PYSITELIB}/salt/beacons/twilio_txt_msg.pyo
${PYSITELIB}/salt/beacons/watchdog.py
${PYSITELIB}/salt/beacons/watchdog.pyc
${PYSITELIB}/salt/beacons/watchdog.pyo
${PYSITELIB}/salt/beacons/wtmp.py
${PYSITELIB}/salt/beacons/wtmp.pyc
${PYSITELIB}/salt/beacons/wtmp.pyo
${PYSITELIB}/salt/cache/__init__.py
${PYSITELIB}/salt/cache/__init__.pyc
${PYSITELIB}/salt/cache/__init__.pyo
${PYSITELIB}/salt/cache/consul.py
${PYSITELIB}/salt/cache/consul.pyc
${PYSITELIB}/salt/cache/consul.pyo
${PYSITELIB}/salt/cache/etcd_cache.py
${PYSITELIB}/salt/cache/etcd_cache.pyc
${PYSITELIB}/salt/cache/etcd_cache.pyo
${PYSITELIB}/salt/cache/localfs.py
${PYSITELIB}/salt/cache/localfs.pyc
${PYSITELIB}/salt/cache/localfs.pyo
${PYSITELIB}/salt/cache/mysql_cache.py
${PYSITELIB}/salt/cache/mysql_cache.pyc
${PYSITELIB}/salt/cache/mysql_cache.pyo
${PYSITELIB}/salt/cache/redis_cache.py
${PYSITELIB}/salt/cache/redis_cache.pyc
${PYSITELIB}/salt/cache/redis_cache.pyo
${PYSITELIB}/salt/cli/__init__.py
${PYSITELIB}/salt/cli/__init__.pyc
${PYSITELIB}/salt/cli/__init__.pyo
${PYSITELIB}/salt/cli/api.py
${PYSITELIB}/salt/cli/api.pyc
${PYSITELIB}/salt/cli/api.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/cli/batch.py
${PYSITELIB}/salt/cli/batch.pyc
${PYSITELIB}/salt/cli/batch.pyo
${PYSITELIB}/salt/cli/call.py
${PYSITELIB}/salt/cli/call.pyc
${PYSITELIB}/salt/cli/call.pyo
${PYSITELIB}/salt/cli/caller.py
${PYSITELIB}/salt/cli/caller.pyc
${PYSITELIB}/salt/cli/caller.pyo
${PYSITELIB}/salt/cli/cp.py
${PYSITELIB}/salt/cli/cp.pyc
${PYSITELIB}/salt/cli/cp.pyo
${PYSITELIB}/salt/cli/daemons.py
${PYSITELIB}/salt/cli/daemons.pyc
${PYSITELIB}/salt/cli/daemons.pyo
${PYSITELIB}/salt/cli/key.py
${PYSITELIB}/salt/cli/key.pyc
${PYSITELIB}/salt/cli/key.pyo
${PYSITELIB}/salt/cli/run.py
${PYSITELIB}/salt/cli/run.pyc
${PYSITELIB}/salt/cli/run.pyo
${PYSITELIB}/salt/cli/salt.py
${PYSITELIB}/salt/cli/salt.pyc
${PYSITELIB}/salt/cli/salt.pyo
${PYSITELIB}/salt/cli/spm.py
${PYSITELIB}/salt/cli/spm.pyc
${PYSITELIB}/salt/cli/spm.pyo
${PYSITELIB}/salt/cli/ssh.py
${PYSITELIB}/salt/cli/ssh.pyc
${PYSITELIB}/salt/cli/ssh.pyo
${PYSITELIB}/salt/client/__init__.py
${PYSITELIB}/salt/client/__init__.pyc
${PYSITELIB}/salt/client/__init__.pyo
${PYSITELIB}/salt/client/api.py
${PYSITELIB}/salt/client/api.pyc
${PYSITELIB}/salt/client/api.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/client/mixins.py
${PYSITELIB}/salt/client/mixins.pyc
${PYSITELIB}/salt/client/mixins.pyo
${PYSITELIB}/salt/client/netapi.py
${PYSITELIB}/salt/client/netapi.pyc
${PYSITELIB}/salt/client/netapi.pyo
${PYSITELIB}/salt/client/raet/__init__.py
${PYSITELIB}/salt/client/raet/__init__.pyc
${PYSITELIB}/salt/client/raet/__init__.pyo
${PYSITELIB}/salt/client/ssh/__init__.py
${PYSITELIB}/salt/client/ssh/__init__.pyc
${PYSITELIB}/salt/client/ssh/__init__.pyo
${PYSITELIB}/salt/client/ssh/client.py
${PYSITELIB}/salt/client/ssh/client.pyc
${PYSITELIB}/salt/client/ssh/client.pyo
${PYSITELIB}/salt/client/ssh/shell.py
${PYSITELIB}/salt/client/ssh/shell.pyc
${PYSITELIB}/salt/client/ssh/shell.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/client/ssh/ssh_py_shim.py
${PYSITELIB}/salt/client/ssh/ssh_py_shim.pyc
${PYSITELIB}/salt/client/ssh/ssh_py_shim.pyo
${PYSITELIB}/salt/client/ssh/state.py
${PYSITELIB}/salt/client/ssh/state.pyc
${PYSITELIB}/salt/client/ssh/state.pyo
${PYSITELIB}/salt/client/ssh/wrapper/__init__.py
${PYSITELIB}/salt/client/ssh/wrapper/__init__.pyc
${PYSITELIB}/salt/client/ssh/wrapper/__init__.pyo
${PYSITELIB}/salt/client/ssh/wrapper/config.py
${PYSITELIB}/salt/client/ssh/wrapper/config.pyc
${PYSITELIB}/salt/client/ssh/wrapper/config.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/client/ssh/wrapper/cp.py
${PYSITELIB}/salt/client/ssh/wrapper/cp.pyc
${PYSITELIB}/salt/client/ssh/wrapper/cp.pyo
${PYSITELIB}/salt/client/ssh/wrapper/grains.py
${PYSITELIB}/salt/client/ssh/wrapper/grains.pyc
${PYSITELIB}/salt/client/ssh/wrapper/grains.pyo
${PYSITELIB}/salt/client/ssh/wrapper/mine.py
${PYSITELIB}/salt/client/ssh/wrapper/mine.pyc
${PYSITELIB}/salt/client/ssh/wrapper/mine.pyo
${PYSITELIB}/salt/client/ssh/wrapper/pillar.py
${PYSITELIB}/salt/client/ssh/wrapper/pillar.pyc
${PYSITELIB}/salt/client/ssh/wrapper/pillar.pyo
${PYSITELIB}/salt/client/ssh/wrapper/publish.py
${PYSITELIB}/salt/client/ssh/wrapper/publish.pyc
${PYSITELIB}/salt/client/ssh/wrapper/publish.pyo
${PYSITELIB}/salt/client/ssh/wrapper/state.py
${PYSITELIB}/salt/client/ssh/wrapper/state.pyc
${PYSITELIB}/salt/client/ssh/wrapper/state.pyo
${PYSITELIB}/salt/cloud/__init__.py
${PYSITELIB}/salt/cloud/__init__.pyc
${PYSITELIB}/salt/cloud/__init__.pyo
${PYSITELIB}/salt/cloud/cli.py
${PYSITELIB}/salt/cloud/cli.pyc
${PYSITELIB}/salt/cloud/cli.pyo
${PYSITELIB}/salt/cloud/clouds/__init__.py
${PYSITELIB}/salt/cloud/clouds/__init__.pyc
${PYSITELIB}/salt/cloud/clouds/__init__.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/cloud/clouds/aliyun.py
${PYSITELIB}/salt/cloud/clouds/aliyun.pyc
${PYSITELIB}/salt/cloud/clouds/aliyun.pyo
${PYSITELIB}/salt/cloud/clouds/azurearm.py
${PYSITELIB}/salt/cloud/clouds/azurearm.pyc
${PYSITELIB}/salt/cloud/clouds/azurearm.pyo
${PYSITELIB}/salt/cloud/clouds/clc.py
${PYSITELIB}/salt/cloud/clouds/clc.pyc
${PYSITELIB}/salt/cloud/clouds/clc.pyo
${PYSITELIB}/salt/cloud/clouds/cloudstack.py
${PYSITELIB}/salt/cloud/clouds/cloudstack.pyc
${PYSITELIB}/salt/cloud/clouds/cloudstack.pyo
${PYSITELIB}/salt/cloud/clouds/digitalocean.py
${PYSITELIB}/salt/cloud/clouds/digitalocean.pyc
${PYSITELIB}/salt/cloud/clouds/digitalocean.pyo
${PYSITELIB}/salt/cloud/clouds/dimensiondata.py
${PYSITELIB}/salt/cloud/clouds/dimensiondata.pyc
${PYSITELIB}/salt/cloud/clouds/dimensiondata.pyo
${PYSITELIB}/salt/cloud/clouds/ec2.py
${PYSITELIB}/salt/cloud/clouds/ec2.pyc
${PYSITELIB}/salt/cloud/clouds/ec2.pyo
${PYSITELIB}/salt/cloud/clouds/gce.py
${PYSITELIB}/salt/cloud/clouds/gce.pyc
${PYSITELIB}/salt/cloud/clouds/gce.pyo
${PYSITELIB}/salt/cloud/clouds/gogrid.py
${PYSITELIB}/salt/cloud/clouds/gogrid.pyc
${PYSITELIB}/salt/cloud/clouds/gogrid.pyo
${PYSITELIB}/salt/cloud/clouds/joyent.py
${PYSITELIB}/salt/cloud/clouds/joyent.pyc
${PYSITELIB}/salt/cloud/clouds/joyent.pyo
${PYSITELIB}/salt/cloud/clouds/libvirt.py
${PYSITELIB}/salt/cloud/clouds/libvirt.pyc
${PYSITELIB}/salt/cloud/clouds/libvirt.pyo
${PYSITELIB}/salt/cloud/clouds/linode.py
${PYSITELIB}/salt/cloud/clouds/linode.pyc
${PYSITELIB}/salt/cloud/clouds/linode.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/cloud/clouds/lxc.py
${PYSITELIB}/salt/cloud/clouds/lxc.pyc
${PYSITELIB}/salt/cloud/clouds/lxc.pyo
${PYSITELIB}/salt/cloud/clouds/msazure.py
${PYSITELIB}/salt/cloud/clouds/msazure.pyc
${PYSITELIB}/salt/cloud/clouds/msazure.pyo
${PYSITELIB}/salt/cloud/clouds/nova.py
${PYSITELIB}/salt/cloud/clouds/nova.pyc
${PYSITELIB}/salt/cloud/clouds/nova.pyo
${PYSITELIB}/salt/cloud/clouds/oneandone.py
${PYSITELIB}/salt/cloud/clouds/oneandone.pyc
${PYSITELIB}/salt/cloud/clouds/oneandone.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/cloud/clouds/opennebula.py
${PYSITELIB}/salt/cloud/clouds/opennebula.pyc
${PYSITELIB}/salt/cloud/clouds/opennebula.pyo
${PYSITELIB}/salt/cloud/clouds/openstack.py
${PYSITELIB}/salt/cloud/clouds/openstack.pyc
${PYSITELIB}/salt/cloud/clouds/openstack.pyo
${PYSITELIB}/salt/cloud/clouds/packet.py
${PYSITELIB}/salt/cloud/clouds/packet.pyc
${PYSITELIB}/salt/cloud/clouds/packet.pyo
${PYSITELIB}/salt/cloud/clouds/parallels.py
${PYSITELIB}/salt/cloud/clouds/parallels.pyc
${PYSITELIB}/salt/cloud/clouds/parallels.pyo
${PYSITELIB}/salt/cloud/clouds/profitbricks.py
${PYSITELIB}/salt/cloud/clouds/profitbricks.pyc
${PYSITELIB}/salt/cloud/clouds/profitbricks.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/cloud/clouds/proxmox.py
${PYSITELIB}/salt/cloud/clouds/proxmox.pyc
${PYSITELIB}/salt/cloud/clouds/proxmox.pyo
${PYSITELIB}/salt/cloud/clouds/pyrax.py
${PYSITELIB}/salt/cloud/clouds/pyrax.pyc
${PYSITELIB}/salt/cloud/clouds/pyrax.pyo
${PYSITELIB}/salt/cloud/clouds/qingcloud.py
${PYSITELIB}/salt/cloud/clouds/qingcloud.pyc
${PYSITELIB}/salt/cloud/clouds/qingcloud.pyo
${PYSITELIB}/salt/cloud/clouds/saltify.py
${PYSITELIB}/salt/cloud/clouds/saltify.pyc
${PYSITELIB}/salt/cloud/clouds/saltify.pyo
${PYSITELIB}/salt/cloud/clouds/scaleway.py
${PYSITELIB}/salt/cloud/clouds/scaleway.pyc
${PYSITELIB}/salt/cloud/clouds/scaleway.pyo
${PYSITELIB}/salt/cloud/clouds/softlayer.py
${PYSITELIB}/salt/cloud/clouds/softlayer.pyc
${PYSITELIB}/salt/cloud/clouds/softlayer.pyo
${PYSITELIB}/salt/cloud/clouds/softlayer_hw.py
${PYSITELIB}/salt/cloud/clouds/softlayer_hw.pyc
${PYSITELIB}/salt/cloud/clouds/softlayer_hw.pyo
${PYSITELIB}/salt/cloud/clouds/vagrant.py
${PYSITELIB}/salt/cloud/clouds/vagrant.pyc
${PYSITELIB}/salt/cloud/clouds/vagrant.pyo
${PYSITELIB}/salt/cloud/clouds/virtualbox.py
${PYSITELIB}/salt/cloud/clouds/virtualbox.pyc
${PYSITELIB}/salt/cloud/clouds/virtualbox.pyo
${PYSITELIB}/salt/cloud/clouds/vmware.py
${PYSITELIB}/salt/cloud/clouds/vmware.pyc
${PYSITELIB}/salt/cloud/clouds/vmware.pyo
${PYSITELIB}/salt/cloud/clouds/vultrpy.py
${PYSITELIB}/salt/cloud/clouds/vultrpy.pyc
${PYSITELIB}/salt/cloud/clouds/vultrpy.pyo
${PYSITELIB}/salt/cloud/clouds/xen.py
${PYSITELIB}/salt/cloud/clouds/xen.pyc
${PYSITELIB}/salt/cloud/clouds/xen.pyo
${PYSITELIB}/salt/cloud/deploy/Arch-git.sh
${PYSITELIB}/salt/cloud/deploy/Arch.sh
${PYSITELIB}/salt/cloud/deploy/Debian-git.sh
${PYSITELIB}/salt/cloud/deploy/Debian.sh
${PYSITELIB}/salt/cloud/deploy/Fedora-git.sh
${PYSITELIB}/salt/cloud/deploy/Fedora.sh
${PYSITELIB}/salt/cloud/deploy/FreeBSD-git.sh
${PYSITELIB}/salt/cloud/deploy/FreeBSD.sh
${PYSITELIB}/salt/cloud/deploy/None.sh
${PYSITELIB}/salt/cloud/deploy/RHEL5-git.sh
${PYSITELIB}/salt/cloud/deploy/RHEL5.sh
${PYSITELIB}/salt/cloud/deploy/RHEL6-git.sh
${PYSITELIB}/salt/cloud/deploy/RHEL6.sh
${PYSITELIB}/salt/cloud/deploy/SmartOS.sh
${PYSITELIB}/salt/cloud/deploy/Ubuntu-git.sh
${PYSITELIB}/salt/cloud/deploy/Ubuntu.sh
${PYSITELIB}/salt/cloud/deploy/bootstrap-salt.sh
${PYSITELIB}/salt/cloud/deploy/curl-bootstrap-git.sh
${PYSITELIB}/salt/cloud/deploy/curl-bootstrap.sh
${PYSITELIB}/salt/cloud/deploy/python-bootstrap.sh
${PYSITELIB}/salt/cloud/deploy/wget-bootstrap-nocert.sh
${PYSITELIB}/salt/cloud/deploy/wget-bootstrap.sh
${PYSITELIB}/salt/cloud/exceptions.py
${PYSITELIB}/salt/cloud/exceptions.pyc
${PYSITELIB}/salt/cloud/exceptions.pyo
${PYSITELIB}/salt/cloud/libcloudfuncs.py
${PYSITELIB}/salt/cloud/libcloudfuncs.pyc
${PYSITELIB}/salt/cloud/libcloudfuncs.pyo
${PYSITELIB}/salt/config/__init__.py
${PYSITELIB}/salt/config/__init__.pyc
${PYSITELIB}/salt/config/__init__.pyo
${PYSITELIB}/salt/config/schemas/__init__.py
${PYSITELIB}/salt/config/schemas/__init__.pyc
${PYSITELIB}/salt/config/schemas/__init__.pyo
${PYSITELIB}/salt/config/schemas/common.py
${PYSITELIB}/salt/config/schemas/common.pyc
${PYSITELIB}/salt/config/schemas/common.pyo
${PYSITELIB}/salt/config/schemas/esxcluster.py
${PYSITELIB}/salt/config/schemas/esxcluster.pyc
${PYSITELIB}/salt/config/schemas/esxcluster.pyo
${PYSITELIB}/salt/config/schemas/esxdatacenter.py
${PYSITELIB}/salt/config/schemas/esxdatacenter.pyc
${PYSITELIB}/salt/config/schemas/esxdatacenter.pyo
${PYSITELIB}/salt/config/schemas/esxi.py
${PYSITELIB}/salt/config/schemas/esxi.pyc
${PYSITELIB}/salt/config/schemas/esxi.pyo
${PYSITELIB}/salt/config/schemas/esxvm.py
${PYSITELIB}/salt/config/schemas/esxvm.pyc
${PYSITELIB}/salt/config/schemas/esxvm.pyo
${PYSITELIB}/salt/config/schemas/minion.py
${PYSITELIB}/salt/config/schemas/minion.pyc
${PYSITELIB}/salt/config/schemas/minion.pyo
${PYSITELIB}/salt/config/schemas/ssh.py
${PYSITELIB}/salt/config/schemas/ssh.pyc
${PYSITELIB}/salt/config/schemas/ssh.pyo
${PYSITELIB}/salt/config/schemas/vcenter.py
${PYSITELIB}/salt/config/schemas/vcenter.pyc
${PYSITELIB}/salt/config/schemas/vcenter.pyo
${PYSITELIB}/salt/crypt.py
${PYSITELIB}/salt/crypt.pyc
${PYSITELIB}/salt/crypt.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/daemons/__init__.py
${PYSITELIB}/salt/daemons/__init__.pyc
${PYSITELIB}/salt/daemons/__init__.pyo
${PYSITELIB}/salt/daemons/flo/__init__.py
${PYSITELIB}/salt/daemons/flo/__init__.pyc
${PYSITELIB}/salt/daemons/flo/__init__.pyo
${PYSITELIB}/salt/daemons/flo/caller.flo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/daemons/flo/core.py
${PYSITELIB}/salt/daemons/flo/core.pyc
${PYSITELIB}/salt/daemons/flo/core.pyo
${PYSITELIB}/salt/daemons/flo/dummy.py
${PYSITELIB}/salt/daemons/flo/dummy.pyc
${PYSITELIB}/salt/daemons/flo/dummy.pyo
${PYSITELIB}/salt/daemons/flo/jobber.py
${PYSITELIB}/salt/daemons/flo/jobber.pyc
${PYSITELIB}/salt/daemons/flo/jobber.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/daemons/flo/maint.flo
${PYSITELIB}/salt/daemons/flo/maint.py
${PYSITELIB}/salt/daemons/flo/maint.pyc
${PYSITELIB}/salt/daemons/flo/maint.pyo
${PYSITELIB}/salt/daemons/flo/master.flo
${PYSITELIB}/salt/daemons/flo/minion.flo
${PYSITELIB}/salt/daemons/flo/reactor.py
${PYSITELIB}/salt/daemons/flo/reactor.pyc
${PYSITELIB}/salt/daemons/flo/reactor.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/daemons/flo/worker.flo
${PYSITELIB}/salt/daemons/flo/worker.py
${PYSITELIB}/salt/daemons/flo/worker.pyc
${PYSITELIB}/salt/daemons/flo/worker.pyo
${PYSITELIB}/salt/daemons/flo/zero.py
${PYSITELIB}/salt/daemons/flo/zero.pyc
${PYSITELIB}/salt/daemons/flo/zero.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/daemons/masterapi.py
${PYSITELIB}/salt/daemons/masterapi.pyc
${PYSITELIB}/salt/daemons/masterapi.pyo
${PYSITELIB}/salt/daemons/salting.py
${PYSITELIB}/salt/daemons/salting.pyc
${PYSITELIB}/salt/daemons/salting.pyo
${PYSITELIB}/salt/daemons/test/__init__.py
${PYSITELIB}/salt/daemons/test/__init__.pyc
${PYSITELIB}/salt/daemons/test/__init__.pyo
${PYSITELIB}/salt/daemons/test/plan/__init__.py
${PYSITELIB}/salt/daemons/test/plan/__init__.pyc
${PYSITELIB}/salt/daemons/test/plan/__init__.pyo
${PYSITELIB}/salt/daemons/test/plan/actors.py
${PYSITELIB}/salt/daemons/test/plan/actors.pyc
${PYSITELIB}/salt/daemons/test/plan/actors.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/daemons/test/test_master.py
${PYSITELIB}/salt/daemons/test/test_master.pyc
${PYSITELIB}/salt/daemons/test/test_master.pyo
${PYSITELIB}/salt/daemons/test/test_minion.py
${PYSITELIB}/salt/daemons/test/test_minion.pyc
${PYSITELIB}/salt/daemons/test/test_minion.pyo
${PYSITELIB}/salt/daemons/test/test_multimaster.py
${PYSITELIB}/salt/daemons/test/test_multimaster.pyc
${PYSITELIB}/salt/daemons/test/test_multimaster.pyo
${PYSITELIB}/salt/daemons/test/test_plans.py
${PYSITELIB}/salt/daemons/test/test_plans.pyc
${PYSITELIB}/salt/daemons/test/test_plans.pyo
${PYSITELIB}/salt/daemons/test/test_presence.py
${PYSITELIB}/salt/daemons/test/test_presence.pyc
${PYSITELIB}/salt/daemons/test/test_presence.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/daemons/test/test_raetkey.py
${PYSITELIB}/salt/daemons/test/test_raetkey.pyc
${PYSITELIB}/salt/daemons/test/test_raetkey.pyo
${PYSITELIB}/salt/daemons/test/test_saltkeep.py
${PYSITELIB}/salt/daemons/test/test_saltkeep.pyc
${PYSITELIB}/salt/daemons/test/test_saltkeep.pyo
${PYSITELIB}/salt/daemons/test/test_stats.py
${PYSITELIB}/salt/daemons/test/test_stats.pyc
${PYSITELIB}/salt/daemons/test/test_stats.pyo
${PYSITELIB}/salt/defaults/__init__.py
${PYSITELIB}/salt/defaults/__init__.pyc
${PYSITELIB}/salt/defaults/__init__.pyo
${PYSITELIB}/salt/defaults/exitcodes.py
${PYSITELIB}/salt/defaults/exitcodes.pyc
${PYSITELIB}/salt/defaults/exitcodes.pyo
${PYSITELIB}/salt/engines/__init__.py
${PYSITELIB}/salt/engines/__init__.pyc
${PYSITELIB}/salt/engines/__init__.pyo
${PYSITELIB}/salt/engines/docker_events.py
${PYSITELIB}/salt/engines/docker_events.pyc
${PYSITELIB}/salt/engines/docker_events.pyo
${PYSITELIB}/salt/engines/hipchat.py
${PYSITELIB}/salt/engines/hipchat.pyc
${PYSITELIB}/salt/engines/hipchat.pyo
${PYSITELIB}/salt/engines/http_logstash.py
${PYSITELIB}/salt/engines/http_logstash.pyc
${PYSITELIB}/salt/engines/http_logstash.pyo
${PYSITELIB}/salt/engines/ircbot.py
${PYSITELIB}/salt/engines/ircbot.pyc
${PYSITELIB}/salt/engines/ircbot.pyo
${PYSITELIB}/salt/engines/junos_syslog.py
${PYSITELIB}/salt/engines/junos_syslog.pyc
${PYSITELIB}/salt/engines/junos_syslog.pyo
${PYSITELIB}/salt/engines/libvirt_events.py
${PYSITELIB}/salt/engines/libvirt_events.pyc
${PYSITELIB}/salt/engines/libvirt_events.pyo
${PYSITELIB}/salt/engines/logentries.py
${PYSITELIB}/salt/engines/logentries.pyc
${PYSITELIB}/salt/engines/logentries.pyo
${PYSITELIB}/salt/engines/logstash_engine.py
${PYSITELIB}/salt/engines/logstash_engine.pyc
${PYSITELIB}/salt/engines/logstash_engine.pyo
${PYSITELIB}/salt/engines/napalm_syslog.py
${PYSITELIB}/salt/engines/napalm_syslog.pyc
${PYSITELIB}/salt/engines/napalm_syslog.pyo
${PYSITELIB}/salt/engines/reactor.py
${PYSITELIB}/salt/engines/reactor.pyc
${PYSITELIB}/salt/engines/reactor.pyo
${PYSITELIB}/salt/engines/redis_sentinel.py
${PYSITELIB}/salt/engines/redis_sentinel.pyc
${PYSITELIB}/salt/engines/redis_sentinel.pyo
${PYSITELIB}/salt/engines/slack.py
${PYSITELIB}/salt/engines/slack.pyc
${PYSITELIB}/salt/engines/slack.pyo
${PYSITELIB}/salt/engines/sqs_events.py
${PYSITELIB}/salt/engines/sqs_events.pyc
${PYSITELIB}/salt/engines/sqs_events.pyo
${PYSITELIB}/salt/engines/stalekey.py
${PYSITELIB}/salt/engines/stalekey.pyc
${PYSITELIB}/salt/engines/stalekey.pyo
${PYSITELIB}/salt/engines/test.py
${PYSITELIB}/salt/engines/test.pyc
${PYSITELIB}/salt/engines/test.pyo
${PYSITELIB}/salt/engines/thorium.py
${PYSITELIB}/salt/engines/thorium.pyc
${PYSITELIB}/salt/engines/thorium.pyo
${PYSITELIB}/salt/engines/webhook.py
${PYSITELIB}/salt/engines/webhook.pyc
${PYSITELIB}/salt/engines/webhook.pyo
${PYSITELIB}/salt/exceptions.py
${PYSITELIB}/salt/exceptions.pyc
${PYSITELIB}/salt/exceptions.pyo
${PYSITELIB}/salt/executors/__init__.py
${PYSITELIB}/salt/executors/__init__.pyc
${PYSITELIB}/salt/executors/__init__.pyo
${PYSITELIB}/salt/executors/direct_call.py
${PYSITELIB}/salt/executors/direct_call.pyc
${PYSITELIB}/salt/executors/direct_call.pyo
${PYSITELIB}/salt/executors/docker.py
${PYSITELIB}/salt/executors/docker.pyc
${PYSITELIB}/salt/executors/docker.pyo
${PYSITELIB}/salt/executors/splay.py
${PYSITELIB}/salt/executors/splay.pyc
${PYSITELIB}/salt/executors/splay.pyo
${PYSITELIB}/salt/executors/sudo.py
${PYSITELIB}/salt/executors/sudo.pyc
${PYSITELIB}/salt/executors/sudo.pyo
${PYSITELIB}/salt/ext/__init__.py
${PYSITELIB}/salt/ext/__init__.pyc
${PYSITELIB}/salt/ext/__init__.pyo
${PYSITELIB}/salt/ext/backports_abc.py
${PYSITELIB}/salt/ext/backports_abc.pyc
${PYSITELIB}/salt/ext/backports_abc.pyo
${PYSITELIB}/salt/ext/ipaddress.py
${PYSITELIB}/salt/ext/ipaddress.pyc
${PYSITELIB}/salt/ext/ipaddress.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/ext/six.py
${PYSITELIB}/salt/ext/six.pyc
${PYSITELIB}/salt/ext/six.pyo
${PYSITELIB}/salt/ext/ssl_match_hostname.py
${PYSITELIB}/salt/ext/ssl_match_hostname.pyc
${PYSITELIB}/salt/ext/ssl_match_hostname.pyo
${PYSITELIB}/salt/ext/vsan/__init__.py
${PYSITELIB}/salt/ext/vsan/__init__.pyc
${PYSITELIB}/salt/ext/vsan/__init__.pyo
${PYSITELIB}/salt/ext/vsan/vsanapiutils.py
${PYSITELIB}/salt/ext/vsan/vsanapiutils.pyc
${PYSITELIB}/salt/ext/vsan/vsanapiutils.pyo
${PYSITELIB}/salt/ext/vsan/vsanmgmtObjects.py
${PYSITELIB}/salt/ext/vsan/vsanmgmtObjects.pyc
${PYSITELIB}/salt/ext/vsan/vsanmgmtObjects.pyo
${PYSITELIB}/salt/ext/win_inet_pton.py
${PYSITELIB}/salt/ext/win_inet_pton.pyc
${PYSITELIB}/salt/ext/win_inet_pton.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/fileclient.py
${PYSITELIB}/salt/fileclient.pyc
${PYSITELIB}/salt/fileclient.pyo
${PYSITELIB}/salt/fileserver/__init__.py
${PYSITELIB}/salt/fileserver/__init__.pyc
${PYSITELIB}/salt/fileserver/__init__.pyo
${PYSITELIB}/salt/fileserver/azurefs.py
${PYSITELIB}/salt/fileserver/azurefs.pyc
${PYSITELIB}/salt/fileserver/azurefs.pyo
${PYSITELIB}/salt/fileserver/gitfs.py
${PYSITELIB}/salt/fileserver/gitfs.pyc
${PYSITELIB}/salt/fileserver/gitfs.pyo
${PYSITELIB}/salt/fileserver/hgfs.py
${PYSITELIB}/salt/fileserver/hgfs.pyc
${PYSITELIB}/salt/fileserver/hgfs.pyo
${PYSITELIB}/salt/fileserver/minionfs.py
${PYSITELIB}/salt/fileserver/minionfs.pyc
${PYSITELIB}/salt/fileserver/minionfs.pyo
${PYSITELIB}/salt/fileserver/roots.py
${PYSITELIB}/salt/fileserver/roots.pyc
${PYSITELIB}/salt/fileserver/roots.pyo
${PYSITELIB}/salt/fileserver/s3fs.py
${PYSITELIB}/salt/fileserver/s3fs.pyc
${PYSITELIB}/salt/fileserver/s3fs.pyo
${PYSITELIB}/salt/fileserver/svnfs.py
${PYSITELIB}/salt/fileserver/svnfs.pyc
${PYSITELIB}/salt/fileserver/svnfs.pyo
${PYSITELIB}/salt/grains/__init__.py
${PYSITELIB}/salt/grains/__init__.pyc
${PYSITELIB}/salt/grains/__init__.pyo
${PYSITELIB}/salt/grains/chronos.py
${PYSITELIB}/salt/grains/chronos.pyc
${PYSITELIB}/salt/grains/chronos.pyo
${PYSITELIB}/salt/grains/cimc.py
${PYSITELIB}/salt/grains/cimc.pyc
${PYSITELIB}/salt/grains/cimc.pyo
${PYSITELIB}/salt/grains/core.py
${PYSITELIB}/salt/grains/core.pyc
${PYSITELIB}/salt/grains/core.pyo
${PYSITELIB}/salt/grains/disks.py
${PYSITELIB}/salt/grains/disks.pyc
${PYSITELIB}/salt/grains/disks.pyo
Update to 2015.8.5, from PR#50779 addresses CVE-2016-1866 Salt 2015.8.5 is identical to the 2015.8.4 release with the addition of a fix for issue 30820, fixed by PR #30833. SECURITY FIX CVE-2016-1866: Improper handling of clear messages on the minion, which could result in executing commands not sent by the master. This issue affects only the 2015.8.x releases of Salt. In order for an attacker to use this attack vector, they would have to execute a successful attack on an existing TCP connection between minion and master on the pub port. It does not allow an external attacker to obtain the shared secret or decrypt any encrypted traffic between minion and master. We recommend everyone upgrade to 2015.8.4 as soon as possible. CORE CHANGES PR #28994: timcharper Salt S3 module has learned how to assume IAM roles Added option mock=True for state.sls and state.highstate. This allows the salt state compiler to process sls data in a state run without actually calling the state functions, thus providing feedback on the validity of the arguments used for the functions beyond the preprocessing validation provided by state.show_sls (issue 30118 and issue 30189). salt '*' state.sls core,edit.vim mock=True salt '*' state.highstate mock=True salt '*' state.apply edit.vim mock=True CHANGES FOR V2015.8.3..V2015.8.4 Extended changelog courtesy of Todd Stansell (https://github.com/tjstansell/salt-changelogs): Generated at: 2016-01-25T17:48:35Z Total Merges: 320 Changes: PR #30613: (basepi) Fix minion/syndic clearfuncs PR #30609: (seanjnkns) Fix documentation for pillar_merge_lists which default is False, not … PR #30584: (julianbrost) file.line state: add missing colon in docstring PR #30589: (terminalmage) Merge 2015.5 into 2015.8 PR #30599: (multani) Documentation formatting fixes PR #30554: (rallytime) Make the salt-cloud actions output more verbose and helpful PR #30549: (techhat) Salt Virt cleanup PR #30553: (techhat) AWS: Support 17-character IDs PR #30532: (whiteinge) Add execution module for working in sls files PR #30529: (terminalmage) Merge 2015.5 into 2015.8 PR #30526: (twangboy) Added FlushKey to make sure it's changes are saved to disk PR #30521: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30485: (jtand) Updated pip_state to work with pip 8.0 on 2015.8 PR #30494: (isbm) Zypper: info_installed — 'errors' flag change to type 'boolean' PR #30506: (jacksontj) Properly remove newlines after reading the file PR #30508: (rallytime) Fix Linode driver cloning functionality PR #30522: (terminalmage) Update git.list_worktree tests to reflect new return data PR #30483: (borgstrom) Pyobjects recursive import support (for 2015.8) PR #30491: (jacksontj) Add multi-IP support to network state PR #30496: (anlutro) Fix KeyError when adding ignored pillars PR #30359: (kingsquirrel152) Removes suspected copy/paste error for zmq_filtering functionailty PR #30448: (cournape) Fix osx scripts location PR #30457: (rallytime) Remove fsutils references from modules list PR #30453: (rallytime) Make sure private AND public IPs are listed for Linode driver PR #30458: (rallytime) Back-port #30062 to 2015.8 PR #30468: (timcharper) make note of s3 role assumption in upcoming changelog PR #30470: (whiteinge) Add example of the match_dict format to accept_dict wheel function PR #30450: (gtmanfred) fix extension loading in novaclient PR #30212: (abednarik) Fix incorrect file permissions in file.line PR #29947: (jfindlay) fileclient: decode file list from master PR #30363: (terminalmage) Use native "list" subcommand to list git worktrees PR #30445: (jtand) Boto uses False for is_default instead of None PR #30406: (frioux) Add an example of how to use file.managed/check_cmd PR #30424: (isbm) Check if byte strings are properly encoded in UTF-8 PR #30405: (jtand) Updated glusterfs.py for python2.6 compatibility. PR #30396: (pass-by-value) Remove hardcoded val PR #30391: (jtand) Added else statements PR #30375: (rallytime) Wrap formatted log statements with six.u() in cloud/__init__.py PR #30384: (isbm) Bugfix: info_available does not work correctly on SLE 11 series PR #30376: (pritambaral) Fix FLO_DIR path in 2015.8 PR #30389: (jtand) Older versions of ipset don't support comments PR #30373: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30372: (jacobhammons) Updated man pages for 2015.8.4, updated copyright to 2016 PR #30370: (rallytime) Remove incomplete function PR #30366: (rallytime) Back-port #28702 to 2015.8 PR #30361: (cro) Flip the sense of the test for proxymodule imports, add more fns for esxi proxy PR #30267: (isbm) Fix RPM issues with the date/time and add package attributes filtering PR #30360: (jfindlay) file.remove, file.absent: mention recursive dir removal PR #30221: (mbarrien) No rolcatupdate for user_exist in Postgres>=9.5 `#26845`_ PR #30358: (terminalmage) Add libgit2 version to versions-report PR #30346: (pass-by-value) Prevent orphaned volumes PR #30349: (rallytime) Back-port #30347 to 2015.8 PR #30354: (anlutro) Make sure all ignore_missing SLSes are caught PR #30356: (nmadhok) Adding code author PR #30340: (jtand) Updated seed_test.py for changes made to seed module PR #30339: (jfindlay) Backport #26511 PR #30343: (rallytime) Fix 2015.8 from incomplete back-port PR #30342: (eliasp) Correct whitespace placement in error message PR #30308: (rallytime) Back-port #30257 to 2015.8 PR #30187: (rallytime) Back-port #27606 to 2015.8 PR #30223: (serge-p) adding support for DragonFly BSD PR #30238: (rallytime) Reinit crypto before calling RSA.generate when generating keys. PR #30246: (dmacvicar) Add missing return data to scheduled jobs (`#24237`_) PR #30292: (thegoodduke) ipset: fix test=true & add comment for every entry PR #30275: (abednarik) Add permanent argument in firewalld. PR #30328: (cachedout) Fix file test PR #30310: (pass-by-value) Empty bucket fix PR #30211: (techhat) Execute choot on the correct path PR #30309: (rallytime) Back-port #30304 to 2015.8 PR #30278: (nmadhok) If datacenter is specified in the config, then look for managed objects under it PR #30305: (jacobhammons) Changed examples to use the "example.com" domain instead of "mycompan… PR #30249: (mpreziuso) Fixes performance and timeout issues on win_pkg.install PR #30217: (pass-by-value) Make sure cloud actions can be called via salt run PR #30268: (terminalmage) Optimize file_tree ext_pillar and update file.managed to allow for binary contents PR #30245: (rallytime) Boto secgroup/iam_role: Add note stating us-east-1 is default region PR #30299: (rallytime) ESXi Proxy minions states are located at salt.states.esxi, not vsphere. PR #30202: (opdude) Fixed the periodic call to beacons PR #30303: (jacobhammons) Changed notes to indicate that functions are matched using regular ex… PR #30284: (terminalmage) salt.utils.gitfs: Fix Dulwich env detection and submodule handling PR #30280: (jfindlay) add state mocking to release notes PR #30273: (rallytime) Back-port #30121 to 2015.8 PR #30301: (cachedout) Accept whatever comes into hightstate mock for state tests PR #30282: (cachedout) Fix file.append logic PR #30289: (cro) Fix problems with targeting proxies by grains PR #30293: (cro) Ensure we don't log stuff we shouldn't PR #30279: (cachedout) Allow modules to be packed into boto utils PR #30186: (rallytime) Update CLI Examples in boto_ec2 module to reflect correct arg/kwarg positioning PR #30156: (abednarik) Add option in file.append to ignore_whitespace. PR #30189: (rallytime) Back-port #30185 to 2015.8 PR #30215: (jacobhammons) Assorted doc bug fixes PR #30206: (cachedout) Revert "Fix incorrect file permissions in file.line" PR #30190: (jacobhammons) Updated doc site banners PR #30180: (jfindlay) modules.x509._dec2hex: add fmt index for 2.6 compat PR #30179: (terminalmage) Backport #26962 to 2015.8 branch PR #29693: (abednarik) Handle missing source file in ssh_auth. PR #30155: (rallytime) Update boto_secgroup and boto_iam_role docs to only use region OR profile PR #30158: (rallytime) Move _option(value) calls to __salt__['config.option'] in boto utils PR #30160: (dmurphy18) Fix parsing disk usage for line with no number and AIX values in Kilos PR #30162: (rallytime) Update list_present and append grains state function docs to be more clear. PR #30163: (rallytime) Add warning about using "=" in file.line function PR #30164: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30168: (abednarik) Fix incorrect file permissions in file.line PR #30154: (Oro) Fix file serialize on windows PR #30144: (rallytime) Added generic ESXCLI command ability to ESXi Proxy Minion PR #30142: (terminalmage) Fix dockerng.push, and allow for multiple images PR #30075: (joejulian) Convert glusterfs module to use xml PR #30129: (optix2000) Clean up _uptodate() in git state PR #30139: (rallytime) Back-port #29589 to 2015.8 PR #30124: (abednarik) Update regex to detect ip alias in OpenBSD. PR #30133: (stanislavb) Fix typo in gpgkey URL PR #30126: (stanislavb) Log S3 API error message PR #30128: (oeuftete) Log retryable transport errors as warnings PR #30096: (cachedout) Add rm_special to crontab module PR #30106: (techhat) Ensure last dir PR #30101: (gtmanfred) fix bug where nova driver exits with no adminPass PR #30090: (techhat) Add argument to isdir() PR #30094: (rallytime) Fix doc formatting for cloud.create example in module.py state PR #30095: (rallytime) Add the list_nodes_select function to linode driver PR #30082: (abednarik) Fixed saltversioninfo grain return PR #30084: (rallytime) Back-port #29987 to 2015.8 PR #30071: (rallytime) Merge branch '2015.5' into '2015.8' PR #30067: (ryan-lane) Pass in kwargs to boto_secgroup.convert_to_group_ids explicitly PR #30069: (techhat) Ensure that pki_dir exists PR #30064: (rallytime) Add Syndic documentation to miscellaneous Salt Cloud config options PR #30049: (rallytime) Add some more unit tests for the vsphere execution module PR #30060: (rallytime) Back-port #27104 to 2015.8 PR #30048: (jacobhammons) Remove internal APIs from rest_cherrypy docs. PR #30043: (rallytime) Be explicit about importing from salt.utils.jinja to avoid circular imports PR #30038: (rallytime) Back-port #30017 to 2015.8 PR #30036: (rallytime) Back-port #29995 to 2015.8 PR #30035: (rallytime) Back-port #29895 to 2015.8 PR #30034: (rallytime) Back-port #29893 to 2015.8 PR #30033: (rallytime) Back-port #29876 to 2015.8 PR #30029: (terminalmage) git.latest: Fix handling of nonexistent branches PR #30016: (anlutro) Properly normalize locales in locale.gen_locale PR #30015: (anlutro) locale module: don't escape the slash in \n PR #30022: (gqgunhed) Two minor typos fixed PR #30026: (anlutro) states.at: fix wrong variable being used PR #29966: (multani) Fix bigip state/module documentation + serializers documentation PR #29904: (twangboy) Improvements to osx packaging scripts PR #29950: (multani) boto_iam: fix deletion of IAM users when using delete_keys=true PR #29937: (multani) Fix states.boto_iam group users PR #29934: (multani) Fix state.boto_iam virtual name PR #29943: (cachedout) Check args correctly in boto_rds PR #29924: (gqgunhed) fixed: uptime now working on non-US Windows PR #29883: (serge-p) fix for nfs mounts in _active_mounts_openbsd() PR #29894: (techhat) Support Saltfile in SPM PR #29856: (rallytime) Added some initial unit tests for the salt.modules.vsphere.py file PR #29855: (rallytime) Back-port #29740 to 2015.8 PR #29890: (multani) Various documentation fixes PR #29850: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29811: (anlutro) influxdb: add retention policy module functions PR #29814: (basepi) [2015.8][Windows] Fix multi-master on windows PR #29819: (rallytime) Add esxi module and state to docs build PR #29832: (jleimbach) Fixed typo in order to use the keyboard module for RHEL without systemd PR #29803: (rallytime) Add vSphere module to doc ref module tree PR #29767: (abednarik) Hosts file update in mod_hostname. PR #29772: (terminalmage) pygit2: skip submodules when traversing tree PR #29765: (gtmanfred) allow nova driver to be boot from volume PR #29773: (l2ol33rt) Append missing wget in debian installation guide PR #29800: (rallytime) Back-port #29769 to 2015.8 PR #29775: (paulnivin) Change listen requisite resolution from name to ID declaration PR #29754: (rallytime) Back-port #29719 to 2015.8 PR #29713: (The-Loeki) Pillar-based cloud providers still forcing use of deprecated 'provider' PR #29729: (rallytime) Further clarifications on "unless" and "onlyif" requisites. PR #29737: (akissa) fix pillar sqlite3 documentation examples PR #29743: (akissa) fix pillar sqlite not honouring config options PR #29723: (rallytime) Clarify db_user and db_password kwargs for postgres_user.present state function PR #29722: (rallytime) Link "stateful" kwargs to definition of what "stateful" means for cmd state. PR #29724: (rallytime) Add examples of using multiple matching levels to Pillar docs PR #29726: (cachedout) Disable some boto tests per resolution of moto issue PR #29708: (lagesag) Fix test=True for file.directory with recurse ignore_files/ignore_dirs. PR #29642: (cachedout) Correctly restart deamonized minions on failure PR #29599: (cachedout) Clean up minion shutdown PR #29675: (clinta) allow returning all refs PR #29683: (rallytime) Catch more specific error to pass the error message through elegantly. PR #29687: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29681: (clinta) fix bare/mirror in git.latest PR #29644: (rallytime) Fixed a couple more ESXi proxy minion bugs PR #29645: (rallytime) Back-port #29558 to 2015.8 PR #29632: (jfindlay) reduce severity of tls module __virtual__ logging PR #29606: (abednarik) Fixed duplicate mtu entry in RedHat 7 network configuration. PR #29613: (rallytime) Various ESXi Proxy Minion Bug Fixes PR #29628: (DmitryKuzmenko) Don't create io_loop before fork PR #29609: (basepi) [2015.8][salt-ssh] Add ability to set salt-ssh command umask in roster PR #29603: (basepi) Fix orchestration failure-checking PR #29597: (terminalmage) dockerng: Prevent exception when API response contains empty dictionary PR #29596: (rallytime) Back-port #29587 to 2015.8 PR #29588: (rallytime) Added ESXi Proxy Minion Tutorial PR #29572: (gtmanfred) [nova] use old discover_extensions if available PR #29545: (terminalmage) git.latest: init submodules if not yet initialized PR #29548: (rallytime) Back-port #29449 to 2015.8 PR #29547: (rallytime) Refactored ESXCLI-based functions to accept a list of esxi_hosts PR #29563: (anlutro) Fix a call to deprecated method in python-influxdb PR #29565: (bdrung) Fix typos and missing release note PR #29540: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29499: (rallytime) Initial commit of ESXi Proxy Minion PR #29526: (jfindlay) 2015.8.2 notes: add note about not being released PR #29531: (jfindlay) grains.core: handle undefined variable PR #29538: (basepi) [2015.8] [salt-ssh] Remove umask around actual execution for salt-ssh PR #29505: (rallytime) Update boto_rds state docs to include funky yaml syntax for "tags" option. PR #29513: (bdrung) Drop obsolete syslog.target from systemd services PR #29500: (rallytime) Back-port #29467 to 2015.8 PR #29463: (abednarik) Add **kwargs to debconf.set. PR #29399: (jfindlay) modules.status: add human_readable option to uptime PR #29433: (cro) Files for building .pkg files for MacOS X PR #29455: (jfindlay) modules.nova.__init__: do not return None PR #29454: (jfindlay) rh_service module __virtual__ return error messages PR #29476: (tbaker57) Doc fix - route_table_present needs subnet_names (not subnets) as a key PR #29487: (rallytime) Back-port #29450 to 2015.8 PR #29441: (rallytime) Make sure docs line up with blade_idrac function specs PR #29440: (rallytime) Back-port #28925 to 2015.8 PR #29435: (galet) Grains return wrong OS version and other OS related values for Oracle Linux PR #29430: (rall0r) Fix host.present state limitation PR #29417: (jacobhammons) Repo install updates PR #29402: (techhat) Add rate limiting to linode PR #29400: (twangboy) Fix #19332 PR #29398: (cachedout) Lint 29288 PR #29331: (DmitryKuzmenko) Bugfix - #29116 raet dns error PR #29390: (jacobhammons) updated version numbers in documentation PR #29381: (nmadhok) No need to deepcopy since six.iterkeys() creates a copy PR #29349: (cro) Fix mis-setting chassis names PR #29334: (rallytime) Back-port #29237 to 2015.8 PR #29300: (ticosax) [dockerng] Add support for volume management in dockerng PR #29218: (clan) check service enable state in test mode PR #29315: (jfindlay) dev tutorial doc: fix markup errors PR #29317: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29240: (clan) handle acl_type [[d]efault:][user|group|mask|other] PR #29305: (lorengordon) Add 'file' as a source_hash proto PR #29272: (jfindlay) win_status module: handle 12 hour time in uptime PR #29289: (terminalmage) file.managed: Allow local file sources to use source_hash PR #29264: (anlutro) Prevent ssh_auth.absent from running when test=True PR #29277: (terminalmage) Update git_pillar runner to support new git ext_pillar config schema PR #29283: (cachedout) Single-quotes and use format PR #29139: (thomaso-mirodin) [salt-ssh] Add a range roster and range targeting options for the flat roster PR #29282: (cachedout) dev docs: add development tutorial PR #28994: (timcharper) add support to s3 for aws role assumption PR #29278: (techhat) Add verify_log to SPM PR #29067: (jacksontj) Fix infinite recursion in state compiler for prereq of SLSs PR #29207: (jfindlay) do not shadow ret function argument PR #29215: (rallytime) Back-port #29192 to 2015.8 PR #29217: (clan) show duration only if state_output_profile is False PR #29221: (ticosax) [dokcerng] Docu network mode PR #29269: (jfindlay) win_status module: fix function names in docs PR #29213: (rallytime) Move _wait_for_task func from vmware cloud to vmware utils PR #29271: (techhat) Pass full path for digest (SPM) PR #29244: (isbm) List products consistently across all SLES systems PR #29255: (garethgreenaway) fixes to consul module PR #29208: (whytewolf) Glance more profile errors PR #29200: (jfindlay) mount state: unmount by device is optional PR #29205: (trevor-h) Fixes #29187 - using winrm on EC2 PR #29170: (cachedout) Migrate pydsl tests to integration test suite PR #29198: (jfindlay) rh_ip module: only set the mtu once PR #29135: (jfindlay) ssh_known_hosts.present state: catch not found exc PR #29196: (s0undt3ch) We need novaclient imported to compare versions PR #29059: (terminalmage) Work around upstream pygit2 bug PR #29112: (eliasp) Prevent backtrace (KeyError) in ssh_known_hosts.present state
2016-02-08 00:55:01 +01:00
${PYSITELIB}/salt/grains/esxi.py
${PYSITELIB}/salt/grains/esxi.pyc
${PYSITELIB}/salt/grains/esxi.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/grains/extra.py
${PYSITELIB}/salt/grains/extra.pyc
${PYSITELIB}/salt/grains/extra.pyo
${PYSITELIB}/salt/grains/fibre_channel.py
${PYSITELIB}/salt/grains/fibre_channel.pyc
${PYSITELIB}/salt/grains/fibre_channel.pyo
${PYSITELIB}/salt/grains/fx2.py
${PYSITELIB}/salt/grains/fx2.pyc
${PYSITELIB}/salt/grains/fx2.pyo
${PYSITELIB}/salt/grains/iscsi.py
${PYSITELIB}/salt/grains/iscsi.pyc
${PYSITELIB}/salt/grains/iscsi.pyo
${PYSITELIB}/salt/grains/junos.py
${PYSITELIB}/salt/grains/junos.pyc
${PYSITELIB}/salt/grains/junos.pyo
${PYSITELIB}/salt/grains/marathon.py
${PYSITELIB}/salt/grains/marathon.pyc
${PYSITELIB}/salt/grains/marathon.pyo
${PYSITELIB}/salt/grains/mdadm.py
${PYSITELIB}/salt/grains/mdadm.pyc
${PYSITELIB}/salt/grains/mdadm.pyo
${PYSITELIB}/salt/grains/mdata.py
${PYSITELIB}/salt/grains/mdata.pyc
${PYSITELIB}/salt/grains/mdata.pyo
${PYSITELIB}/salt/grains/metadata.py
${PYSITELIB}/salt/grains/metadata.pyc
${PYSITELIB}/salt/grains/metadata.pyo
${PYSITELIB}/salt/grains/minion_process.py
${PYSITELIB}/salt/grains/minion_process.pyc
${PYSITELIB}/salt/grains/minion_process.pyo
${PYSITELIB}/salt/grains/napalm.py
${PYSITELIB}/salt/grains/napalm.pyc
${PYSITELIB}/salt/grains/napalm.pyo
${PYSITELIB}/salt/grains/nxos.py
${PYSITELIB}/salt/grains/nxos.pyc
${PYSITELIB}/salt/grains/nxos.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/grains/opts.py
${PYSITELIB}/salt/grains/opts.pyc
${PYSITELIB}/salt/grains/opts.pyo
${PYSITELIB}/salt/grains/panos.py
${PYSITELIB}/salt/grains/panos.pyc
${PYSITELIB}/salt/grains/panos.pyo
${PYSITELIB}/salt/grains/philips_hue.py
${PYSITELIB}/salt/grains/philips_hue.pyc
${PYSITELIB}/salt/grains/philips_hue.pyo
${PYSITELIB}/salt/grains/rest_sample.py
${PYSITELIB}/salt/grains/rest_sample.pyc
${PYSITELIB}/salt/grains/rest_sample.pyo
${PYSITELIB}/salt/grains/smartos.py
${PYSITELIB}/salt/grains/smartos.pyc
${PYSITELIB}/salt/grains/smartos.pyo
${PYSITELIB}/salt/grains/ssh_sample.py
${PYSITELIB}/salt/grains/ssh_sample.pyc
${PYSITELIB}/salt/grains/ssh_sample.pyo
${PYSITELIB}/salt/grains/zfs.py
${PYSITELIB}/salt/grains/zfs.pyc
${PYSITELIB}/salt/grains/zfs.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/key.py
${PYSITELIB}/salt/key.pyc
${PYSITELIB}/salt/key.pyo
${PYSITELIB}/salt/loader.py
${PYSITELIB}/salt/loader.pyc
${PYSITELIB}/salt/loader.pyo
${PYSITELIB}/salt/log/__init__.py
${PYSITELIB}/salt/log/__init__.pyc
${PYSITELIB}/salt/log/__init__.pyo
${PYSITELIB}/salt/log/handlers/__init__.py
${PYSITELIB}/salt/log/handlers/__init__.pyc
${PYSITELIB}/salt/log/handlers/__init__.pyo
${PYSITELIB}/salt/log/handlers/fluent_mod.py
${PYSITELIB}/salt/log/handlers/fluent_mod.pyc
${PYSITELIB}/salt/log/handlers/fluent_mod.pyo
${PYSITELIB}/salt/log/handlers/log4mongo_mod.py
${PYSITELIB}/salt/log/handlers/log4mongo_mod.pyc
${PYSITELIB}/salt/log/handlers/log4mongo_mod.pyo
${PYSITELIB}/salt/log/handlers/logstash_mod.py
${PYSITELIB}/salt/log/handlers/logstash_mod.pyc
${PYSITELIB}/salt/log/handlers/logstash_mod.pyo
${PYSITELIB}/salt/log/handlers/sentry_mod.py
${PYSITELIB}/salt/log/handlers/sentry_mod.pyc
${PYSITELIB}/salt/log/handlers/sentry_mod.pyo
${PYSITELIB}/salt/log/mixins.py
${PYSITELIB}/salt/log/mixins.pyc
${PYSITELIB}/salt/log/mixins.pyo
${PYSITELIB}/salt/log/setup.py
${PYSITELIB}/salt/log/setup.pyc
${PYSITELIB}/salt/log/setup.pyo
${PYSITELIB}/salt/master.py
${PYSITELIB}/salt/master.pyc
${PYSITELIB}/salt/master.pyo
${PYSITELIB}/salt/matchers/__init__.py
${PYSITELIB}/salt/matchers/__init__.pyc
${PYSITELIB}/salt/matchers/__init__.pyo
${PYSITELIB}/salt/matchers/cache_match.py
${PYSITELIB}/salt/matchers/cache_match.pyc
${PYSITELIB}/salt/matchers/cache_match.pyo
${PYSITELIB}/salt/matchers/compound_match.py
${PYSITELIB}/salt/matchers/compound_match.pyc
${PYSITELIB}/salt/matchers/compound_match.pyo
${PYSITELIB}/salt/matchers/compound_pillar_exact_match.py
${PYSITELIB}/salt/matchers/compound_pillar_exact_match.pyc
${PYSITELIB}/salt/matchers/compound_pillar_exact_match.pyo
${PYSITELIB}/salt/matchers/confirm_top.py
${PYSITELIB}/salt/matchers/confirm_top.pyc
${PYSITELIB}/salt/matchers/confirm_top.pyo
${PYSITELIB}/salt/matchers/data_match.py
${PYSITELIB}/salt/matchers/data_match.pyc
${PYSITELIB}/salt/matchers/data_match.pyo
${PYSITELIB}/salt/matchers/glob_match.py
${PYSITELIB}/salt/matchers/glob_match.pyc
${PYSITELIB}/salt/matchers/glob_match.pyo
${PYSITELIB}/salt/matchers/grain_match.py
${PYSITELIB}/salt/matchers/grain_match.pyc
${PYSITELIB}/salt/matchers/grain_match.pyo
${PYSITELIB}/salt/matchers/grain_pcre_match.py
${PYSITELIB}/salt/matchers/grain_pcre_match.pyc
${PYSITELIB}/salt/matchers/grain_pcre_match.pyo
${PYSITELIB}/salt/matchers/ipcidr_match.py
${PYSITELIB}/salt/matchers/ipcidr_match.pyc
${PYSITELIB}/salt/matchers/ipcidr_match.pyo
${PYSITELIB}/salt/matchers/list_match.py
${PYSITELIB}/salt/matchers/list_match.pyc
${PYSITELIB}/salt/matchers/list_match.pyo
${PYSITELIB}/salt/matchers/nodegroup_match.py
${PYSITELIB}/salt/matchers/nodegroup_match.pyc
${PYSITELIB}/salt/matchers/nodegroup_match.pyo
${PYSITELIB}/salt/matchers/pcre_match.py
${PYSITELIB}/salt/matchers/pcre_match.pyc
${PYSITELIB}/salt/matchers/pcre_match.pyo
${PYSITELIB}/salt/matchers/pillar_exact_match.py
${PYSITELIB}/salt/matchers/pillar_exact_match.pyc
${PYSITELIB}/salt/matchers/pillar_exact_match.pyo
${PYSITELIB}/salt/matchers/pillar_match.py
${PYSITELIB}/salt/matchers/pillar_match.pyc
${PYSITELIB}/salt/matchers/pillar_match.pyo
${PYSITELIB}/salt/matchers/pillar_pcre_match.py
${PYSITELIB}/salt/matchers/pillar_pcre_match.pyc
${PYSITELIB}/salt/matchers/pillar_pcre_match.pyo
${PYSITELIB}/salt/matchers/range_match.py
${PYSITELIB}/salt/matchers/range_match.pyc
${PYSITELIB}/salt/matchers/range_match.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/metaproxy/__init__.py
${PYSITELIB}/salt/metaproxy/__init__.pyc
${PYSITELIB}/salt/metaproxy/__init__.pyo
${PYSITELIB}/salt/metaproxy/proxy.py
${PYSITELIB}/salt/metaproxy/proxy.pyc
${PYSITELIB}/salt/metaproxy/proxy.pyo
${PYSITELIB}/salt/minion.py
${PYSITELIB}/salt/minion.pyc
${PYSITELIB}/salt/minion.pyo
${PYSITELIB}/salt/modules/__init__.py
${PYSITELIB}/salt/modules/__init__.pyc
${PYSITELIB}/salt/modules/__init__.pyo
${PYSITELIB}/salt/modules/acme.py
${PYSITELIB}/salt/modules/acme.pyc
${PYSITELIB}/salt/modules/acme.pyo
${PYSITELIB}/salt/modules/aix_group.py
${PYSITELIB}/salt/modules/aix_group.pyc
${PYSITELIB}/salt/modules/aix_group.pyo
${PYSITELIB}/salt/modules/aix_shadow.py
${PYSITELIB}/salt/modules/aix_shadow.pyc
${PYSITELIB}/salt/modules/aix_shadow.pyo
${PYSITELIB}/salt/modules/aixpkg.py
${PYSITELIB}/salt/modules/aixpkg.pyc
${PYSITELIB}/salt/modules/aixpkg.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/aliases.py
${PYSITELIB}/salt/modules/aliases.pyc
${PYSITELIB}/salt/modules/aliases.pyo
${PYSITELIB}/salt/modules/alternatives.py
${PYSITELIB}/salt/modules/alternatives.pyc
${PYSITELIB}/salt/modules/alternatives.pyo
${PYSITELIB}/salt/modules/ansiblegate.py
${PYSITELIB}/salt/modules/ansiblegate.pyc
${PYSITELIB}/salt/modules/ansiblegate.pyo
${PYSITELIB}/salt/modules/apache.py
${PYSITELIB}/salt/modules/apache.pyc
${PYSITELIB}/salt/modules/apache.pyo
${PYSITELIB}/salt/modules/apcups.py
${PYSITELIB}/salt/modules/apcups.pyc
${PYSITELIB}/salt/modules/apcups.pyo
${PYSITELIB}/salt/modules/apf.py
${PYSITELIB}/salt/modules/apf.pyc
${PYSITELIB}/salt/modules/apf.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/apkpkg.py
${PYSITELIB}/salt/modules/apkpkg.pyc
${PYSITELIB}/salt/modules/apkpkg.pyo
${PYSITELIB}/salt/modules/aptly.py
${PYSITELIB}/salt/modules/aptly.pyc
${PYSITELIB}/salt/modules/aptly.pyo
${PYSITELIB}/salt/modules/aptpkg.py
${PYSITELIB}/salt/modules/aptpkg.pyc
${PYSITELIB}/salt/modules/aptpkg.pyo
${PYSITELIB}/salt/modules/archive.py
${PYSITELIB}/salt/modules/archive.pyc
${PYSITELIB}/salt/modules/archive.pyo
${PYSITELIB}/salt/modules/arista_pyeapi.py
${PYSITELIB}/salt/modules/arista_pyeapi.pyc
${PYSITELIB}/salt/modules/arista_pyeapi.pyo
${PYSITELIB}/salt/modules/artifactory.py
${PYSITELIB}/salt/modules/artifactory.pyc
${PYSITELIB}/salt/modules/artifactory.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/at.py
${PYSITELIB}/salt/modules/at.pyc
${PYSITELIB}/salt/modules/at.pyo
${PYSITELIB}/salt/modules/at_solaris.py
${PYSITELIB}/salt/modules/at_solaris.pyc
${PYSITELIB}/salt/modules/at_solaris.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/augeas_cfg.py
${PYSITELIB}/salt/modules/augeas_cfg.pyc
${PYSITELIB}/salt/modules/augeas_cfg.pyo
${PYSITELIB}/salt/modules/aws_sqs.py
${PYSITELIB}/salt/modules/aws_sqs.pyc
${PYSITELIB}/salt/modules/aws_sqs.pyo
${PYSITELIB}/salt/modules/azurearm_compute.py
${PYSITELIB}/salt/modules/azurearm_compute.pyc
${PYSITELIB}/salt/modules/azurearm_compute.pyo
${PYSITELIB}/salt/modules/azurearm_network.py
${PYSITELIB}/salt/modules/azurearm_network.pyc
${PYSITELIB}/salt/modules/azurearm_network.pyo
${PYSITELIB}/salt/modules/azurearm_resource.py
${PYSITELIB}/salt/modules/azurearm_resource.pyc
${PYSITELIB}/salt/modules/azurearm_resource.pyo
${PYSITELIB}/salt/modules/bamboohr.py
${PYSITELIB}/salt/modules/bamboohr.pyc
${PYSITELIB}/salt/modules/bamboohr.pyo
${PYSITELIB}/salt/modules/bcache.py
${PYSITELIB}/salt/modules/bcache.pyc
${PYSITELIB}/salt/modules/bcache.pyo
${PYSITELIB}/salt/modules/beacons.py
${PYSITELIB}/salt/modules/beacons.pyc
${PYSITELIB}/salt/modules/beacons.pyo
${PYSITELIB}/salt/modules/bigip.py
${PYSITELIB}/salt/modules/bigip.pyc
${PYSITELIB}/salt/modules/bigip.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/bluez_bluetooth.py
${PYSITELIB}/salt/modules/bluez_bluetooth.pyc
${PYSITELIB}/salt/modules/bluez_bluetooth.pyo
${PYSITELIB}/salt/modules/boto3_elasticache.py
${PYSITELIB}/salt/modules/boto3_elasticache.pyc
${PYSITELIB}/salt/modules/boto3_elasticache.pyo
${PYSITELIB}/salt/modules/boto3_route53.py
${PYSITELIB}/salt/modules/boto3_route53.pyc
${PYSITELIB}/salt/modules/boto3_route53.pyo
${PYSITELIB}/salt/modules/boto3_sns.py
${PYSITELIB}/salt/modules/boto3_sns.pyc
${PYSITELIB}/salt/modules/boto3_sns.pyo
${PYSITELIB}/salt/modules/boto_apigateway.py
${PYSITELIB}/salt/modules/boto_apigateway.pyc
${PYSITELIB}/salt/modules/boto_apigateway.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/boto_asg.py
${PYSITELIB}/salt/modules/boto_asg.pyc
${PYSITELIB}/salt/modules/boto_asg.pyo
${PYSITELIB}/salt/modules/boto_cfn.py
${PYSITELIB}/salt/modules/boto_cfn.pyc
${PYSITELIB}/salt/modules/boto_cfn.pyo
${PYSITELIB}/salt/modules/boto_cloudfront.py
${PYSITELIB}/salt/modules/boto_cloudfront.pyc
${PYSITELIB}/salt/modules/boto_cloudfront.pyo
${PYSITELIB}/salt/modules/boto_cloudtrail.py
${PYSITELIB}/salt/modules/boto_cloudtrail.pyc
${PYSITELIB}/salt/modules/boto_cloudtrail.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/boto_cloudwatch.py
${PYSITELIB}/salt/modules/boto_cloudwatch.pyc
${PYSITELIB}/salt/modules/boto_cloudwatch.pyo
${PYSITELIB}/salt/modules/boto_cloudwatch_event.py
${PYSITELIB}/salt/modules/boto_cloudwatch_event.pyc
${PYSITELIB}/salt/modules/boto_cloudwatch_event.pyo
${PYSITELIB}/salt/modules/boto_cognitoidentity.py
${PYSITELIB}/salt/modules/boto_cognitoidentity.pyc
${PYSITELIB}/salt/modules/boto_cognitoidentity.pyo
${PYSITELIB}/salt/modules/boto_datapipeline.py
${PYSITELIB}/salt/modules/boto_datapipeline.pyc
${PYSITELIB}/salt/modules/boto_datapipeline.pyo
${PYSITELIB}/salt/modules/boto_dynamodb.py
${PYSITELIB}/salt/modules/boto_dynamodb.pyc
${PYSITELIB}/salt/modules/boto_dynamodb.pyo
${PYSITELIB}/salt/modules/boto_ec2.py
${PYSITELIB}/salt/modules/boto_ec2.pyc
${PYSITELIB}/salt/modules/boto_ec2.pyo
${PYSITELIB}/salt/modules/boto_efs.py
${PYSITELIB}/salt/modules/boto_efs.pyc
${PYSITELIB}/salt/modules/boto_efs.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/boto_elasticache.py
${PYSITELIB}/salt/modules/boto_elasticache.pyc
${PYSITELIB}/salt/modules/boto_elasticache.pyo
${PYSITELIB}/salt/modules/boto_elasticsearch_domain.py
${PYSITELIB}/salt/modules/boto_elasticsearch_domain.pyc
${PYSITELIB}/salt/modules/boto_elasticsearch_domain.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/boto_elb.py
${PYSITELIB}/salt/modules/boto_elb.pyc
${PYSITELIB}/salt/modules/boto_elb.pyo
${PYSITELIB}/salt/modules/boto_elbv2.py
${PYSITELIB}/salt/modules/boto_elbv2.pyc
${PYSITELIB}/salt/modules/boto_elbv2.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/boto_iam.py
${PYSITELIB}/salt/modules/boto_iam.pyc
${PYSITELIB}/salt/modules/boto_iam.pyo
${PYSITELIB}/salt/modules/boto_iot.py
${PYSITELIB}/salt/modules/boto_iot.pyc
${PYSITELIB}/salt/modules/boto_iot.pyo
${PYSITELIB}/salt/modules/boto_kinesis.py
${PYSITELIB}/salt/modules/boto_kinesis.pyc
${PYSITELIB}/salt/modules/boto_kinesis.pyo
${PYSITELIB}/salt/modules/boto_kms.py
${PYSITELIB}/salt/modules/boto_kms.pyc
${PYSITELIB}/salt/modules/boto_kms.pyo
${PYSITELIB}/salt/modules/boto_lambda.py
${PYSITELIB}/salt/modules/boto_lambda.pyc
${PYSITELIB}/salt/modules/boto_lambda.pyo
${PYSITELIB}/salt/modules/boto_rds.py
${PYSITELIB}/salt/modules/boto_rds.pyc
${PYSITELIB}/salt/modules/boto_rds.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/boto_route53.py
${PYSITELIB}/salt/modules/boto_route53.pyc
${PYSITELIB}/salt/modules/boto_route53.pyo
${PYSITELIB}/salt/modules/boto_s3.py
${PYSITELIB}/salt/modules/boto_s3.pyc
${PYSITELIB}/salt/modules/boto_s3.pyo
${PYSITELIB}/salt/modules/boto_s3_bucket.py
${PYSITELIB}/salt/modules/boto_s3_bucket.pyc
${PYSITELIB}/salt/modules/boto_s3_bucket.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/boto_secgroup.py
${PYSITELIB}/salt/modules/boto_secgroup.pyc
${PYSITELIB}/salt/modules/boto_secgroup.pyo
${PYSITELIB}/salt/modules/boto_sns.py
${PYSITELIB}/salt/modules/boto_sns.pyc
${PYSITELIB}/salt/modules/boto_sns.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/boto_sqs.py
${PYSITELIB}/salt/modules/boto_sqs.pyc
${PYSITELIB}/salt/modules/boto_sqs.pyo
${PYSITELIB}/salt/modules/boto_vpc.py
${PYSITELIB}/salt/modules/boto_vpc.pyc
${PYSITELIB}/salt/modules/boto_vpc.pyo
${PYSITELIB}/salt/modules/bower.py
${PYSITELIB}/salt/modules/bower.pyc
${PYSITELIB}/salt/modules/bower.pyo
${PYSITELIB}/salt/modules/bridge.py
${PYSITELIB}/salt/modules/bridge.pyc
${PYSITELIB}/salt/modules/bridge.pyo
${PYSITELIB}/salt/modules/bsd_shadow.py
${PYSITELIB}/salt/modules/bsd_shadow.pyc
${PYSITELIB}/salt/modules/bsd_shadow.pyo
${PYSITELIB}/salt/modules/btrfs.py
${PYSITELIB}/salt/modules/btrfs.pyc
${PYSITELIB}/salt/modules/btrfs.pyo
${PYSITELIB}/salt/modules/cabal.py
${PYSITELIB}/salt/modules/cabal.pyc
${PYSITELIB}/salt/modules/cabal.pyo
${PYSITELIB}/salt/modules/capirca_acl.py
${PYSITELIB}/salt/modules/capirca_acl.pyc
${PYSITELIB}/salt/modules/capirca_acl.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/cassandra.py
${PYSITELIB}/salt/modules/cassandra.pyc
${PYSITELIB}/salt/modules/cassandra.pyo
${PYSITELIB}/salt/modules/cassandra_cql.py
${PYSITELIB}/salt/modules/cassandra_cql.pyc
${PYSITELIB}/salt/modules/cassandra_cql.pyo
${PYSITELIB}/salt/modules/celery.py
${PYSITELIB}/salt/modules/celery.pyc
${PYSITELIB}/salt/modules/celery.pyo
${PYSITELIB}/salt/modules/ceph.py
${PYSITELIB}/salt/modules/ceph.pyc
${PYSITELIB}/salt/modules/ceph.pyo
${PYSITELIB}/salt/modules/chassis.py
${PYSITELIB}/salt/modules/chassis.pyc
${PYSITELIB}/salt/modules/chassis.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/chef.py
${PYSITELIB}/salt/modules/chef.pyc
${PYSITELIB}/salt/modules/chef.pyo
${PYSITELIB}/salt/modules/chocolatey.py
${PYSITELIB}/salt/modules/chocolatey.pyc
${PYSITELIB}/salt/modules/chocolatey.pyo
${PYSITELIB}/salt/modules/chronos.py
${PYSITELIB}/salt/modules/chronos.pyc
${PYSITELIB}/salt/modules/chronos.pyo
${PYSITELIB}/salt/modules/cimc.py
${PYSITELIB}/salt/modules/cimc.pyc
${PYSITELIB}/salt/modules/cimc.pyo
${PYSITELIB}/salt/modules/ciscoconfparse_mod.py
${PYSITELIB}/salt/modules/ciscoconfparse_mod.pyc
${PYSITELIB}/salt/modules/ciscoconfparse_mod.pyo
${PYSITELIB}/salt/modules/cisconso.py
${PYSITELIB}/salt/modules/cisconso.pyc
${PYSITELIB}/salt/modules/cisconso.pyo
${PYSITELIB}/salt/modules/cloud.py
${PYSITELIB}/salt/modules/cloud.pyc
${PYSITELIB}/salt/modules/cloud.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/cmdmod.py
${PYSITELIB}/salt/modules/cmdmod.pyc
${PYSITELIB}/salt/modules/cmdmod.pyo
${PYSITELIB}/salt/modules/composer.py
${PYSITELIB}/salt/modules/composer.pyc
${PYSITELIB}/salt/modules/composer.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/config.py
${PYSITELIB}/salt/modules/config.pyc
${PYSITELIB}/salt/modules/config.pyo
${PYSITELIB}/salt/modules/consul.py
${PYSITELIB}/salt/modules/consul.pyc
${PYSITELIB}/salt/modules/consul.pyo
${PYSITELIB}/salt/modules/container_resource.py
${PYSITELIB}/salt/modules/container_resource.pyc
${PYSITELIB}/salt/modules/container_resource.pyo
${PYSITELIB}/salt/modules/cp.py
${PYSITELIB}/salt/modules/cp.pyc
${PYSITELIB}/salt/modules/cp.pyo
${PYSITELIB}/salt/modules/cpan.py
${PYSITELIB}/salt/modules/cpan.pyc
${PYSITELIB}/salt/modules/cpan.pyo
${PYSITELIB}/salt/modules/cron.py
${PYSITELIB}/salt/modules/cron.pyc
${PYSITELIB}/salt/modules/cron.pyo
${PYSITELIB}/salt/modules/cryptdev.py
${PYSITELIB}/salt/modules/cryptdev.pyc
${PYSITELIB}/salt/modules/cryptdev.pyo
${PYSITELIB}/salt/modules/csf.py
${PYSITELIB}/salt/modules/csf.pyc
${PYSITELIB}/salt/modules/csf.pyo
${PYSITELIB}/salt/modules/cyg.py
${PYSITELIB}/salt/modules/cyg.pyc
${PYSITELIB}/salt/modules/cyg.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/daemontools.py
${PYSITELIB}/salt/modules/daemontools.pyc
${PYSITELIB}/salt/modules/daemontools.pyo
${PYSITELIB}/salt/modules/data.py
${PYSITELIB}/salt/modules/data.pyc
${PYSITELIB}/salt/modules/data.pyo
${PYSITELIB}/salt/modules/datadog_api.py
${PYSITELIB}/salt/modules/datadog_api.pyc
${PYSITELIB}/salt/modules/datadog_api.pyo
${PYSITELIB}/salt/modules/ddns.py
${PYSITELIB}/salt/modules/ddns.pyc
${PYSITELIB}/salt/modules/ddns.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/deb_apache.py
${PYSITELIB}/salt/modules/deb_apache.pyc
${PYSITELIB}/salt/modules/deb_apache.pyo
${PYSITELIB}/salt/modules/deb_postgres.py
${PYSITELIB}/salt/modules/deb_postgres.pyc
${PYSITELIB}/salt/modules/deb_postgres.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/debconfmod.py
${PYSITELIB}/salt/modules/debconfmod.pyc
${PYSITELIB}/salt/modules/debconfmod.pyo
${PYSITELIB}/salt/modules/debian_ip.py
${PYSITELIB}/salt/modules/debian_ip.pyc
${PYSITELIB}/salt/modules/debian_ip.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/debian_service.py
${PYSITELIB}/salt/modules/debian_service.pyc
${PYSITELIB}/salt/modules/debian_service.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/debuild_pkgbuild.py
${PYSITELIB}/salt/modules/debuild_pkgbuild.pyc
${PYSITELIB}/salt/modules/debuild_pkgbuild.pyo
${PYSITELIB}/salt/modules/defaults.py
${PYSITELIB}/salt/modules/defaults.pyc
${PYSITELIB}/salt/modules/defaults.pyo
${PYSITELIB}/salt/modules/devmap.py
${PYSITELIB}/salt/modules/devmap.pyc
${PYSITELIB}/salt/modules/devmap.pyo
${PYSITELIB}/salt/modules/dig.py
${PYSITELIB}/salt/modules/dig.pyc
${PYSITELIB}/salt/modules/dig.pyo
${PYSITELIB}/salt/modules/disk.py
${PYSITELIB}/salt/modules/disk.pyc
${PYSITELIB}/salt/modules/disk.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/djangomod.py
${PYSITELIB}/salt/modules/djangomod.pyc
${PYSITELIB}/salt/modules/djangomod.pyo
${PYSITELIB}/salt/modules/dnsmasq.py
${PYSITELIB}/salt/modules/dnsmasq.pyc
${PYSITELIB}/salt/modules/dnsmasq.pyo
${PYSITELIB}/salt/modules/dnsutil.py
${PYSITELIB}/salt/modules/dnsutil.pyc
${PYSITELIB}/salt/modules/dnsutil.pyo
${PYSITELIB}/salt/modules/dockercompose.py
${PYSITELIB}/salt/modules/dockercompose.pyc
${PYSITELIB}/salt/modules/dockercompose.pyo
${PYSITELIB}/salt/modules/dockermod.py
${PYSITELIB}/salt/modules/dockermod.pyc
${PYSITELIB}/salt/modules/dockermod.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/dpkg_lowpkg.py
${PYSITELIB}/salt/modules/dpkg_lowpkg.pyc
${PYSITELIB}/salt/modules/dpkg_lowpkg.pyo
${PYSITELIB}/salt/modules/drac.py
${PYSITELIB}/salt/modules/drac.pyc
${PYSITELIB}/salt/modules/drac.pyo
${PYSITELIB}/salt/modules/dracr.py
${PYSITELIB}/salt/modules/dracr.pyc
${PYSITELIB}/salt/modules/dracr.pyo
${PYSITELIB}/salt/modules/drbd.py
${PYSITELIB}/salt/modules/drbd.pyc
${PYSITELIB}/salt/modules/drbd.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/dummyproxy_pkg.py
${PYSITELIB}/salt/modules/dummyproxy_pkg.pyc
${PYSITELIB}/salt/modules/dummyproxy_pkg.pyo
${PYSITELIB}/salt/modules/dummyproxy_service.py
${PYSITELIB}/salt/modules/dummyproxy_service.pyc
${PYSITELIB}/salt/modules/dummyproxy_service.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/ebuildpkg.py
${PYSITELIB}/salt/modules/ebuildpkg.pyc
${PYSITELIB}/salt/modules/ebuildpkg.pyo
${PYSITELIB}/salt/modules/eix.py
${PYSITELIB}/salt/modules/eix.pyc
${PYSITELIB}/salt/modules/eix.pyo
${PYSITELIB}/salt/modules/elasticsearch.py
${PYSITELIB}/salt/modules/elasticsearch.pyc
${PYSITELIB}/salt/modules/elasticsearch.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/environ.py
${PYSITELIB}/salt/modules/environ.pyc
${PYSITELIB}/salt/modules/environ.pyo
${PYSITELIB}/salt/modules/eselect.py
${PYSITELIB}/salt/modules/eselect.pyc
${PYSITELIB}/salt/modules/eselect.pyo
${PYSITELIB}/salt/modules/esxcluster.py
${PYSITELIB}/salt/modules/esxcluster.pyc
${PYSITELIB}/salt/modules/esxcluster.pyo
${PYSITELIB}/salt/modules/esxdatacenter.py
${PYSITELIB}/salt/modules/esxdatacenter.pyc
${PYSITELIB}/salt/modules/esxdatacenter.pyo
Update to 2015.8.5, from PR#50779 addresses CVE-2016-1866 Salt 2015.8.5 is identical to the 2015.8.4 release with the addition of a fix for issue 30820, fixed by PR #30833. SECURITY FIX CVE-2016-1866: Improper handling of clear messages on the minion, which could result in executing commands not sent by the master. This issue affects only the 2015.8.x releases of Salt. In order for an attacker to use this attack vector, they would have to execute a successful attack on an existing TCP connection between minion and master on the pub port. It does not allow an external attacker to obtain the shared secret or decrypt any encrypted traffic between minion and master. We recommend everyone upgrade to 2015.8.4 as soon as possible. CORE CHANGES PR #28994: timcharper Salt S3 module has learned how to assume IAM roles Added option mock=True for state.sls and state.highstate. This allows the salt state compiler to process sls data in a state run without actually calling the state functions, thus providing feedback on the validity of the arguments used for the functions beyond the preprocessing validation provided by state.show_sls (issue 30118 and issue 30189). salt '*' state.sls core,edit.vim mock=True salt '*' state.highstate mock=True salt '*' state.apply edit.vim mock=True CHANGES FOR V2015.8.3..V2015.8.4 Extended changelog courtesy of Todd Stansell (https://github.com/tjstansell/salt-changelogs): Generated at: 2016-01-25T17:48:35Z Total Merges: 320 Changes: PR #30613: (basepi) Fix minion/syndic clearfuncs PR #30609: (seanjnkns) Fix documentation for pillar_merge_lists which default is False, not … PR #30584: (julianbrost) file.line state: add missing colon in docstring PR #30589: (terminalmage) Merge 2015.5 into 2015.8 PR #30599: (multani) Documentation formatting fixes PR #30554: (rallytime) Make the salt-cloud actions output more verbose and helpful PR #30549: (techhat) Salt Virt cleanup PR #30553: (techhat) AWS: Support 17-character IDs PR #30532: (whiteinge) Add execution module for working in sls files PR #30529: (terminalmage) Merge 2015.5 into 2015.8 PR #30526: (twangboy) Added FlushKey to make sure it's changes are saved to disk PR #30521: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30485: (jtand) Updated pip_state to work with pip 8.0 on 2015.8 PR #30494: (isbm) Zypper: info_installed — 'errors' flag change to type 'boolean' PR #30506: (jacksontj) Properly remove newlines after reading the file PR #30508: (rallytime) Fix Linode driver cloning functionality PR #30522: (terminalmage) Update git.list_worktree tests to reflect new return data PR #30483: (borgstrom) Pyobjects recursive import support (for 2015.8) PR #30491: (jacksontj) Add multi-IP support to network state PR #30496: (anlutro) Fix KeyError when adding ignored pillars PR #30359: (kingsquirrel152) Removes suspected copy/paste error for zmq_filtering functionailty PR #30448: (cournape) Fix osx scripts location PR #30457: (rallytime) Remove fsutils references from modules list PR #30453: (rallytime) Make sure private AND public IPs are listed for Linode driver PR #30458: (rallytime) Back-port #30062 to 2015.8 PR #30468: (timcharper) make note of s3 role assumption in upcoming changelog PR #30470: (whiteinge) Add example of the match_dict format to accept_dict wheel function PR #30450: (gtmanfred) fix extension loading in novaclient PR #30212: (abednarik) Fix incorrect file permissions in file.line PR #29947: (jfindlay) fileclient: decode file list from master PR #30363: (terminalmage) Use native "list" subcommand to list git worktrees PR #30445: (jtand) Boto uses False for is_default instead of None PR #30406: (frioux) Add an example of how to use file.managed/check_cmd PR #30424: (isbm) Check if byte strings are properly encoded in UTF-8 PR #30405: (jtand) Updated glusterfs.py for python2.6 compatibility. PR #30396: (pass-by-value) Remove hardcoded val PR #30391: (jtand) Added else statements PR #30375: (rallytime) Wrap formatted log statements with six.u() in cloud/__init__.py PR #30384: (isbm) Bugfix: info_available does not work correctly on SLE 11 series PR #30376: (pritambaral) Fix FLO_DIR path in 2015.8 PR #30389: (jtand) Older versions of ipset don't support comments PR #30373: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30372: (jacobhammons) Updated man pages for 2015.8.4, updated copyright to 2016 PR #30370: (rallytime) Remove incomplete function PR #30366: (rallytime) Back-port #28702 to 2015.8 PR #30361: (cro) Flip the sense of the test for proxymodule imports, add more fns for esxi proxy PR #30267: (isbm) Fix RPM issues with the date/time and add package attributes filtering PR #30360: (jfindlay) file.remove, file.absent: mention recursive dir removal PR #30221: (mbarrien) No rolcatupdate for user_exist in Postgres>=9.5 `#26845`_ PR #30358: (terminalmage) Add libgit2 version to versions-report PR #30346: (pass-by-value) Prevent orphaned volumes PR #30349: (rallytime) Back-port #30347 to 2015.8 PR #30354: (anlutro) Make sure all ignore_missing SLSes are caught PR #30356: (nmadhok) Adding code author PR #30340: (jtand) Updated seed_test.py for changes made to seed module PR #30339: (jfindlay) Backport #26511 PR #30343: (rallytime) Fix 2015.8 from incomplete back-port PR #30342: (eliasp) Correct whitespace placement in error message PR #30308: (rallytime) Back-port #30257 to 2015.8 PR #30187: (rallytime) Back-port #27606 to 2015.8 PR #30223: (serge-p) adding support for DragonFly BSD PR #30238: (rallytime) Reinit crypto before calling RSA.generate when generating keys. PR #30246: (dmacvicar) Add missing return data to scheduled jobs (`#24237`_) PR #30292: (thegoodduke) ipset: fix test=true & add comment for every entry PR #30275: (abednarik) Add permanent argument in firewalld. PR #30328: (cachedout) Fix file test PR #30310: (pass-by-value) Empty bucket fix PR #30211: (techhat) Execute choot on the correct path PR #30309: (rallytime) Back-port #30304 to 2015.8 PR #30278: (nmadhok) If datacenter is specified in the config, then look for managed objects under it PR #30305: (jacobhammons) Changed examples to use the "example.com" domain instead of "mycompan… PR #30249: (mpreziuso) Fixes performance and timeout issues on win_pkg.install PR #30217: (pass-by-value) Make sure cloud actions can be called via salt run PR #30268: (terminalmage) Optimize file_tree ext_pillar and update file.managed to allow for binary contents PR #30245: (rallytime) Boto secgroup/iam_role: Add note stating us-east-1 is default region PR #30299: (rallytime) ESXi Proxy minions states are located at salt.states.esxi, not vsphere. PR #30202: (opdude) Fixed the periodic call to beacons PR #30303: (jacobhammons) Changed notes to indicate that functions are matched using regular ex… PR #30284: (terminalmage) salt.utils.gitfs: Fix Dulwich env detection and submodule handling PR #30280: (jfindlay) add state mocking to release notes PR #30273: (rallytime) Back-port #30121 to 2015.8 PR #30301: (cachedout) Accept whatever comes into hightstate mock for state tests PR #30282: (cachedout) Fix file.append logic PR #30289: (cro) Fix problems with targeting proxies by grains PR #30293: (cro) Ensure we don't log stuff we shouldn't PR #30279: (cachedout) Allow modules to be packed into boto utils PR #30186: (rallytime) Update CLI Examples in boto_ec2 module to reflect correct arg/kwarg positioning PR #30156: (abednarik) Add option in file.append to ignore_whitespace. PR #30189: (rallytime) Back-port #30185 to 2015.8 PR #30215: (jacobhammons) Assorted doc bug fixes PR #30206: (cachedout) Revert "Fix incorrect file permissions in file.line" PR #30190: (jacobhammons) Updated doc site banners PR #30180: (jfindlay) modules.x509._dec2hex: add fmt index for 2.6 compat PR #30179: (terminalmage) Backport #26962 to 2015.8 branch PR #29693: (abednarik) Handle missing source file in ssh_auth. PR #30155: (rallytime) Update boto_secgroup and boto_iam_role docs to only use region OR profile PR #30158: (rallytime) Move _option(value) calls to __salt__['config.option'] in boto utils PR #30160: (dmurphy18) Fix parsing disk usage for line with no number and AIX values in Kilos PR #30162: (rallytime) Update list_present and append grains state function docs to be more clear. PR #30163: (rallytime) Add warning about using "=" in file.line function PR #30164: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30168: (abednarik) Fix incorrect file permissions in file.line PR #30154: (Oro) Fix file serialize on windows PR #30144: (rallytime) Added generic ESXCLI command ability to ESXi Proxy Minion PR #30142: (terminalmage) Fix dockerng.push, and allow for multiple images PR #30075: (joejulian) Convert glusterfs module to use xml PR #30129: (optix2000) Clean up _uptodate() in git state PR #30139: (rallytime) Back-port #29589 to 2015.8 PR #30124: (abednarik) Update regex to detect ip alias in OpenBSD. PR #30133: (stanislavb) Fix typo in gpgkey URL PR #30126: (stanislavb) Log S3 API error message PR #30128: (oeuftete) Log retryable transport errors as warnings PR #30096: (cachedout) Add rm_special to crontab module PR #30106: (techhat) Ensure last dir PR #30101: (gtmanfred) fix bug where nova driver exits with no adminPass PR #30090: (techhat) Add argument to isdir() PR #30094: (rallytime) Fix doc formatting for cloud.create example in module.py state PR #30095: (rallytime) Add the list_nodes_select function to linode driver PR #30082: (abednarik) Fixed saltversioninfo grain return PR #30084: (rallytime) Back-port #29987 to 2015.8 PR #30071: (rallytime) Merge branch '2015.5' into '2015.8' PR #30067: (ryan-lane) Pass in kwargs to boto_secgroup.convert_to_group_ids explicitly PR #30069: (techhat) Ensure that pki_dir exists PR #30064: (rallytime) Add Syndic documentation to miscellaneous Salt Cloud config options PR #30049: (rallytime) Add some more unit tests for the vsphere execution module PR #30060: (rallytime) Back-port #27104 to 2015.8 PR #30048: (jacobhammons) Remove internal APIs from rest_cherrypy docs. PR #30043: (rallytime) Be explicit about importing from salt.utils.jinja to avoid circular imports PR #30038: (rallytime) Back-port #30017 to 2015.8 PR #30036: (rallytime) Back-port #29995 to 2015.8 PR #30035: (rallytime) Back-port #29895 to 2015.8 PR #30034: (rallytime) Back-port #29893 to 2015.8 PR #30033: (rallytime) Back-port #29876 to 2015.8 PR #30029: (terminalmage) git.latest: Fix handling of nonexistent branches PR #30016: (anlutro) Properly normalize locales in locale.gen_locale PR #30015: (anlutro) locale module: don't escape the slash in \n PR #30022: (gqgunhed) Two minor typos fixed PR #30026: (anlutro) states.at: fix wrong variable being used PR #29966: (multani) Fix bigip state/module documentation + serializers documentation PR #29904: (twangboy) Improvements to osx packaging scripts PR #29950: (multani) boto_iam: fix deletion of IAM users when using delete_keys=true PR #29937: (multani) Fix states.boto_iam group users PR #29934: (multani) Fix state.boto_iam virtual name PR #29943: (cachedout) Check args correctly in boto_rds PR #29924: (gqgunhed) fixed: uptime now working on non-US Windows PR #29883: (serge-p) fix for nfs mounts in _active_mounts_openbsd() PR #29894: (techhat) Support Saltfile in SPM PR #29856: (rallytime) Added some initial unit tests for the salt.modules.vsphere.py file PR #29855: (rallytime) Back-port #29740 to 2015.8 PR #29890: (multani) Various documentation fixes PR #29850: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29811: (anlutro) influxdb: add retention policy module functions PR #29814: (basepi) [2015.8][Windows] Fix multi-master on windows PR #29819: (rallytime) Add esxi module and state to docs build PR #29832: (jleimbach) Fixed typo in order to use the keyboard module for RHEL without systemd PR #29803: (rallytime) Add vSphere module to doc ref module tree PR #29767: (abednarik) Hosts file update in mod_hostname. PR #29772: (terminalmage) pygit2: skip submodules when traversing tree PR #29765: (gtmanfred) allow nova driver to be boot from volume PR #29773: (l2ol33rt) Append missing wget in debian installation guide PR #29800: (rallytime) Back-port #29769 to 2015.8 PR #29775: (paulnivin) Change listen requisite resolution from name to ID declaration PR #29754: (rallytime) Back-port #29719 to 2015.8 PR #29713: (The-Loeki) Pillar-based cloud providers still forcing use of deprecated 'provider' PR #29729: (rallytime) Further clarifications on "unless" and "onlyif" requisites. PR #29737: (akissa) fix pillar sqlite3 documentation examples PR #29743: (akissa) fix pillar sqlite not honouring config options PR #29723: (rallytime) Clarify db_user and db_password kwargs for postgres_user.present state function PR #29722: (rallytime) Link "stateful" kwargs to definition of what "stateful" means for cmd state. PR #29724: (rallytime) Add examples of using multiple matching levels to Pillar docs PR #29726: (cachedout) Disable some boto tests per resolution of moto issue PR #29708: (lagesag) Fix test=True for file.directory with recurse ignore_files/ignore_dirs. PR #29642: (cachedout) Correctly restart deamonized minions on failure PR #29599: (cachedout) Clean up minion shutdown PR #29675: (clinta) allow returning all refs PR #29683: (rallytime) Catch more specific error to pass the error message through elegantly. PR #29687: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29681: (clinta) fix bare/mirror in git.latest PR #29644: (rallytime) Fixed a couple more ESXi proxy minion bugs PR #29645: (rallytime) Back-port #29558 to 2015.8 PR #29632: (jfindlay) reduce severity of tls module __virtual__ logging PR #29606: (abednarik) Fixed duplicate mtu entry in RedHat 7 network configuration. PR #29613: (rallytime) Various ESXi Proxy Minion Bug Fixes PR #29628: (DmitryKuzmenko) Don't create io_loop before fork PR #29609: (basepi) [2015.8][salt-ssh] Add ability to set salt-ssh command umask in roster PR #29603: (basepi) Fix orchestration failure-checking PR #29597: (terminalmage) dockerng: Prevent exception when API response contains empty dictionary PR #29596: (rallytime) Back-port #29587 to 2015.8 PR #29588: (rallytime) Added ESXi Proxy Minion Tutorial PR #29572: (gtmanfred) [nova] use old discover_extensions if available PR #29545: (terminalmage) git.latest: init submodules if not yet initialized PR #29548: (rallytime) Back-port #29449 to 2015.8 PR #29547: (rallytime) Refactored ESXCLI-based functions to accept a list of esxi_hosts PR #29563: (anlutro) Fix a call to deprecated method in python-influxdb PR #29565: (bdrung) Fix typos and missing release note PR #29540: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29499: (rallytime) Initial commit of ESXi Proxy Minion PR #29526: (jfindlay) 2015.8.2 notes: add note about not being released PR #29531: (jfindlay) grains.core: handle undefined variable PR #29538: (basepi) [2015.8] [salt-ssh] Remove umask around actual execution for salt-ssh PR #29505: (rallytime) Update boto_rds state docs to include funky yaml syntax for "tags" option. PR #29513: (bdrung) Drop obsolete syslog.target from systemd services PR #29500: (rallytime) Back-port #29467 to 2015.8 PR #29463: (abednarik) Add **kwargs to debconf.set. PR #29399: (jfindlay) modules.status: add human_readable option to uptime PR #29433: (cro) Files for building .pkg files for MacOS X PR #29455: (jfindlay) modules.nova.__init__: do not return None PR #29454: (jfindlay) rh_service module __virtual__ return error messages PR #29476: (tbaker57) Doc fix - route_table_present needs subnet_names (not subnets) as a key PR #29487: (rallytime) Back-port #29450 to 2015.8 PR #29441: (rallytime) Make sure docs line up with blade_idrac function specs PR #29440: (rallytime) Back-port #28925 to 2015.8 PR #29435: (galet) Grains return wrong OS version and other OS related values for Oracle Linux PR #29430: (rall0r) Fix host.present state limitation PR #29417: (jacobhammons) Repo install updates PR #29402: (techhat) Add rate limiting to linode PR #29400: (twangboy) Fix #19332 PR #29398: (cachedout) Lint 29288 PR #29331: (DmitryKuzmenko) Bugfix - #29116 raet dns error PR #29390: (jacobhammons) updated version numbers in documentation PR #29381: (nmadhok) No need to deepcopy since six.iterkeys() creates a copy PR #29349: (cro) Fix mis-setting chassis names PR #29334: (rallytime) Back-port #29237 to 2015.8 PR #29300: (ticosax) [dockerng] Add support for volume management in dockerng PR #29218: (clan) check service enable state in test mode PR #29315: (jfindlay) dev tutorial doc: fix markup errors PR #29317: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29240: (clan) handle acl_type [[d]efault:][user|group|mask|other] PR #29305: (lorengordon) Add 'file' as a source_hash proto PR #29272: (jfindlay) win_status module: handle 12 hour time in uptime PR #29289: (terminalmage) file.managed: Allow local file sources to use source_hash PR #29264: (anlutro) Prevent ssh_auth.absent from running when test=True PR #29277: (terminalmage) Update git_pillar runner to support new git ext_pillar config schema PR #29283: (cachedout) Single-quotes and use format PR #29139: (thomaso-mirodin) [salt-ssh] Add a range roster and range targeting options for the flat roster PR #29282: (cachedout) dev docs: add development tutorial PR #28994: (timcharper) add support to s3 for aws role assumption PR #29278: (techhat) Add verify_log to SPM PR #29067: (jacksontj) Fix infinite recursion in state compiler for prereq of SLSs PR #29207: (jfindlay) do not shadow ret function argument PR #29215: (rallytime) Back-port #29192 to 2015.8 PR #29217: (clan) show duration only if state_output_profile is False PR #29221: (ticosax) [dokcerng] Docu network mode PR #29269: (jfindlay) win_status module: fix function names in docs PR #29213: (rallytime) Move _wait_for_task func from vmware cloud to vmware utils PR #29271: (techhat) Pass full path for digest (SPM) PR #29244: (isbm) List products consistently across all SLES systems PR #29255: (garethgreenaway) fixes to consul module PR #29208: (whytewolf) Glance more profile errors PR #29200: (jfindlay) mount state: unmount by device is optional PR #29205: (trevor-h) Fixes #29187 - using winrm on EC2 PR #29170: (cachedout) Migrate pydsl tests to integration test suite PR #29198: (jfindlay) rh_ip module: only set the mtu once PR #29135: (jfindlay) ssh_known_hosts.present state: catch not found exc PR #29196: (s0undt3ch) We need novaclient imported to compare versions PR #29059: (terminalmage) Work around upstream pygit2 bug PR #29112: (eliasp) Prevent backtrace (KeyError) in ssh_known_hosts.present state
2016-02-08 00:55:01 +01:00
${PYSITELIB}/salt/modules/esxi.py
${PYSITELIB}/salt/modules/esxi.pyc
${PYSITELIB}/salt/modules/esxi.pyo
${PYSITELIB}/salt/modules/esxvm.py
${PYSITELIB}/salt/modules/esxvm.pyc
${PYSITELIB}/salt/modules/esxvm.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/etcd_mod.py
${PYSITELIB}/salt/modules/etcd_mod.pyc
${PYSITELIB}/salt/modules/etcd_mod.pyo
${PYSITELIB}/salt/modules/ethtool.py
${PYSITELIB}/salt/modules/ethtool.pyc
${PYSITELIB}/salt/modules/ethtool.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/event.py
${PYSITELIB}/salt/modules/event.pyc
${PYSITELIB}/salt/modules/event.pyo
${PYSITELIB}/salt/modules/extfs.py
${PYSITELIB}/salt/modules/extfs.pyc
${PYSITELIB}/salt/modules/extfs.pyo
${PYSITELIB}/salt/modules/file.py
${PYSITELIB}/salt/modules/file.pyc
${PYSITELIB}/salt/modules/file.pyo
${PYSITELIB}/salt/modules/firewalld.py
${PYSITELIB}/salt/modules/firewalld.pyc
${PYSITELIB}/salt/modules/firewalld.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/freebsd_sysctl.py
${PYSITELIB}/salt/modules/freebsd_sysctl.pyc
${PYSITELIB}/salt/modules/freebsd_sysctl.pyo
${PYSITELIB}/salt/modules/freebsd_update.py
${PYSITELIB}/salt/modules/freebsd_update.pyc
${PYSITELIB}/salt/modules/freebsd_update.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/freebsdjail.py
${PYSITELIB}/salt/modules/freebsdjail.pyc
${PYSITELIB}/salt/modules/freebsdjail.pyo
${PYSITELIB}/salt/modules/freebsdkmod.py
${PYSITELIB}/salt/modules/freebsdkmod.pyc
${PYSITELIB}/salt/modules/freebsdkmod.pyo
${PYSITELIB}/salt/modules/freebsdpkg.py
${PYSITELIB}/salt/modules/freebsdpkg.pyc
${PYSITELIB}/salt/modules/freebsdpkg.pyo
${PYSITELIB}/salt/modules/freebsdports.py
${PYSITELIB}/salt/modules/freebsdports.pyc
${PYSITELIB}/salt/modules/freebsdports.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/freebsdservice.py
${PYSITELIB}/salt/modules/freebsdservice.pyc
${PYSITELIB}/salt/modules/freebsdservice.pyo
${PYSITELIB}/salt/modules/gcp_addon.py
${PYSITELIB}/salt/modules/gcp_addon.pyc
${PYSITELIB}/salt/modules/gcp_addon.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/gem.py
${PYSITELIB}/salt/modules/gem.pyc
${PYSITELIB}/salt/modules/gem.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/genesis.py
${PYSITELIB}/salt/modules/genesis.pyc
${PYSITELIB}/salt/modules/genesis.pyo
${PYSITELIB}/salt/modules/gentoo_service.py
${PYSITELIB}/salt/modules/gentoo_service.pyc
${PYSITELIB}/salt/modules/gentoo_service.pyo
${PYSITELIB}/salt/modules/gentoolkitmod.py
${PYSITELIB}/salt/modules/gentoolkitmod.pyc
${PYSITELIB}/salt/modules/gentoolkitmod.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/git.py
${PYSITELIB}/salt/modules/git.pyc
${PYSITELIB}/salt/modules/git.pyo
${PYSITELIB}/salt/modules/github.py
${PYSITELIB}/salt/modules/github.pyc
${PYSITELIB}/salt/modules/github.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/glance.py
${PYSITELIB}/salt/modules/glance.pyc
${PYSITELIB}/salt/modules/glance.pyo
${PYSITELIB}/salt/modules/glanceng.py
${PYSITELIB}/salt/modules/glanceng.pyc
${PYSITELIB}/salt/modules/glanceng.pyo
${PYSITELIB}/salt/modules/glassfish.py
${PYSITELIB}/salt/modules/glassfish.pyc
${PYSITELIB}/salt/modules/glassfish.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/glusterfs.py
${PYSITELIB}/salt/modules/glusterfs.pyc
${PYSITELIB}/salt/modules/glusterfs.pyo
${PYSITELIB}/salt/modules/gnomedesktop.py
${PYSITELIB}/salt/modules/gnomedesktop.pyc
${PYSITELIB}/salt/modules/gnomedesktop.pyo
${PYSITELIB}/salt/modules/google_chat.py
${PYSITELIB}/salt/modules/google_chat.pyc
${PYSITELIB}/salt/modules/google_chat.pyo
${PYSITELIB}/salt/modules/gpg.py
${PYSITELIB}/salt/modules/gpg.pyc
${PYSITELIB}/salt/modules/gpg.pyo
${PYSITELIB}/salt/modules/grafana4.py
${PYSITELIB}/salt/modules/grafana4.pyc
${PYSITELIB}/salt/modules/grafana4.pyo
${PYSITELIB}/salt/modules/grains.py
${PYSITELIB}/salt/modules/grains.pyc
${PYSITELIB}/salt/modules/grains.pyo
${PYSITELIB}/salt/modules/groupadd.py
${PYSITELIB}/salt/modules/groupadd.pyc
${PYSITELIB}/salt/modules/groupadd.pyo
${PYSITELIB}/salt/modules/grub_legacy.py
${PYSITELIB}/salt/modules/grub_legacy.pyc
${PYSITELIB}/salt/modules/grub_legacy.pyo
${PYSITELIB}/salt/modules/guestfs.py
${PYSITELIB}/salt/modules/guestfs.pyc
${PYSITELIB}/salt/modules/guestfs.pyo
${PYSITELIB}/salt/modules/hadoop.py
${PYSITELIB}/salt/modules/hadoop.pyc
${PYSITELIB}/salt/modules/hadoop.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/haproxyconn.py
${PYSITELIB}/salt/modules/haproxyconn.pyc
${PYSITELIB}/salt/modules/haproxyconn.pyo
${PYSITELIB}/salt/modules/hashutil.py
${PYSITELIB}/salt/modules/hashutil.pyc
${PYSITELIB}/salt/modules/hashutil.pyo
${PYSITELIB}/salt/modules/heat.py
${PYSITELIB}/salt/modules/heat.pyc
${PYSITELIB}/salt/modules/heat.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/hg.py
${PYSITELIB}/salt/modules/hg.pyc
${PYSITELIB}/salt/modules/hg.pyo
${PYSITELIB}/salt/modules/highstate_doc.py
${PYSITELIB}/salt/modules/highstate_doc.pyc
${PYSITELIB}/salt/modules/highstate_doc.pyo
${PYSITELIB}/salt/modules/hipchat.py
${PYSITELIB}/salt/modules/hipchat.pyc
${PYSITELIB}/salt/modules/hipchat.pyo
${PYSITELIB}/salt/modules/hosts.py
${PYSITELIB}/salt/modules/hosts.pyc
${PYSITELIB}/salt/modules/hosts.pyo
${PYSITELIB}/salt/modules/http.py
${PYSITELIB}/salt/modules/http.pyc
${PYSITELIB}/salt/modules/http.pyo
${PYSITELIB}/salt/modules/icinga2.py
${PYSITELIB}/salt/modules/icinga2.pyc
${PYSITELIB}/salt/modules/icinga2.pyo
${PYSITELIB}/salt/modules/ifttt.py
${PYSITELIB}/salt/modules/ifttt.pyc
${PYSITELIB}/salt/modules/ifttt.pyo
${PYSITELIB}/salt/modules/ilo.py
${PYSITELIB}/salt/modules/ilo.pyc
${PYSITELIB}/salt/modules/ilo.pyo
${PYSITELIB}/salt/modules/incron.py
${PYSITELIB}/salt/modules/incron.pyc
${PYSITELIB}/salt/modules/incron.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/influxdb08mod.py
${PYSITELIB}/salt/modules/influxdb08mod.pyc
${PYSITELIB}/salt/modules/influxdb08mod.pyo
${PYSITELIB}/salt/modules/influxdbmod.py
${PYSITELIB}/salt/modules/influxdbmod.pyc
${PYSITELIB}/salt/modules/influxdbmod.pyo
${PYSITELIB}/salt/modules/infoblox.py
${PYSITELIB}/salt/modules/infoblox.pyc
${PYSITELIB}/salt/modules/infoblox.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/ini_manage.py
${PYSITELIB}/salt/modules/ini_manage.pyc
${PYSITELIB}/salt/modules/ini_manage.pyo
${PYSITELIB}/salt/modules/inspectlib/__init__.py
${PYSITELIB}/salt/modules/inspectlib/__init__.pyc
${PYSITELIB}/salt/modules/inspectlib/__init__.pyo
${PYSITELIB}/salt/modules/inspectlib/collector.py
${PYSITELIB}/salt/modules/inspectlib/collector.pyc
${PYSITELIB}/salt/modules/inspectlib/collector.pyo
${PYSITELIB}/salt/modules/inspectlib/dbhandle.py
${PYSITELIB}/salt/modules/inspectlib/dbhandle.pyc
${PYSITELIB}/salt/modules/inspectlib/dbhandle.pyo
${PYSITELIB}/salt/modules/inspectlib/entities.py
${PYSITELIB}/salt/modules/inspectlib/entities.pyc
${PYSITELIB}/salt/modules/inspectlib/entities.pyo
${PYSITELIB}/salt/modules/inspectlib/exceptions.py
${PYSITELIB}/salt/modules/inspectlib/exceptions.pyc
${PYSITELIB}/salt/modules/inspectlib/exceptions.pyo
${PYSITELIB}/salt/modules/inspectlib/fsdb.py
${PYSITELIB}/salt/modules/inspectlib/fsdb.pyc
${PYSITELIB}/salt/modules/inspectlib/fsdb.pyo
${PYSITELIB}/salt/modules/inspectlib/kiwiproc.py
${PYSITELIB}/salt/modules/inspectlib/kiwiproc.pyc
${PYSITELIB}/salt/modules/inspectlib/kiwiproc.pyo
${PYSITELIB}/salt/modules/inspectlib/query.py
${PYSITELIB}/salt/modules/inspectlib/query.pyc
${PYSITELIB}/salt/modules/inspectlib/query.pyo
${PYSITELIB}/salt/modules/inspector.py
${PYSITELIB}/salt/modules/inspector.pyc
${PYSITELIB}/salt/modules/inspector.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/introspect.py
${PYSITELIB}/salt/modules/introspect.pyc
${PYSITELIB}/salt/modules/introspect.pyo
${PYSITELIB}/salt/modules/iosconfig.py
${PYSITELIB}/salt/modules/iosconfig.pyc
${PYSITELIB}/salt/modules/iosconfig.pyo
${PYSITELIB}/salt/modules/ipmi.py
${PYSITELIB}/salt/modules/ipmi.pyc
${PYSITELIB}/salt/modules/ipmi.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/ipset.py
${PYSITELIB}/salt/modules/ipset.pyc
${PYSITELIB}/salt/modules/ipset.pyo
${PYSITELIB}/salt/modules/iptables.py
${PYSITELIB}/salt/modules/iptables.pyc
${PYSITELIB}/salt/modules/iptables.pyo
${PYSITELIB}/salt/modules/iwtools.py
${PYSITELIB}/salt/modules/iwtools.pyc
${PYSITELIB}/salt/modules/iwtools.pyo
${PYSITELIB}/salt/modules/jboss7.py
${PYSITELIB}/salt/modules/jboss7.pyc
${PYSITELIB}/salt/modules/jboss7.pyo
${PYSITELIB}/salt/modules/jboss7_cli.py
${PYSITELIB}/salt/modules/jboss7_cli.pyc
${PYSITELIB}/salt/modules/jboss7_cli.pyo
${PYSITELIB}/salt/modules/jenkinsmod.py
${PYSITELIB}/salt/modules/jenkinsmod.pyc
${PYSITELIB}/salt/modules/jenkinsmod.pyo
${PYSITELIB}/salt/modules/jira_mod.py
${PYSITELIB}/salt/modules/jira_mod.pyc
${PYSITELIB}/salt/modules/jira_mod.pyo
${PYSITELIB}/salt/modules/junos.py
${PYSITELIB}/salt/modules/junos.pyc
${PYSITELIB}/salt/modules/junos.pyo
${PYSITELIB}/salt/modules/k8s.py
${PYSITELIB}/salt/modules/k8s.pyc
${PYSITELIB}/salt/modules/k8s.pyo
${PYSITELIB}/salt/modules/kapacitor.py
${PYSITELIB}/salt/modules/kapacitor.pyc
${PYSITELIB}/salt/modules/kapacitor.pyo
${PYSITELIB}/salt/modules/kerberos.py
${PYSITELIB}/salt/modules/kerberos.pyc
${PYSITELIB}/salt/modules/kerberos.pyo
${PYSITELIB}/salt/modules/kernelpkg_linux_apt.py
${PYSITELIB}/salt/modules/kernelpkg_linux_apt.pyc
${PYSITELIB}/salt/modules/kernelpkg_linux_apt.pyo
${PYSITELIB}/salt/modules/kernelpkg_linux_yum.py
${PYSITELIB}/salt/modules/kernelpkg_linux_yum.pyc
${PYSITELIB}/salt/modules/kernelpkg_linux_yum.pyo
${PYSITELIB}/salt/modules/key.py
${PYSITELIB}/salt/modules/key.pyc
${PYSITELIB}/salt/modules/key.pyo
${PYSITELIB}/salt/modules/keyboard.py
${PYSITELIB}/salt/modules/keyboard.pyc
${PYSITELIB}/salt/modules/keyboard.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/keystone.py
${PYSITELIB}/salt/modules/keystone.pyc
${PYSITELIB}/salt/modules/keystone.pyo
${PYSITELIB}/salt/modules/keystoneng.py
${PYSITELIB}/salt/modules/keystoneng.pyc
${PYSITELIB}/salt/modules/keystoneng.pyo
${PYSITELIB}/salt/modules/kmod.py
${PYSITELIB}/salt/modules/kmod.pyc
${PYSITELIB}/salt/modules/kmod.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/kubernetesmod.py
${PYSITELIB}/salt/modules/kubernetesmod.pyc
${PYSITELIB}/salt/modules/kubernetesmod.pyo
${PYSITELIB}/salt/modules/launchctl_service.py
${PYSITELIB}/salt/modules/launchctl_service.pyc
${PYSITELIB}/salt/modules/launchctl_service.pyo
${PYSITELIB}/salt/modules/layman.py
${PYSITELIB}/salt/modules/layman.pyc
${PYSITELIB}/salt/modules/layman.pyo
${PYSITELIB}/salt/modules/ldap3.py
${PYSITELIB}/salt/modules/ldap3.pyc
${PYSITELIB}/salt/modules/ldap3.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/ldapmod.py
${PYSITELIB}/salt/modules/ldapmod.pyc
${PYSITELIB}/salt/modules/ldapmod.pyo
${PYSITELIB}/salt/modules/libcloud_compute.py
${PYSITELIB}/salt/modules/libcloud_compute.pyc
${PYSITELIB}/salt/modules/libcloud_compute.pyo
${PYSITELIB}/salt/modules/libcloud_dns.py
${PYSITELIB}/salt/modules/libcloud_dns.pyc
${PYSITELIB}/salt/modules/libcloud_dns.pyo
${PYSITELIB}/salt/modules/libcloud_loadbalancer.py
${PYSITELIB}/salt/modules/libcloud_loadbalancer.pyc
${PYSITELIB}/salt/modules/libcloud_loadbalancer.pyo
${PYSITELIB}/salt/modules/libcloud_storage.py
${PYSITELIB}/salt/modules/libcloud_storage.pyc
${PYSITELIB}/salt/modules/libcloud_storage.pyo
${PYSITELIB}/salt/modules/linux_acl.py
${PYSITELIB}/salt/modules/linux_acl.pyc
${PYSITELIB}/salt/modules/linux_acl.pyo
${PYSITELIB}/salt/modules/linux_ip.py
${PYSITELIB}/salt/modules/linux_ip.pyc
${PYSITELIB}/salt/modules/linux_ip.pyo
${PYSITELIB}/salt/modules/linux_lvm.py
${PYSITELIB}/salt/modules/linux_lvm.pyc
${PYSITELIB}/salt/modules/linux_lvm.pyo
${PYSITELIB}/salt/modules/linux_sysctl.py
${PYSITELIB}/salt/modules/linux_sysctl.pyc
${PYSITELIB}/salt/modules/linux_sysctl.pyo
${PYSITELIB}/salt/modules/localemod.py
${PYSITELIB}/salt/modules/localemod.pyc
${PYSITELIB}/salt/modules/localemod.pyo
${PYSITELIB}/salt/modules/locate.py
${PYSITELIB}/salt/modules/locate.pyc
${PYSITELIB}/salt/modules/locate.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/logadm.py
${PYSITELIB}/salt/modules/logadm.pyc
${PYSITELIB}/salt/modules/logadm.pyo
${PYSITELIB}/salt/modules/logmod.py
${PYSITELIB}/salt/modules/logmod.pyc
${PYSITELIB}/salt/modules/logmod.pyo
${PYSITELIB}/salt/modules/logrotate.py
${PYSITELIB}/salt/modules/logrotate.pyc
${PYSITELIB}/salt/modules/logrotate.pyo
${PYSITELIB}/salt/modules/lvs.py
${PYSITELIB}/salt/modules/lvs.pyc
${PYSITELIB}/salt/modules/lvs.pyo
${PYSITELIB}/salt/modules/lxc.py
${PYSITELIB}/salt/modules/lxc.pyc
${PYSITELIB}/salt/modules/lxc.pyo
${PYSITELIB}/salt/modules/lxd.py
${PYSITELIB}/salt/modules/lxd.pyc
${PYSITELIB}/salt/modules/lxd.pyo
${PYSITELIB}/salt/modules/mac_assistive.py
${PYSITELIB}/salt/modules/mac_assistive.pyc
${PYSITELIB}/salt/modules/mac_assistive.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/mac_brew_pkg.py
${PYSITELIB}/salt/modules/mac_brew_pkg.pyc
${PYSITELIB}/salt/modules/mac_brew_pkg.pyo
${PYSITELIB}/salt/modules/mac_desktop.py
${PYSITELIB}/salt/modules/mac_desktop.pyc
${PYSITELIB}/salt/modules/mac_desktop.pyo
${PYSITELIB}/salt/modules/mac_group.py
${PYSITELIB}/salt/modules/mac_group.pyc
${PYSITELIB}/salt/modules/mac_group.pyo
${PYSITELIB}/salt/modules/mac_keychain.py
${PYSITELIB}/salt/modules/mac_keychain.pyc
${PYSITELIB}/salt/modules/mac_keychain.pyo
${PYSITELIB}/salt/modules/mac_pkgutil.py
${PYSITELIB}/salt/modules/mac_pkgutil.pyc
${PYSITELIB}/salt/modules/mac_pkgutil.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/mac_portspkg.py
${PYSITELIB}/salt/modules/mac_portspkg.pyc
${PYSITELIB}/salt/modules/mac_portspkg.pyo
${PYSITELIB}/salt/modules/mac_power.py
${PYSITELIB}/salt/modules/mac_power.pyc
${PYSITELIB}/salt/modules/mac_power.pyo
${PYSITELIB}/salt/modules/mac_service.py
${PYSITELIB}/salt/modules/mac_service.pyc
${PYSITELIB}/salt/modules/mac_service.pyo
${PYSITELIB}/salt/modules/mac_shadow.py
${PYSITELIB}/salt/modules/mac_shadow.pyc
${PYSITELIB}/salt/modules/mac_shadow.pyo
${PYSITELIB}/salt/modules/mac_softwareupdate.py
${PYSITELIB}/salt/modules/mac_softwareupdate.pyc
${PYSITELIB}/salt/modules/mac_softwareupdate.pyo
${PYSITELIB}/salt/modules/mac_sysctl.py
${PYSITELIB}/salt/modules/mac_sysctl.pyc
${PYSITELIB}/salt/modules/mac_sysctl.pyo
${PYSITELIB}/salt/modules/mac_system.py
${PYSITELIB}/salt/modules/mac_system.pyc
${PYSITELIB}/salt/modules/mac_system.pyo
${PYSITELIB}/salt/modules/mac_timezone.py
${PYSITELIB}/salt/modules/mac_timezone.pyc
${PYSITELIB}/salt/modules/mac_timezone.pyo
${PYSITELIB}/salt/modules/mac_user.py
${PYSITELIB}/salt/modules/mac_user.pyc
${PYSITELIB}/salt/modules/mac_user.pyo
${PYSITELIB}/salt/modules/mac_xattr.py
${PYSITELIB}/salt/modules/mac_xattr.pyc
${PYSITELIB}/salt/modules/mac_xattr.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/macdefaults.py
${PYSITELIB}/salt/modules/macdefaults.pyc
${PYSITELIB}/salt/modules/macdefaults.pyo
${PYSITELIB}/salt/modules/macpackage.py
${PYSITELIB}/salt/modules/macpackage.pyc
${PYSITELIB}/salt/modules/macpackage.pyo
${PYSITELIB}/salt/modules/makeconf.py
${PYSITELIB}/salt/modules/makeconf.pyc
${PYSITELIB}/salt/modules/makeconf.pyo
${PYSITELIB}/salt/modules/mandrill.py
${PYSITELIB}/salt/modules/mandrill.pyc
${PYSITELIB}/salt/modules/mandrill.pyo
${PYSITELIB}/salt/modules/marathon.py
${PYSITELIB}/salt/modules/marathon.pyc
${PYSITELIB}/salt/modules/marathon.pyo
. Fixed rc.d script by adding comment_interpreter . Updated salt to version 0.15.0 From SaltStack website: Salt 0.15.0 comes with many smaller features and a few larger ones. The Salt Mine First there was the peer system, allowing for commands to be executed from a minion to other minions to gather data live. Then there was the external job cache for storing and accessing long term data. Now the middle ground is being filled in with the Salt Mine. The Salt Mine is a system used to execute functions on a regular basis on minions and then store only the most recent data from the functions on the master, then the data is looked up via targets. The mine caches data that is public to all minions, so when a minion posts data to the mine all other minions can see it. IPV6 Support 0.13.0 saw the addition of initial IPV6 support but errors were encountered and it needed to be stripped out. This time the code covers more cases and must be explicitly enabled. But the support is much more extensive than before. Copy Files From Minions to the Master Minions have long been able to copy files down from the master file server, but until now files could not be easily copied from the minion up to the master. A new function called cp.push can push files from the minions up to the master server. The uploaded files are then cached on the master in the master cachedir for each minon. Better Template Debugging Template errors have long been a burden when writing states and pillar. 0.15.0 will now send the compiled template data to the debug log, this makes tracking down the intermittent stage templates much easier. So running state.sls or state.highstate with -l debug will now print out the rendered templates in the debug information. State Event Firing The state system is now more closely tied to the master's event bus. Now when a state fails the failure will be fired on the master event bus so that the reactor can respond to it. Major Syndic Updates The Syndic system has been basically re-written. Now it runs in a completely asynchronous way and functions primarily as an event broker. This means that the events fired on the syndic are now pushed up to the higher level master instead of the old method used which waited for the client libraries to return. This makes the syndic much more accurate and powerful, it also means that all events fired on the syndic master make it up the pipe as well making a reactor on the higher level master able to react to minions further downstream. Peer System Updates The Peer System has been updated to run using the client libraries instead of firing directly over the publish bus. This makes the peer system much more consistent and reliable. Minion Key Revocation In the past when a minion was decommissioned the key needed to be manually deleted on the master, but now a function on the minion can be used to revoke the calling minion's key: salt-call saltutil.revoke_auth Function Return Codes Functions can now be assigned numeric return codes to determine if the function executed successfully. While not all functions have been given return codes, many have and it is an ongoing effort to fill out all functions that might return a non-zero return code. Functions in Overstate The overstate system was originally created to just manage the execution of states, but with the addition of return codes to functions, requisite logic can now be used with respect to the overstate. This means that an overstate stage can now run single functions instead of just state executions. Pillar Error Reporting Previously if errors surfaced in pillar, then the pillar would consist of only and empty dict. Now all data that was successfully rendered stays in pillar and the render error is also made available. If errors are found in the pillar, states will refuse to run. Using Cached State Data Sometimes states are executed purely to maintain a specific state rather than to update states with new configs. This is grounds for the new cached state system. By adding cache=True to a state call the state will not be generated fresh from the master but the last state data to be generated will be used. If no previous state data is available then fresh data will be generated. Monitoring States The new monitoring states system has been started. This is very young but allows for states to be used to configure monitoring routines. So far only one monitoring state is available, the disk.status state. As more capabilities are added to Salt UI the monitoring capabilities of Salt will continue to be expanded.
2013-05-05 14:26:23 +02:00
${PYSITELIB}/salt/modules/match.py
${PYSITELIB}/salt/modules/match.pyc
${PYSITELIB}/salt/modules/match.pyo
${PYSITELIB}/salt/modules/mattermost.py
${PYSITELIB}/salt/modules/mattermost.pyc
${PYSITELIB}/salt/modules/mattermost.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/mdadm_raid.py
${PYSITELIB}/salt/modules/mdadm_raid.pyc
${PYSITELIB}/salt/modules/mdadm_raid.pyo
${PYSITELIB}/salt/modules/mdata.py
${PYSITELIB}/salt/modules/mdata.pyc
${PYSITELIB}/salt/modules/mdata.pyo
${PYSITELIB}/salt/modules/memcached.py
${PYSITELIB}/salt/modules/memcached.pyc
${PYSITELIB}/salt/modules/memcached.pyo
. Fixed rc.d script by adding comment_interpreter . Updated salt to version 0.15.0 From SaltStack website: Salt 0.15.0 comes with many smaller features and a few larger ones. The Salt Mine First there was the peer system, allowing for commands to be executed from a minion to other minions to gather data live. Then there was the external job cache for storing and accessing long term data. Now the middle ground is being filled in with the Salt Mine. The Salt Mine is a system used to execute functions on a regular basis on minions and then store only the most recent data from the functions on the master, then the data is looked up via targets. The mine caches data that is public to all minions, so when a minion posts data to the mine all other minions can see it. IPV6 Support 0.13.0 saw the addition of initial IPV6 support but errors were encountered and it needed to be stripped out. This time the code covers more cases and must be explicitly enabled. But the support is much more extensive than before. Copy Files From Minions to the Master Minions have long been able to copy files down from the master file server, but until now files could not be easily copied from the minion up to the master. A new function called cp.push can push files from the minions up to the master server. The uploaded files are then cached on the master in the master cachedir for each minon. Better Template Debugging Template errors have long been a burden when writing states and pillar. 0.15.0 will now send the compiled template data to the debug log, this makes tracking down the intermittent stage templates much easier. So running state.sls or state.highstate with -l debug will now print out the rendered templates in the debug information. State Event Firing The state system is now more closely tied to the master's event bus. Now when a state fails the failure will be fired on the master event bus so that the reactor can respond to it. Major Syndic Updates The Syndic system has been basically re-written. Now it runs in a completely asynchronous way and functions primarily as an event broker. This means that the events fired on the syndic are now pushed up to the higher level master instead of the old method used which waited for the client libraries to return. This makes the syndic much more accurate and powerful, it also means that all events fired on the syndic master make it up the pipe as well making a reactor on the higher level master able to react to minions further downstream. Peer System Updates The Peer System has been updated to run using the client libraries instead of firing directly over the publish bus. This makes the peer system much more consistent and reliable. Minion Key Revocation In the past when a minion was decommissioned the key needed to be manually deleted on the master, but now a function on the minion can be used to revoke the calling minion's key: salt-call saltutil.revoke_auth Function Return Codes Functions can now be assigned numeric return codes to determine if the function executed successfully. While not all functions have been given return codes, many have and it is an ongoing effort to fill out all functions that might return a non-zero return code. Functions in Overstate The overstate system was originally created to just manage the execution of states, but with the addition of return codes to functions, requisite logic can now be used with respect to the overstate. This means that an overstate stage can now run single functions instead of just state executions. Pillar Error Reporting Previously if errors surfaced in pillar, then the pillar would consist of only and empty dict. Now all data that was successfully rendered stays in pillar and the render error is also made available. If errors are found in the pillar, states will refuse to run. Using Cached State Data Sometimes states are executed purely to maintain a specific state rather than to update states with new configs. This is grounds for the new cached state system. By adding cache=True to a state call the state will not be generated fresh from the master but the last state data to be generated will be used. If no previous state data is available then fresh data will be generated. Monitoring States The new monitoring states system has been started. This is very young but allows for states to be used to configure monitoring routines. So far only one monitoring state is available, the disk.status state. As more capabilities are added to Salt UI the monitoring capabilities of Salt will continue to be expanded.
2013-05-05 14:26:23 +02:00
${PYSITELIB}/salt/modules/mine.py
${PYSITELIB}/salt/modules/mine.pyc
${PYSITELIB}/salt/modules/mine.pyo
${PYSITELIB}/salt/modules/minion.py
${PYSITELIB}/salt/modules/minion.pyc
${PYSITELIB}/salt/modules/minion.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/mod_random.py
${PYSITELIB}/salt/modules/mod_random.pyc
${PYSITELIB}/salt/modules/mod_random.pyo
${PYSITELIB}/salt/modules/modjk.py
${PYSITELIB}/salt/modules/modjk.pyc
${PYSITELIB}/salt/modules/modjk.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/mongodb.py
${PYSITELIB}/salt/modules/mongodb.pyc
${PYSITELIB}/salt/modules/mongodb.pyo
${PYSITELIB}/salt/modules/monit.py
${PYSITELIB}/salt/modules/monit.pyc
${PYSITELIB}/salt/modules/monit.pyo
${PYSITELIB}/salt/modules/moosefs.py
${PYSITELIB}/salt/modules/moosefs.pyc
${PYSITELIB}/salt/modules/moosefs.pyo
${PYSITELIB}/salt/modules/mount.py
${PYSITELIB}/salt/modules/mount.pyc
${PYSITELIB}/salt/modules/mount.pyo
${PYSITELIB}/salt/modules/mssql.py
${PYSITELIB}/salt/modules/mssql.pyc
${PYSITELIB}/salt/modules/mssql.pyo
${PYSITELIB}/salt/modules/msteams.py
${PYSITELIB}/salt/modules/msteams.pyc
${PYSITELIB}/salt/modules/msteams.pyo
${PYSITELIB}/salt/modules/munin.py
${PYSITELIB}/salt/modules/munin.pyc
${PYSITELIB}/salt/modules/munin.pyo
${PYSITELIB}/salt/modules/mysql.py
${PYSITELIB}/salt/modules/mysql.pyc
${PYSITELIB}/salt/modules/mysql.pyo
${PYSITELIB}/salt/modules/nacl.py
${PYSITELIB}/salt/modules/nacl.pyc
${PYSITELIB}/salt/modules/nacl.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/nagios.py
${PYSITELIB}/salt/modules/nagios.pyc
${PYSITELIB}/salt/modules/nagios.pyo
${PYSITELIB}/salt/modules/nagios_rpc.py
${PYSITELIB}/salt/modules/nagios_rpc.pyc
${PYSITELIB}/salt/modules/nagios_rpc.pyo
${PYSITELIB}/salt/modules/namecheap_domains.py
${PYSITELIB}/salt/modules/namecheap_domains.pyc
${PYSITELIB}/salt/modules/namecheap_domains.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/namecheap_domains_dns.py
${PYSITELIB}/salt/modules/namecheap_domains_dns.pyc
${PYSITELIB}/salt/modules/namecheap_domains_dns.pyo
${PYSITELIB}/salt/modules/namecheap_domains_ns.py
${PYSITELIB}/salt/modules/namecheap_domains_ns.pyc
${PYSITELIB}/salt/modules/namecheap_domains_ns.pyo
${PYSITELIB}/salt/modules/namecheap_ssl.py
${PYSITELIB}/salt/modules/namecheap_ssl.pyc
${PYSITELIB}/salt/modules/namecheap_ssl.pyo
${PYSITELIB}/salt/modules/namecheap_users.py
${PYSITELIB}/salt/modules/namecheap_users.pyc
${PYSITELIB}/salt/modules/namecheap_users.pyo
${PYSITELIB}/salt/modules/napalm_bgp.py
${PYSITELIB}/salt/modules/napalm_bgp.pyc
${PYSITELIB}/salt/modules/napalm_bgp.pyo
${PYSITELIB}/salt/modules/napalm_formula.py
${PYSITELIB}/salt/modules/napalm_formula.pyc
${PYSITELIB}/salt/modules/napalm_formula.pyo
${PYSITELIB}/salt/modules/napalm_mod.py
${PYSITELIB}/salt/modules/napalm_mod.pyc
${PYSITELIB}/salt/modules/napalm_mod.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/napalm_netacl.py
${PYSITELIB}/salt/modules/napalm_netacl.pyc
${PYSITELIB}/salt/modules/napalm_netacl.pyo
${PYSITELIB}/salt/modules/napalm_network.py
${PYSITELIB}/salt/modules/napalm_network.pyc
${PYSITELIB}/salt/modules/napalm_network.pyo
${PYSITELIB}/salt/modules/napalm_ntp.py
${PYSITELIB}/salt/modules/napalm_ntp.pyc
${PYSITELIB}/salt/modules/napalm_ntp.pyo
${PYSITELIB}/salt/modules/napalm_probes.py
${PYSITELIB}/salt/modules/napalm_probes.pyc
${PYSITELIB}/salt/modules/napalm_probes.pyo
${PYSITELIB}/salt/modules/napalm_route.py
${PYSITELIB}/salt/modules/napalm_route.pyc
${PYSITELIB}/salt/modules/napalm_route.pyo
${PYSITELIB}/salt/modules/napalm_snmp.py
${PYSITELIB}/salt/modules/napalm_snmp.pyc
${PYSITELIB}/salt/modules/napalm_snmp.pyo
${PYSITELIB}/salt/modules/napalm_users.py
${PYSITELIB}/salt/modules/napalm_users.pyc
${PYSITELIB}/salt/modules/napalm_users.pyo
${PYSITELIB}/salt/modules/napalm_yang_mod.py
${PYSITELIB}/salt/modules/napalm_yang_mod.pyc
${PYSITELIB}/salt/modules/napalm_yang_mod.pyo
${PYSITELIB}/salt/modules/netaddress.py
${PYSITELIB}/salt/modules/netaddress.pyc
${PYSITELIB}/salt/modules/netaddress.pyo
${PYSITELIB}/salt/modules/netbox.py
${PYSITELIB}/salt/modules/netbox.pyc
${PYSITELIB}/salt/modules/netbox.pyo
${PYSITELIB}/salt/modules/netbsd_sysctl.py
${PYSITELIB}/salt/modules/netbsd_sysctl.pyc
${PYSITELIB}/salt/modules/netbsd_sysctl.pyo
${PYSITELIB}/salt/modules/netbsdservice.py
${PYSITELIB}/salt/modules/netbsdservice.pyc
${PYSITELIB}/salt/modules/netbsdservice.pyo
${PYSITELIB}/salt/modules/netmiko_mod.py
${PYSITELIB}/salt/modules/netmiko_mod.pyc
${PYSITELIB}/salt/modules/netmiko_mod.pyo
${PYSITELIB}/salt/modules/netscaler.py
${PYSITELIB}/salt/modules/netscaler.pyc
${PYSITELIB}/salt/modules/netscaler.pyo
${PYSITELIB}/salt/modules/network.py
${PYSITELIB}/salt/modules/network.pyc
${PYSITELIB}/salt/modules/network.pyo
${PYSITELIB}/salt/modules/neutron.py
${PYSITELIB}/salt/modules/neutron.pyc
${PYSITELIB}/salt/modules/neutron.pyo
${PYSITELIB}/salt/modules/neutronng.py
${PYSITELIB}/salt/modules/neutronng.pyc
${PYSITELIB}/salt/modules/neutronng.pyo
${PYSITELIB}/salt/modules/nexus.py
${PYSITELIB}/salt/modules/nexus.pyc
${PYSITELIB}/salt/modules/nexus.pyo
${PYSITELIB}/salt/modules/nfs3.py
${PYSITELIB}/salt/modules/nfs3.pyc
${PYSITELIB}/salt/modules/nfs3.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/nftables.py
${PYSITELIB}/salt/modules/nftables.pyc
${PYSITELIB}/salt/modules/nftables.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/nginx.py
${PYSITELIB}/salt/modules/nginx.pyc
${PYSITELIB}/salt/modules/nginx.pyo
${PYSITELIB}/salt/modules/nilrt_ip.py
${PYSITELIB}/salt/modules/nilrt_ip.pyc
${PYSITELIB}/salt/modules/nilrt_ip.pyo
${PYSITELIB}/salt/modules/nix.py
${PYSITELIB}/salt/modules/nix.pyc
${PYSITELIB}/salt/modules/nix.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/nova.py
${PYSITELIB}/salt/modules/nova.pyc
${PYSITELIB}/salt/modules/nova.pyo
${PYSITELIB}/salt/modules/npm.py
${PYSITELIB}/salt/modules/npm.pyc
${PYSITELIB}/salt/modules/npm.pyo
${PYSITELIB}/salt/modules/nspawn.py
${PYSITELIB}/salt/modules/nspawn.pyc
${PYSITELIB}/salt/modules/nspawn.pyo
${PYSITELIB}/salt/modules/nxos.py
${PYSITELIB}/salt/modules/nxos.pyc
${PYSITELIB}/salt/modules/nxos.pyo
${PYSITELIB}/salt/modules/nxos_api.py
${PYSITELIB}/salt/modules/nxos_api.pyc
${PYSITELIB}/salt/modules/nxos_api.pyo
${PYSITELIB}/salt/modules/omapi.py
${PYSITELIB}/salt/modules/omapi.pyc
${PYSITELIB}/salt/modules/omapi.pyo
${PYSITELIB}/salt/modules/openbsd_sysctl.py
${PYSITELIB}/salt/modules/openbsd_sysctl.pyc
${PYSITELIB}/salt/modules/openbsd_sysctl.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/openbsdpkg.py
${PYSITELIB}/salt/modules/openbsdpkg.pyc
${PYSITELIB}/salt/modules/openbsdpkg.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/openbsdrcctl_service.py
${PYSITELIB}/salt/modules/openbsdrcctl_service.pyc
${PYSITELIB}/salt/modules/openbsdrcctl_service.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/openbsdservice.py
${PYSITELIB}/salt/modules/openbsdservice.pyc
${PYSITELIB}/salt/modules/openbsdservice.pyo
${PYSITELIB}/salt/modules/openscap.py
${PYSITELIB}/salt/modules/openscap.pyc
${PYSITELIB}/salt/modules/openscap.pyo
${PYSITELIB}/salt/modules/openstack_config.py
${PYSITELIB}/salt/modules/openstack_config.pyc
${PYSITELIB}/salt/modules/openstack_config.pyo
${PYSITELIB}/salt/modules/openstack_mng.py
${PYSITELIB}/salt/modules/openstack_mng.pyc
${PYSITELIB}/salt/modules/openstack_mng.pyo
${PYSITELIB}/salt/modules/openvswitch.py
${PYSITELIB}/salt/modules/openvswitch.pyc
${PYSITELIB}/salt/modules/openvswitch.pyo
${PYSITELIB}/salt/modules/opkg.py
${PYSITELIB}/salt/modules/opkg.pyc
${PYSITELIB}/salt/modules/opkg.pyo
${PYSITELIB}/salt/modules/opsgenie.py
${PYSITELIB}/salt/modules/opsgenie.pyc
${PYSITELIB}/salt/modules/opsgenie.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/oracle.py
${PYSITELIB}/salt/modules/oracle.pyc
${PYSITELIB}/salt/modules/oracle.pyo
${PYSITELIB}/salt/modules/osquery.py
${PYSITELIB}/salt/modules/osquery.pyc
${PYSITELIB}/salt/modules/osquery.pyo
${PYSITELIB}/salt/modules/out.py
${PYSITELIB}/salt/modules/out.pyc
${PYSITELIB}/salt/modules/out.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/pacmanpkg.py
${PYSITELIB}/salt/modules/pacmanpkg.pyc
${PYSITELIB}/salt/modules/pacmanpkg.pyo
${PYSITELIB}/salt/modules/pagerduty.py
${PYSITELIB}/salt/modules/pagerduty.pyc
${PYSITELIB}/salt/modules/pagerduty.pyo
${PYSITELIB}/salt/modules/pagerduty_util.py
${PYSITELIB}/salt/modules/pagerduty_util.pyc
${PYSITELIB}/salt/modules/pagerduty_util.pyo
${PYSITELIB}/salt/modules/pam.py
${PYSITELIB}/salt/modules/pam.pyc
${PYSITELIB}/salt/modules/pam.pyo
${PYSITELIB}/salt/modules/panos.py
${PYSITELIB}/salt/modules/panos.pyc
${PYSITELIB}/salt/modules/panos.pyo
${PYSITELIB}/salt/modules/parallels.py
${PYSITELIB}/salt/modules/parallels.pyc
${PYSITELIB}/salt/modules/parallels.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/parted_partition.py
${PYSITELIB}/salt/modules/parted_partition.pyc
${PYSITELIB}/salt/modules/parted_partition.pyo
${PYSITELIB}/salt/modules/pcs.py
${PYSITELIB}/salt/modules/pcs.pyc
${PYSITELIB}/salt/modules/pcs.pyo
${PYSITELIB}/salt/modules/pdbedit.py
${PYSITELIB}/salt/modules/pdbedit.pyc
${PYSITELIB}/salt/modules/pdbedit.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/pecl.py
${PYSITELIB}/salt/modules/pecl.pyc
${PYSITELIB}/salt/modules/pecl.pyo
${PYSITELIB}/salt/modules/peeringdb.py
${PYSITELIB}/salt/modules/peeringdb.pyc
${PYSITELIB}/salt/modules/peeringdb.pyo
${PYSITELIB}/salt/modules/pf.py
${PYSITELIB}/salt/modules/pf.pyc
${PYSITELIB}/salt/modules/pf.pyo
${PYSITELIB}/salt/modules/philips_hue.py
${PYSITELIB}/salt/modules/philips_hue.pyc
${PYSITELIB}/salt/modules/philips_hue.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/pillar.py
${PYSITELIB}/salt/modules/pillar.pyc
${PYSITELIB}/salt/modules/pillar.pyo
${PYSITELIB}/salt/modules/pip.py
${PYSITELIB}/salt/modules/pip.pyc
${PYSITELIB}/salt/modules/pip.pyo
${PYSITELIB}/salt/modules/pkg_resource.py
${PYSITELIB}/salt/modules/pkg_resource.pyc
${PYSITELIB}/salt/modules/pkg_resource.pyo
${PYSITELIB}/salt/modules/pkgin.py
${PYSITELIB}/salt/modules/pkgin.pyc
${PYSITELIB}/salt/modules/pkgin.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/pkgng.py
${PYSITELIB}/salt/modules/pkgng.pyc
${PYSITELIB}/salt/modules/pkgng.pyo
${PYSITELIB}/salt/modules/pkgutil.py
${PYSITELIB}/salt/modules/pkgutil.pyc
${PYSITELIB}/salt/modules/pkgutil.pyo
${PYSITELIB}/salt/modules/portage_config.py
${PYSITELIB}/salt/modules/portage_config.pyc
${PYSITELIB}/salt/modules/portage_config.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/postfix.py
${PYSITELIB}/salt/modules/postfix.pyc
${PYSITELIB}/salt/modules/postfix.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/postgres.py
${PYSITELIB}/salt/modules/postgres.pyc
${PYSITELIB}/salt/modules/postgres.pyo
${PYSITELIB}/salt/modules/poudriere.py
${PYSITELIB}/salt/modules/poudriere.pyc
${PYSITELIB}/salt/modules/poudriere.pyo
${PYSITELIB}/salt/modules/powerpath.py
${PYSITELIB}/salt/modules/powerpath.pyc
${PYSITELIB}/salt/modules/powerpath.pyo
${PYSITELIB}/salt/modules/proxy.py
${PYSITELIB}/salt/modules/proxy.pyc
${PYSITELIB}/salt/modules/proxy.pyo
${PYSITELIB}/salt/modules/ps.py
${PYSITELIB}/salt/modules/ps.pyc
${PYSITELIB}/salt/modules/ps.pyo
${PYSITELIB}/salt/modules/publish.py
${PYSITELIB}/salt/modules/publish.pyc
${PYSITELIB}/salt/modules/publish.pyo
${PYSITELIB}/salt/modules/puppet.py
${PYSITELIB}/salt/modules/puppet.pyc
${PYSITELIB}/salt/modules/puppet.pyo
${PYSITELIB}/salt/modules/purefa.py
${PYSITELIB}/salt/modules/purefa.pyc
${PYSITELIB}/salt/modules/purefa.pyo
${PYSITELIB}/salt/modules/purefb.py
${PYSITELIB}/salt/modules/purefb.pyc
${PYSITELIB}/salt/modules/purefb.pyo
${PYSITELIB}/salt/modules/pushbullet.py
${PYSITELIB}/salt/modules/pushbullet.pyc
${PYSITELIB}/salt/modules/pushbullet.pyo
${PYSITELIB}/salt/modules/pushover_notify.py
${PYSITELIB}/salt/modules/pushover_notify.pyc
${PYSITELIB}/salt/modules/pushover_notify.pyo
${PYSITELIB}/salt/modules/pw_group.py
${PYSITELIB}/salt/modules/pw_group.pyc
${PYSITELIB}/salt/modules/pw_group.pyo
${PYSITELIB}/salt/modules/pw_user.py
${PYSITELIB}/salt/modules/pw_user.pyc
${PYSITELIB}/salt/modules/pw_user.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/pyenv.py
${PYSITELIB}/salt/modules/pyenv.pyc
${PYSITELIB}/salt/modules/pyenv.pyo
${PYSITELIB}/salt/modules/qemu_img.py
${PYSITELIB}/salt/modules/qemu_img.pyc
${PYSITELIB}/salt/modules/qemu_img.pyo
${PYSITELIB}/salt/modules/qemu_nbd.py
${PYSITELIB}/salt/modules/qemu_nbd.pyc
${PYSITELIB}/salt/modules/qemu_nbd.pyo
${PYSITELIB}/salt/modules/quota.py
${PYSITELIB}/salt/modules/quota.pyc
${PYSITELIB}/salt/modules/quota.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/rabbitmq.py
${PYSITELIB}/salt/modules/rabbitmq.pyc
${PYSITELIB}/salt/modules/rabbitmq.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/raet_publish.py
${PYSITELIB}/salt/modules/raet_publish.pyc
${PYSITELIB}/salt/modules/raet_publish.pyo
${PYSITELIB}/salt/modules/rallydev.py
${PYSITELIB}/salt/modules/rallydev.pyc
${PYSITELIB}/salt/modules/rallydev.pyo
${PYSITELIB}/salt/modules/random_org.py
${PYSITELIB}/salt/modules/random_org.pyc
${PYSITELIB}/salt/modules/random_org.pyo
${PYSITELIB}/salt/modules/rbac_solaris.py
${PYSITELIB}/salt/modules/rbac_solaris.pyc
${PYSITELIB}/salt/modules/rbac_solaris.pyo
${PYSITELIB}/salt/modules/rbenv.py
${PYSITELIB}/salt/modules/rbenv.pyc
${PYSITELIB}/salt/modules/rbenv.pyo
${PYSITELIB}/salt/modules/rdp.py
${PYSITELIB}/salt/modules/rdp.pyc
${PYSITELIB}/salt/modules/rdp.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/redismod.py
${PYSITELIB}/salt/modules/redismod.pyc
${PYSITELIB}/salt/modules/redismod.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/reg.py
${PYSITELIB}/salt/modules/reg.pyc
${PYSITELIB}/salt/modules/reg.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/rest_pkg.py
${PYSITELIB}/salt/modules/rest_pkg.pyc
${PYSITELIB}/salt/modules/rest_pkg.pyo
${PYSITELIB}/salt/modules/rest_sample_utils.py
${PYSITELIB}/salt/modules/rest_sample_utils.pyc
${PYSITELIB}/salt/modules/rest_sample_utils.pyo
${PYSITELIB}/salt/modules/rest_service.py
${PYSITELIB}/salt/modules/rest_service.pyc
${PYSITELIB}/salt/modules/rest_service.pyo
${PYSITELIB}/salt/modules/restartcheck.py
${PYSITELIB}/salt/modules/restartcheck.pyc
${PYSITELIB}/salt/modules/restartcheck.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/ret.py
${PYSITELIB}/salt/modules/ret.pyc
${PYSITELIB}/salt/modules/ret.pyo
${PYSITELIB}/salt/modules/rh_ip.py
${PYSITELIB}/salt/modules/rh_ip.pyc
${PYSITELIB}/salt/modules/rh_ip.pyo
${PYSITELIB}/salt/modules/rh_service.py
${PYSITELIB}/salt/modules/rh_service.pyc
${PYSITELIB}/salt/modules/rh_service.pyo
${PYSITELIB}/salt/modules/riak.py
${PYSITELIB}/salt/modules/riak.pyc
${PYSITELIB}/salt/modules/riak.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/rpm_lowpkg.py
${PYSITELIB}/salt/modules/rpm_lowpkg.pyc
${PYSITELIB}/salt/modules/rpm_lowpkg.pyo
${PYSITELIB}/salt/modules/rpmbuild_pkgbuild.py
${PYSITELIB}/salt/modules/rpmbuild_pkgbuild.pyc
${PYSITELIB}/salt/modules/rpmbuild_pkgbuild.pyo
${PYSITELIB}/salt/modules/rsync.py
${PYSITELIB}/salt/modules/rsync.pyc
${PYSITELIB}/salt/modules/rsync.pyo
${PYSITELIB}/salt/modules/runit.py
${PYSITELIB}/salt/modules/runit.pyc
${PYSITELIB}/salt/modules/runit.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/rvm.py
${PYSITELIB}/salt/modules/rvm.pyc
${PYSITELIB}/salt/modules/rvm.pyo
${PYSITELIB}/salt/modules/s3.py
${PYSITELIB}/salt/modules/s3.pyc
${PYSITELIB}/salt/modules/s3.pyo
${PYSITELIB}/salt/modules/s6.py
${PYSITELIB}/salt/modules/s6.pyc
${PYSITELIB}/salt/modules/s6.pyo
${PYSITELIB}/salt/modules/salt_proxy.py
${PYSITELIB}/salt/modules/salt_proxy.pyc
${PYSITELIB}/salt/modules/salt_proxy.pyo
${PYSITELIB}/salt/modules/saltcheck.py
${PYSITELIB}/salt/modules/saltcheck.pyc
${PYSITELIB}/salt/modules/saltcheck.pyo
${PYSITELIB}/salt/modules/saltcloudmod.py
${PYSITELIB}/salt/modules/saltcloudmod.pyc
${PYSITELIB}/salt/modules/saltcloudmod.pyo
${PYSITELIB}/salt/modules/saltutil.py
${PYSITELIB}/salt/modules/saltutil.pyc
${PYSITELIB}/salt/modules/saltutil.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/schedule.py
${PYSITELIB}/salt/modules/schedule.pyc
${PYSITELIB}/salt/modules/schedule.pyo
${PYSITELIB}/salt/modules/scp_mod.py
${PYSITELIB}/salt/modules/scp_mod.pyc
${PYSITELIB}/salt/modules/scp_mod.pyo
${PYSITELIB}/salt/modules/scsi.py
${PYSITELIB}/salt/modules/scsi.pyc
${PYSITELIB}/salt/modules/scsi.pyo
${PYSITELIB}/salt/modules/sdb.py
${PYSITELIB}/salt/modules/sdb.pyc
${PYSITELIB}/salt/modules/sdb.pyo
${PYSITELIB}/salt/modules/seed.py
${PYSITELIB}/salt/modules/seed.pyc
${PYSITELIB}/salt/modules/seed.pyo
${PYSITELIB}/salt/modules/selinux.py
${PYSITELIB}/salt/modules/selinux.pyc
${PYSITELIB}/salt/modules/selinux.pyo
${PYSITELIB}/salt/modules/sensehat.py
${PYSITELIB}/salt/modules/sensehat.pyc
${PYSITELIB}/salt/modules/sensehat.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/sensors.py
${PYSITELIB}/salt/modules/sensors.pyc
${PYSITELIB}/salt/modules/sensors.pyo
${PYSITELIB}/salt/modules/serverdensity_device.py
${PYSITELIB}/salt/modules/serverdensity_device.pyc
${PYSITELIB}/salt/modules/serverdensity_device.pyo
${PYSITELIB}/salt/modules/service.py
${PYSITELIB}/salt/modules/service.pyc
${PYSITELIB}/salt/modules/service.pyo
${PYSITELIB}/salt/modules/servicenow.py
${PYSITELIB}/salt/modules/servicenow.pyc
${PYSITELIB}/salt/modules/servicenow.pyo
${PYSITELIB}/salt/modules/shadow.py
${PYSITELIB}/salt/modules/shadow.pyc
${PYSITELIB}/salt/modules/shadow.pyo
${PYSITELIB}/salt/modules/slack_notify.py
${PYSITELIB}/salt/modules/slack_notify.pyc
${PYSITELIB}/salt/modules/slack_notify.pyo
Update to 2015.8.5, from PR#50779 addresses CVE-2016-1866 Salt 2015.8.5 is identical to the 2015.8.4 release with the addition of a fix for issue 30820, fixed by PR #30833. SECURITY FIX CVE-2016-1866: Improper handling of clear messages on the minion, which could result in executing commands not sent by the master. This issue affects only the 2015.8.x releases of Salt. In order for an attacker to use this attack vector, they would have to execute a successful attack on an existing TCP connection between minion and master on the pub port. It does not allow an external attacker to obtain the shared secret or decrypt any encrypted traffic between minion and master. We recommend everyone upgrade to 2015.8.4 as soon as possible. CORE CHANGES PR #28994: timcharper Salt S3 module has learned how to assume IAM roles Added option mock=True for state.sls and state.highstate. This allows the salt state compiler to process sls data in a state run without actually calling the state functions, thus providing feedback on the validity of the arguments used for the functions beyond the preprocessing validation provided by state.show_sls (issue 30118 and issue 30189). salt '*' state.sls core,edit.vim mock=True salt '*' state.highstate mock=True salt '*' state.apply edit.vim mock=True CHANGES FOR V2015.8.3..V2015.8.4 Extended changelog courtesy of Todd Stansell (https://github.com/tjstansell/salt-changelogs): Generated at: 2016-01-25T17:48:35Z Total Merges: 320 Changes: PR #30613: (basepi) Fix minion/syndic clearfuncs PR #30609: (seanjnkns) Fix documentation for pillar_merge_lists which default is False, not … PR #30584: (julianbrost) file.line state: add missing colon in docstring PR #30589: (terminalmage) Merge 2015.5 into 2015.8 PR #30599: (multani) Documentation formatting fixes PR #30554: (rallytime) Make the salt-cloud actions output more verbose and helpful PR #30549: (techhat) Salt Virt cleanup PR #30553: (techhat) AWS: Support 17-character IDs PR #30532: (whiteinge) Add execution module for working in sls files PR #30529: (terminalmage) Merge 2015.5 into 2015.8 PR #30526: (twangboy) Added FlushKey to make sure it's changes are saved to disk PR #30521: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30485: (jtand) Updated pip_state to work with pip 8.0 on 2015.8 PR #30494: (isbm) Zypper: info_installed — 'errors' flag change to type 'boolean' PR #30506: (jacksontj) Properly remove newlines after reading the file PR #30508: (rallytime) Fix Linode driver cloning functionality PR #30522: (terminalmage) Update git.list_worktree tests to reflect new return data PR #30483: (borgstrom) Pyobjects recursive import support (for 2015.8) PR #30491: (jacksontj) Add multi-IP support to network state PR #30496: (anlutro) Fix KeyError when adding ignored pillars PR #30359: (kingsquirrel152) Removes suspected copy/paste error for zmq_filtering functionailty PR #30448: (cournape) Fix osx scripts location PR #30457: (rallytime) Remove fsutils references from modules list PR #30453: (rallytime) Make sure private AND public IPs are listed for Linode driver PR #30458: (rallytime) Back-port #30062 to 2015.8 PR #30468: (timcharper) make note of s3 role assumption in upcoming changelog PR #30470: (whiteinge) Add example of the match_dict format to accept_dict wheel function PR #30450: (gtmanfred) fix extension loading in novaclient PR #30212: (abednarik) Fix incorrect file permissions in file.line PR #29947: (jfindlay) fileclient: decode file list from master PR #30363: (terminalmage) Use native "list" subcommand to list git worktrees PR #30445: (jtand) Boto uses False for is_default instead of None PR #30406: (frioux) Add an example of how to use file.managed/check_cmd PR #30424: (isbm) Check if byte strings are properly encoded in UTF-8 PR #30405: (jtand) Updated glusterfs.py for python2.6 compatibility. PR #30396: (pass-by-value) Remove hardcoded val PR #30391: (jtand) Added else statements PR #30375: (rallytime) Wrap formatted log statements with six.u() in cloud/__init__.py PR #30384: (isbm) Bugfix: info_available does not work correctly on SLE 11 series PR #30376: (pritambaral) Fix FLO_DIR path in 2015.8 PR #30389: (jtand) Older versions of ipset don't support comments PR #30373: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30372: (jacobhammons) Updated man pages for 2015.8.4, updated copyright to 2016 PR #30370: (rallytime) Remove incomplete function PR #30366: (rallytime) Back-port #28702 to 2015.8 PR #30361: (cro) Flip the sense of the test for proxymodule imports, add more fns for esxi proxy PR #30267: (isbm) Fix RPM issues with the date/time and add package attributes filtering PR #30360: (jfindlay) file.remove, file.absent: mention recursive dir removal PR #30221: (mbarrien) No rolcatupdate for user_exist in Postgres>=9.5 `#26845`_ PR #30358: (terminalmage) Add libgit2 version to versions-report PR #30346: (pass-by-value) Prevent orphaned volumes PR #30349: (rallytime) Back-port #30347 to 2015.8 PR #30354: (anlutro) Make sure all ignore_missing SLSes are caught PR #30356: (nmadhok) Adding code author PR #30340: (jtand) Updated seed_test.py for changes made to seed module PR #30339: (jfindlay) Backport #26511 PR #30343: (rallytime) Fix 2015.8 from incomplete back-port PR #30342: (eliasp) Correct whitespace placement in error message PR #30308: (rallytime) Back-port #30257 to 2015.8 PR #30187: (rallytime) Back-port #27606 to 2015.8 PR #30223: (serge-p) adding support for DragonFly BSD PR #30238: (rallytime) Reinit crypto before calling RSA.generate when generating keys. PR #30246: (dmacvicar) Add missing return data to scheduled jobs (`#24237`_) PR #30292: (thegoodduke) ipset: fix test=true & add comment for every entry PR #30275: (abednarik) Add permanent argument in firewalld. PR #30328: (cachedout) Fix file test PR #30310: (pass-by-value) Empty bucket fix PR #30211: (techhat) Execute choot on the correct path PR #30309: (rallytime) Back-port #30304 to 2015.8 PR #30278: (nmadhok) If datacenter is specified in the config, then look for managed objects under it PR #30305: (jacobhammons) Changed examples to use the "example.com" domain instead of "mycompan… PR #30249: (mpreziuso) Fixes performance and timeout issues on win_pkg.install PR #30217: (pass-by-value) Make sure cloud actions can be called via salt run PR #30268: (terminalmage) Optimize file_tree ext_pillar and update file.managed to allow for binary contents PR #30245: (rallytime) Boto secgroup/iam_role: Add note stating us-east-1 is default region PR #30299: (rallytime) ESXi Proxy minions states are located at salt.states.esxi, not vsphere. PR #30202: (opdude) Fixed the periodic call to beacons PR #30303: (jacobhammons) Changed notes to indicate that functions are matched using regular ex… PR #30284: (terminalmage) salt.utils.gitfs: Fix Dulwich env detection and submodule handling PR #30280: (jfindlay) add state mocking to release notes PR #30273: (rallytime) Back-port #30121 to 2015.8 PR #30301: (cachedout) Accept whatever comes into hightstate mock for state tests PR #30282: (cachedout) Fix file.append logic PR #30289: (cro) Fix problems with targeting proxies by grains PR #30293: (cro) Ensure we don't log stuff we shouldn't PR #30279: (cachedout) Allow modules to be packed into boto utils PR #30186: (rallytime) Update CLI Examples in boto_ec2 module to reflect correct arg/kwarg positioning PR #30156: (abednarik) Add option in file.append to ignore_whitespace. PR #30189: (rallytime) Back-port #30185 to 2015.8 PR #30215: (jacobhammons) Assorted doc bug fixes PR #30206: (cachedout) Revert "Fix incorrect file permissions in file.line" PR #30190: (jacobhammons) Updated doc site banners PR #30180: (jfindlay) modules.x509._dec2hex: add fmt index for 2.6 compat PR #30179: (terminalmage) Backport #26962 to 2015.8 branch PR #29693: (abednarik) Handle missing source file in ssh_auth. PR #30155: (rallytime) Update boto_secgroup and boto_iam_role docs to only use region OR profile PR #30158: (rallytime) Move _option(value) calls to __salt__['config.option'] in boto utils PR #30160: (dmurphy18) Fix parsing disk usage for line with no number and AIX values in Kilos PR #30162: (rallytime) Update list_present and append grains state function docs to be more clear. PR #30163: (rallytime) Add warning about using "=" in file.line function PR #30164: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30168: (abednarik) Fix incorrect file permissions in file.line PR #30154: (Oro) Fix file serialize on windows PR #30144: (rallytime) Added generic ESXCLI command ability to ESXi Proxy Minion PR #30142: (terminalmage) Fix dockerng.push, and allow for multiple images PR #30075: (joejulian) Convert glusterfs module to use xml PR #30129: (optix2000) Clean up _uptodate() in git state PR #30139: (rallytime) Back-port #29589 to 2015.8 PR #30124: (abednarik) Update regex to detect ip alias in OpenBSD. PR #30133: (stanislavb) Fix typo in gpgkey URL PR #30126: (stanislavb) Log S3 API error message PR #30128: (oeuftete) Log retryable transport errors as warnings PR #30096: (cachedout) Add rm_special to crontab module PR #30106: (techhat) Ensure last dir PR #30101: (gtmanfred) fix bug where nova driver exits with no adminPass PR #30090: (techhat) Add argument to isdir() PR #30094: (rallytime) Fix doc formatting for cloud.create example in module.py state PR #30095: (rallytime) Add the list_nodes_select function to linode driver PR #30082: (abednarik) Fixed saltversioninfo grain return PR #30084: (rallytime) Back-port #29987 to 2015.8 PR #30071: (rallytime) Merge branch '2015.5' into '2015.8' PR #30067: (ryan-lane) Pass in kwargs to boto_secgroup.convert_to_group_ids explicitly PR #30069: (techhat) Ensure that pki_dir exists PR #30064: (rallytime) Add Syndic documentation to miscellaneous Salt Cloud config options PR #30049: (rallytime) Add some more unit tests for the vsphere execution module PR #30060: (rallytime) Back-port #27104 to 2015.8 PR #30048: (jacobhammons) Remove internal APIs from rest_cherrypy docs. PR #30043: (rallytime) Be explicit about importing from salt.utils.jinja to avoid circular imports PR #30038: (rallytime) Back-port #30017 to 2015.8 PR #30036: (rallytime) Back-port #29995 to 2015.8 PR #30035: (rallytime) Back-port #29895 to 2015.8 PR #30034: (rallytime) Back-port #29893 to 2015.8 PR #30033: (rallytime) Back-port #29876 to 2015.8 PR #30029: (terminalmage) git.latest: Fix handling of nonexistent branches PR #30016: (anlutro) Properly normalize locales in locale.gen_locale PR #30015: (anlutro) locale module: don't escape the slash in \n PR #30022: (gqgunhed) Two minor typos fixed PR #30026: (anlutro) states.at: fix wrong variable being used PR #29966: (multani) Fix bigip state/module documentation + serializers documentation PR #29904: (twangboy) Improvements to osx packaging scripts PR #29950: (multani) boto_iam: fix deletion of IAM users when using delete_keys=true PR #29937: (multani) Fix states.boto_iam group users PR #29934: (multani) Fix state.boto_iam virtual name PR #29943: (cachedout) Check args correctly in boto_rds PR #29924: (gqgunhed) fixed: uptime now working on non-US Windows PR #29883: (serge-p) fix for nfs mounts in _active_mounts_openbsd() PR #29894: (techhat) Support Saltfile in SPM PR #29856: (rallytime) Added some initial unit tests for the salt.modules.vsphere.py file PR #29855: (rallytime) Back-port #29740 to 2015.8 PR #29890: (multani) Various documentation fixes PR #29850: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29811: (anlutro) influxdb: add retention policy module functions PR #29814: (basepi) [2015.8][Windows] Fix multi-master on windows PR #29819: (rallytime) Add esxi module and state to docs build PR #29832: (jleimbach) Fixed typo in order to use the keyboard module for RHEL without systemd PR #29803: (rallytime) Add vSphere module to doc ref module tree PR #29767: (abednarik) Hosts file update in mod_hostname. PR #29772: (terminalmage) pygit2: skip submodules when traversing tree PR #29765: (gtmanfred) allow nova driver to be boot from volume PR #29773: (l2ol33rt) Append missing wget in debian installation guide PR #29800: (rallytime) Back-port #29769 to 2015.8 PR #29775: (paulnivin) Change listen requisite resolution from name to ID declaration PR #29754: (rallytime) Back-port #29719 to 2015.8 PR #29713: (The-Loeki) Pillar-based cloud providers still forcing use of deprecated 'provider' PR #29729: (rallytime) Further clarifications on "unless" and "onlyif" requisites. PR #29737: (akissa) fix pillar sqlite3 documentation examples PR #29743: (akissa) fix pillar sqlite not honouring config options PR #29723: (rallytime) Clarify db_user and db_password kwargs for postgres_user.present state function PR #29722: (rallytime) Link "stateful" kwargs to definition of what "stateful" means for cmd state. PR #29724: (rallytime) Add examples of using multiple matching levels to Pillar docs PR #29726: (cachedout) Disable some boto tests per resolution of moto issue PR #29708: (lagesag) Fix test=True for file.directory with recurse ignore_files/ignore_dirs. PR #29642: (cachedout) Correctly restart deamonized minions on failure PR #29599: (cachedout) Clean up minion shutdown PR #29675: (clinta) allow returning all refs PR #29683: (rallytime) Catch more specific error to pass the error message through elegantly. PR #29687: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29681: (clinta) fix bare/mirror in git.latest PR #29644: (rallytime) Fixed a couple more ESXi proxy minion bugs PR #29645: (rallytime) Back-port #29558 to 2015.8 PR #29632: (jfindlay) reduce severity of tls module __virtual__ logging PR #29606: (abednarik) Fixed duplicate mtu entry in RedHat 7 network configuration. PR #29613: (rallytime) Various ESXi Proxy Minion Bug Fixes PR #29628: (DmitryKuzmenko) Don't create io_loop before fork PR #29609: (basepi) [2015.8][salt-ssh] Add ability to set salt-ssh command umask in roster PR #29603: (basepi) Fix orchestration failure-checking PR #29597: (terminalmage) dockerng: Prevent exception when API response contains empty dictionary PR #29596: (rallytime) Back-port #29587 to 2015.8 PR #29588: (rallytime) Added ESXi Proxy Minion Tutorial PR #29572: (gtmanfred) [nova] use old discover_extensions if available PR #29545: (terminalmage) git.latest: init submodules if not yet initialized PR #29548: (rallytime) Back-port #29449 to 2015.8 PR #29547: (rallytime) Refactored ESXCLI-based functions to accept a list of esxi_hosts PR #29563: (anlutro) Fix a call to deprecated method in python-influxdb PR #29565: (bdrung) Fix typos and missing release note PR #29540: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29499: (rallytime) Initial commit of ESXi Proxy Minion PR #29526: (jfindlay) 2015.8.2 notes: add note about not being released PR #29531: (jfindlay) grains.core: handle undefined variable PR #29538: (basepi) [2015.8] [salt-ssh] Remove umask around actual execution for salt-ssh PR #29505: (rallytime) Update boto_rds state docs to include funky yaml syntax for "tags" option. PR #29513: (bdrung) Drop obsolete syslog.target from systemd services PR #29500: (rallytime) Back-port #29467 to 2015.8 PR #29463: (abednarik) Add **kwargs to debconf.set. PR #29399: (jfindlay) modules.status: add human_readable option to uptime PR #29433: (cro) Files for building .pkg files for MacOS X PR #29455: (jfindlay) modules.nova.__init__: do not return None PR #29454: (jfindlay) rh_service module __virtual__ return error messages PR #29476: (tbaker57) Doc fix - route_table_present needs subnet_names (not subnets) as a key PR #29487: (rallytime) Back-port #29450 to 2015.8 PR #29441: (rallytime) Make sure docs line up with blade_idrac function specs PR #29440: (rallytime) Back-port #28925 to 2015.8 PR #29435: (galet) Grains return wrong OS version and other OS related values for Oracle Linux PR #29430: (rall0r) Fix host.present state limitation PR #29417: (jacobhammons) Repo install updates PR #29402: (techhat) Add rate limiting to linode PR #29400: (twangboy) Fix #19332 PR #29398: (cachedout) Lint 29288 PR #29331: (DmitryKuzmenko) Bugfix - #29116 raet dns error PR #29390: (jacobhammons) updated version numbers in documentation PR #29381: (nmadhok) No need to deepcopy since six.iterkeys() creates a copy PR #29349: (cro) Fix mis-setting chassis names PR #29334: (rallytime) Back-port #29237 to 2015.8 PR #29300: (ticosax) [dockerng] Add support for volume management in dockerng PR #29218: (clan) check service enable state in test mode PR #29315: (jfindlay) dev tutorial doc: fix markup errors PR #29317: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29240: (clan) handle acl_type [[d]efault:][user|group|mask|other] PR #29305: (lorengordon) Add 'file' as a source_hash proto PR #29272: (jfindlay) win_status module: handle 12 hour time in uptime PR #29289: (terminalmage) file.managed: Allow local file sources to use source_hash PR #29264: (anlutro) Prevent ssh_auth.absent from running when test=True PR #29277: (terminalmage) Update git_pillar runner to support new git ext_pillar config schema PR #29283: (cachedout) Single-quotes and use format PR #29139: (thomaso-mirodin) [salt-ssh] Add a range roster and range targeting options for the flat roster PR #29282: (cachedout) dev docs: add development tutorial PR #28994: (timcharper) add support to s3 for aws role assumption PR #29278: (techhat) Add verify_log to SPM PR #29067: (jacksontj) Fix infinite recursion in state compiler for prereq of SLSs PR #29207: (jfindlay) do not shadow ret function argument PR #29215: (rallytime) Back-port #29192 to 2015.8 PR #29217: (clan) show duration only if state_output_profile is False PR #29221: (ticosax) [dokcerng] Docu network mode PR #29269: (jfindlay) win_status module: fix function names in docs PR #29213: (rallytime) Move _wait_for_task func from vmware cloud to vmware utils PR #29271: (techhat) Pass full path for digest (SPM) PR #29244: (isbm) List products consistently across all SLES systems PR #29255: (garethgreenaway) fixes to consul module PR #29208: (whytewolf) Glance more profile errors PR #29200: (jfindlay) mount state: unmount by device is optional PR #29205: (trevor-h) Fixes #29187 - using winrm on EC2 PR #29170: (cachedout) Migrate pydsl tests to integration test suite PR #29198: (jfindlay) rh_ip module: only set the mtu once PR #29135: (jfindlay) ssh_known_hosts.present state: catch not found exc PR #29196: (s0undt3ch) We need novaclient imported to compare versions PR #29059: (terminalmage) Work around upstream pygit2 bug PR #29112: (eliasp) Prevent backtrace (KeyError) in ssh_known_hosts.present state
2016-02-08 00:55:01 +01:00
${PYSITELIB}/salt/modules/slsutil.py
${PYSITELIB}/salt/modules/slsutil.pyc
${PYSITELIB}/salt/modules/slsutil.pyo
${PYSITELIB}/salt/modules/smartos_imgadm.py
${PYSITELIB}/salt/modules/smartos_imgadm.pyc
${PYSITELIB}/salt/modules/smartos_imgadm.pyo
${PYSITELIB}/salt/modules/smartos_nictagadm.py
${PYSITELIB}/salt/modules/smartos_nictagadm.pyc
${PYSITELIB}/salt/modules/smartos_nictagadm.pyo
${PYSITELIB}/salt/modules/smartos_virt.py
${PYSITELIB}/salt/modules/smartos_virt.pyc
${PYSITELIB}/salt/modules/smartos_virt.pyo
${PYSITELIB}/salt/modules/smartos_vmadm.py
${PYSITELIB}/salt/modules/smartos_vmadm.pyc
${PYSITELIB}/salt/modules/smartos_vmadm.pyo
${PYSITELIB}/salt/modules/smbios.py
${PYSITELIB}/salt/modules/smbios.pyc
${PYSITELIB}/salt/modules/smbios.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/smf_service.py
${PYSITELIB}/salt/modules/smf_service.pyc
${PYSITELIB}/salt/modules/smf_service.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/smtp.py
${PYSITELIB}/salt/modules/smtp.pyc
${PYSITELIB}/salt/modules/smtp.pyo
${PYSITELIB}/salt/modules/snapper.py
${PYSITELIB}/salt/modules/snapper.pyc
${PYSITELIB}/salt/modules/snapper.pyo
${PYSITELIB}/salt/modules/solaris_fmadm.py
${PYSITELIB}/salt/modules/solaris_fmadm.pyc
${PYSITELIB}/salt/modules/solaris_fmadm.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/solaris_group.py
${PYSITELIB}/salt/modules/solaris_group.pyc
${PYSITELIB}/salt/modules/solaris_group.pyo
${PYSITELIB}/salt/modules/solaris_shadow.py
${PYSITELIB}/salt/modules/solaris_shadow.pyc
${PYSITELIB}/salt/modules/solaris_shadow.pyo
${PYSITELIB}/salt/modules/solaris_system.py
${PYSITELIB}/salt/modules/solaris_system.pyc
${PYSITELIB}/salt/modules/solaris_system.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/solaris_user.py
${PYSITELIB}/salt/modules/solaris_user.pyc
${PYSITELIB}/salt/modules/solaris_user.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/solarisipspkg.py
${PYSITELIB}/salt/modules/solarisipspkg.pyc
${PYSITELIB}/salt/modules/solarisipspkg.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/solarispkg.py
${PYSITELIB}/salt/modules/solarispkg.pyc
${PYSITELIB}/salt/modules/solarispkg.pyo
${PYSITELIB}/salt/modules/solr.py
${PYSITELIB}/salt/modules/solr.pyc
${PYSITELIB}/salt/modules/solr.pyo
${PYSITELIB}/salt/modules/solrcloud.py
${PYSITELIB}/salt/modules/solrcloud.pyc
${PYSITELIB}/salt/modules/solrcloud.pyo
${PYSITELIB}/salt/modules/splunk.py
${PYSITELIB}/salt/modules/splunk.pyc
${PYSITELIB}/salt/modules/splunk.pyo
${PYSITELIB}/salt/modules/splunk_search.py
${PYSITELIB}/salt/modules/splunk_search.pyc
${PYSITELIB}/salt/modules/splunk_search.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/sqlite3.py
${PYSITELIB}/salt/modules/sqlite3.pyc
${PYSITELIB}/salt/modules/sqlite3.pyo
${PYSITELIB}/salt/modules/ssh.py
${PYSITELIB}/salt/modules/ssh.pyc
${PYSITELIB}/salt/modules/ssh.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/ssh_pkg.py
${PYSITELIB}/salt/modules/ssh_pkg.pyc
${PYSITELIB}/salt/modules/ssh_pkg.pyo
${PYSITELIB}/salt/modules/ssh_service.py
${PYSITELIB}/salt/modules/ssh_service.pyc
${PYSITELIB}/salt/modules/ssh_service.pyo
${PYSITELIB}/salt/modules/state.py
${PYSITELIB}/salt/modules/state.pyc
${PYSITELIB}/salt/modules/state.pyo
${PYSITELIB}/salt/modules/status.py
${PYSITELIB}/salt/modules/status.pyc
${PYSITELIB}/salt/modules/status.pyo
${PYSITELIB}/salt/modules/statuspage.py
${PYSITELIB}/salt/modules/statuspage.pyc
${PYSITELIB}/salt/modules/statuspage.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/supervisord.py
${PYSITELIB}/salt/modules/supervisord.pyc
${PYSITELIB}/salt/modules/supervisord.pyo
${PYSITELIB}/salt/modules/suse_apache.py
${PYSITELIB}/salt/modules/suse_apache.pyc
${PYSITELIB}/salt/modules/suse_apache.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/svn.py
${PYSITELIB}/salt/modules/svn.pyc
${PYSITELIB}/salt/modules/svn.pyo
${PYSITELIB}/salt/modules/swarm.py
${PYSITELIB}/salt/modules/swarm.pyc
${PYSITELIB}/salt/modules/swarm.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/swift.py
${PYSITELIB}/salt/modules/swift.pyc
${PYSITELIB}/salt/modules/swift.pyo
${PYSITELIB}/salt/modules/sysbench.py
${PYSITELIB}/salt/modules/sysbench.pyc
${PYSITELIB}/salt/modules/sysbench.pyo
${PYSITELIB}/salt/modules/sysfs.py
${PYSITELIB}/salt/modules/sysfs.pyc
${PYSITELIB}/salt/modules/sysfs.pyo
${PYSITELIB}/salt/modules/syslog_ng.py
${PYSITELIB}/salt/modules/syslog_ng.pyc
${PYSITELIB}/salt/modules/syslog_ng.pyo
${PYSITELIB}/salt/modules/sysmod.py
${PYSITELIB}/salt/modules/sysmod.pyc
${PYSITELIB}/salt/modules/sysmod.pyo
${PYSITELIB}/salt/modules/sysrc.py
${PYSITELIB}/salt/modules/sysrc.pyc
${PYSITELIB}/salt/modules/sysrc.pyo
${PYSITELIB}/salt/modules/system.py
${PYSITELIB}/salt/modules/system.pyc
${PYSITELIB}/salt/modules/system.pyo
${PYSITELIB}/salt/modules/system_profiler.py
${PYSITELIB}/salt/modules/system_profiler.pyc
${PYSITELIB}/salt/modules/system_profiler.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/systemd_service.py
${PYSITELIB}/salt/modules/systemd_service.pyc
${PYSITELIB}/salt/modules/systemd_service.pyo
${PYSITELIB}/salt/modules/telegram.py
${PYSITELIB}/salt/modules/telegram.pyc
${PYSITELIB}/salt/modules/telegram.pyo
${PYSITELIB}/salt/modules/telemetry.py
${PYSITELIB}/salt/modules/telemetry.pyc
${PYSITELIB}/salt/modules/telemetry.pyo
${PYSITELIB}/salt/modules/temp.py
${PYSITELIB}/salt/modules/temp.pyc
${PYSITELIB}/salt/modules/temp.pyo
${PYSITELIB}/salt/modules/test.py
${PYSITELIB}/salt/modules/test.pyc
${PYSITELIB}/salt/modules/test.pyo
${PYSITELIB}/salt/modules/test_virtual.py
${PYSITELIB}/salt/modules/test_virtual.pyc
${PYSITELIB}/salt/modules/test_virtual.pyo
${PYSITELIB}/salt/modules/testinframod.py
${PYSITELIB}/salt/modules/testinframod.pyc
${PYSITELIB}/salt/modules/testinframod.pyo
${PYSITELIB}/salt/modules/textfsm_mod.py
${PYSITELIB}/salt/modules/textfsm_mod.pyc
${PYSITELIB}/salt/modules/textfsm_mod.pyo
${PYSITELIB}/salt/modules/timezone.py
${PYSITELIB}/salt/modules/timezone.pyc
${PYSITELIB}/salt/modules/timezone.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/tls.py
${PYSITELIB}/salt/modules/tls.pyc
${PYSITELIB}/salt/modules/tls.pyo
${PYSITELIB}/salt/modules/tomcat.py
${PYSITELIB}/salt/modules/tomcat.pyc
${PYSITELIB}/salt/modules/tomcat.pyo
${PYSITELIB}/salt/modules/trafficserver.py
${PYSITELIB}/salt/modules/trafficserver.pyc
${PYSITELIB}/salt/modules/trafficserver.pyo
${PYSITELIB}/salt/modules/travisci.py
${PYSITELIB}/salt/modules/travisci.pyc
${PYSITELIB}/salt/modules/travisci.pyo
${PYSITELIB}/salt/modules/tuned.py
${PYSITELIB}/salt/modules/tuned.pyc
${PYSITELIB}/salt/modules/tuned.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/twilio_notify.py
${PYSITELIB}/salt/modules/twilio_notify.pyc
${PYSITELIB}/salt/modules/twilio_notify.pyo
${PYSITELIB}/salt/modules/udev.py
${PYSITELIB}/salt/modules/udev.pyc
${PYSITELIB}/salt/modules/udev.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/upstart_service.py
${PYSITELIB}/salt/modules/upstart_service.pyc
${PYSITELIB}/salt/modules/upstart_service.pyo
${PYSITELIB}/salt/modules/uptime.py
${PYSITELIB}/salt/modules/uptime.pyc
${PYSITELIB}/salt/modules/uptime.pyo
${PYSITELIB}/salt/modules/useradd.py
${PYSITELIB}/salt/modules/useradd.pyc
${PYSITELIB}/salt/modules/useradd.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/uwsgi.py
${PYSITELIB}/salt/modules/uwsgi.pyc
${PYSITELIB}/salt/modules/uwsgi.pyo
${PYSITELIB}/salt/modules/vagrant.py
${PYSITELIB}/salt/modules/vagrant.pyc
${PYSITELIB}/salt/modules/vagrant.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/varnish.py
${PYSITELIB}/salt/modules/varnish.pyc
${PYSITELIB}/salt/modules/varnish.pyo
${PYSITELIB}/salt/modules/vault.py
${PYSITELIB}/salt/modules/vault.pyc
${PYSITELIB}/salt/modules/vault.pyo
${PYSITELIB}/salt/modules/vbox_guest.py
${PYSITELIB}/salt/modules/vbox_guest.pyc
${PYSITELIB}/salt/modules/vbox_guest.pyo
${PYSITELIB}/salt/modules/vboxmanage.py
${PYSITELIB}/salt/modules/vboxmanage.pyc
${PYSITELIB}/salt/modules/vboxmanage.pyo
${PYSITELIB}/salt/modules/vcenter.py
${PYSITELIB}/salt/modules/vcenter.pyc
${PYSITELIB}/salt/modules/vcenter.pyo
${PYSITELIB}/salt/modules/victorops.py
${PYSITELIB}/salt/modules/victorops.pyc
${PYSITELIB}/salt/modules/victorops.pyo
${PYSITELIB}/salt/modules/virt.py
${PYSITELIB}/salt/modules/virt.pyc
${PYSITELIB}/salt/modules/virt.pyo
${PYSITELIB}/salt/modules/virtualenv_mod.py
${PYSITELIB}/salt/modules/virtualenv_mod.pyc
${PYSITELIB}/salt/modules/virtualenv_mod.pyo
${PYSITELIB}/salt/modules/vmctl.py
${PYSITELIB}/salt/modules/vmctl.pyc
${PYSITELIB}/salt/modules/vmctl.pyo
Update to 2015.8.5, from PR#50779 addresses CVE-2016-1866 Salt 2015.8.5 is identical to the 2015.8.4 release with the addition of a fix for issue 30820, fixed by PR #30833. SECURITY FIX CVE-2016-1866: Improper handling of clear messages on the minion, which could result in executing commands not sent by the master. This issue affects only the 2015.8.x releases of Salt. In order for an attacker to use this attack vector, they would have to execute a successful attack on an existing TCP connection between minion and master on the pub port. It does not allow an external attacker to obtain the shared secret or decrypt any encrypted traffic between minion and master. We recommend everyone upgrade to 2015.8.4 as soon as possible. CORE CHANGES PR #28994: timcharper Salt S3 module has learned how to assume IAM roles Added option mock=True for state.sls and state.highstate. This allows the salt state compiler to process sls data in a state run without actually calling the state functions, thus providing feedback on the validity of the arguments used for the functions beyond the preprocessing validation provided by state.show_sls (issue 30118 and issue 30189). salt '*' state.sls core,edit.vim mock=True salt '*' state.highstate mock=True salt '*' state.apply edit.vim mock=True CHANGES FOR V2015.8.3..V2015.8.4 Extended changelog courtesy of Todd Stansell (https://github.com/tjstansell/salt-changelogs): Generated at: 2016-01-25T17:48:35Z Total Merges: 320 Changes: PR #30613: (basepi) Fix minion/syndic clearfuncs PR #30609: (seanjnkns) Fix documentation for pillar_merge_lists which default is False, not … PR #30584: (julianbrost) file.line state: add missing colon in docstring PR #30589: (terminalmage) Merge 2015.5 into 2015.8 PR #30599: (multani) Documentation formatting fixes PR #30554: (rallytime) Make the salt-cloud actions output more verbose and helpful PR #30549: (techhat) Salt Virt cleanup PR #30553: (techhat) AWS: Support 17-character IDs PR #30532: (whiteinge) Add execution module for working in sls files PR #30529: (terminalmage) Merge 2015.5 into 2015.8 PR #30526: (twangboy) Added FlushKey to make sure it's changes are saved to disk PR #30521: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30485: (jtand) Updated pip_state to work with pip 8.0 on 2015.8 PR #30494: (isbm) Zypper: info_installed — 'errors' flag change to type 'boolean' PR #30506: (jacksontj) Properly remove newlines after reading the file PR #30508: (rallytime) Fix Linode driver cloning functionality PR #30522: (terminalmage) Update git.list_worktree tests to reflect new return data PR #30483: (borgstrom) Pyobjects recursive import support (for 2015.8) PR #30491: (jacksontj) Add multi-IP support to network state PR #30496: (anlutro) Fix KeyError when adding ignored pillars PR #30359: (kingsquirrel152) Removes suspected copy/paste error for zmq_filtering functionailty PR #30448: (cournape) Fix osx scripts location PR #30457: (rallytime) Remove fsutils references from modules list PR #30453: (rallytime) Make sure private AND public IPs are listed for Linode driver PR #30458: (rallytime) Back-port #30062 to 2015.8 PR #30468: (timcharper) make note of s3 role assumption in upcoming changelog PR #30470: (whiteinge) Add example of the match_dict format to accept_dict wheel function PR #30450: (gtmanfred) fix extension loading in novaclient PR #30212: (abednarik) Fix incorrect file permissions in file.line PR #29947: (jfindlay) fileclient: decode file list from master PR #30363: (terminalmage) Use native "list" subcommand to list git worktrees PR #30445: (jtand) Boto uses False for is_default instead of None PR #30406: (frioux) Add an example of how to use file.managed/check_cmd PR #30424: (isbm) Check if byte strings are properly encoded in UTF-8 PR #30405: (jtand) Updated glusterfs.py for python2.6 compatibility. PR #30396: (pass-by-value) Remove hardcoded val PR #30391: (jtand) Added else statements PR #30375: (rallytime) Wrap formatted log statements with six.u() in cloud/__init__.py PR #30384: (isbm) Bugfix: info_available does not work correctly on SLE 11 series PR #30376: (pritambaral) Fix FLO_DIR path in 2015.8 PR #30389: (jtand) Older versions of ipset don't support comments PR #30373: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30372: (jacobhammons) Updated man pages for 2015.8.4, updated copyright to 2016 PR #30370: (rallytime) Remove incomplete function PR #30366: (rallytime) Back-port #28702 to 2015.8 PR #30361: (cro) Flip the sense of the test for proxymodule imports, add more fns for esxi proxy PR #30267: (isbm) Fix RPM issues with the date/time and add package attributes filtering PR #30360: (jfindlay) file.remove, file.absent: mention recursive dir removal PR #30221: (mbarrien) No rolcatupdate for user_exist in Postgres>=9.5 `#26845`_ PR #30358: (terminalmage) Add libgit2 version to versions-report PR #30346: (pass-by-value) Prevent orphaned volumes PR #30349: (rallytime) Back-port #30347 to 2015.8 PR #30354: (anlutro) Make sure all ignore_missing SLSes are caught PR #30356: (nmadhok) Adding code author PR #30340: (jtand) Updated seed_test.py for changes made to seed module PR #30339: (jfindlay) Backport #26511 PR #30343: (rallytime) Fix 2015.8 from incomplete back-port PR #30342: (eliasp) Correct whitespace placement in error message PR #30308: (rallytime) Back-port #30257 to 2015.8 PR #30187: (rallytime) Back-port #27606 to 2015.8 PR #30223: (serge-p) adding support for DragonFly BSD PR #30238: (rallytime) Reinit crypto before calling RSA.generate when generating keys. PR #30246: (dmacvicar) Add missing return data to scheduled jobs (`#24237`_) PR #30292: (thegoodduke) ipset: fix test=true & add comment for every entry PR #30275: (abednarik) Add permanent argument in firewalld. PR #30328: (cachedout) Fix file test PR #30310: (pass-by-value) Empty bucket fix PR #30211: (techhat) Execute choot on the correct path PR #30309: (rallytime) Back-port #30304 to 2015.8 PR #30278: (nmadhok) If datacenter is specified in the config, then look for managed objects under it PR #30305: (jacobhammons) Changed examples to use the "example.com" domain instead of "mycompan… PR #30249: (mpreziuso) Fixes performance and timeout issues on win_pkg.install PR #30217: (pass-by-value) Make sure cloud actions can be called via salt run PR #30268: (terminalmage) Optimize file_tree ext_pillar and update file.managed to allow for binary contents PR #30245: (rallytime) Boto secgroup/iam_role: Add note stating us-east-1 is default region PR #30299: (rallytime) ESXi Proxy minions states are located at salt.states.esxi, not vsphere. PR #30202: (opdude) Fixed the periodic call to beacons PR #30303: (jacobhammons) Changed notes to indicate that functions are matched using regular ex… PR #30284: (terminalmage) salt.utils.gitfs: Fix Dulwich env detection and submodule handling PR #30280: (jfindlay) add state mocking to release notes PR #30273: (rallytime) Back-port #30121 to 2015.8 PR #30301: (cachedout) Accept whatever comes into hightstate mock for state tests PR #30282: (cachedout) Fix file.append logic PR #30289: (cro) Fix problems with targeting proxies by grains PR #30293: (cro) Ensure we don't log stuff we shouldn't PR #30279: (cachedout) Allow modules to be packed into boto utils PR #30186: (rallytime) Update CLI Examples in boto_ec2 module to reflect correct arg/kwarg positioning PR #30156: (abednarik) Add option in file.append to ignore_whitespace. PR #30189: (rallytime) Back-port #30185 to 2015.8 PR #30215: (jacobhammons) Assorted doc bug fixes PR #30206: (cachedout) Revert "Fix incorrect file permissions in file.line" PR #30190: (jacobhammons) Updated doc site banners PR #30180: (jfindlay) modules.x509._dec2hex: add fmt index for 2.6 compat PR #30179: (terminalmage) Backport #26962 to 2015.8 branch PR #29693: (abednarik) Handle missing source file in ssh_auth. PR #30155: (rallytime) Update boto_secgroup and boto_iam_role docs to only use region OR profile PR #30158: (rallytime) Move _option(value) calls to __salt__['config.option'] in boto utils PR #30160: (dmurphy18) Fix parsing disk usage for line with no number and AIX values in Kilos PR #30162: (rallytime) Update list_present and append grains state function docs to be more clear. PR #30163: (rallytime) Add warning about using "=" in file.line function PR #30164: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30168: (abednarik) Fix incorrect file permissions in file.line PR #30154: (Oro) Fix file serialize on windows PR #30144: (rallytime) Added generic ESXCLI command ability to ESXi Proxy Minion PR #30142: (terminalmage) Fix dockerng.push, and allow for multiple images PR #30075: (joejulian) Convert glusterfs module to use xml PR #30129: (optix2000) Clean up _uptodate() in git state PR #30139: (rallytime) Back-port #29589 to 2015.8 PR #30124: (abednarik) Update regex to detect ip alias in OpenBSD. PR #30133: (stanislavb) Fix typo in gpgkey URL PR #30126: (stanislavb) Log S3 API error message PR #30128: (oeuftete) Log retryable transport errors as warnings PR #30096: (cachedout) Add rm_special to crontab module PR #30106: (techhat) Ensure last dir PR #30101: (gtmanfred) fix bug where nova driver exits with no adminPass PR #30090: (techhat) Add argument to isdir() PR #30094: (rallytime) Fix doc formatting for cloud.create example in module.py state PR #30095: (rallytime) Add the list_nodes_select function to linode driver PR #30082: (abednarik) Fixed saltversioninfo grain return PR #30084: (rallytime) Back-port #29987 to 2015.8 PR #30071: (rallytime) Merge branch '2015.5' into '2015.8' PR #30067: (ryan-lane) Pass in kwargs to boto_secgroup.convert_to_group_ids explicitly PR #30069: (techhat) Ensure that pki_dir exists PR #30064: (rallytime) Add Syndic documentation to miscellaneous Salt Cloud config options PR #30049: (rallytime) Add some more unit tests for the vsphere execution module PR #30060: (rallytime) Back-port #27104 to 2015.8 PR #30048: (jacobhammons) Remove internal APIs from rest_cherrypy docs. PR #30043: (rallytime) Be explicit about importing from salt.utils.jinja to avoid circular imports PR #30038: (rallytime) Back-port #30017 to 2015.8 PR #30036: (rallytime) Back-port #29995 to 2015.8 PR #30035: (rallytime) Back-port #29895 to 2015.8 PR #30034: (rallytime) Back-port #29893 to 2015.8 PR #30033: (rallytime) Back-port #29876 to 2015.8 PR #30029: (terminalmage) git.latest: Fix handling of nonexistent branches PR #30016: (anlutro) Properly normalize locales in locale.gen_locale PR #30015: (anlutro) locale module: don't escape the slash in \n PR #30022: (gqgunhed) Two minor typos fixed PR #30026: (anlutro) states.at: fix wrong variable being used PR #29966: (multani) Fix bigip state/module documentation + serializers documentation PR #29904: (twangboy) Improvements to osx packaging scripts PR #29950: (multani) boto_iam: fix deletion of IAM users when using delete_keys=true PR #29937: (multani) Fix states.boto_iam group users PR #29934: (multani) Fix state.boto_iam virtual name PR #29943: (cachedout) Check args correctly in boto_rds PR #29924: (gqgunhed) fixed: uptime now working on non-US Windows PR #29883: (serge-p) fix for nfs mounts in _active_mounts_openbsd() PR #29894: (techhat) Support Saltfile in SPM PR #29856: (rallytime) Added some initial unit tests for the salt.modules.vsphere.py file PR #29855: (rallytime) Back-port #29740 to 2015.8 PR #29890: (multani) Various documentation fixes PR #29850: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29811: (anlutro) influxdb: add retention policy module functions PR #29814: (basepi) [2015.8][Windows] Fix multi-master on windows PR #29819: (rallytime) Add esxi module and state to docs build PR #29832: (jleimbach) Fixed typo in order to use the keyboard module for RHEL without systemd PR #29803: (rallytime) Add vSphere module to doc ref module tree PR #29767: (abednarik) Hosts file update in mod_hostname. PR #29772: (terminalmage) pygit2: skip submodules when traversing tree PR #29765: (gtmanfred) allow nova driver to be boot from volume PR #29773: (l2ol33rt) Append missing wget in debian installation guide PR #29800: (rallytime) Back-port #29769 to 2015.8 PR #29775: (paulnivin) Change listen requisite resolution from name to ID declaration PR #29754: (rallytime) Back-port #29719 to 2015.8 PR #29713: (The-Loeki) Pillar-based cloud providers still forcing use of deprecated 'provider' PR #29729: (rallytime) Further clarifications on "unless" and "onlyif" requisites. PR #29737: (akissa) fix pillar sqlite3 documentation examples PR #29743: (akissa) fix pillar sqlite not honouring config options PR #29723: (rallytime) Clarify db_user and db_password kwargs for postgres_user.present state function PR #29722: (rallytime) Link "stateful" kwargs to definition of what "stateful" means for cmd state. PR #29724: (rallytime) Add examples of using multiple matching levels to Pillar docs PR #29726: (cachedout) Disable some boto tests per resolution of moto issue PR #29708: (lagesag) Fix test=True for file.directory with recurse ignore_files/ignore_dirs. PR #29642: (cachedout) Correctly restart deamonized minions on failure PR #29599: (cachedout) Clean up minion shutdown PR #29675: (clinta) allow returning all refs PR #29683: (rallytime) Catch more specific error to pass the error message through elegantly. PR #29687: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29681: (clinta) fix bare/mirror in git.latest PR #29644: (rallytime) Fixed a couple more ESXi proxy minion bugs PR #29645: (rallytime) Back-port #29558 to 2015.8 PR #29632: (jfindlay) reduce severity of tls module __virtual__ logging PR #29606: (abednarik) Fixed duplicate mtu entry in RedHat 7 network configuration. PR #29613: (rallytime) Various ESXi Proxy Minion Bug Fixes PR #29628: (DmitryKuzmenko) Don't create io_loop before fork PR #29609: (basepi) [2015.8][salt-ssh] Add ability to set salt-ssh command umask in roster PR #29603: (basepi) Fix orchestration failure-checking PR #29597: (terminalmage) dockerng: Prevent exception when API response contains empty dictionary PR #29596: (rallytime) Back-port #29587 to 2015.8 PR #29588: (rallytime) Added ESXi Proxy Minion Tutorial PR #29572: (gtmanfred) [nova] use old discover_extensions if available PR #29545: (terminalmage) git.latest: init submodules if not yet initialized PR #29548: (rallytime) Back-port #29449 to 2015.8 PR #29547: (rallytime) Refactored ESXCLI-based functions to accept a list of esxi_hosts PR #29563: (anlutro) Fix a call to deprecated method in python-influxdb PR #29565: (bdrung) Fix typos and missing release note PR #29540: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29499: (rallytime) Initial commit of ESXi Proxy Minion PR #29526: (jfindlay) 2015.8.2 notes: add note about not being released PR #29531: (jfindlay) grains.core: handle undefined variable PR #29538: (basepi) [2015.8] [salt-ssh] Remove umask around actual execution for salt-ssh PR #29505: (rallytime) Update boto_rds state docs to include funky yaml syntax for "tags" option. PR #29513: (bdrung) Drop obsolete syslog.target from systemd services PR #29500: (rallytime) Back-port #29467 to 2015.8 PR #29463: (abednarik) Add **kwargs to debconf.set. PR #29399: (jfindlay) modules.status: add human_readable option to uptime PR #29433: (cro) Files for building .pkg files for MacOS X PR #29455: (jfindlay) modules.nova.__init__: do not return None PR #29454: (jfindlay) rh_service module __virtual__ return error messages PR #29476: (tbaker57) Doc fix - route_table_present needs subnet_names (not subnets) as a key PR #29487: (rallytime) Back-port #29450 to 2015.8 PR #29441: (rallytime) Make sure docs line up with blade_idrac function specs PR #29440: (rallytime) Back-port #28925 to 2015.8 PR #29435: (galet) Grains return wrong OS version and other OS related values for Oracle Linux PR #29430: (rall0r) Fix host.present state limitation PR #29417: (jacobhammons) Repo install updates PR #29402: (techhat) Add rate limiting to linode PR #29400: (twangboy) Fix #19332 PR #29398: (cachedout) Lint 29288 PR #29331: (DmitryKuzmenko) Bugfix - #29116 raet dns error PR #29390: (jacobhammons) updated version numbers in documentation PR #29381: (nmadhok) No need to deepcopy since six.iterkeys() creates a copy PR #29349: (cro) Fix mis-setting chassis names PR #29334: (rallytime) Back-port #29237 to 2015.8 PR #29300: (ticosax) [dockerng] Add support for volume management in dockerng PR #29218: (clan) check service enable state in test mode PR #29315: (jfindlay) dev tutorial doc: fix markup errors PR #29317: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29240: (clan) handle acl_type [[d]efault:][user|group|mask|other] PR #29305: (lorengordon) Add 'file' as a source_hash proto PR #29272: (jfindlay) win_status module: handle 12 hour time in uptime PR #29289: (terminalmage) file.managed: Allow local file sources to use source_hash PR #29264: (anlutro) Prevent ssh_auth.absent from running when test=True PR #29277: (terminalmage) Update git_pillar runner to support new git ext_pillar config schema PR #29283: (cachedout) Single-quotes and use format PR #29139: (thomaso-mirodin) [salt-ssh] Add a range roster and range targeting options for the flat roster PR #29282: (cachedout) dev docs: add development tutorial PR #28994: (timcharper) add support to s3 for aws role assumption PR #29278: (techhat) Add verify_log to SPM PR #29067: (jacksontj) Fix infinite recursion in state compiler for prereq of SLSs PR #29207: (jfindlay) do not shadow ret function argument PR #29215: (rallytime) Back-port #29192 to 2015.8 PR #29217: (clan) show duration only if state_output_profile is False PR #29221: (ticosax) [dokcerng] Docu network mode PR #29269: (jfindlay) win_status module: fix function names in docs PR #29213: (rallytime) Move _wait_for_task func from vmware cloud to vmware utils PR #29271: (techhat) Pass full path for digest (SPM) PR #29244: (isbm) List products consistently across all SLES systems PR #29255: (garethgreenaway) fixes to consul module PR #29208: (whytewolf) Glance more profile errors PR #29200: (jfindlay) mount state: unmount by device is optional PR #29205: (trevor-h) Fixes #29187 - using winrm on EC2 PR #29170: (cachedout) Migrate pydsl tests to integration test suite PR #29198: (jfindlay) rh_ip module: only set the mtu once PR #29135: (jfindlay) ssh_known_hosts.present state: catch not found exc PR #29196: (s0undt3ch) We need novaclient imported to compare versions PR #29059: (terminalmage) Work around upstream pygit2 bug PR #29112: (eliasp) Prevent backtrace (KeyError) in ssh_known_hosts.present state
2016-02-08 00:55:01 +01:00
${PYSITELIB}/salt/modules/vsphere.py
${PYSITELIB}/salt/modules/vsphere.pyc
${PYSITELIB}/salt/modules/vsphere.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/webutil.py
${PYSITELIB}/salt/modules/webutil.pyc
${PYSITELIB}/salt/modules/webutil.pyo
${PYSITELIB}/salt/modules/win_auditpol.py
${PYSITELIB}/salt/modules/win_auditpol.pyc
${PYSITELIB}/salt/modules/win_auditpol.pyo
${PYSITELIB}/salt/modules/win_autoruns.py
${PYSITELIB}/salt/modules/win_autoruns.pyc
${PYSITELIB}/salt/modules/win_autoruns.pyo
${PYSITELIB}/salt/modules/win_certutil.py
${PYSITELIB}/salt/modules/win_certutil.pyc
${PYSITELIB}/salt/modules/win_certutil.pyo
${PYSITELIB}/salt/modules/win_dacl.py
${PYSITELIB}/salt/modules/win_dacl.pyc
${PYSITELIB}/salt/modules/win_dacl.pyo
${PYSITELIB}/salt/modules/win_disk.py
${PYSITELIB}/salt/modules/win_disk.pyc
${PYSITELIB}/salt/modules/win_disk.pyo
${PYSITELIB}/salt/modules/win_dism.py
${PYSITELIB}/salt/modules/win_dism.pyc
${PYSITELIB}/salt/modules/win_dism.pyo
${PYSITELIB}/salt/modules/win_dns_client.py
${PYSITELIB}/salt/modules/win_dns_client.pyc
${PYSITELIB}/salt/modules/win_dns_client.pyo
${PYSITELIB}/salt/modules/win_dsc.py
${PYSITELIB}/salt/modules/win_dsc.pyc
${PYSITELIB}/salt/modules/win_dsc.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/win_file.py
${PYSITELIB}/salt/modules/win_file.pyc
${PYSITELIB}/salt/modules/win_file.pyo
${PYSITELIB}/salt/modules/win_firewall.py
${PYSITELIB}/salt/modules/win_firewall.pyc
${PYSITELIB}/salt/modules/win_firewall.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/win_groupadd.py
${PYSITELIB}/salt/modules/win_groupadd.pyc
${PYSITELIB}/salt/modules/win_groupadd.pyo
${PYSITELIB}/salt/modules/win_iis.py
${PYSITELIB}/salt/modules/win_iis.pyc
${PYSITELIB}/salt/modules/win_iis.pyo
${PYSITELIB}/salt/modules/win_ip.py
${PYSITELIB}/salt/modules/win_ip.pyc
${PYSITELIB}/salt/modules/win_ip.pyo
${PYSITELIB}/salt/modules/win_lgpo.py
${PYSITELIB}/salt/modules/win_lgpo.pyc
${PYSITELIB}/salt/modules/win_lgpo.pyo
${PYSITELIB}/salt/modules/win_license.py
${PYSITELIB}/salt/modules/win_license.pyc
${PYSITELIB}/salt/modules/win_license.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/win_network.py
${PYSITELIB}/salt/modules/win_network.pyc
${PYSITELIB}/salt/modules/win_network.pyo
${PYSITELIB}/salt/modules/win_ntp.py
${PYSITELIB}/salt/modules/win_ntp.pyc
${PYSITELIB}/salt/modules/win_ntp.pyo
${PYSITELIB}/salt/modules/win_path.py
${PYSITELIB}/salt/modules/win_path.pyc
${PYSITELIB}/salt/modules/win_path.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/win_pkg.py
${PYSITELIB}/salt/modules/win_pkg.pyc
${PYSITELIB}/salt/modules/win_pkg.pyo
${PYSITELIB}/salt/modules/win_pki.py
${PYSITELIB}/salt/modules/win_pki.pyc
${PYSITELIB}/salt/modules/win_pki.pyo
${PYSITELIB}/salt/modules/win_powercfg.py
${PYSITELIB}/salt/modules/win_powercfg.pyc
${PYSITELIB}/salt/modules/win_powercfg.pyo
${PYSITELIB}/salt/modules/win_psget.py
${PYSITELIB}/salt/modules/win_psget.pyc
${PYSITELIB}/salt/modules/win_psget.pyo
${PYSITELIB}/salt/modules/win_servermanager.py
${PYSITELIB}/salt/modules/win_servermanager.pyc
${PYSITELIB}/salt/modules/win_servermanager.pyo
${PYSITELIB}/salt/modules/win_service.py
${PYSITELIB}/salt/modules/win_service.pyc
${PYSITELIB}/salt/modules/win_service.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/win_shadow.py
${PYSITELIB}/salt/modules/win_shadow.pyc
${PYSITELIB}/salt/modules/win_shadow.pyo
${PYSITELIB}/salt/modules/win_smtp_server.py
${PYSITELIB}/salt/modules/win_smtp_server.pyc
${PYSITELIB}/salt/modules/win_smtp_server.pyo
${PYSITELIB}/salt/modules/win_snmp.py
${PYSITELIB}/salt/modules/win_snmp.pyc
${PYSITELIB}/salt/modules/win_snmp.pyo
${PYSITELIB}/salt/modules/win_status.py
${PYSITELIB}/salt/modules/win_status.pyc
${PYSITELIB}/salt/modules/win_status.pyo
${PYSITELIB}/salt/modules/win_system.py
${PYSITELIB}/salt/modules/win_system.pyc
${PYSITELIB}/salt/modules/win_system.pyo
${PYSITELIB}/salt/modules/win_task.py
${PYSITELIB}/salt/modules/win_task.pyc
${PYSITELIB}/salt/modules/win_task.pyo
${PYSITELIB}/salt/modules/win_timezone.py
${PYSITELIB}/salt/modules/win_timezone.pyc
${PYSITELIB}/salt/modules/win_timezone.pyo
${PYSITELIB}/salt/modules/win_useradd.py
${PYSITELIB}/salt/modules/win_useradd.pyc
${PYSITELIB}/salt/modules/win_useradd.pyo
${PYSITELIB}/salt/modules/win_wua.py
${PYSITELIB}/salt/modules/win_wua.pyc
${PYSITELIB}/salt/modules/win_wua.pyo
${PYSITELIB}/salt/modules/win_wusa.py
${PYSITELIB}/salt/modules/win_wusa.pyc
${PYSITELIB}/salt/modules/win_wusa.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/winrepo.py
${PYSITELIB}/salt/modules/winrepo.pyc
${PYSITELIB}/salt/modules/winrepo.pyo
${PYSITELIB}/salt/modules/wordpress.py
${PYSITELIB}/salt/modules/wordpress.pyc
${PYSITELIB}/salt/modules/wordpress.pyo
${PYSITELIB}/salt/modules/x509.py
${PYSITELIB}/salt/modules/x509.pyc
${PYSITELIB}/salt/modules/x509.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/xapi_virt.py
${PYSITELIB}/salt/modules/xapi_virt.pyc
${PYSITELIB}/salt/modules/xapi_virt.pyo
${PYSITELIB}/salt/modules/xbpspkg.py
${PYSITELIB}/salt/modules/xbpspkg.pyc
${PYSITELIB}/salt/modules/xbpspkg.pyo
${PYSITELIB}/salt/modules/xfs.py
${PYSITELIB}/salt/modules/xfs.pyc
${PYSITELIB}/salt/modules/xfs.pyo
${PYSITELIB}/salt/modules/xmpp.py
${PYSITELIB}/salt/modules/xmpp.pyc
${PYSITELIB}/salt/modules/xmpp.pyo
${PYSITELIB}/salt/modules/yumpkg.py
${PYSITELIB}/salt/modules/yumpkg.pyc
${PYSITELIB}/salt/modules/yumpkg.pyo
${PYSITELIB}/salt/modules/zabbix.py
${PYSITELIB}/salt/modules/zabbix.pyc
${PYSITELIB}/salt/modules/zabbix.pyo
${PYSITELIB}/salt/modules/zcbuildout.py
${PYSITELIB}/salt/modules/zcbuildout.pyc
${PYSITELIB}/salt/modules/zcbuildout.pyo
${PYSITELIB}/salt/modules/zenoss.py
${PYSITELIB}/salt/modules/zenoss.pyc
${PYSITELIB}/salt/modules/zenoss.pyo
${PYSITELIB}/salt/modules/zfs.py
${PYSITELIB}/salt/modules/zfs.pyc
${PYSITELIB}/salt/modules/zfs.pyo
${PYSITELIB}/salt/modules/zk_concurrency.py
${PYSITELIB}/salt/modules/zk_concurrency.pyc
${PYSITELIB}/salt/modules/zk_concurrency.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/modules/znc.py
${PYSITELIB}/salt/modules/znc.pyc
${PYSITELIB}/salt/modules/znc.pyo
${PYSITELIB}/salt/modules/zoneadm.py
${PYSITELIB}/salt/modules/zoneadm.pyc
${PYSITELIB}/salt/modules/zoneadm.pyo
${PYSITELIB}/salt/modules/zonecfg.py
${PYSITELIB}/salt/modules/zonecfg.pyc
${PYSITELIB}/salt/modules/zonecfg.pyo
${PYSITELIB}/salt/modules/zookeeper.py
${PYSITELIB}/salt/modules/zookeeper.pyc
${PYSITELIB}/salt/modules/zookeeper.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/modules/zpool.py
${PYSITELIB}/salt/modules/zpool.pyc
${PYSITELIB}/salt/modules/zpool.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/modules/zypperpkg.py
${PYSITELIB}/salt/modules/zypperpkg.pyc
${PYSITELIB}/salt/modules/zypperpkg.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/netapi/__init__.py
${PYSITELIB}/salt/netapi/__init__.pyc
${PYSITELIB}/salt/netapi/__init__.pyo
${PYSITELIB}/salt/netapi/rest_cherrypy/__init__.py
${PYSITELIB}/salt/netapi/rest_cherrypy/__init__.pyc
${PYSITELIB}/salt/netapi/rest_cherrypy/__init__.pyo
${PYSITELIB}/salt/netapi/rest_cherrypy/app.py
${PYSITELIB}/salt/netapi/rest_cherrypy/app.pyc
${PYSITELIB}/salt/netapi/rest_cherrypy/app.pyo
${PYSITELIB}/salt/netapi/rest_cherrypy/event_processor.py
${PYSITELIB}/salt/netapi/rest_cherrypy/event_processor.pyc
${PYSITELIB}/salt/netapi/rest_cherrypy/event_processor.pyo
${PYSITELIB}/salt/netapi/rest_cherrypy/tools/__init__.py
${PYSITELIB}/salt/netapi/rest_cherrypy/tools/__init__.pyc
${PYSITELIB}/salt/netapi/rest_cherrypy/tools/__init__.pyo
${PYSITELIB}/salt/netapi/rest_cherrypy/tools/websockets.py
${PYSITELIB}/salt/netapi/rest_cherrypy/tools/websockets.pyc
${PYSITELIB}/salt/netapi/rest_cherrypy/tools/websockets.pyo
${PYSITELIB}/salt/netapi/rest_cherrypy/wsgi.py
${PYSITELIB}/salt/netapi/rest_cherrypy/wsgi.pyc
${PYSITELIB}/salt/netapi/rest_cherrypy/wsgi.pyo
${PYSITELIB}/salt/netapi/rest_tornado/__init__.py
${PYSITELIB}/salt/netapi/rest_tornado/__init__.pyc
${PYSITELIB}/salt/netapi/rest_tornado/__init__.pyo
${PYSITELIB}/salt/netapi/rest_tornado/event_processor.py
${PYSITELIB}/salt/netapi/rest_tornado/event_processor.pyc
${PYSITELIB}/salt/netapi/rest_tornado/event_processor.pyo
${PYSITELIB}/salt/netapi/rest_tornado/saltnado.py
${PYSITELIB}/salt/netapi/rest_tornado/saltnado.pyc
${PYSITELIB}/salt/netapi/rest_tornado/saltnado.pyo
${PYSITELIB}/salt/netapi/rest_tornado/saltnado_websockets.py
${PYSITELIB}/salt/netapi/rest_tornado/saltnado_websockets.pyc
${PYSITELIB}/salt/netapi/rest_tornado/saltnado_websockets.pyo
${PYSITELIB}/salt/netapi/rest_wsgi.py
${PYSITELIB}/salt/netapi/rest_wsgi.pyc
${PYSITELIB}/salt/netapi/rest_wsgi.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/output/__init__.py
${PYSITELIB}/salt/output/__init__.pyc
${PYSITELIB}/salt/output/__init__.pyo
${PYSITELIB}/salt/output/highstate.py
${PYSITELIB}/salt/output/highstate.pyc
${PYSITELIB}/salt/output/highstate.pyo
${PYSITELIB}/salt/output/json_out.py
${PYSITELIB}/salt/output/json_out.pyc
${PYSITELIB}/salt/output/json_out.pyo
${PYSITELIB}/salt/output/key.py
${PYSITELIB}/salt/output/key.pyc
${PYSITELIB}/salt/output/key.pyo
${PYSITELIB}/salt/output/nested.py
${PYSITELIB}/salt/output/nested.pyc
${PYSITELIB}/salt/output/nested.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/output/newline_values_only.py
${PYSITELIB}/salt/output/newline_values_only.pyc
${PYSITELIB}/salt/output/newline_values_only.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/output/no_out_quiet.py
${PYSITELIB}/salt/output/no_out_quiet.pyc
${PYSITELIB}/salt/output/no_out_quiet.pyo
${PYSITELIB}/salt/output/no_return.py
${PYSITELIB}/salt/output/no_return.pyc
${PYSITELIB}/salt/output/no_return.pyo
${PYSITELIB}/salt/output/overstatestage.py
${PYSITELIB}/salt/output/overstatestage.pyc
${PYSITELIB}/salt/output/overstatestage.pyo
${PYSITELIB}/salt/output/pony.py
${PYSITELIB}/salt/output/pony.pyc
${PYSITELIB}/salt/output/pony.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/output/pprint_out.py
${PYSITELIB}/salt/output/pprint_out.pyc
${PYSITELIB}/salt/output/pprint_out.pyo
${PYSITELIB}/salt/output/profile.py
${PYSITELIB}/salt/output/profile.pyc
${PYSITELIB}/salt/output/profile.pyo
${PYSITELIB}/salt/output/progress.py
${PYSITELIB}/salt/output/progress.pyc
${PYSITELIB}/salt/output/progress.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/output/raw.py
${PYSITELIB}/salt/output/raw.pyc
${PYSITELIB}/salt/output/raw.pyo
${PYSITELIB}/salt/output/table_out.py
${PYSITELIB}/salt/output/table_out.pyc
${PYSITELIB}/salt/output/table_out.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/output/txt.py
${PYSITELIB}/salt/output/txt.pyc
${PYSITELIB}/salt/output/txt.pyo
${PYSITELIB}/salt/output/virt_query.py
${PYSITELIB}/salt/output/virt_query.pyc
${PYSITELIB}/salt/output/virt_query.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/output/yaml_out.py
${PYSITELIB}/salt/output/yaml_out.pyc
${PYSITELIB}/salt/output/yaml_out.pyo
${PYSITELIB}/salt/payload.py
${PYSITELIB}/salt/payload.pyc
${PYSITELIB}/salt/payload.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/pillar/__init__.py
${PYSITELIB}/salt/pillar/__init__.pyc
${PYSITELIB}/salt/pillar/__init__.pyo
${PYSITELIB}/salt/pillar/cmd_json.py
${PYSITELIB}/salt/pillar/cmd_json.pyc
${PYSITELIB}/salt/pillar/cmd_json.pyo
${PYSITELIB}/salt/pillar/cmd_yaml.py
${PYSITELIB}/salt/pillar/cmd_yaml.pyc
${PYSITELIB}/salt/pillar/cmd_yaml.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/pillar/cmd_yamlex.py
${PYSITELIB}/salt/pillar/cmd_yamlex.pyc
${PYSITELIB}/salt/pillar/cmd_yamlex.pyo
${PYSITELIB}/salt/pillar/cobbler.py
${PYSITELIB}/salt/pillar/cobbler.pyc
${PYSITELIB}/salt/pillar/cobbler.pyo
${PYSITELIB}/salt/pillar/confidant.py
${PYSITELIB}/salt/pillar/confidant.pyc
${PYSITELIB}/salt/pillar/confidant.pyo
${PYSITELIB}/salt/pillar/consul_pillar.py
${PYSITELIB}/salt/pillar/consul_pillar.pyc
${PYSITELIB}/salt/pillar/consul_pillar.pyo
${PYSITELIB}/salt/pillar/csvpillar.py
${PYSITELIB}/salt/pillar/csvpillar.pyc
${PYSITELIB}/salt/pillar/csvpillar.pyo
${PYSITELIB}/salt/pillar/digicert.py
${PYSITELIB}/salt/pillar/digicert.pyc
${PYSITELIB}/salt/pillar/digicert.pyo
${PYSITELIB}/salt/pillar/django_orm.py
${PYSITELIB}/salt/pillar/django_orm.pyc
${PYSITELIB}/salt/pillar/django_orm.pyo
${PYSITELIB}/salt/pillar/ec2_pillar.py
${PYSITELIB}/salt/pillar/ec2_pillar.pyc
${PYSITELIB}/salt/pillar/ec2_pillar.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/pillar/etcd_pillar.py
${PYSITELIB}/salt/pillar/etcd_pillar.pyc
${PYSITELIB}/salt/pillar/etcd_pillar.pyo
${PYSITELIB}/salt/pillar/extra_minion_data_in_pillar.py
${PYSITELIB}/salt/pillar/extra_minion_data_in_pillar.pyc
${PYSITELIB}/salt/pillar/extra_minion_data_in_pillar.pyo
${PYSITELIB}/salt/pillar/file_tree.py
${PYSITELIB}/salt/pillar/file_tree.pyc
${PYSITELIB}/salt/pillar/file_tree.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/pillar/foreman.py
${PYSITELIB}/salt/pillar/foreman.pyc
${PYSITELIB}/salt/pillar/foreman.pyo
${PYSITELIB}/salt/pillar/git_pillar.py
${PYSITELIB}/salt/pillar/git_pillar.pyc
${PYSITELIB}/salt/pillar/git_pillar.pyo
${PYSITELIB}/salt/pillar/gpg.py
${PYSITELIB}/salt/pillar/gpg.pyc
${PYSITELIB}/salt/pillar/gpg.pyo
${PYSITELIB}/salt/pillar/hg_pillar.py
${PYSITELIB}/salt/pillar/hg_pillar.pyc
${PYSITELIB}/salt/pillar/hg_pillar.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/pillar/hiera.py
${PYSITELIB}/salt/pillar/hiera.pyc
${PYSITELIB}/salt/pillar/hiera.pyo
${PYSITELIB}/salt/pillar/http_json.py
${PYSITELIB}/salt/pillar/http_json.pyc
${PYSITELIB}/salt/pillar/http_json.pyo
${PYSITELIB}/salt/pillar/http_yaml.py
${PYSITELIB}/salt/pillar/http_yaml.pyc
${PYSITELIB}/salt/pillar/http_yaml.pyo
${PYSITELIB}/salt/pillar/libvirt.py
${PYSITELIB}/salt/pillar/libvirt.pyc
${PYSITELIB}/salt/pillar/libvirt.pyo
${PYSITELIB}/salt/pillar/makostack.py
${PYSITELIB}/salt/pillar/makostack.pyc
${PYSITELIB}/salt/pillar/makostack.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/pillar/mongo.py
${PYSITELIB}/salt/pillar/mongo.pyc
${PYSITELIB}/salt/pillar/mongo.pyo
${PYSITELIB}/salt/pillar/mysql.py
${PYSITELIB}/salt/pillar/mysql.pyc
${PYSITELIB}/salt/pillar/mysql.pyo
${PYSITELIB}/salt/pillar/nacl.py
${PYSITELIB}/salt/pillar/nacl.pyc
${PYSITELIB}/salt/pillar/nacl.pyo
${PYSITELIB}/salt/pillar/netbox.py
${PYSITELIB}/salt/pillar/netbox.pyc
${PYSITELIB}/salt/pillar/netbox.pyo
${PYSITELIB}/salt/pillar/neutron.py
${PYSITELIB}/salt/pillar/neutron.pyc
${PYSITELIB}/salt/pillar/neutron.pyo
${PYSITELIB}/salt/pillar/nodegroups.py
${PYSITELIB}/salt/pillar/nodegroups.pyc
${PYSITELIB}/salt/pillar/nodegroups.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/pillar/pepa.py
${PYSITELIB}/salt/pillar/pepa.pyc
${PYSITELIB}/salt/pillar/pepa.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/pillar/pillar_ldap.py
${PYSITELIB}/salt/pillar/pillar_ldap.pyc
${PYSITELIB}/salt/pillar/pillar_ldap.pyo
${PYSITELIB}/salt/pillar/postgres.py
${PYSITELIB}/salt/pillar/postgres.pyc
${PYSITELIB}/salt/pillar/postgres.pyo
${PYSITELIB}/salt/pillar/puppet.py
${PYSITELIB}/salt/pillar/puppet.pyc
${PYSITELIB}/salt/pillar/puppet.pyo
${PYSITELIB}/salt/pillar/reclass_adapter.py
${PYSITELIB}/salt/pillar/reclass_adapter.pyc
${PYSITELIB}/salt/pillar/reclass_adapter.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/pillar/redismod.py
${PYSITELIB}/salt/pillar/redismod.pyc
${PYSITELIB}/salt/pillar/redismod.pyo
${PYSITELIB}/salt/pillar/rethinkdb_pillar.py
${PYSITELIB}/salt/pillar/rethinkdb_pillar.pyc
${PYSITELIB}/salt/pillar/rethinkdb_pillar.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/pillar/s3.py
${PYSITELIB}/salt/pillar/s3.pyc
${PYSITELIB}/salt/pillar/s3.pyo
${PYSITELIB}/salt/pillar/saltclass.py
${PYSITELIB}/salt/pillar/saltclass.pyc
${PYSITELIB}/salt/pillar/saltclass.pyo
${PYSITELIB}/salt/pillar/sql_base.py
${PYSITELIB}/salt/pillar/sql_base.pyc
${PYSITELIB}/salt/pillar/sql_base.pyo
${PYSITELIB}/salt/pillar/sqlcipher.py
${PYSITELIB}/salt/pillar/sqlcipher.pyc
${PYSITELIB}/salt/pillar/sqlcipher.pyo
${PYSITELIB}/salt/pillar/sqlite3.py
${PYSITELIB}/salt/pillar/sqlite3.pyc
${PYSITELIB}/salt/pillar/sqlite3.pyo
${PYSITELIB}/salt/pillar/stack.py
${PYSITELIB}/salt/pillar/stack.pyc
${PYSITELIB}/salt/pillar/stack.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/pillar/svn_pillar.py
${PYSITELIB}/salt/pillar/svn_pillar.pyc
${PYSITELIB}/salt/pillar/svn_pillar.pyo
${PYSITELIB}/salt/pillar/varstack_pillar.py
${PYSITELIB}/salt/pillar/varstack_pillar.pyc
${PYSITELIB}/salt/pillar/varstack_pillar.pyo
${PYSITELIB}/salt/pillar/vault.py
${PYSITELIB}/salt/pillar/vault.pyc
${PYSITELIB}/salt/pillar/vault.pyo
${PYSITELIB}/salt/pillar/venafi.py
${PYSITELIB}/salt/pillar/venafi.pyc
${PYSITELIB}/salt/pillar/venafi.pyo
${PYSITELIB}/salt/pillar/virtkey.py
${PYSITELIB}/salt/pillar/virtkey.pyc
${PYSITELIB}/salt/pillar/virtkey.pyo
${PYSITELIB}/salt/pillar/vmware_pillar.py
${PYSITELIB}/salt/pillar/vmware_pillar.pyc
${PYSITELIB}/salt/pillar/vmware_pillar.pyo
${PYSITELIB}/salt/platform/__init__.py
${PYSITELIB}/salt/platform/__init__.pyc
${PYSITELIB}/salt/platform/__init__.pyo
${PYSITELIB}/salt/platform/win.py
${PYSITELIB}/salt/platform/win.pyc
${PYSITELIB}/salt/platform/win.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/proxy/__init__.py
${PYSITELIB}/salt/proxy/__init__.pyc
${PYSITELIB}/salt/proxy/__init__.pyo
${PYSITELIB}/salt/proxy/arista_pyeapi.py
${PYSITELIB}/salt/proxy/arista_pyeapi.pyc
${PYSITELIB}/salt/proxy/arista_pyeapi.pyo
${PYSITELIB}/salt/proxy/chronos.py
${PYSITELIB}/salt/proxy/chronos.pyc
${PYSITELIB}/salt/proxy/chronos.pyo
${PYSITELIB}/salt/proxy/cimc.py
${PYSITELIB}/salt/proxy/cimc.pyc
${PYSITELIB}/salt/proxy/cimc.pyo
${PYSITELIB}/salt/proxy/cisconso.py
${PYSITELIB}/salt/proxy/cisconso.pyc
${PYSITELIB}/salt/proxy/cisconso.pyo
${PYSITELIB}/salt/proxy/docker.py
${PYSITELIB}/salt/proxy/docker.pyc
${PYSITELIB}/salt/proxy/docker.pyo
${PYSITELIB}/salt/proxy/dummy.py
${PYSITELIB}/salt/proxy/dummy.pyc
${PYSITELIB}/salt/proxy/dummy.pyo
${PYSITELIB}/salt/proxy/esxcluster.py
${PYSITELIB}/salt/proxy/esxcluster.pyc
${PYSITELIB}/salt/proxy/esxcluster.pyo
${PYSITELIB}/salt/proxy/esxdatacenter.py
${PYSITELIB}/salt/proxy/esxdatacenter.pyc
${PYSITELIB}/salt/proxy/esxdatacenter.pyo
Update to 2015.8.5, from PR#50779 addresses CVE-2016-1866 Salt 2015.8.5 is identical to the 2015.8.4 release with the addition of a fix for issue 30820, fixed by PR #30833. SECURITY FIX CVE-2016-1866: Improper handling of clear messages on the minion, which could result in executing commands not sent by the master. This issue affects only the 2015.8.x releases of Salt. In order for an attacker to use this attack vector, they would have to execute a successful attack on an existing TCP connection between minion and master on the pub port. It does not allow an external attacker to obtain the shared secret or decrypt any encrypted traffic between minion and master. We recommend everyone upgrade to 2015.8.4 as soon as possible. CORE CHANGES PR #28994: timcharper Salt S3 module has learned how to assume IAM roles Added option mock=True for state.sls and state.highstate. This allows the salt state compiler to process sls data in a state run without actually calling the state functions, thus providing feedback on the validity of the arguments used for the functions beyond the preprocessing validation provided by state.show_sls (issue 30118 and issue 30189). salt '*' state.sls core,edit.vim mock=True salt '*' state.highstate mock=True salt '*' state.apply edit.vim mock=True CHANGES FOR V2015.8.3..V2015.8.4 Extended changelog courtesy of Todd Stansell (https://github.com/tjstansell/salt-changelogs): Generated at: 2016-01-25T17:48:35Z Total Merges: 320 Changes: PR #30613: (basepi) Fix minion/syndic clearfuncs PR #30609: (seanjnkns) Fix documentation for pillar_merge_lists which default is False, not … PR #30584: (julianbrost) file.line state: add missing colon in docstring PR #30589: (terminalmage) Merge 2015.5 into 2015.8 PR #30599: (multani) Documentation formatting fixes PR #30554: (rallytime) Make the salt-cloud actions output more verbose and helpful PR #30549: (techhat) Salt Virt cleanup PR #30553: (techhat) AWS: Support 17-character IDs PR #30532: (whiteinge) Add execution module for working in sls files PR #30529: (terminalmage) Merge 2015.5 into 2015.8 PR #30526: (twangboy) Added FlushKey to make sure it's changes are saved to disk PR #30521: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30485: (jtand) Updated pip_state to work with pip 8.0 on 2015.8 PR #30494: (isbm) Zypper: info_installed — 'errors' flag change to type 'boolean' PR #30506: (jacksontj) Properly remove newlines after reading the file PR #30508: (rallytime) Fix Linode driver cloning functionality PR #30522: (terminalmage) Update git.list_worktree tests to reflect new return data PR #30483: (borgstrom) Pyobjects recursive import support (for 2015.8) PR #30491: (jacksontj) Add multi-IP support to network state PR #30496: (anlutro) Fix KeyError when adding ignored pillars PR #30359: (kingsquirrel152) Removes suspected copy/paste error for zmq_filtering functionailty PR #30448: (cournape) Fix osx scripts location PR #30457: (rallytime) Remove fsutils references from modules list PR #30453: (rallytime) Make sure private AND public IPs are listed for Linode driver PR #30458: (rallytime) Back-port #30062 to 2015.8 PR #30468: (timcharper) make note of s3 role assumption in upcoming changelog PR #30470: (whiteinge) Add example of the match_dict format to accept_dict wheel function PR #30450: (gtmanfred) fix extension loading in novaclient PR #30212: (abednarik) Fix incorrect file permissions in file.line PR #29947: (jfindlay) fileclient: decode file list from master PR #30363: (terminalmage) Use native "list" subcommand to list git worktrees PR #30445: (jtand) Boto uses False for is_default instead of None PR #30406: (frioux) Add an example of how to use file.managed/check_cmd PR #30424: (isbm) Check if byte strings are properly encoded in UTF-8 PR #30405: (jtand) Updated glusterfs.py for python2.6 compatibility. PR #30396: (pass-by-value) Remove hardcoded val PR #30391: (jtand) Added else statements PR #30375: (rallytime) Wrap formatted log statements with six.u() in cloud/__init__.py PR #30384: (isbm) Bugfix: info_available does not work correctly on SLE 11 series PR #30376: (pritambaral) Fix FLO_DIR path in 2015.8 PR #30389: (jtand) Older versions of ipset don't support comments PR #30373: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30372: (jacobhammons) Updated man pages for 2015.8.4, updated copyright to 2016 PR #30370: (rallytime) Remove incomplete function PR #30366: (rallytime) Back-port #28702 to 2015.8 PR #30361: (cro) Flip the sense of the test for proxymodule imports, add more fns for esxi proxy PR #30267: (isbm) Fix RPM issues with the date/time and add package attributes filtering PR #30360: (jfindlay) file.remove, file.absent: mention recursive dir removal PR #30221: (mbarrien) No rolcatupdate for user_exist in Postgres>=9.5 `#26845`_ PR #30358: (terminalmage) Add libgit2 version to versions-report PR #30346: (pass-by-value) Prevent orphaned volumes PR #30349: (rallytime) Back-port #30347 to 2015.8 PR #30354: (anlutro) Make sure all ignore_missing SLSes are caught PR #30356: (nmadhok) Adding code author PR #30340: (jtand) Updated seed_test.py for changes made to seed module PR #30339: (jfindlay) Backport #26511 PR #30343: (rallytime) Fix 2015.8 from incomplete back-port PR #30342: (eliasp) Correct whitespace placement in error message PR #30308: (rallytime) Back-port #30257 to 2015.8 PR #30187: (rallytime) Back-port #27606 to 2015.8 PR #30223: (serge-p) adding support for DragonFly BSD PR #30238: (rallytime) Reinit crypto before calling RSA.generate when generating keys. PR #30246: (dmacvicar) Add missing return data to scheduled jobs (`#24237`_) PR #30292: (thegoodduke) ipset: fix test=true & add comment for every entry PR #30275: (abednarik) Add permanent argument in firewalld. PR #30328: (cachedout) Fix file test PR #30310: (pass-by-value) Empty bucket fix PR #30211: (techhat) Execute choot on the correct path PR #30309: (rallytime) Back-port #30304 to 2015.8 PR #30278: (nmadhok) If datacenter is specified in the config, then look for managed objects under it PR #30305: (jacobhammons) Changed examples to use the "example.com" domain instead of "mycompan… PR #30249: (mpreziuso) Fixes performance and timeout issues on win_pkg.install PR #30217: (pass-by-value) Make sure cloud actions can be called via salt run PR #30268: (terminalmage) Optimize file_tree ext_pillar and update file.managed to allow for binary contents PR #30245: (rallytime) Boto secgroup/iam_role: Add note stating us-east-1 is default region PR #30299: (rallytime) ESXi Proxy minions states are located at salt.states.esxi, not vsphere. PR #30202: (opdude) Fixed the periodic call to beacons PR #30303: (jacobhammons) Changed notes to indicate that functions are matched using regular ex… PR #30284: (terminalmage) salt.utils.gitfs: Fix Dulwich env detection and submodule handling PR #30280: (jfindlay) add state mocking to release notes PR #30273: (rallytime) Back-port #30121 to 2015.8 PR #30301: (cachedout) Accept whatever comes into hightstate mock for state tests PR #30282: (cachedout) Fix file.append logic PR #30289: (cro) Fix problems with targeting proxies by grains PR #30293: (cro) Ensure we don't log stuff we shouldn't PR #30279: (cachedout) Allow modules to be packed into boto utils PR #30186: (rallytime) Update CLI Examples in boto_ec2 module to reflect correct arg/kwarg positioning PR #30156: (abednarik) Add option in file.append to ignore_whitespace. PR #30189: (rallytime) Back-port #30185 to 2015.8 PR #30215: (jacobhammons) Assorted doc bug fixes PR #30206: (cachedout) Revert "Fix incorrect file permissions in file.line" PR #30190: (jacobhammons) Updated doc site banners PR #30180: (jfindlay) modules.x509._dec2hex: add fmt index for 2.6 compat PR #30179: (terminalmage) Backport #26962 to 2015.8 branch PR #29693: (abednarik) Handle missing source file in ssh_auth. PR #30155: (rallytime) Update boto_secgroup and boto_iam_role docs to only use region OR profile PR #30158: (rallytime) Move _option(value) calls to __salt__['config.option'] in boto utils PR #30160: (dmurphy18) Fix parsing disk usage for line with no number and AIX values in Kilos PR #30162: (rallytime) Update list_present and append grains state function docs to be more clear. PR #30163: (rallytime) Add warning about using "=" in file.line function PR #30164: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30168: (abednarik) Fix incorrect file permissions in file.line PR #30154: (Oro) Fix file serialize on windows PR #30144: (rallytime) Added generic ESXCLI command ability to ESXi Proxy Minion PR #30142: (terminalmage) Fix dockerng.push, and allow for multiple images PR #30075: (joejulian) Convert glusterfs module to use xml PR #30129: (optix2000) Clean up _uptodate() in git state PR #30139: (rallytime) Back-port #29589 to 2015.8 PR #30124: (abednarik) Update regex to detect ip alias in OpenBSD. PR #30133: (stanislavb) Fix typo in gpgkey URL PR #30126: (stanislavb) Log S3 API error message PR #30128: (oeuftete) Log retryable transport errors as warnings PR #30096: (cachedout) Add rm_special to crontab module PR #30106: (techhat) Ensure last dir PR #30101: (gtmanfred) fix bug where nova driver exits with no adminPass PR #30090: (techhat) Add argument to isdir() PR #30094: (rallytime) Fix doc formatting for cloud.create example in module.py state PR #30095: (rallytime) Add the list_nodes_select function to linode driver PR #30082: (abednarik) Fixed saltversioninfo grain return PR #30084: (rallytime) Back-port #29987 to 2015.8 PR #30071: (rallytime) Merge branch '2015.5' into '2015.8' PR #30067: (ryan-lane) Pass in kwargs to boto_secgroup.convert_to_group_ids explicitly PR #30069: (techhat) Ensure that pki_dir exists PR #30064: (rallytime) Add Syndic documentation to miscellaneous Salt Cloud config options PR #30049: (rallytime) Add some more unit tests for the vsphere execution module PR #30060: (rallytime) Back-port #27104 to 2015.8 PR #30048: (jacobhammons) Remove internal APIs from rest_cherrypy docs. PR #30043: (rallytime) Be explicit about importing from salt.utils.jinja to avoid circular imports PR #30038: (rallytime) Back-port #30017 to 2015.8 PR #30036: (rallytime) Back-port #29995 to 2015.8 PR #30035: (rallytime) Back-port #29895 to 2015.8 PR #30034: (rallytime) Back-port #29893 to 2015.8 PR #30033: (rallytime) Back-port #29876 to 2015.8 PR #30029: (terminalmage) git.latest: Fix handling of nonexistent branches PR #30016: (anlutro) Properly normalize locales in locale.gen_locale PR #30015: (anlutro) locale module: don't escape the slash in \n PR #30022: (gqgunhed) Two minor typos fixed PR #30026: (anlutro) states.at: fix wrong variable being used PR #29966: (multani) Fix bigip state/module documentation + serializers documentation PR #29904: (twangboy) Improvements to osx packaging scripts PR #29950: (multani) boto_iam: fix deletion of IAM users when using delete_keys=true PR #29937: (multani) Fix states.boto_iam group users PR #29934: (multani) Fix state.boto_iam virtual name PR #29943: (cachedout) Check args correctly in boto_rds PR #29924: (gqgunhed) fixed: uptime now working on non-US Windows PR #29883: (serge-p) fix for nfs mounts in _active_mounts_openbsd() PR #29894: (techhat) Support Saltfile in SPM PR #29856: (rallytime) Added some initial unit tests for the salt.modules.vsphere.py file PR #29855: (rallytime) Back-port #29740 to 2015.8 PR #29890: (multani) Various documentation fixes PR #29850: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29811: (anlutro) influxdb: add retention policy module functions PR #29814: (basepi) [2015.8][Windows] Fix multi-master on windows PR #29819: (rallytime) Add esxi module and state to docs build PR #29832: (jleimbach) Fixed typo in order to use the keyboard module for RHEL without systemd PR #29803: (rallytime) Add vSphere module to doc ref module tree PR #29767: (abednarik) Hosts file update in mod_hostname. PR #29772: (terminalmage) pygit2: skip submodules when traversing tree PR #29765: (gtmanfred) allow nova driver to be boot from volume PR #29773: (l2ol33rt) Append missing wget in debian installation guide PR #29800: (rallytime) Back-port #29769 to 2015.8 PR #29775: (paulnivin) Change listen requisite resolution from name to ID declaration PR #29754: (rallytime) Back-port #29719 to 2015.8 PR #29713: (The-Loeki) Pillar-based cloud providers still forcing use of deprecated 'provider' PR #29729: (rallytime) Further clarifications on "unless" and "onlyif" requisites. PR #29737: (akissa) fix pillar sqlite3 documentation examples PR #29743: (akissa) fix pillar sqlite not honouring config options PR #29723: (rallytime) Clarify db_user and db_password kwargs for postgres_user.present state function PR #29722: (rallytime) Link "stateful" kwargs to definition of what "stateful" means for cmd state. PR #29724: (rallytime) Add examples of using multiple matching levels to Pillar docs PR #29726: (cachedout) Disable some boto tests per resolution of moto issue PR #29708: (lagesag) Fix test=True for file.directory with recurse ignore_files/ignore_dirs. PR #29642: (cachedout) Correctly restart deamonized minions on failure PR #29599: (cachedout) Clean up minion shutdown PR #29675: (clinta) allow returning all refs PR #29683: (rallytime) Catch more specific error to pass the error message through elegantly. PR #29687: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29681: (clinta) fix bare/mirror in git.latest PR #29644: (rallytime) Fixed a couple more ESXi proxy minion bugs PR #29645: (rallytime) Back-port #29558 to 2015.8 PR #29632: (jfindlay) reduce severity of tls module __virtual__ logging PR #29606: (abednarik) Fixed duplicate mtu entry in RedHat 7 network configuration. PR #29613: (rallytime) Various ESXi Proxy Minion Bug Fixes PR #29628: (DmitryKuzmenko) Don't create io_loop before fork PR #29609: (basepi) [2015.8][salt-ssh] Add ability to set salt-ssh command umask in roster PR #29603: (basepi) Fix orchestration failure-checking PR #29597: (terminalmage) dockerng: Prevent exception when API response contains empty dictionary PR #29596: (rallytime) Back-port #29587 to 2015.8 PR #29588: (rallytime) Added ESXi Proxy Minion Tutorial PR #29572: (gtmanfred) [nova] use old discover_extensions if available PR #29545: (terminalmage) git.latest: init submodules if not yet initialized PR #29548: (rallytime) Back-port #29449 to 2015.8 PR #29547: (rallytime) Refactored ESXCLI-based functions to accept a list of esxi_hosts PR #29563: (anlutro) Fix a call to deprecated method in python-influxdb PR #29565: (bdrung) Fix typos and missing release note PR #29540: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29499: (rallytime) Initial commit of ESXi Proxy Minion PR #29526: (jfindlay) 2015.8.2 notes: add note about not being released PR #29531: (jfindlay) grains.core: handle undefined variable PR #29538: (basepi) [2015.8] [salt-ssh] Remove umask around actual execution for salt-ssh PR #29505: (rallytime) Update boto_rds state docs to include funky yaml syntax for "tags" option. PR #29513: (bdrung) Drop obsolete syslog.target from systemd services PR #29500: (rallytime) Back-port #29467 to 2015.8 PR #29463: (abednarik) Add **kwargs to debconf.set. PR #29399: (jfindlay) modules.status: add human_readable option to uptime PR #29433: (cro) Files for building .pkg files for MacOS X PR #29455: (jfindlay) modules.nova.__init__: do not return None PR #29454: (jfindlay) rh_service module __virtual__ return error messages PR #29476: (tbaker57) Doc fix - route_table_present needs subnet_names (not subnets) as a key PR #29487: (rallytime) Back-port #29450 to 2015.8 PR #29441: (rallytime) Make sure docs line up with blade_idrac function specs PR #29440: (rallytime) Back-port #28925 to 2015.8 PR #29435: (galet) Grains return wrong OS version and other OS related values for Oracle Linux PR #29430: (rall0r) Fix host.present state limitation PR #29417: (jacobhammons) Repo install updates PR #29402: (techhat) Add rate limiting to linode PR #29400: (twangboy) Fix #19332 PR #29398: (cachedout) Lint 29288 PR #29331: (DmitryKuzmenko) Bugfix - #29116 raet dns error PR #29390: (jacobhammons) updated version numbers in documentation PR #29381: (nmadhok) No need to deepcopy since six.iterkeys() creates a copy PR #29349: (cro) Fix mis-setting chassis names PR #29334: (rallytime) Back-port #29237 to 2015.8 PR #29300: (ticosax) [dockerng] Add support for volume management in dockerng PR #29218: (clan) check service enable state in test mode PR #29315: (jfindlay) dev tutorial doc: fix markup errors PR #29317: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29240: (clan) handle acl_type [[d]efault:][user|group|mask|other] PR #29305: (lorengordon) Add 'file' as a source_hash proto PR #29272: (jfindlay) win_status module: handle 12 hour time in uptime PR #29289: (terminalmage) file.managed: Allow local file sources to use source_hash PR #29264: (anlutro) Prevent ssh_auth.absent from running when test=True PR #29277: (terminalmage) Update git_pillar runner to support new git ext_pillar config schema PR #29283: (cachedout) Single-quotes and use format PR #29139: (thomaso-mirodin) [salt-ssh] Add a range roster and range targeting options for the flat roster PR #29282: (cachedout) dev docs: add development tutorial PR #28994: (timcharper) add support to s3 for aws role assumption PR #29278: (techhat) Add verify_log to SPM PR #29067: (jacksontj) Fix infinite recursion in state compiler for prereq of SLSs PR #29207: (jfindlay) do not shadow ret function argument PR #29215: (rallytime) Back-port #29192 to 2015.8 PR #29217: (clan) show duration only if state_output_profile is False PR #29221: (ticosax) [dokcerng] Docu network mode PR #29269: (jfindlay) win_status module: fix function names in docs PR #29213: (rallytime) Move _wait_for_task func from vmware cloud to vmware utils PR #29271: (techhat) Pass full path for digest (SPM) PR #29244: (isbm) List products consistently across all SLES systems PR #29255: (garethgreenaway) fixes to consul module PR #29208: (whytewolf) Glance more profile errors PR #29200: (jfindlay) mount state: unmount by device is optional PR #29205: (trevor-h) Fixes #29187 - using winrm on EC2 PR #29170: (cachedout) Migrate pydsl tests to integration test suite PR #29198: (jfindlay) rh_ip module: only set the mtu once PR #29135: (jfindlay) ssh_known_hosts.present state: catch not found exc PR #29196: (s0undt3ch) We need novaclient imported to compare versions PR #29059: (terminalmage) Work around upstream pygit2 bug PR #29112: (eliasp) Prevent backtrace (KeyError) in ssh_known_hosts.present state
2016-02-08 00:55:01 +01:00
${PYSITELIB}/salt/proxy/esxi.py
${PYSITELIB}/salt/proxy/esxi.pyc
${PYSITELIB}/salt/proxy/esxi.pyo
${PYSITELIB}/salt/proxy/esxvm.py
${PYSITELIB}/salt/proxy/esxvm.pyc
${PYSITELIB}/salt/proxy/esxvm.pyo
${PYSITELIB}/salt/proxy/fx2.py
${PYSITELIB}/salt/proxy/fx2.pyc
${PYSITELIB}/salt/proxy/fx2.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/proxy/junos.py
${PYSITELIB}/salt/proxy/junos.pyc
${PYSITELIB}/salt/proxy/junos.pyo
${PYSITELIB}/salt/proxy/marathon.py
${PYSITELIB}/salt/proxy/marathon.pyc
${PYSITELIB}/salt/proxy/marathon.pyo
${PYSITELIB}/salt/proxy/napalm.py
${PYSITELIB}/salt/proxy/napalm.pyc
${PYSITELIB}/salt/proxy/napalm.pyo
${PYSITELIB}/salt/proxy/netmiko_px.py
${PYSITELIB}/salt/proxy/netmiko_px.pyc
${PYSITELIB}/salt/proxy/netmiko_px.pyo
${PYSITELIB}/salt/proxy/nxos.py
${PYSITELIB}/salt/proxy/nxos.pyc
${PYSITELIB}/salt/proxy/nxos.pyo
${PYSITELIB}/salt/proxy/nxos_api.py
${PYSITELIB}/salt/proxy/nxos_api.pyc
${PYSITELIB}/salt/proxy/nxos_api.pyo
${PYSITELIB}/salt/proxy/panos.py
${PYSITELIB}/salt/proxy/panos.pyc
${PYSITELIB}/salt/proxy/panos.pyo
${PYSITELIB}/salt/proxy/philips_hue.py
${PYSITELIB}/salt/proxy/philips_hue.pyc
${PYSITELIB}/salt/proxy/philips_hue.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/proxy/rest_sample.py
${PYSITELIB}/salt/proxy/rest_sample.pyc
${PYSITELIB}/salt/proxy/rest_sample.pyo
${PYSITELIB}/salt/proxy/ssh_sample.py
${PYSITELIB}/salt/proxy/ssh_sample.pyc
${PYSITELIB}/salt/proxy/ssh_sample.pyo
${PYSITELIB}/salt/proxy/vcenter.py
${PYSITELIB}/salt/proxy/vcenter.pyc
${PYSITELIB}/salt/proxy/vcenter.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/queues/__init__.py
${PYSITELIB}/salt/queues/__init__.pyc
${PYSITELIB}/salt/queues/__init__.pyo
${PYSITELIB}/salt/queues/pgjsonb_queue.py
${PYSITELIB}/salt/queues/pgjsonb_queue.pyc
${PYSITELIB}/salt/queues/pgjsonb_queue.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/queues/sqlite_queue.py
${PYSITELIB}/salt/queues/sqlite_queue.pyc
${PYSITELIB}/salt/queues/sqlite_queue.pyo
${PYSITELIB}/salt/renderers/__init__.py
${PYSITELIB}/salt/renderers/__init__.pyc
${PYSITELIB}/salt/renderers/__init__.pyo
${PYSITELIB}/salt/renderers/aws_kms.py
${PYSITELIB}/salt/renderers/aws_kms.pyc
${PYSITELIB}/salt/renderers/aws_kms.pyo
${PYSITELIB}/salt/renderers/cheetah.py
${PYSITELIB}/salt/renderers/cheetah.pyc
${PYSITELIB}/salt/renderers/cheetah.pyo
${PYSITELIB}/salt/renderers/dson.py
${PYSITELIB}/salt/renderers/dson.pyc
${PYSITELIB}/salt/renderers/dson.pyo
${PYSITELIB}/salt/renderers/genshi.py
${PYSITELIB}/salt/renderers/genshi.pyc
${PYSITELIB}/salt/renderers/genshi.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/renderers/gpg.py
${PYSITELIB}/salt/renderers/gpg.pyc
${PYSITELIB}/salt/renderers/gpg.pyo
${PYSITELIB}/salt/renderers/hjson.py
${PYSITELIB}/salt/renderers/hjson.pyc
${PYSITELIB}/salt/renderers/hjson.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/renderers/jinja.py
${PYSITELIB}/salt/renderers/jinja.pyc
${PYSITELIB}/salt/renderers/jinja.pyo
${PYSITELIB}/salt/renderers/json.py
${PYSITELIB}/salt/renderers/json.pyc
${PYSITELIB}/salt/renderers/json.pyo
${PYSITELIB}/salt/renderers/json5.py
${PYSITELIB}/salt/renderers/json5.pyc
${PYSITELIB}/salt/renderers/json5.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/renderers/mako.py
${PYSITELIB}/salt/renderers/mako.pyc
${PYSITELIB}/salt/renderers/mako.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/renderers/msgpack.py
${PYSITELIB}/salt/renderers/msgpack.pyc
${PYSITELIB}/salt/renderers/msgpack.pyo
${PYSITELIB}/salt/renderers/nacl.py
${PYSITELIB}/salt/renderers/nacl.pyc
${PYSITELIB}/salt/renderers/nacl.pyo
${PYSITELIB}/salt/renderers/pass.py
${PYSITELIB}/salt/renderers/pass.pyc
${PYSITELIB}/salt/renderers/pass.pyo
${PYSITELIB}/salt/renderers/py.py
${PYSITELIB}/salt/renderers/py.pyc
${PYSITELIB}/salt/renderers/py.pyo
${PYSITELIB}/salt/renderers/pydsl.py
${PYSITELIB}/salt/renderers/pydsl.pyc
${PYSITELIB}/salt/renderers/pydsl.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/renderers/pyobjects.py
${PYSITELIB}/salt/renderers/pyobjects.pyc
${PYSITELIB}/salt/renderers/pyobjects.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/renderers/stateconf.py
${PYSITELIB}/salt/renderers/stateconf.pyc
${PYSITELIB}/salt/renderers/stateconf.pyo
${PYSITELIB}/salt/renderers/wempy.py
${PYSITELIB}/salt/renderers/wempy.pyc
${PYSITELIB}/salt/renderers/wempy.pyo
${PYSITELIB}/salt/renderers/yaml.py
${PYSITELIB}/salt/renderers/yaml.pyc
${PYSITELIB}/salt/renderers/yaml.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/renderers/yamlex.py
${PYSITELIB}/salt/renderers/yamlex.pyc
${PYSITELIB}/salt/renderers/yamlex.pyo
${PYSITELIB}/salt/returners/__init__.py
${PYSITELIB}/salt/returners/__init__.pyc
${PYSITELIB}/salt/returners/__init__.pyo
${PYSITELIB}/salt/returners/carbon_return.py
${PYSITELIB}/salt/returners/carbon_return.pyc
${PYSITELIB}/salt/returners/carbon_return.pyo
${PYSITELIB}/salt/returners/cassandra_cql_return.py
${PYSITELIB}/salt/returners/cassandra_cql_return.pyc
${PYSITELIB}/salt/returners/cassandra_cql_return.pyo
${PYSITELIB}/salt/returners/cassandra_return.py
${PYSITELIB}/salt/returners/cassandra_return.pyc
${PYSITELIB}/salt/returners/cassandra_return.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/returners/couchbase_return.py
${PYSITELIB}/salt/returners/couchbase_return.pyc
${PYSITELIB}/salt/returners/couchbase_return.pyo
${PYSITELIB}/salt/returners/couchdb_return.py
${PYSITELIB}/salt/returners/couchdb_return.pyc
${PYSITELIB}/salt/returners/couchdb_return.pyo
${PYSITELIB}/salt/returners/django_return.py
${PYSITELIB}/salt/returners/django_return.pyc
${PYSITELIB}/salt/returners/django_return.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/returners/elasticsearch_return.py
${PYSITELIB}/salt/returners/elasticsearch_return.pyc
${PYSITELIB}/salt/returners/elasticsearch_return.pyo
${PYSITELIB}/salt/returners/etcd_return.py
${PYSITELIB}/salt/returners/etcd_return.pyc
${PYSITELIB}/salt/returners/etcd_return.pyo
${PYSITELIB}/salt/returners/highstate_return.py
${PYSITELIB}/salt/returners/highstate_return.pyc
${PYSITELIB}/salt/returners/highstate_return.pyo
${PYSITELIB}/salt/returners/hipchat_return.py
${PYSITELIB}/salt/returners/hipchat_return.pyc
${PYSITELIB}/salt/returners/hipchat_return.pyo
${PYSITELIB}/salt/returners/influxdb_return.py
${PYSITELIB}/salt/returners/influxdb_return.pyc
${PYSITELIB}/salt/returners/influxdb_return.pyo
${PYSITELIB}/salt/returners/kafka_return.py
${PYSITELIB}/salt/returners/kafka_return.pyc
${PYSITELIB}/salt/returners/kafka_return.pyo
${PYSITELIB}/salt/returners/librato_return.py
${PYSITELIB}/salt/returners/librato_return.pyc
${PYSITELIB}/salt/returners/librato_return.pyo
${PYSITELIB}/salt/returners/local.py
${PYSITELIB}/salt/returners/local.pyc
${PYSITELIB}/salt/returners/local.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/returners/local_cache.py
${PYSITELIB}/salt/returners/local_cache.pyc
${PYSITELIB}/salt/returners/local_cache.pyo
${PYSITELIB}/salt/returners/mattermost_returner.py
${PYSITELIB}/salt/returners/mattermost_returner.pyc
${PYSITELIB}/salt/returners/mattermost_returner.pyo
. Fixed rc.d script by adding comment_interpreter . Updated salt to version 0.15.0 From SaltStack website: Salt 0.15.0 comes with many smaller features and a few larger ones. The Salt Mine First there was the peer system, allowing for commands to be executed from a minion to other minions to gather data live. Then there was the external job cache for storing and accessing long term data. Now the middle ground is being filled in with the Salt Mine. The Salt Mine is a system used to execute functions on a regular basis on minions and then store only the most recent data from the functions on the master, then the data is looked up via targets. The mine caches data that is public to all minions, so when a minion posts data to the mine all other minions can see it. IPV6 Support 0.13.0 saw the addition of initial IPV6 support but errors were encountered and it needed to be stripped out. This time the code covers more cases and must be explicitly enabled. But the support is much more extensive than before. Copy Files From Minions to the Master Minions have long been able to copy files down from the master file server, but until now files could not be easily copied from the minion up to the master. A new function called cp.push can push files from the minions up to the master server. The uploaded files are then cached on the master in the master cachedir for each minon. Better Template Debugging Template errors have long been a burden when writing states and pillar. 0.15.0 will now send the compiled template data to the debug log, this makes tracking down the intermittent stage templates much easier. So running state.sls or state.highstate with -l debug will now print out the rendered templates in the debug information. State Event Firing The state system is now more closely tied to the master's event bus. Now when a state fails the failure will be fired on the master event bus so that the reactor can respond to it. Major Syndic Updates The Syndic system has been basically re-written. Now it runs in a completely asynchronous way and functions primarily as an event broker. This means that the events fired on the syndic are now pushed up to the higher level master instead of the old method used which waited for the client libraries to return. This makes the syndic much more accurate and powerful, it also means that all events fired on the syndic master make it up the pipe as well making a reactor on the higher level master able to react to minions further downstream. Peer System Updates The Peer System has been updated to run using the client libraries instead of firing directly over the publish bus. This makes the peer system much more consistent and reliable. Minion Key Revocation In the past when a minion was decommissioned the key needed to be manually deleted on the master, but now a function on the minion can be used to revoke the calling minion's key: salt-call saltutil.revoke_auth Function Return Codes Functions can now be assigned numeric return codes to determine if the function executed successfully. While not all functions have been given return codes, many have and it is an ongoing effort to fill out all functions that might return a non-zero return code. Functions in Overstate The overstate system was originally created to just manage the execution of states, but with the addition of return codes to functions, requisite logic can now be used with respect to the overstate. This means that an overstate stage can now run single functions instead of just state executions. Pillar Error Reporting Previously if errors surfaced in pillar, then the pillar would consist of only and empty dict. Now all data that was successfully rendered stays in pillar and the render error is also made available. If errors are found in the pillar, states will refuse to run. Using Cached State Data Sometimes states are executed purely to maintain a specific state rather than to update states with new configs. This is grounds for the new cached state system. By adding cache=True to a state call the state will not be generated fresh from the master but the last state data to be generated will be used. If no previous state data is available then fresh data will be generated. Monitoring States The new monitoring states system has been started. This is very young but allows for states to be used to configure monitoring routines. So far only one monitoring state is available, the disk.status state. As more capabilities are added to Salt UI the monitoring capabilities of Salt will continue to be expanded.
2013-05-05 14:26:23 +02:00
${PYSITELIB}/salt/returners/memcache_return.py
${PYSITELIB}/salt/returners/memcache_return.pyc
${PYSITELIB}/salt/returners/memcache_return.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/returners/mongo_future_return.py
${PYSITELIB}/salt/returners/mongo_future_return.pyc
${PYSITELIB}/salt/returners/mongo_future_return.pyo
${PYSITELIB}/salt/returners/mongo_return.py
${PYSITELIB}/salt/returners/mongo_return.pyc
${PYSITELIB}/salt/returners/mongo_return.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/returners/multi_returner.py
${PYSITELIB}/salt/returners/multi_returner.pyc
${PYSITELIB}/salt/returners/multi_returner.pyo
${PYSITELIB}/salt/returners/mysql.py
${PYSITELIB}/salt/returners/mysql.pyc
${PYSITELIB}/salt/returners/mysql.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/returners/nagios_nrdp_return.py
${PYSITELIB}/salt/returners/nagios_nrdp_return.pyc
${PYSITELIB}/salt/returners/nagios_nrdp_return.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/returners/odbc.py
${PYSITELIB}/salt/returners/odbc.pyc
${PYSITELIB}/salt/returners/odbc.pyo
${PYSITELIB}/salt/returners/pgjsonb.py
${PYSITELIB}/salt/returners/pgjsonb.pyc
${PYSITELIB}/salt/returners/pgjsonb.pyo
${PYSITELIB}/salt/returners/postgres.py
${PYSITELIB}/salt/returners/postgres.pyc
${PYSITELIB}/salt/returners/postgres.pyo
${PYSITELIB}/salt/returners/postgres_local_cache.py
${PYSITELIB}/salt/returners/postgres_local_cache.pyc
${PYSITELIB}/salt/returners/postgres_local_cache.pyo
${PYSITELIB}/salt/returners/pushover_returner.py
${PYSITELIB}/salt/returners/pushover_returner.pyc
${PYSITELIB}/salt/returners/pushover_returner.pyo
${PYSITELIB}/salt/returners/rawfile_json.py
${PYSITELIB}/salt/returners/rawfile_json.pyc
${PYSITELIB}/salt/returners/rawfile_json.pyo
${PYSITELIB}/salt/returners/redis_return.py
${PYSITELIB}/salt/returners/redis_return.pyc
${PYSITELIB}/salt/returners/redis_return.pyo
${PYSITELIB}/salt/returners/sentry_return.py
${PYSITELIB}/salt/returners/sentry_return.pyc
${PYSITELIB}/salt/returners/sentry_return.pyo
${PYSITELIB}/salt/returners/slack_returner.py
${PYSITELIB}/salt/returners/slack_returner.pyc
${PYSITELIB}/salt/returners/slack_returner.pyo
${PYSITELIB}/salt/returners/sms_return.py
${PYSITELIB}/salt/returners/sms_return.pyc
${PYSITELIB}/salt/returners/sms_return.pyo
${PYSITELIB}/salt/returners/smtp_return.py
${PYSITELIB}/salt/returners/smtp_return.pyc
${PYSITELIB}/salt/returners/smtp_return.pyo
${PYSITELIB}/salt/returners/splunk.py
${PYSITELIB}/salt/returners/splunk.pyc
${PYSITELIB}/salt/returners/splunk.pyo
${PYSITELIB}/salt/returners/sqlite3_return.py
${PYSITELIB}/salt/returners/sqlite3_return.pyc
${PYSITELIB}/salt/returners/sqlite3_return.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/returners/syslog_return.py
${PYSITELIB}/salt/returners/syslog_return.pyc
${PYSITELIB}/salt/returners/syslog_return.pyo
${PYSITELIB}/salt/returners/telegram_return.py
${PYSITELIB}/salt/returners/telegram_return.pyc
${PYSITELIB}/salt/returners/telegram_return.pyo
${PYSITELIB}/salt/returners/xmpp_return.py
${PYSITELIB}/salt/returners/xmpp_return.pyc
${PYSITELIB}/salt/returners/xmpp_return.pyo
${PYSITELIB}/salt/returners/zabbix_return.py
${PYSITELIB}/salt/returners/zabbix_return.pyc
${PYSITELIB}/salt/returners/zabbix_return.pyo
${PYSITELIB}/salt/roster/__init__.py
${PYSITELIB}/salt/roster/__init__.pyc
${PYSITELIB}/salt/roster/__init__.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/roster/ansible.py
${PYSITELIB}/salt/roster/ansible.pyc
${PYSITELIB}/salt/roster/ansible.pyo
${PYSITELIB}/salt/roster/cache.py
${PYSITELIB}/salt/roster/cache.pyc
${PYSITELIB}/salt/roster/cache.pyo
${PYSITELIB}/salt/roster/cloud.py
${PYSITELIB}/salt/roster/cloud.pyc
${PYSITELIB}/salt/roster/cloud.pyo
${PYSITELIB}/salt/roster/clustershell.py
${PYSITELIB}/salt/roster/clustershell.pyc
${PYSITELIB}/salt/roster/clustershell.pyo
${PYSITELIB}/salt/roster/flat.py
${PYSITELIB}/salt/roster/flat.pyc
${PYSITELIB}/salt/roster/flat.pyo
Update to 2015.8.5, from PR#50779 addresses CVE-2016-1866 Salt 2015.8.5 is identical to the 2015.8.4 release with the addition of a fix for issue 30820, fixed by PR #30833. SECURITY FIX CVE-2016-1866: Improper handling of clear messages on the minion, which could result in executing commands not sent by the master. This issue affects only the 2015.8.x releases of Salt. In order for an attacker to use this attack vector, they would have to execute a successful attack on an existing TCP connection between minion and master on the pub port. It does not allow an external attacker to obtain the shared secret or decrypt any encrypted traffic between minion and master. We recommend everyone upgrade to 2015.8.4 as soon as possible. CORE CHANGES PR #28994: timcharper Salt S3 module has learned how to assume IAM roles Added option mock=True for state.sls and state.highstate. This allows the salt state compiler to process sls data in a state run without actually calling the state functions, thus providing feedback on the validity of the arguments used for the functions beyond the preprocessing validation provided by state.show_sls (issue 30118 and issue 30189). salt '*' state.sls core,edit.vim mock=True salt '*' state.highstate mock=True salt '*' state.apply edit.vim mock=True CHANGES FOR V2015.8.3..V2015.8.4 Extended changelog courtesy of Todd Stansell (https://github.com/tjstansell/salt-changelogs): Generated at: 2016-01-25T17:48:35Z Total Merges: 320 Changes: PR #30613: (basepi) Fix minion/syndic clearfuncs PR #30609: (seanjnkns) Fix documentation for pillar_merge_lists which default is False, not … PR #30584: (julianbrost) file.line state: add missing colon in docstring PR #30589: (terminalmage) Merge 2015.5 into 2015.8 PR #30599: (multani) Documentation formatting fixes PR #30554: (rallytime) Make the salt-cloud actions output more verbose and helpful PR #30549: (techhat) Salt Virt cleanup PR #30553: (techhat) AWS: Support 17-character IDs PR #30532: (whiteinge) Add execution module for working in sls files PR #30529: (terminalmage) Merge 2015.5 into 2015.8 PR #30526: (twangboy) Added FlushKey to make sure it's changes are saved to disk PR #30521: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30485: (jtand) Updated pip_state to work with pip 8.0 on 2015.8 PR #30494: (isbm) Zypper: info_installed — 'errors' flag change to type 'boolean' PR #30506: (jacksontj) Properly remove newlines after reading the file PR #30508: (rallytime) Fix Linode driver cloning functionality PR #30522: (terminalmage) Update git.list_worktree tests to reflect new return data PR #30483: (borgstrom) Pyobjects recursive import support (for 2015.8) PR #30491: (jacksontj) Add multi-IP support to network state PR #30496: (anlutro) Fix KeyError when adding ignored pillars PR #30359: (kingsquirrel152) Removes suspected copy/paste error for zmq_filtering functionailty PR #30448: (cournape) Fix osx scripts location PR #30457: (rallytime) Remove fsutils references from modules list PR #30453: (rallytime) Make sure private AND public IPs are listed for Linode driver PR #30458: (rallytime) Back-port #30062 to 2015.8 PR #30468: (timcharper) make note of s3 role assumption in upcoming changelog PR #30470: (whiteinge) Add example of the match_dict format to accept_dict wheel function PR #30450: (gtmanfred) fix extension loading in novaclient PR #30212: (abednarik) Fix incorrect file permissions in file.line PR #29947: (jfindlay) fileclient: decode file list from master PR #30363: (terminalmage) Use native "list" subcommand to list git worktrees PR #30445: (jtand) Boto uses False for is_default instead of None PR #30406: (frioux) Add an example of how to use file.managed/check_cmd PR #30424: (isbm) Check if byte strings are properly encoded in UTF-8 PR #30405: (jtand) Updated glusterfs.py for python2.6 compatibility. PR #30396: (pass-by-value) Remove hardcoded val PR #30391: (jtand) Added else statements PR #30375: (rallytime) Wrap formatted log statements with six.u() in cloud/__init__.py PR #30384: (isbm) Bugfix: info_available does not work correctly on SLE 11 series PR #30376: (pritambaral) Fix FLO_DIR path in 2015.8 PR #30389: (jtand) Older versions of ipset don't support comments PR #30373: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30372: (jacobhammons) Updated man pages for 2015.8.4, updated copyright to 2016 PR #30370: (rallytime) Remove incomplete function PR #30366: (rallytime) Back-port #28702 to 2015.8 PR #30361: (cro) Flip the sense of the test for proxymodule imports, add more fns for esxi proxy PR #30267: (isbm) Fix RPM issues with the date/time and add package attributes filtering PR #30360: (jfindlay) file.remove, file.absent: mention recursive dir removal PR #30221: (mbarrien) No rolcatupdate for user_exist in Postgres>=9.5 `#26845`_ PR #30358: (terminalmage) Add libgit2 version to versions-report PR #30346: (pass-by-value) Prevent orphaned volumes PR #30349: (rallytime) Back-port #30347 to 2015.8 PR #30354: (anlutro) Make sure all ignore_missing SLSes are caught PR #30356: (nmadhok) Adding code author PR #30340: (jtand) Updated seed_test.py for changes made to seed module PR #30339: (jfindlay) Backport #26511 PR #30343: (rallytime) Fix 2015.8 from incomplete back-port PR #30342: (eliasp) Correct whitespace placement in error message PR #30308: (rallytime) Back-port #30257 to 2015.8 PR #30187: (rallytime) Back-port #27606 to 2015.8 PR #30223: (serge-p) adding support for DragonFly BSD PR #30238: (rallytime) Reinit crypto before calling RSA.generate when generating keys. PR #30246: (dmacvicar) Add missing return data to scheduled jobs (`#24237`_) PR #30292: (thegoodduke) ipset: fix test=true & add comment for every entry PR #30275: (abednarik) Add permanent argument in firewalld. PR #30328: (cachedout) Fix file test PR #30310: (pass-by-value) Empty bucket fix PR #30211: (techhat) Execute choot on the correct path PR #30309: (rallytime) Back-port #30304 to 2015.8 PR #30278: (nmadhok) If datacenter is specified in the config, then look for managed objects under it PR #30305: (jacobhammons) Changed examples to use the "example.com" domain instead of "mycompan… PR #30249: (mpreziuso) Fixes performance and timeout issues on win_pkg.install PR #30217: (pass-by-value) Make sure cloud actions can be called via salt run PR #30268: (terminalmage) Optimize file_tree ext_pillar and update file.managed to allow for binary contents PR #30245: (rallytime) Boto secgroup/iam_role: Add note stating us-east-1 is default region PR #30299: (rallytime) ESXi Proxy minions states are located at salt.states.esxi, not vsphere. PR #30202: (opdude) Fixed the periodic call to beacons PR #30303: (jacobhammons) Changed notes to indicate that functions are matched using regular ex… PR #30284: (terminalmage) salt.utils.gitfs: Fix Dulwich env detection and submodule handling PR #30280: (jfindlay) add state mocking to release notes PR #30273: (rallytime) Back-port #30121 to 2015.8 PR #30301: (cachedout) Accept whatever comes into hightstate mock for state tests PR #30282: (cachedout) Fix file.append logic PR #30289: (cro) Fix problems with targeting proxies by grains PR #30293: (cro) Ensure we don't log stuff we shouldn't PR #30279: (cachedout) Allow modules to be packed into boto utils PR #30186: (rallytime) Update CLI Examples in boto_ec2 module to reflect correct arg/kwarg positioning PR #30156: (abednarik) Add option in file.append to ignore_whitespace. PR #30189: (rallytime) Back-port #30185 to 2015.8 PR #30215: (jacobhammons) Assorted doc bug fixes PR #30206: (cachedout) Revert "Fix incorrect file permissions in file.line" PR #30190: (jacobhammons) Updated doc site banners PR #30180: (jfindlay) modules.x509._dec2hex: add fmt index for 2.6 compat PR #30179: (terminalmage) Backport #26962 to 2015.8 branch PR #29693: (abednarik) Handle missing source file in ssh_auth. PR #30155: (rallytime) Update boto_secgroup and boto_iam_role docs to only use region OR profile PR #30158: (rallytime) Move _option(value) calls to __salt__['config.option'] in boto utils PR #30160: (dmurphy18) Fix parsing disk usage for line with no number and AIX values in Kilos PR #30162: (rallytime) Update list_present and append grains state function docs to be more clear. PR #30163: (rallytime) Add warning about using "=" in file.line function PR #30164: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30168: (abednarik) Fix incorrect file permissions in file.line PR #30154: (Oro) Fix file serialize on windows PR #30144: (rallytime) Added generic ESXCLI command ability to ESXi Proxy Minion PR #30142: (terminalmage) Fix dockerng.push, and allow for multiple images PR #30075: (joejulian) Convert glusterfs module to use xml PR #30129: (optix2000) Clean up _uptodate() in git state PR #30139: (rallytime) Back-port #29589 to 2015.8 PR #30124: (abednarik) Update regex to detect ip alias in OpenBSD. PR #30133: (stanislavb) Fix typo in gpgkey URL PR #30126: (stanislavb) Log S3 API error message PR #30128: (oeuftete) Log retryable transport errors as warnings PR #30096: (cachedout) Add rm_special to crontab module PR #30106: (techhat) Ensure last dir PR #30101: (gtmanfred) fix bug where nova driver exits with no adminPass PR #30090: (techhat) Add argument to isdir() PR #30094: (rallytime) Fix doc formatting for cloud.create example in module.py state PR #30095: (rallytime) Add the list_nodes_select function to linode driver PR #30082: (abednarik) Fixed saltversioninfo grain return PR #30084: (rallytime) Back-port #29987 to 2015.8 PR #30071: (rallytime) Merge branch '2015.5' into '2015.8' PR #30067: (ryan-lane) Pass in kwargs to boto_secgroup.convert_to_group_ids explicitly PR #30069: (techhat) Ensure that pki_dir exists PR #30064: (rallytime) Add Syndic documentation to miscellaneous Salt Cloud config options PR #30049: (rallytime) Add some more unit tests for the vsphere execution module PR #30060: (rallytime) Back-port #27104 to 2015.8 PR #30048: (jacobhammons) Remove internal APIs from rest_cherrypy docs. PR #30043: (rallytime) Be explicit about importing from salt.utils.jinja to avoid circular imports PR #30038: (rallytime) Back-port #30017 to 2015.8 PR #30036: (rallytime) Back-port #29995 to 2015.8 PR #30035: (rallytime) Back-port #29895 to 2015.8 PR #30034: (rallytime) Back-port #29893 to 2015.8 PR #30033: (rallytime) Back-port #29876 to 2015.8 PR #30029: (terminalmage) git.latest: Fix handling of nonexistent branches PR #30016: (anlutro) Properly normalize locales in locale.gen_locale PR #30015: (anlutro) locale module: don't escape the slash in \n PR #30022: (gqgunhed) Two minor typos fixed PR #30026: (anlutro) states.at: fix wrong variable being used PR #29966: (multani) Fix bigip state/module documentation + serializers documentation PR #29904: (twangboy) Improvements to osx packaging scripts PR #29950: (multani) boto_iam: fix deletion of IAM users when using delete_keys=true PR #29937: (multani) Fix states.boto_iam group users PR #29934: (multani) Fix state.boto_iam virtual name PR #29943: (cachedout) Check args correctly in boto_rds PR #29924: (gqgunhed) fixed: uptime now working on non-US Windows PR #29883: (serge-p) fix for nfs mounts in _active_mounts_openbsd() PR #29894: (techhat) Support Saltfile in SPM PR #29856: (rallytime) Added some initial unit tests for the salt.modules.vsphere.py file PR #29855: (rallytime) Back-port #29740 to 2015.8 PR #29890: (multani) Various documentation fixes PR #29850: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29811: (anlutro) influxdb: add retention policy module functions PR #29814: (basepi) [2015.8][Windows] Fix multi-master on windows PR #29819: (rallytime) Add esxi module and state to docs build PR #29832: (jleimbach) Fixed typo in order to use the keyboard module for RHEL without systemd PR #29803: (rallytime) Add vSphere module to doc ref module tree PR #29767: (abednarik) Hosts file update in mod_hostname. PR #29772: (terminalmage) pygit2: skip submodules when traversing tree PR #29765: (gtmanfred) allow nova driver to be boot from volume PR #29773: (l2ol33rt) Append missing wget in debian installation guide PR #29800: (rallytime) Back-port #29769 to 2015.8 PR #29775: (paulnivin) Change listen requisite resolution from name to ID declaration PR #29754: (rallytime) Back-port #29719 to 2015.8 PR #29713: (The-Loeki) Pillar-based cloud providers still forcing use of deprecated 'provider' PR #29729: (rallytime) Further clarifications on "unless" and "onlyif" requisites. PR #29737: (akissa) fix pillar sqlite3 documentation examples PR #29743: (akissa) fix pillar sqlite not honouring config options PR #29723: (rallytime) Clarify db_user and db_password kwargs for postgres_user.present state function PR #29722: (rallytime) Link "stateful" kwargs to definition of what "stateful" means for cmd state. PR #29724: (rallytime) Add examples of using multiple matching levels to Pillar docs PR #29726: (cachedout) Disable some boto tests per resolution of moto issue PR #29708: (lagesag) Fix test=True for file.directory with recurse ignore_files/ignore_dirs. PR #29642: (cachedout) Correctly restart deamonized minions on failure PR #29599: (cachedout) Clean up minion shutdown PR #29675: (clinta) allow returning all refs PR #29683: (rallytime) Catch more specific error to pass the error message through elegantly. PR #29687: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29681: (clinta) fix bare/mirror in git.latest PR #29644: (rallytime) Fixed a couple more ESXi proxy minion bugs PR #29645: (rallytime) Back-port #29558 to 2015.8 PR #29632: (jfindlay) reduce severity of tls module __virtual__ logging PR #29606: (abednarik) Fixed duplicate mtu entry in RedHat 7 network configuration. PR #29613: (rallytime) Various ESXi Proxy Minion Bug Fixes PR #29628: (DmitryKuzmenko) Don't create io_loop before fork PR #29609: (basepi) [2015.8][salt-ssh] Add ability to set salt-ssh command umask in roster PR #29603: (basepi) Fix orchestration failure-checking PR #29597: (terminalmage) dockerng: Prevent exception when API response contains empty dictionary PR #29596: (rallytime) Back-port #29587 to 2015.8 PR #29588: (rallytime) Added ESXi Proxy Minion Tutorial PR #29572: (gtmanfred) [nova] use old discover_extensions if available PR #29545: (terminalmage) git.latest: init submodules if not yet initialized PR #29548: (rallytime) Back-port #29449 to 2015.8 PR #29547: (rallytime) Refactored ESXCLI-based functions to accept a list of esxi_hosts PR #29563: (anlutro) Fix a call to deprecated method in python-influxdb PR #29565: (bdrung) Fix typos and missing release note PR #29540: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29499: (rallytime) Initial commit of ESXi Proxy Minion PR #29526: (jfindlay) 2015.8.2 notes: add note about not being released PR #29531: (jfindlay) grains.core: handle undefined variable PR #29538: (basepi) [2015.8] [salt-ssh] Remove umask around actual execution for salt-ssh PR #29505: (rallytime) Update boto_rds state docs to include funky yaml syntax for "tags" option. PR #29513: (bdrung) Drop obsolete syslog.target from systemd services PR #29500: (rallytime) Back-port #29467 to 2015.8 PR #29463: (abednarik) Add **kwargs to debconf.set. PR #29399: (jfindlay) modules.status: add human_readable option to uptime PR #29433: (cro) Files for building .pkg files for MacOS X PR #29455: (jfindlay) modules.nova.__init__: do not return None PR #29454: (jfindlay) rh_service module __virtual__ return error messages PR #29476: (tbaker57) Doc fix - route_table_present needs subnet_names (not subnets) as a key PR #29487: (rallytime) Back-port #29450 to 2015.8 PR #29441: (rallytime) Make sure docs line up with blade_idrac function specs PR #29440: (rallytime) Back-port #28925 to 2015.8 PR #29435: (galet) Grains return wrong OS version and other OS related values for Oracle Linux PR #29430: (rall0r) Fix host.present state limitation PR #29417: (jacobhammons) Repo install updates PR #29402: (techhat) Add rate limiting to linode PR #29400: (twangboy) Fix #19332 PR #29398: (cachedout) Lint 29288 PR #29331: (DmitryKuzmenko) Bugfix - #29116 raet dns error PR #29390: (jacobhammons) updated version numbers in documentation PR #29381: (nmadhok) No need to deepcopy since six.iterkeys() creates a copy PR #29349: (cro) Fix mis-setting chassis names PR #29334: (rallytime) Back-port #29237 to 2015.8 PR #29300: (ticosax) [dockerng] Add support for volume management in dockerng PR #29218: (clan) check service enable state in test mode PR #29315: (jfindlay) dev tutorial doc: fix markup errors PR #29317: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29240: (clan) handle acl_type [[d]efault:][user|group|mask|other] PR #29305: (lorengordon) Add 'file' as a source_hash proto PR #29272: (jfindlay) win_status module: handle 12 hour time in uptime PR #29289: (terminalmage) file.managed: Allow local file sources to use source_hash PR #29264: (anlutro) Prevent ssh_auth.absent from running when test=True PR #29277: (terminalmage) Update git_pillar runner to support new git ext_pillar config schema PR #29283: (cachedout) Single-quotes and use format PR #29139: (thomaso-mirodin) [salt-ssh] Add a range roster and range targeting options for the flat roster PR #29282: (cachedout) dev docs: add development tutorial PR #28994: (timcharper) add support to s3 for aws role assumption PR #29278: (techhat) Add verify_log to SPM PR #29067: (jacksontj) Fix infinite recursion in state compiler for prereq of SLSs PR #29207: (jfindlay) do not shadow ret function argument PR #29215: (rallytime) Back-port #29192 to 2015.8 PR #29217: (clan) show duration only if state_output_profile is False PR #29221: (ticosax) [dokcerng] Docu network mode PR #29269: (jfindlay) win_status module: fix function names in docs PR #29213: (rallytime) Move _wait_for_task func from vmware cloud to vmware utils PR #29271: (techhat) Pass full path for digest (SPM) PR #29244: (isbm) List products consistently across all SLES systems PR #29255: (garethgreenaway) fixes to consul module PR #29208: (whytewolf) Glance more profile errors PR #29200: (jfindlay) mount state: unmount by device is optional PR #29205: (trevor-h) Fixes #29187 - using winrm on EC2 PR #29170: (cachedout) Migrate pydsl tests to integration test suite PR #29198: (jfindlay) rh_ip module: only set the mtu once PR #29135: (jfindlay) ssh_known_hosts.present state: catch not found exc PR #29196: (s0undt3ch) We need novaclient imported to compare versions PR #29059: (terminalmage) Work around upstream pygit2 bug PR #29112: (eliasp) Prevent backtrace (KeyError) in ssh_known_hosts.present state
2016-02-08 00:55:01 +01:00
${PYSITELIB}/salt/roster/range.py
${PYSITELIB}/salt/roster/range.pyc
${PYSITELIB}/salt/roster/range.pyo
${PYSITELIB}/salt/roster/scan.py
${PYSITELIB}/salt/roster/scan.pyc
${PYSITELIB}/salt/roster/scan.pyo
${PYSITELIB}/salt/roster/sshconfig.py
${PYSITELIB}/salt/roster/sshconfig.pyc
${PYSITELIB}/salt/roster/sshconfig.pyo
${PYSITELIB}/salt/roster/terraform.py
${PYSITELIB}/salt/roster/terraform.pyc
${PYSITELIB}/salt/roster/terraform.pyo
${PYSITELIB}/salt/runner.py
${PYSITELIB}/salt/runner.pyc
${PYSITELIB}/salt/runner.pyo
${PYSITELIB}/salt/runners/__init__.py
${PYSITELIB}/salt/runners/__init__.pyc
${PYSITELIB}/salt/runners/__init__.pyo
${PYSITELIB}/salt/runners/asam.py
${PYSITELIB}/salt/runners/asam.pyc
${PYSITELIB}/salt/runners/asam.pyo
${PYSITELIB}/salt/runners/auth.py
${PYSITELIB}/salt/runners/auth.pyc
${PYSITELIB}/salt/runners/auth.pyo
${PYSITELIB}/salt/runners/bgp.py
${PYSITELIB}/salt/runners/bgp.pyc
${PYSITELIB}/salt/runners/bgp.pyo
${PYSITELIB}/salt/runners/cache.py
${PYSITELIB}/salt/runners/cache.pyc
${PYSITELIB}/salt/runners/cache.pyo
${PYSITELIB}/salt/runners/cloud.py
${PYSITELIB}/salt/runners/cloud.pyc
${PYSITELIB}/salt/runners/cloud.pyo
${PYSITELIB}/salt/runners/config.py
${PYSITELIB}/salt/runners/config.pyc
${PYSITELIB}/salt/runners/config.pyo
${PYSITELIB}/salt/runners/ddns.py
${PYSITELIB}/salt/runners/ddns.pyc
${PYSITELIB}/salt/runners/ddns.pyo
${PYSITELIB}/salt/runners/digicertapi.py
${PYSITELIB}/salt/runners/digicertapi.pyc
${PYSITELIB}/salt/runners/digicertapi.pyo
${PYSITELIB}/salt/runners/doc.py
${PYSITELIB}/salt/runners/doc.pyc
${PYSITELIB}/salt/runners/doc.pyo
${PYSITELIB}/salt/runners/drac.py
${PYSITELIB}/salt/runners/drac.pyc
${PYSITELIB}/salt/runners/drac.pyo
${PYSITELIB}/salt/runners/error.py
${PYSITELIB}/salt/runners/error.pyc
${PYSITELIB}/salt/runners/error.pyo
${PYSITELIB}/salt/runners/event.py
${PYSITELIB}/salt/runners/event.pyc
${PYSITELIB}/salt/runners/event.pyo
${PYSITELIB}/salt/runners/f5.py
${PYSITELIB}/salt/runners/f5.pyc
${PYSITELIB}/salt/runners/f5.pyo
${PYSITELIB}/salt/runners/fileserver.py
${PYSITELIB}/salt/runners/fileserver.pyc
${PYSITELIB}/salt/runners/fileserver.pyo
${PYSITELIB}/salt/runners/git_pillar.py
${PYSITELIB}/salt/runners/git_pillar.pyc
${PYSITELIB}/salt/runners/git_pillar.pyo
${PYSITELIB}/salt/runners/http.py
${PYSITELIB}/salt/runners/http.pyc
${PYSITELIB}/salt/runners/http.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/runners/jobs.py
${PYSITELIB}/salt/runners/jobs.pyc
${PYSITELIB}/salt/runners/jobs.pyo
${PYSITELIB}/salt/runners/launchd.py
${PYSITELIB}/salt/runners/launchd.pyc
${PYSITELIB}/salt/runners/launchd.pyo
${PYSITELIB}/salt/runners/lxc.py
${PYSITELIB}/salt/runners/lxc.pyc
${PYSITELIB}/salt/runners/lxc.pyo
${PYSITELIB}/salt/runners/manage.py
${PYSITELIB}/salt/runners/manage.pyc
${PYSITELIB}/salt/runners/manage.pyo
${PYSITELIB}/salt/runners/mattermost.py
${PYSITELIB}/salt/runners/mattermost.pyc
${PYSITELIB}/salt/runners/mattermost.pyo
${PYSITELIB}/salt/runners/mine.py
${PYSITELIB}/salt/runners/mine.pyc
${PYSITELIB}/salt/runners/mine.pyo
${PYSITELIB}/salt/runners/nacl.py
${PYSITELIB}/salt/runners/nacl.pyc
${PYSITELIB}/salt/runners/nacl.pyo
${PYSITELIB}/salt/runners/net.py
${PYSITELIB}/salt/runners/net.pyc
${PYSITELIB}/salt/runners/net.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/runners/network.py
${PYSITELIB}/salt/runners/network.pyc
${PYSITELIB}/salt/runners/network.pyo
${PYSITELIB}/salt/runners/pagerduty.py
${PYSITELIB}/salt/runners/pagerduty.pyc
${PYSITELIB}/salt/runners/pagerduty.pyo
${PYSITELIB}/salt/runners/pillar.py
${PYSITELIB}/salt/runners/pillar.pyc
${PYSITELIB}/salt/runners/pillar.pyo
${PYSITELIB}/salt/runners/pkg.py
${PYSITELIB}/salt/runners/pkg.pyc
${PYSITELIB}/salt/runners/pkg.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/runners/queue.py
${PYSITELIB}/salt/runners/queue.pyc
${PYSITELIB}/salt/runners/queue.pyo
${PYSITELIB}/salt/runners/reactor.py
${PYSITELIB}/salt/runners/reactor.pyc
${PYSITELIB}/salt/runners/reactor.pyo
${PYSITELIB}/salt/runners/salt.py
${PYSITELIB}/salt/runners/salt.pyc
${PYSITELIB}/salt/runners/salt.pyo
${PYSITELIB}/salt/runners/saltutil.py
${PYSITELIB}/salt/runners/saltutil.pyc
${PYSITELIB}/salt/runners/saltutil.pyo
${PYSITELIB}/salt/runners/sdb.py
${PYSITELIB}/salt/runners/sdb.pyc
${PYSITELIB}/salt/runners/sdb.pyo
${PYSITELIB}/salt/runners/smartos_vmadm.py
${PYSITELIB}/salt/runners/smartos_vmadm.pyc
${PYSITELIB}/salt/runners/smartos_vmadm.pyo
${PYSITELIB}/salt/runners/spacewalk.py
${PYSITELIB}/salt/runners/spacewalk.pyc
${PYSITELIB}/salt/runners/spacewalk.pyo
${PYSITELIB}/salt/runners/ssh.py
${PYSITELIB}/salt/runners/ssh.pyc
${PYSITELIB}/salt/runners/ssh.pyo
${PYSITELIB}/salt/runners/state.py
${PYSITELIB}/salt/runners/state.pyc
${PYSITELIB}/salt/runners/state.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/runners/survey.py
${PYSITELIB}/salt/runners/survey.pyc
${PYSITELIB}/salt/runners/survey.pyo
${PYSITELIB}/salt/runners/test.py
${PYSITELIB}/salt/runners/test.pyc
${PYSITELIB}/salt/runners/test.pyo
${PYSITELIB}/salt/runners/thin.py
${PYSITELIB}/salt/runners/thin.pyc
${PYSITELIB}/salt/runners/thin.pyo
${PYSITELIB}/salt/runners/vault.py
${PYSITELIB}/salt/runners/vault.pyc
${PYSITELIB}/salt/runners/vault.pyo
${PYSITELIB}/salt/runners/venafiapi.py
${PYSITELIB}/salt/runners/venafiapi.pyc
${PYSITELIB}/salt/runners/venafiapi.pyo
${PYSITELIB}/salt/runners/virt.py
${PYSITELIB}/salt/runners/virt.pyc
${PYSITELIB}/salt/runners/virt.pyo
${PYSITELIB}/salt/runners/vistara.py
${PYSITELIB}/salt/runners/vistara.pyc
${PYSITELIB}/salt/runners/vistara.pyo
${PYSITELIB}/salt/runners/winrepo.py
${PYSITELIB}/salt/runners/winrepo.pyc
${PYSITELIB}/salt/runners/winrepo.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/scripts.py
${PYSITELIB}/salt/scripts.pyc
${PYSITELIB}/salt/scripts.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/sdb/__init__.py
${PYSITELIB}/salt/sdb/__init__.pyc
${PYSITELIB}/salt/sdb/__init__.pyo
${PYSITELIB}/salt/sdb/cache.py
${PYSITELIB}/salt/sdb/cache.pyc
${PYSITELIB}/salt/sdb/cache.pyo
${PYSITELIB}/salt/sdb/confidant.py
${PYSITELIB}/salt/sdb/confidant.pyc
${PYSITELIB}/salt/sdb/confidant.pyo
${PYSITELIB}/salt/sdb/consul.py
${PYSITELIB}/salt/sdb/consul.pyc
${PYSITELIB}/salt/sdb/consul.pyo
${PYSITELIB}/salt/sdb/couchdb.py
${PYSITELIB}/salt/sdb/couchdb.pyc
${PYSITELIB}/salt/sdb/couchdb.pyo
${PYSITELIB}/salt/sdb/env.py
${PYSITELIB}/salt/sdb/env.pyc
${PYSITELIB}/salt/sdb/env.pyo
${PYSITELIB}/salt/sdb/etcd_db.py
${PYSITELIB}/salt/sdb/etcd_db.pyc
${PYSITELIB}/salt/sdb/etcd_db.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/sdb/keyring_db.py
${PYSITELIB}/salt/sdb/keyring_db.pyc
${PYSITELIB}/salt/sdb/keyring_db.pyo
${PYSITELIB}/salt/sdb/memcached.py
${PYSITELIB}/salt/sdb/memcached.pyc
${PYSITELIB}/salt/sdb/memcached.pyo
${PYSITELIB}/salt/sdb/redis_sdb.py
${PYSITELIB}/salt/sdb/redis_sdb.pyc
${PYSITELIB}/salt/sdb/redis_sdb.pyo
${PYSITELIB}/salt/sdb/rest.py
${PYSITELIB}/salt/sdb/rest.pyc
${PYSITELIB}/salt/sdb/rest.pyo
${PYSITELIB}/salt/sdb/sqlite3.py
${PYSITELIB}/salt/sdb/sqlite3.pyc
${PYSITELIB}/salt/sdb/sqlite3.pyo
${PYSITELIB}/salt/sdb/tism.py
${PYSITELIB}/salt/sdb/tism.pyc
${PYSITELIB}/salt/sdb/tism.pyo
${PYSITELIB}/salt/sdb/vault.py
${PYSITELIB}/salt/sdb/vault.pyc
${PYSITELIB}/salt/sdb/vault.pyo
${PYSITELIB}/salt/sdb/yaml.py
${PYSITELIB}/salt/sdb/yaml.pyc
${PYSITELIB}/salt/sdb/yaml.pyo
${PYSITELIB}/salt/serializers/__init__.py
${PYSITELIB}/salt/serializers/__init__.pyc
${PYSITELIB}/salt/serializers/__init__.pyo
${PYSITELIB}/salt/serializers/configparser.py
${PYSITELIB}/salt/serializers/configparser.pyc
${PYSITELIB}/salt/serializers/configparser.pyo
${PYSITELIB}/salt/serializers/json.py
${PYSITELIB}/salt/serializers/json.pyc
${PYSITELIB}/salt/serializers/json.pyo
${PYSITELIB}/salt/serializers/msgpack.py
${PYSITELIB}/salt/serializers/msgpack.pyc
${PYSITELIB}/salt/serializers/msgpack.pyo
${PYSITELIB}/salt/serializers/python.py
${PYSITELIB}/salt/serializers/python.pyc
${PYSITELIB}/salt/serializers/python.pyo
${PYSITELIB}/salt/serializers/toml.py
${PYSITELIB}/salt/serializers/toml.pyc
${PYSITELIB}/salt/serializers/toml.pyo
${PYSITELIB}/salt/serializers/yaml.py
${PYSITELIB}/salt/serializers/yaml.pyc
${PYSITELIB}/salt/serializers/yaml.pyo
${PYSITELIB}/salt/serializers/yamlex.py
${PYSITELIB}/salt/serializers/yamlex.pyc
${PYSITELIB}/salt/serializers/yamlex.pyo
${PYSITELIB}/salt/spm/__init__.py
${PYSITELIB}/salt/spm/__init__.pyc
${PYSITELIB}/salt/spm/__init__.pyo
${PYSITELIB}/salt/spm/pkgdb/__init__.py
${PYSITELIB}/salt/spm/pkgdb/__init__.pyc
${PYSITELIB}/salt/spm/pkgdb/__init__.pyo
${PYSITELIB}/salt/spm/pkgdb/sqlite3.py
${PYSITELIB}/salt/spm/pkgdb/sqlite3.pyc
${PYSITELIB}/salt/spm/pkgdb/sqlite3.pyo
${PYSITELIB}/salt/spm/pkgfiles/__init__.py
${PYSITELIB}/salt/spm/pkgfiles/__init__.pyc
${PYSITELIB}/salt/spm/pkgfiles/__init__.pyo
${PYSITELIB}/salt/spm/pkgfiles/local.py
${PYSITELIB}/salt/spm/pkgfiles/local.pyc
${PYSITELIB}/salt/spm/pkgfiles/local.pyo
${PYSITELIB}/salt/state.py
${PYSITELIB}/salt/state.pyc
${PYSITELIB}/salt/state.pyo
${PYSITELIB}/salt/states/__init__.py
${PYSITELIB}/salt/states/__init__.pyc
${PYSITELIB}/salt/states/__init__.pyo
${PYSITELIB}/salt/states/acme.py
${PYSITELIB}/salt/states/acme.pyc
${PYSITELIB}/salt/states/acme.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/alias.py
${PYSITELIB}/salt/states/alias.pyc
${PYSITELIB}/salt/states/alias.pyo
${PYSITELIB}/salt/states/alternatives.py
${PYSITELIB}/salt/states/alternatives.pyc
${PYSITELIB}/salt/states/alternatives.pyo
${PYSITELIB}/salt/states/ansiblegate.py
${PYSITELIB}/salt/states/ansiblegate.pyc
${PYSITELIB}/salt/states/ansiblegate.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/apache.py
${PYSITELIB}/salt/states/apache.pyc
${PYSITELIB}/salt/states/apache.pyo
${PYSITELIB}/salt/states/apache_conf.py
${PYSITELIB}/salt/states/apache_conf.pyc
${PYSITELIB}/salt/states/apache_conf.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/apache_module.py
${PYSITELIB}/salt/states/apache_module.pyc
${PYSITELIB}/salt/states/apache_module.pyo
${PYSITELIB}/salt/states/apache_site.py
${PYSITELIB}/salt/states/apache_site.pyc
${PYSITELIB}/salt/states/apache_site.pyo
${PYSITELIB}/salt/states/aptpkg.py
${PYSITELIB}/salt/states/aptpkg.pyc
${PYSITELIB}/salt/states/aptpkg.pyo
${PYSITELIB}/salt/states/archive.py
${PYSITELIB}/salt/states/archive.pyc
${PYSITELIB}/salt/states/archive.pyo
${PYSITELIB}/salt/states/artifactory.py
${PYSITELIB}/salt/states/artifactory.pyc
${PYSITELIB}/salt/states/artifactory.pyo
${PYSITELIB}/salt/states/at.py
${PYSITELIB}/salt/states/at.pyc
${PYSITELIB}/salt/states/at.pyo
${PYSITELIB}/salt/states/augeas.py
${PYSITELIB}/salt/states/augeas.pyc
${PYSITELIB}/salt/states/augeas.pyo
${PYSITELIB}/salt/states/aws_sqs.py
${PYSITELIB}/salt/states/aws_sqs.pyc
${PYSITELIB}/salt/states/aws_sqs.pyo
${PYSITELIB}/salt/states/azurearm_compute.py
${PYSITELIB}/salt/states/azurearm_compute.pyc
${PYSITELIB}/salt/states/azurearm_compute.pyo
${PYSITELIB}/salt/states/azurearm_network.py
${PYSITELIB}/salt/states/azurearm_network.pyc
${PYSITELIB}/salt/states/azurearm_network.pyo
${PYSITELIB}/salt/states/azurearm_resource.py
${PYSITELIB}/salt/states/azurearm_resource.pyc
${PYSITELIB}/salt/states/azurearm_resource.pyo
${PYSITELIB}/salt/states/beacon.py
${PYSITELIB}/salt/states/beacon.pyc
${PYSITELIB}/salt/states/beacon.pyo
${PYSITELIB}/salt/states/bigip.py
${PYSITELIB}/salt/states/bigip.pyc
${PYSITELIB}/salt/states/bigip.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/blockdev.py
${PYSITELIB}/salt/states/blockdev.pyc
${PYSITELIB}/salt/states/blockdev.pyo
${PYSITELIB}/salt/states/boto3_elasticache.py
${PYSITELIB}/salt/states/boto3_elasticache.pyc
${PYSITELIB}/salt/states/boto3_elasticache.pyo
${PYSITELIB}/salt/states/boto3_route53.py
${PYSITELIB}/salt/states/boto3_route53.pyc
${PYSITELIB}/salt/states/boto3_route53.pyo
${PYSITELIB}/salt/states/boto3_sns.py
${PYSITELIB}/salt/states/boto3_sns.pyc
${PYSITELIB}/salt/states/boto3_sns.pyo
${PYSITELIB}/salt/states/boto_apigateway.py
${PYSITELIB}/salt/states/boto_apigateway.pyc
${PYSITELIB}/salt/states/boto_apigateway.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/boto_asg.py
${PYSITELIB}/salt/states/boto_asg.pyc
${PYSITELIB}/salt/states/boto_asg.pyo
${PYSITELIB}/salt/states/boto_cfn.py
${PYSITELIB}/salt/states/boto_cfn.pyc
${PYSITELIB}/salt/states/boto_cfn.pyo
${PYSITELIB}/salt/states/boto_cloudfront.py
${PYSITELIB}/salt/states/boto_cloudfront.pyc
${PYSITELIB}/salt/states/boto_cloudfront.pyo
${PYSITELIB}/salt/states/boto_cloudtrail.py
${PYSITELIB}/salt/states/boto_cloudtrail.pyc
${PYSITELIB}/salt/states/boto_cloudtrail.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/boto_cloudwatch_alarm.py
${PYSITELIB}/salt/states/boto_cloudwatch_alarm.pyc
${PYSITELIB}/salt/states/boto_cloudwatch_alarm.pyo
${PYSITELIB}/salt/states/boto_cloudwatch_event.py
${PYSITELIB}/salt/states/boto_cloudwatch_event.pyc
${PYSITELIB}/salt/states/boto_cloudwatch_event.pyo
${PYSITELIB}/salt/states/boto_cognitoidentity.py
${PYSITELIB}/salt/states/boto_cognitoidentity.pyc
${PYSITELIB}/salt/states/boto_cognitoidentity.pyo
${PYSITELIB}/salt/states/boto_datapipeline.py
${PYSITELIB}/salt/states/boto_datapipeline.pyc
${PYSITELIB}/salt/states/boto_datapipeline.pyo
${PYSITELIB}/salt/states/boto_dynamodb.py
${PYSITELIB}/salt/states/boto_dynamodb.pyc
${PYSITELIB}/salt/states/boto_dynamodb.pyo
${PYSITELIB}/salt/states/boto_ec2.py
${PYSITELIB}/salt/states/boto_ec2.pyc
${PYSITELIB}/salt/states/boto_ec2.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/boto_elasticache.py
${PYSITELIB}/salt/states/boto_elasticache.pyc
${PYSITELIB}/salt/states/boto_elasticache.pyo
${PYSITELIB}/salt/states/boto_elasticsearch_domain.py
${PYSITELIB}/salt/states/boto_elasticsearch_domain.pyc
${PYSITELIB}/salt/states/boto_elasticsearch_domain.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/boto_elb.py
${PYSITELIB}/salt/states/boto_elb.pyc
${PYSITELIB}/salt/states/boto_elb.pyo
${PYSITELIB}/salt/states/boto_elbv2.py
${PYSITELIB}/salt/states/boto_elbv2.pyc
${PYSITELIB}/salt/states/boto_elbv2.pyo
${PYSITELIB}/salt/states/boto_iam.py
${PYSITELIB}/salt/states/boto_iam.pyc
${PYSITELIB}/salt/states/boto_iam.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/boto_iam_role.py
${PYSITELIB}/salt/states/boto_iam_role.pyc
${PYSITELIB}/salt/states/boto_iam_role.pyo
${PYSITELIB}/salt/states/boto_iot.py
${PYSITELIB}/salt/states/boto_iot.pyc
${PYSITELIB}/salt/states/boto_iot.pyo
${PYSITELIB}/salt/states/boto_kinesis.py
${PYSITELIB}/salt/states/boto_kinesis.pyc
${PYSITELIB}/salt/states/boto_kinesis.pyo
${PYSITELIB}/salt/states/boto_kms.py
${PYSITELIB}/salt/states/boto_kms.pyc
${PYSITELIB}/salt/states/boto_kms.pyo
${PYSITELIB}/salt/states/boto_lambda.py
${PYSITELIB}/salt/states/boto_lambda.pyc
${PYSITELIB}/salt/states/boto_lambda.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/boto_lc.py
${PYSITELIB}/salt/states/boto_lc.pyc
${PYSITELIB}/salt/states/boto_lc.pyo
${PYSITELIB}/salt/states/boto_rds.py
${PYSITELIB}/salt/states/boto_rds.pyc
${PYSITELIB}/salt/states/boto_rds.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/boto_route53.py
${PYSITELIB}/salt/states/boto_route53.pyc
${PYSITELIB}/salt/states/boto_route53.pyo
${PYSITELIB}/salt/states/boto_s3.py
${PYSITELIB}/salt/states/boto_s3.pyc
${PYSITELIB}/salt/states/boto_s3.pyo
${PYSITELIB}/salt/states/boto_s3_bucket.py
${PYSITELIB}/salt/states/boto_s3_bucket.pyc
${PYSITELIB}/salt/states/boto_s3_bucket.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/boto_secgroup.py
${PYSITELIB}/salt/states/boto_secgroup.pyc
${PYSITELIB}/salt/states/boto_secgroup.pyo
${PYSITELIB}/salt/states/boto_sns.py
${PYSITELIB}/salt/states/boto_sns.pyc
${PYSITELIB}/salt/states/boto_sns.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/boto_sqs.py
${PYSITELIB}/salt/states/boto_sqs.pyc
${PYSITELIB}/salt/states/boto_sqs.pyo
${PYSITELIB}/salt/states/boto_vpc.py
${PYSITELIB}/salt/states/boto_vpc.pyc
${PYSITELIB}/salt/states/boto_vpc.pyo
${PYSITELIB}/salt/states/bower.py
${PYSITELIB}/salt/states/bower.pyc
${PYSITELIB}/salt/states/bower.pyo
${PYSITELIB}/salt/states/cabal.py
${PYSITELIB}/salt/states/cabal.pyc
${PYSITELIB}/salt/states/cabal.pyo
${PYSITELIB}/salt/states/ceph.py
${PYSITELIB}/salt/states/ceph.pyc
${PYSITELIB}/salt/states/ceph.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/chef.py
${PYSITELIB}/salt/states/chef.pyc
${PYSITELIB}/salt/states/chef.pyo
${PYSITELIB}/salt/states/chocolatey.py
${PYSITELIB}/salt/states/chocolatey.pyc
${PYSITELIB}/salt/states/chocolatey.pyo
${PYSITELIB}/salt/states/chronos_job.py
${PYSITELIB}/salt/states/chronos_job.pyc
${PYSITELIB}/salt/states/chronos_job.pyo
${PYSITELIB}/salt/states/cimc.py
${PYSITELIB}/salt/states/cimc.pyc
${PYSITELIB}/salt/states/cimc.pyo
${PYSITELIB}/salt/states/cisconso.py
${PYSITELIB}/salt/states/cisconso.pyc
${PYSITELIB}/salt/states/cisconso.pyo
${PYSITELIB}/salt/states/cloud.py
${PYSITELIB}/salt/states/cloud.pyc
${PYSITELIB}/salt/states/cloud.pyo
${PYSITELIB}/salt/states/cmd.py
${PYSITELIB}/salt/states/cmd.pyc
${PYSITELIB}/salt/states/cmd.pyo
${PYSITELIB}/salt/states/composer.py
${PYSITELIB}/salt/states/composer.pyc
${PYSITELIB}/salt/states/composer.pyo
${PYSITELIB}/salt/states/cron.py
${PYSITELIB}/salt/states/cron.pyc
${PYSITELIB}/salt/states/cron.pyo
${PYSITELIB}/salt/states/cryptdev.py
${PYSITELIB}/salt/states/cryptdev.pyc
${PYSITELIB}/salt/states/cryptdev.pyo
${PYSITELIB}/salt/states/csf.py
${PYSITELIB}/salt/states/csf.pyc
${PYSITELIB}/salt/states/csf.pyo
${PYSITELIB}/salt/states/cyg.py
${PYSITELIB}/salt/states/cyg.pyc
${PYSITELIB}/salt/states/cyg.pyo
${PYSITELIB}/salt/states/ddns.py
${PYSITELIB}/salt/states/ddns.pyc
${PYSITELIB}/salt/states/ddns.pyo
${PYSITELIB}/salt/states/debconfmod.py
${PYSITELIB}/salt/states/debconfmod.pyc
${PYSITELIB}/salt/states/debconfmod.pyo
${PYSITELIB}/salt/states/dellchassis.py
${PYSITELIB}/salt/states/dellchassis.pyc
${PYSITELIB}/salt/states/dellchassis.pyo
. Fixed rc.d script by adding comment_interpreter . Updated salt to version 0.15.0 From SaltStack website: Salt 0.15.0 comes with many smaller features and a few larger ones. The Salt Mine First there was the peer system, allowing for commands to be executed from a minion to other minions to gather data live. Then there was the external job cache for storing and accessing long term data. Now the middle ground is being filled in with the Salt Mine. The Salt Mine is a system used to execute functions on a regular basis on minions and then store only the most recent data from the functions on the master, then the data is looked up via targets. The mine caches data that is public to all minions, so when a minion posts data to the mine all other minions can see it. IPV6 Support 0.13.0 saw the addition of initial IPV6 support but errors were encountered and it needed to be stripped out. This time the code covers more cases and must be explicitly enabled. But the support is much more extensive than before. Copy Files From Minions to the Master Minions have long been able to copy files down from the master file server, but until now files could not be easily copied from the minion up to the master. A new function called cp.push can push files from the minions up to the master server. The uploaded files are then cached on the master in the master cachedir for each minon. Better Template Debugging Template errors have long been a burden when writing states and pillar. 0.15.0 will now send the compiled template data to the debug log, this makes tracking down the intermittent stage templates much easier. So running state.sls or state.highstate with -l debug will now print out the rendered templates in the debug information. State Event Firing The state system is now more closely tied to the master's event bus. Now when a state fails the failure will be fired on the master event bus so that the reactor can respond to it. Major Syndic Updates The Syndic system has been basically re-written. Now it runs in a completely asynchronous way and functions primarily as an event broker. This means that the events fired on the syndic are now pushed up to the higher level master instead of the old method used which waited for the client libraries to return. This makes the syndic much more accurate and powerful, it also means that all events fired on the syndic master make it up the pipe as well making a reactor on the higher level master able to react to minions further downstream. Peer System Updates The Peer System has been updated to run using the client libraries instead of firing directly over the publish bus. This makes the peer system much more consistent and reliable. Minion Key Revocation In the past when a minion was decommissioned the key needed to be manually deleted on the master, but now a function on the minion can be used to revoke the calling minion's key: salt-call saltutil.revoke_auth Function Return Codes Functions can now be assigned numeric return codes to determine if the function executed successfully. While not all functions have been given return codes, many have and it is an ongoing effort to fill out all functions that might return a non-zero return code. Functions in Overstate The overstate system was originally created to just manage the execution of states, but with the addition of return codes to functions, requisite logic can now be used with respect to the overstate. This means that an overstate stage can now run single functions instead of just state executions. Pillar Error Reporting Previously if errors surfaced in pillar, then the pillar would consist of only and empty dict. Now all data that was successfully rendered stays in pillar and the render error is also made available. If errors are found in the pillar, states will refuse to run. Using Cached State Data Sometimes states are executed purely to maintain a specific state rather than to update states with new configs. This is grounds for the new cached state system. By adding cache=True to a state call the state will not be generated fresh from the master but the last state data to be generated will be used. If no previous state data is available then fresh data will be generated. Monitoring States The new monitoring states system has been started. This is very young but allows for states to be used to configure monitoring routines. So far only one monitoring state is available, the disk.status state. As more capabilities are added to Salt UI the monitoring capabilities of Salt will continue to be expanded.
2013-05-05 14:26:23 +02:00
${PYSITELIB}/salt/states/disk.py
${PYSITELIB}/salt/states/disk.pyc
${PYSITELIB}/salt/states/disk.pyo
${PYSITELIB}/salt/states/docker_container.py
${PYSITELIB}/salt/states/docker_container.pyc
${PYSITELIB}/salt/states/docker_container.pyo
${PYSITELIB}/salt/states/docker_image.py
${PYSITELIB}/salt/states/docker_image.pyc
${PYSITELIB}/salt/states/docker_image.pyo
${PYSITELIB}/salt/states/docker_network.py
${PYSITELIB}/salt/states/docker_network.pyc
${PYSITELIB}/salt/states/docker_network.pyo
${PYSITELIB}/salt/states/docker_volume.py
${PYSITELIB}/salt/states/docker_volume.pyc
${PYSITELIB}/salt/states/docker_volume.pyo
${PYSITELIB}/salt/states/drac.py
${PYSITELIB}/salt/states/drac.pyc
${PYSITELIB}/salt/states/drac.pyo
${PYSITELIB}/salt/states/dvs.py
${PYSITELIB}/salt/states/dvs.pyc
${PYSITELIB}/salt/states/dvs.pyo
${PYSITELIB}/salt/states/elasticsearch.py
${PYSITELIB}/salt/states/elasticsearch.pyc
${PYSITELIB}/salt/states/elasticsearch.pyo
${PYSITELIB}/salt/states/elasticsearch_index.py
${PYSITELIB}/salt/states/elasticsearch_index.pyc
${PYSITELIB}/salt/states/elasticsearch_index.pyo
${PYSITELIB}/salt/states/elasticsearch_index_template.py
${PYSITELIB}/salt/states/elasticsearch_index_template.pyc
${PYSITELIB}/salt/states/elasticsearch_index_template.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/environ.py
${PYSITELIB}/salt/states/environ.pyc
${PYSITELIB}/salt/states/environ.pyo
${PYSITELIB}/salt/states/eselect.py
${PYSITELIB}/salt/states/eselect.pyc
${PYSITELIB}/salt/states/eselect.pyo
${PYSITELIB}/salt/states/esxcluster.py
${PYSITELIB}/salt/states/esxcluster.pyc
${PYSITELIB}/salt/states/esxcluster.pyo
${PYSITELIB}/salt/states/esxdatacenter.py
${PYSITELIB}/salt/states/esxdatacenter.pyc
${PYSITELIB}/salt/states/esxdatacenter.pyo
Update to 2015.8.5, from PR#50779 addresses CVE-2016-1866 Salt 2015.8.5 is identical to the 2015.8.4 release with the addition of a fix for issue 30820, fixed by PR #30833. SECURITY FIX CVE-2016-1866: Improper handling of clear messages on the minion, which could result in executing commands not sent by the master. This issue affects only the 2015.8.x releases of Salt. In order for an attacker to use this attack vector, they would have to execute a successful attack on an existing TCP connection between minion and master on the pub port. It does not allow an external attacker to obtain the shared secret or decrypt any encrypted traffic between minion and master. We recommend everyone upgrade to 2015.8.4 as soon as possible. CORE CHANGES PR #28994: timcharper Salt S3 module has learned how to assume IAM roles Added option mock=True for state.sls and state.highstate. This allows the salt state compiler to process sls data in a state run without actually calling the state functions, thus providing feedback on the validity of the arguments used for the functions beyond the preprocessing validation provided by state.show_sls (issue 30118 and issue 30189). salt '*' state.sls core,edit.vim mock=True salt '*' state.highstate mock=True salt '*' state.apply edit.vim mock=True CHANGES FOR V2015.8.3..V2015.8.4 Extended changelog courtesy of Todd Stansell (https://github.com/tjstansell/salt-changelogs): Generated at: 2016-01-25T17:48:35Z Total Merges: 320 Changes: PR #30613: (basepi) Fix minion/syndic clearfuncs PR #30609: (seanjnkns) Fix documentation for pillar_merge_lists which default is False, not … PR #30584: (julianbrost) file.line state: add missing colon in docstring PR #30589: (terminalmage) Merge 2015.5 into 2015.8 PR #30599: (multani) Documentation formatting fixes PR #30554: (rallytime) Make the salt-cloud actions output more verbose and helpful PR #30549: (techhat) Salt Virt cleanup PR #30553: (techhat) AWS: Support 17-character IDs PR #30532: (whiteinge) Add execution module for working in sls files PR #30529: (terminalmage) Merge 2015.5 into 2015.8 PR #30526: (twangboy) Added FlushKey to make sure it's changes are saved to disk PR #30521: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30485: (jtand) Updated pip_state to work with pip 8.0 on 2015.8 PR #30494: (isbm) Zypper: info_installed — 'errors' flag change to type 'boolean' PR #30506: (jacksontj) Properly remove newlines after reading the file PR #30508: (rallytime) Fix Linode driver cloning functionality PR #30522: (terminalmage) Update git.list_worktree tests to reflect new return data PR #30483: (borgstrom) Pyobjects recursive import support (for 2015.8) PR #30491: (jacksontj) Add multi-IP support to network state PR #30496: (anlutro) Fix KeyError when adding ignored pillars PR #30359: (kingsquirrel152) Removes suspected copy/paste error for zmq_filtering functionailty PR #30448: (cournape) Fix osx scripts location PR #30457: (rallytime) Remove fsutils references from modules list PR #30453: (rallytime) Make sure private AND public IPs are listed for Linode driver PR #30458: (rallytime) Back-port #30062 to 2015.8 PR #30468: (timcharper) make note of s3 role assumption in upcoming changelog PR #30470: (whiteinge) Add example of the match_dict format to accept_dict wheel function PR #30450: (gtmanfred) fix extension loading in novaclient PR #30212: (abednarik) Fix incorrect file permissions in file.line PR #29947: (jfindlay) fileclient: decode file list from master PR #30363: (terminalmage) Use native "list" subcommand to list git worktrees PR #30445: (jtand) Boto uses False for is_default instead of None PR #30406: (frioux) Add an example of how to use file.managed/check_cmd PR #30424: (isbm) Check if byte strings are properly encoded in UTF-8 PR #30405: (jtand) Updated glusterfs.py for python2.6 compatibility. PR #30396: (pass-by-value) Remove hardcoded val PR #30391: (jtand) Added else statements PR #30375: (rallytime) Wrap formatted log statements with six.u() in cloud/__init__.py PR #30384: (isbm) Bugfix: info_available does not work correctly on SLE 11 series PR #30376: (pritambaral) Fix FLO_DIR path in 2015.8 PR #30389: (jtand) Older versions of ipset don't support comments PR #30373: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30372: (jacobhammons) Updated man pages for 2015.8.4, updated copyright to 2016 PR #30370: (rallytime) Remove incomplete function PR #30366: (rallytime) Back-port #28702 to 2015.8 PR #30361: (cro) Flip the sense of the test for proxymodule imports, add more fns for esxi proxy PR #30267: (isbm) Fix RPM issues with the date/time and add package attributes filtering PR #30360: (jfindlay) file.remove, file.absent: mention recursive dir removal PR #30221: (mbarrien) No rolcatupdate for user_exist in Postgres>=9.5 `#26845`_ PR #30358: (terminalmage) Add libgit2 version to versions-report PR #30346: (pass-by-value) Prevent orphaned volumes PR #30349: (rallytime) Back-port #30347 to 2015.8 PR #30354: (anlutro) Make sure all ignore_missing SLSes are caught PR #30356: (nmadhok) Adding code author PR #30340: (jtand) Updated seed_test.py for changes made to seed module PR #30339: (jfindlay) Backport #26511 PR #30343: (rallytime) Fix 2015.8 from incomplete back-port PR #30342: (eliasp) Correct whitespace placement in error message PR #30308: (rallytime) Back-port #30257 to 2015.8 PR #30187: (rallytime) Back-port #27606 to 2015.8 PR #30223: (serge-p) adding support for DragonFly BSD PR #30238: (rallytime) Reinit crypto before calling RSA.generate when generating keys. PR #30246: (dmacvicar) Add missing return data to scheduled jobs (`#24237`_) PR #30292: (thegoodduke) ipset: fix test=true & add comment for every entry PR #30275: (abednarik) Add permanent argument in firewalld. PR #30328: (cachedout) Fix file test PR #30310: (pass-by-value) Empty bucket fix PR #30211: (techhat) Execute choot on the correct path PR #30309: (rallytime) Back-port #30304 to 2015.8 PR #30278: (nmadhok) If datacenter is specified in the config, then look for managed objects under it PR #30305: (jacobhammons) Changed examples to use the "example.com" domain instead of "mycompan… PR #30249: (mpreziuso) Fixes performance and timeout issues on win_pkg.install PR #30217: (pass-by-value) Make sure cloud actions can be called via salt run PR #30268: (terminalmage) Optimize file_tree ext_pillar and update file.managed to allow for binary contents PR #30245: (rallytime) Boto secgroup/iam_role: Add note stating us-east-1 is default region PR #30299: (rallytime) ESXi Proxy minions states are located at salt.states.esxi, not vsphere. PR #30202: (opdude) Fixed the periodic call to beacons PR #30303: (jacobhammons) Changed notes to indicate that functions are matched using regular ex… PR #30284: (terminalmage) salt.utils.gitfs: Fix Dulwich env detection and submodule handling PR #30280: (jfindlay) add state mocking to release notes PR #30273: (rallytime) Back-port #30121 to 2015.8 PR #30301: (cachedout) Accept whatever comes into hightstate mock for state tests PR #30282: (cachedout) Fix file.append logic PR #30289: (cro) Fix problems with targeting proxies by grains PR #30293: (cro) Ensure we don't log stuff we shouldn't PR #30279: (cachedout) Allow modules to be packed into boto utils PR #30186: (rallytime) Update CLI Examples in boto_ec2 module to reflect correct arg/kwarg positioning PR #30156: (abednarik) Add option in file.append to ignore_whitespace. PR #30189: (rallytime) Back-port #30185 to 2015.8 PR #30215: (jacobhammons) Assorted doc bug fixes PR #30206: (cachedout) Revert "Fix incorrect file permissions in file.line" PR #30190: (jacobhammons) Updated doc site banners PR #30180: (jfindlay) modules.x509._dec2hex: add fmt index for 2.6 compat PR #30179: (terminalmage) Backport #26962 to 2015.8 branch PR #29693: (abednarik) Handle missing source file in ssh_auth. PR #30155: (rallytime) Update boto_secgroup and boto_iam_role docs to only use region OR profile PR #30158: (rallytime) Move _option(value) calls to __salt__['config.option'] in boto utils PR #30160: (dmurphy18) Fix parsing disk usage for line with no number and AIX values in Kilos PR #30162: (rallytime) Update list_present and append grains state function docs to be more clear. PR #30163: (rallytime) Add warning about using "=" in file.line function PR #30164: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #30168: (abednarik) Fix incorrect file permissions in file.line PR #30154: (Oro) Fix file serialize on windows PR #30144: (rallytime) Added generic ESXCLI command ability to ESXi Proxy Minion PR #30142: (terminalmage) Fix dockerng.push, and allow for multiple images PR #30075: (joejulian) Convert glusterfs module to use xml PR #30129: (optix2000) Clean up _uptodate() in git state PR #30139: (rallytime) Back-port #29589 to 2015.8 PR #30124: (abednarik) Update regex to detect ip alias in OpenBSD. PR #30133: (stanislavb) Fix typo in gpgkey URL PR #30126: (stanislavb) Log S3 API error message PR #30128: (oeuftete) Log retryable transport errors as warnings PR #30096: (cachedout) Add rm_special to crontab module PR #30106: (techhat) Ensure last dir PR #30101: (gtmanfred) fix bug where nova driver exits with no adminPass PR #30090: (techhat) Add argument to isdir() PR #30094: (rallytime) Fix doc formatting for cloud.create example in module.py state PR #30095: (rallytime) Add the list_nodes_select function to linode driver PR #30082: (abednarik) Fixed saltversioninfo grain return PR #30084: (rallytime) Back-port #29987 to 2015.8 PR #30071: (rallytime) Merge branch '2015.5' into '2015.8' PR #30067: (ryan-lane) Pass in kwargs to boto_secgroup.convert_to_group_ids explicitly PR #30069: (techhat) Ensure that pki_dir exists PR #30064: (rallytime) Add Syndic documentation to miscellaneous Salt Cloud config options PR #30049: (rallytime) Add some more unit tests for the vsphere execution module PR #30060: (rallytime) Back-port #27104 to 2015.8 PR #30048: (jacobhammons) Remove internal APIs from rest_cherrypy docs. PR #30043: (rallytime) Be explicit about importing from salt.utils.jinja to avoid circular imports PR #30038: (rallytime) Back-port #30017 to 2015.8 PR #30036: (rallytime) Back-port #29995 to 2015.8 PR #30035: (rallytime) Back-port #29895 to 2015.8 PR #30034: (rallytime) Back-port #29893 to 2015.8 PR #30033: (rallytime) Back-port #29876 to 2015.8 PR #30029: (terminalmage) git.latest: Fix handling of nonexistent branches PR #30016: (anlutro) Properly normalize locales in locale.gen_locale PR #30015: (anlutro) locale module: don't escape the slash in \n PR #30022: (gqgunhed) Two minor typos fixed PR #30026: (anlutro) states.at: fix wrong variable being used PR #29966: (multani) Fix bigip state/module documentation + serializers documentation PR #29904: (twangboy) Improvements to osx packaging scripts PR #29950: (multani) boto_iam: fix deletion of IAM users when using delete_keys=true PR #29937: (multani) Fix states.boto_iam group users PR #29934: (multani) Fix state.boto_iam virtual name PR #29943: (cachedout) Check args correctly in boto_rds PR #29924: (gqgunhed) fixed: uptime now working on non-US Windows PR #29883: (serge-p) fix for nfs mounts in _active_mounts_openbsd() PR #29894: (techhat) Support Saltfile in SPM PR #29856: (rallytime) Added some initial unit tests for the salt.modules.vsphere.py file PR #29855: (rallytime) Back-port #29740 to 2015.8 PR #29890: (multani) Various documentation fixes PR #29850: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29811: (anlutro) influxdb: add retention policy module functions PR #29814: (basepi) [2015.8][Windows] Fix multi-master on windows PR #29819: (rallytime) Add esxi module and state to docs build PR #29832: (jleimbach) Fixed typo in order to use the keyboard module for RHEL without systemd PR #29803: (rallytime) Add vSphere module to doc ref module tree PR #29767: (abednarik) Hosts file update in mod_hostname. PR #29772: (terminalmage) pygit2: skip submodules when traversing tree PR #29765: (gtmanfred) allow nova driver to be boot from volume PR #29773: (l2ol33rt) Append missing wget in debian installation guide PR #29800: (rallytime) Back-port #29769 to 2015.8 PR #29775: (paulnivin) Change listen requisite resolution from name to ID declaration PR #29754: (rallytime) Back-port #29719 to 2015.8 PR #29713: (The-Loeki) Pillar-based cloud providers still forcing use of deprecated 'provider' PR #29729: (rallytime) Further clarifications on "unless" and "onlyif" requisites. PR #29737: (akissa) fix pillar sqlite3 documentation examples PR #29743: (akissa) fix pillar sqlite not honouring config options PR #29723: (rallytime) Clarify db_user and db_password kwargs for postgres_user.present state function PR #29722: (rallytime) Link "stateful" kwargs to definition of what "stateful" means for cmd state. PR #29724: (rallytime) Add examples of using multiple matching levels to Pillar docs PR #29726: (cachedout) Disable some boto tests per resolution of moto issue PR #29708: (lagesag) Fix test=True for file.directory with recurse ignore_files/ignore_dirs. PR #29642: (cachedout) Correctly restart deamonized minions on failure PR #29599: (cachedout) Clean up minion shutdown PR #29675: (clinta) allow returning all refs PR #29683: (rallytime) Catch more specific error to pass the error message through elegantly. PR #29687: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29681: (clinta) fix bare/mirror in git.latest PR #29644: (rallytime) Fixed a couple more ESXi proxy minion bugs PR #29645: (rallytime) Back-port #29558 to 2015.8 PR #29632: (jfindlay) reduce severity of tls module __virtual__ logging PR #29606: (abednarik) Fixed duplicate mtu entry in RedHat 7 network configuration. PR #29613: (rallytime) Various ESXi Proxy Minion Bug Fixes PR #29628: (DmitryKuzmenko) Don't create io_loop before fork PR #29609: (basepi) [2015.8][salt-ssh] Add ability to set salt-ssh command umask in roster PR #29603: (basepi) Fix orchestration failure-checking PR #29597: (terminalmage) dockerng: Prevent exception when API response contains empty dictionary PR #29596: (rallytime) Back-port #29587 to 2015.8 PR #29588: (rallytime) Added ESXi Proxy Minion Tutorial PR #29572: (gtmanfred) [nova] use old discover_extensions if available PR #29545: (terminalmage) git.latest: init submodules if not yet initialized PR #29548: (rallytime) Back-port #29449 to 2015.8 PR #29547: (rallytime) Refactored ESXCLI-based functions to accept a list of esxi_hosts PR #29563: (anlutro) Fix a call to deprecated method in python-influxdb PR #29565: (bdrung) Fix typos and missing release note PR #29540: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29499: (rallytime) Initial commit of ESXi Proxy Minion PR #29526: (jfindlay) 2015.8.2 notes: add note about not being released PR #29531: (jfindlay) grains.core: handle undefined variable PR #29538: (basepi) [2015.8] [salt-ssh] Remove umask around actual execution for salt-ssh PR #29505: (rallytime) Update boto_rds state docs to include funky yaml syntax for "tags" option. PR #29513: (bdrung) Drop obsolete syslog.target from systemd services PR #29500: (rallytime) Back-port #29467 to 2015.8 PR #29463: (abednarik) Add **kwargs to debconf.set. PR #29399: (jfindlay) modules.status: add human_readable option to uptime PR #29433: (cro) Files for building .pkg files for MacOS X PR #29455: (jfindlay) modules.nova.__init__: do not return None PR #29454: (jfindlay) rh_service module __virtual__ return error messages PR #29476: (tbaker57) Doc fix - route_table_present needs subnet_names (not subnets) as a key PR #29487: (rallytime) Back-port #29450 to 2015.8 PR #29441: (rallytime) Make sure docs line up with blade_idrac function specs PR #29440: (rallytime) Back-port #28925 to 2015.8 PR #29435: (galet) Grains return wrong OS version and other OS related values for Oracle Linux PR #29430: (rall0r) Fix host.present state limitation PR #29417: (jacobhammons) Repo install updates PR #29402: (techhat) Add rate limiting to linode PR #29400: (twangboy) Fix #19332 PR #29398: (cachedout) Lint 29288 PR #29331: (DmitryKuzmenko) Bugfix - #29116 raet dns error PR #29390: (jacobhammons) updated version numbers in documentation PR #29381: (nmadhok) No need to deepcopy since six.iterkeys() creates a copy PR #29349: (cro) Fix mis-setting chassis names PR #29334: (rallytime) Back-port #29237 to 2015.8 PR #29300: (ticosax) [dockerng] Add support for volume management in dockerng PR #29218: (clan) check service enable state in test mode PR #29315: (jfindlay) dev tutorial doc: fix markup errors PR #29317: (basepi) [2015.8] Merge forward from 2015.5 to 2015.8 PR #29240: (clan) handle acl_type [[d]efault:][user|group|mask|other] PR #29305: (lorengordon) Add 'file' as a source_hash proto PR #29272: (jfindlay) win_status module: handle 12 hour time in uptime PR #29289: (terminalmage) file.managed: Allow local file sources to use source_hash PR #29264: (anlutro) Prevent ssh_auth.absent from running when test=True PR #29277: (terminalmage) Update git_pillar runner to support new git ext_pillar config schema PR #29283: (cachedout) Single-quotes and use format PR #29139: (thomaso-mirodin) [salt-ssh] Add a range roster and range targeting options for the flat roster PR #29282: (cachedout) dev docs: add development tutorial PR #28994: (timcharper) add support to s3 for aws role assumption PR #29278: (techhat) Add verify_log to SPM PR #29067: (jacksontj) Fix infinite recursion in state compiler for prereq of SLSs PR #29207: (jfindlay) do not shadow ret function argument PR #29215: (rallytime) Back-port #29192 to 2015.8 PR #29217: (clan) show duration only if state_output_profile is False PR #29221: (ticosax) [dokcerng] Docu network mode PR #29269: (jfindlay) win_status module: fix function names in docs PR #29213: (rallytime) Move _wait_for_task func from vmware cloud to vmware utils PR #29271: (techhat) Pass full path for digest (SPM) PR #29244: (isbm) List products consistently across all SLES systems PR #29255: (garethgreenaway) fixes to consul module PR #29208: (whytewolf) Glance more profile errors PR #29200: (jfindlay) mount state: unmount by device is optional PR #29205: (trevor-h) Fixes #29187 - using winrm on EC2 PR #29170: (cachedout) Migrate pydsl tests to integration test suite PR #29198: (jfindlay) rh_ip module: only set the mtu once PR #29135: (jfindlay) ssh_known_hosts.present state: catch not found exc PR #29196: (s0undt3ch) We need novaclient imported to compare versions PR #29059: (terminalmage) Work around upstream pygit2 bug PR #29112: (eliasp) Prevent backtrace (KeyError) in ssh_known_hosts.present state
2016-02-08 00:55:01 +01:00
${PYSITELIB}/salt/states/esxi.py
${PYSITELIB}/salt/states/esxi.pyc
${PYSITELIB}/salt/states/esxi.pyo
${PYSITELIB}/salt/states/esxvm.py
${PYSITELIB}/salt/states/esxvm.pyc
${PYSITELIB}/salt/states/esxvm.pyo
${PYSITELIB}/salt/states/etcd_mod.py
${PYSITELIB}/salt/states/etcd_mod.pyc
${PYSITELIB}/salt/states/etcd_mod.pyo
${PYSITELIB}/salt/states/ethtool.py
${PYSITELIB}/salt/states/ethtool.pyc
${PYSITELIB}/salt/states/ethtool.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/event.py
${PYSITELIB}/salt/states/event.pyc
${PYSITELIB}/salt/states/event.pyo
${PYSITELIB}/salt/states/file.py
${PYSITELIB}/salt/states/file.pyc
${PYSITELIB}/salt/states/file.pyo
${PYSITELIB}/salt/states/firewall.py
${PYSITELIB}/salt/states/firewall.pyc
${PYSITELIB}/salt/states/firewall.pyo
${PYSITELIB}/salt/states/firewalld.py
${PYSITELIB}/salt/states/firewalld.pyc
${PYSITELIB}/salt/states/firewalld.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/gem.py
${PYSITELIB}/salt/states/gem.pyc
${PYSITELIB}/salt/states/gem.pyo
${PYSITELIB}/salt/states/git.py
${PYSITELIB}/salt/states/git.pyc
${PYSITELIB}/salt/states/git.pyo
${PYSITELIB}/salt/states/github.py
${PYSITELIB}/salt/states/github.pyc
${PYSITELIB}/salt/states/github.pyo
${PYSITELIB}/salt/states/glance.py
${PYSITELIB}/salt/states/glance.pyc
${PYSITELIB}/salt/states/glance.pyo
${PYSITELIB}/salt/states/glance_image.py
${PYSITELIB}/salt/states/glance_image.pyc
${PYSITELIB}/salt/states/glance_image.pyo
${PYSITELIB}/salt/states/glassfish.py
${PYSITELIB}/salt/states/glassfish.pyc
${PYSITELIB}/salt/states/glassfish.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/glusterfs.py
${PYSITELIB}/salt/states/glusterfs.pyc
${PYSITELIB}/salt/states/glusterfs.pyo
${PYSITELIB}/salt/states/gnomedesktop.py
${PYSITELIB}/salt/states/gnomedesktop.pyc
${PYSITELIB}/salt/states/gnomedesktop.pyo
${PYSITELIB}/salt/states/gpg.py
${PYSITELIB}/salt/states/gpg.pyc
${PYSITELIB}/salt/states/gpg.pyo
${PYSITELIB}/salt/states/grafana.py
${PYSITELIB}/salt/states/grafana.pyc
${PYSITELIB}/salt/states/grafana.pyo
${PYSITELIB}/salt/states/grafana4_dashboard.py
${PYSITELIB}/salt/states/grafana4_dashboard.pyc
${PYSITELIB}/salt/states/grafana4_dashboard.pyo
${PYSITELIB}/salt/states/grafana4_datasource.py
${PYSITELIB}/salt/states/grafana4_datasource.pyc
${PYSITELIB}/salt/states/grafana4_datasource.pyo
${PYSITELIB}/salt/states/grafana4_org.py
${PYSITELIB}/salt/states/grafana4_org.pyc
${PYSITELIB}/salt/states/grafana4_org.pyo
${PYSITELIB}/salt/states/grafana4_user.py
${PYSITELIB}/salt/states/grafana4_user.pyc
${PYSITELIB}/salt/states/grafana4_user.pyo
${PYSITELIB}/salt/states/grafana_dashboard.py
${PYSITELIB}/salt/states/grafana_dashboard.pyc
${PYSITELIB}/salt/states/grafana_dashboard.pyo
${PYSITELIB}/salt/states/grafana_datasource.py
${PYSITELIB}/salt/states/grafana_datasource.pyc
${PYSITELIB}/salt/states/grafana_datasource.pyo
${PYSITELIB}/salt/states/grains.py
${PYSITELIB}/salt/states/grains.pyc
${PYSITELIB}/salt/states/grains.pyo
${PYSITELIB}/salt/states/group.py
${PYSITELIB}/salt/states/group.pyc
${PYSITELIB}/salt/states/group.pyo
${PYSITELIB}/salt/states/heat.py
${PYSITELIB}/salt/states/heat.pyc
${PYSITELIB}/salt/states/heat.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/hg.py
${PYSITELIB}/salt/states/hg.pyc
${PYSITELIB}/salt/states/hg.pyo
${PYSITELIB}/salt/states/highstate_doc.py
${PYSITELIB}/salt/states/highstate_doc.pyc
${PYSITELIB}/salt/states/highstate_doc.pyo
${PYSITELIB}/salt/states/hipchat.py
${PYSITELIB}/salt/states/hipchat.pyc
${PYSITELIB}/salt/states/hipchat.pyo
${PYSITELIB}/salt/states/host.py
${PYSITELIB}/salt/states/host.pyc
${PYSITELIB}/salt/states/host.pyo
${PYSITELIB}/salt/states/http.py
${PYSITELIB}/salt/states/http.pyc
${PYSITELIB}/salt/states/http.pyo
${PYSITELIB}/salt/states/icinga2.py
${PYSITELIB}/salt/states/icinga2.pyc
${PYSITELIB}/salt/states/icinga2.pyo
${PYSITELIB}/salt/states/ifttt.py
${PYSITELIB}/salt/states/ifttt.pyc
${PYSITELIB}/salt/states/ifttt.pyo
${PYSITELIB}/salt/states/incron.py
${PYSITELIB}/salt/states/incron.pyc
${PYSITELIB}/salt/states/incron.pyo
${PYSITELIB}/salt/states/influxdb08_database.py
${PYSITELIB}/salt/states/influxdb08_database.pyc
${PYSITELIB}/salt/states/influxdb08_database.pyo
${PYSITELIB}/salt/states/influxdb08_user.py
${PYSITELIB}/salt/states/influxdb08_user.pyc
${PYSITELIB}/salt/states/influxdb08_user.pyo
${PYSITELIB}/salt/states/influxdb_continuous_query.py
${PYSITELIB}/salt/states/influxdb_continuous_query.pyc
${PYSITELIB}/salt/states/influxdb_continuous_query.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/influxdb_database.py
${PYSITELIB}/salt/states/influxdb_database.pyc
${PYSITELIB}/salt/states/influxdb_database.pyo
${PYSITELIB}/salt/states/influxdb_retention_policy.py
${PYSITELIB}/salt/states/influxdb_retention_policy.pyc
${PYSITELIB}/salt/states/influxdb_retention_policy.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/influxdb_user.py
${PYSITELIB}/salt/states/influxdb_user.pyc
${PYSITELIB}/salt/states/influxdb_user.pyo
${PYSITELIB}/salt/states/infoblox_a.py
${PYSITELIB}/salt/states/infoblox_a.pyc
${PYSITELIB}/salt/states/infoblox_a.pyo
${PYSITELIB}/salt/states/infoblox_cname.py
${PYSITELIB}/salt/states/infoblox_cname.pyc
${PYSITELIB}/salt/states/infoblox_cname.pyo
${PYSITELIB}/salt/states/infoblox_host_record.py
${PYSITELIB}/salt/states/infoblox_host_record.pyc
${PYSITELIB}/salt/states/infoblox_host_record.pyo
${PYSITELIB}/salt/states/infoblox_range.py
${PYSITELIB}/salt/states/infoblox_range.pyc
${PYSITELIB}/salt/states/infoblox_range.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/ini_manage.py
${PYSITELIB}/salt/states/ini_manage.pyc
${PYSITELIB}/salt/states/ini_manage.pyo
${PYSITELIB}/salt/states/ipmi.py
${PYSITELIB}/salt/states/ipmi.pyc
${PYSITELIB}/salt/states/ipmi.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/ipset.py
${PYSITELIB}/salt/states/ipset.pyc
${PYSITELIB}/salt/states/ipset.pyo
${PYSITELIB}/salt/states/iptables.py
${PYSITELIB}/salt/states/iptables.pyc
${PYSITELIB}/salt/states/iptables.pyo
${PYSITELIB}/salt/states/jboss7.py
${PYSITELIB}/salt/states/jboss7.pyc
${PYSITELIB}/salt/states/jboss7.pyo
${PYSITELIB}/salt/states/jenkins.py
${PYSITELIB}/salt/states/jenkins.pyc
${PYSITELIB}/salt/states/jenkins.pyo
${PYSITELIB}/salt/states/junos.py
${PYSITELIB}/salt/states/junos.pyc
${PYSITELIB}/salt/states/junos.pyo
${PYSITELIB}/salt/states/kapacitor.py
${PYSITELIB}/salt/states/kapacitor.pyc
${PYSITELIB}/salt/states/kapacitor.pyo
${PYSITELIB}/salt/states/kernelpkg.py
${PYSITELIB}/salt/states/kernelpkg.pyc
${PYSITELIB}/salt/states/kernelpkg.pyo
${PYSITELIB}/salt/states/keyboard.py
${PYSITELIB}/salt/states/keyboard.pyc
${PYSITELIB}/salt/states/keyboard.pyo
${PYSITELIB}/salt/states/keystone.py
${PYSITELIB}/salt/states/keystone.pyc
${PYSITELIB}/salt/states/keystone.pyo
${PYSITELIB}/salt/states/keystone_domain.py
${PYSITELIB}/salt/states/keystone_domain.pyc
${PYSITELIB}/salt/states/keystone_domain.pyo
${PYSITELIB}/salt/states/keystone_endpoint.py
${PYSITELIB}/salt/states/keystone_endpoint.pyc
${PYSITELIB}/salt/states/keystone_endpoint.pyo
${PYSITELIB}/salt/states/keystone_group.py
${PYSITELIB}/salt/states/keystone_group.pyc
${PYSITELIB}/salt/states/keystone_group.pyo
${PYSITELIB}/salt/states/keystone_project.py
${PYSITELIB}/salt/states/keystone_project.pyc
${PYSITELIB}/salt/states/keystone_project.pyo
${PYSITELIB}/salt/states/keystone_role.py
${PYSITELIB}/salt/states/keystone_role.pyc
${PYSITELIB}/salt/states/keystone_role.pyo
${PYSITELIB}/salt/states/keystone_role_grant.py
${PYSITELIB}/salt/states/keystone_role_grant.pyc
${PYSITELIB}/salt/states/keystone_role_grant.pyo
${PYSITELIB}/salt/states/keystone_service.py
${PYSITELIB}/salt/states/keystone_service.pyc
${PYSITELIB}/salt/states/keystone_service.pyo
${PYSITELIB}/salt/states/keystone_user.py
${PYSITELIB}/salt/states/keystone_user.pyc
${PYSITELIB}/salt/states/keystone_user.pyo
${PYSITELIB}/salt/states/kmod.py
${PYSITELIB}/salt/states/kmod.pyc
${PYSITELIB}/salt/states/kmod.pyo
${PYSITELIB}/salt/states/kubernetes.py
${PYSITELIB}/salt/states/kubernetes.pyc
${PYSITELIB}/salt/states/kubernetes.pyo
${PYSITELIB}/salt/states/layman.py
${PYSITELIB}/salt/states/layman.pyc
${PYSITELIB}/salt/states/layman.pyo
${PYSITELIB}/salt/states/ldap.py
${PYSITELIB}/salt/states/ldap.pyc
${PYSITELIB}/salt/states/ldap.pyo
${PYSITELIB}/salt/states/libcloud_dns.py
${PYSITELIB}/salt/states/libcloud_dns.pyc
${PYSITELIB}/salt/states/libcloud_dns.pyo
${PYSITELIB}/salt/states/libcloud_loadbalancer.py
${PYSITELIB}/salt/states/libcloud_loadbalancer.pyc
${PYSITELIB}/salt/states/libcloud_loadbalancer.pyo
${PYSITELIB}/salt/states/libcloud_storage.py
${PYSITELIB}/salt/states/libcloud_storage.pyc
${PYSITELIB}/salt/states/libcloud_storage.pyo
${PYSITELIB}/salt/states/linux_acl.py
${PYSITELIB}/salt/states/linux_acl.pyc
${PYSITELIB}/salt/states/linux_acl.pyo
${PYSITELIB}/salt/states/locale.py
${PYSITELIB}/salt/states/locale.pyc
${PYSITELIB}/salt/states/locale.pyo
${PYSITELIB}/salt/states/logadm.py
${PYSITELIB}/salt/states/logadm.pyc
${PYSITELIB}/salt/states/logadm.pyo
${PYSITELIB}/salt/states/logrotate.py
${PYSITELIB}/salt/states/logrotate.pyc
${PYSITELIB}/salt/states/logrotate.pyo
${PYSITELIB}/salt/states/loop.py
${PYSITELIB}/salt/states/loop.pyc
${PYSITELIB}/salt/states/loop.pyo
. Fixed rc.d script by adding comment_interpreter . Updated salt to version 0.15.0 From SaltStack website: Salt 0.15.0 comes with many smaller features and a few larger ones. The Salt Mine First there was the peer system, allowing for commands to be executed from a minion to other minions to gather data live. Then there was the external job cache for storing and accessing long term data. Now the middle ground is being filled in with the Salt Mine. The Salt Mine is a system used to execute functions on a regular basis on minions and then store only the most recent data from the functions on the master, then the data is looked up via targets. The mine caches data that is public to all minions, so when a minion posts data to the mine all other minions can see it. IPV6 Support 0.13.0 saw the addition of initial IPV6 support but errors were encountered and it needed to be stripped out. This time the code covers more cases and must be explicitly enabled. But the support is much more extensive than before. Copy Files From Minions to the Master Minions have long been able to copy files down from the master file server, but until now files could not be easily copied from the minion up to the master. A new function called cp.push can push files from the minions up to the master server. The uploaded files are then cached on the master in the master cachedir for each minon. Better Template Debugging Template errors have long been a burden when writing states and pillar. 0.15.0 will now send the compiled template data to the debug log, this makes tracking down the intermittent stage templates much easier. So running state.sls or state.highstate with -l debug will now print out the rendered templates in the debug information. State Event Firing The state system is now more closely tied to the master's event bus. Now when a state fails the failure will be fired on the master event bus so that the reactor can respond to it. Major Syndic Updates The Syndic system has been basically re-written. Now it runs in a completely asynchronous way and functions primarily as an event broker. This means that the events fired on the syndic are now pushed up to the higher level master instead of the old method used which waited for the client libraries to return. This makes the syndic much more accurate and powerful, it also means that all events fired on the syndic master make it up the pipe as well making a reactor on the higher level master able to react to minions further downstream. Peer System Updates The Peer System has been updated to run using the client libraries instead of firing directly over the publish bus. This makes the peer system much more consistent and reliable. Minion Key Revocation In the past when a minion was decommissioned the key needed to be manually deleted on the master, but now a function on the minion can be used to revoke the calling minion's key: salt-call saltutil.revoke_auth Function Return Codes Functions can now be assigned numeric return codes to determine if the function executed successfully. While not all functions have been given return codes, many have and it is an ongoing effort to fill out all functions that might return a non-zero return code. Functions in Overstate The overstate system was originally created to just manage the execution of states, but with the addition of return codes to functions, requisite logic can now be used with respect to the overstate. This means that an overstate stage can now run single functions instead of just state executions. Pillar Error Reporting Previously if errors surfaced in pillar, then the pillar would consist of only and empty dict. Now all data that was successfully rendered stays in pillar and the render error is also made available. If errors are found in the pillar, states will refuse to run. Using Cached State Data Sometimes states are executed purely to maintain a specific state rather than to update states with new configs. This is grounds for the new cached state system. By adding cache=True to a state call the state will not be generated fresh from the master but the last state data to be generated will be used. If no previous state data is available then fresh data will be generated. Monitoring States The new monitoring states system has been started. This is very young but allows for states to be used to configure monitoring routines. So far only one monitoring state is available, the disk.status state. As more capabilities are added to Salt UI the monitoring capabilities of Salt will continue to be expanded.
2013-05-05 14:26:23 +02:00
${PYSITELIB}/salt/states/lvm.py
${PYSITELIB}/salt/states/lvm.pyc
${PYSITELIB}/salt/states/lvm.pyo
${PYSITELIB}/salt/states/lvs_server.py
${PYSITELIB}/salt/states/lvs_server.pyc
${PYSITELIB}/salt/states/lvs_server.pyo
${PYSITELIB}/salt/states/lvs_service.py
${PYSITELIB}/salt/states/lvs_service.pyc
${PYSITELIB}/salt/states/lvs_service.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/lxc.py
${PYSITELIB}/salt/states/lxc.pyc
${PYSITELIB}/salt/states/lxc.pyo
${PYSITELIB}/salt/states/lxd.py
${PYSITELIB}/salt/states/lxd.pyc
${PYSITELIB}/salt/states/lxd.pyo
${PYSITELIB}/salt/states/lxd_container.py
${PYSITELIB}/salt/states/lxd_container.pyc
${PYSITELIB}/salt/states/lxd_container.pyo
${PYSITELIB}/salt/states/lxd_image.py
${PYSITELIB}/salt/states/lxd_image.pyc
${PYSITELIB}/salt/states/lxd_image.pyo
${PYSITELIB}/salt/states/lxd_profile.py
${PYSITELIB}/salt/states/lxd_profile.pyc
${PYSITELIB}/salt/states/lxd_profile.pyo
${PYSITELIB}/salt/states/mac_assistive.py
${PYSITELIB}/salt/states/mac_assistive.pyc
${PYSITELIB}/salt/states/mac_assistive.pyo
${PYSITELIB}/salt/states/mac_keychain.py
${PYSITELIB}/salt/states/mac_keychain.pyc
${PYSITELIB}/salt/states/mac_keychain.pyo
${PYSITELIB}/salt/states/mac_xattr.py
${PYSITELIB}/salt/states/mac_xattr.pyc
${PYSITELIB}/salt/states/mac_xattr.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/states/macdefaults.py
${PYSITELIB}/salt/states/macdefaults.pyc
${PYSITELIB}/salt/states/macdefaults.pyo
${PYSITELIB}/salt/states/macpackage.py
${PYSITELIB}/salt/states/macpackage.pyc
${PYSITELIB}/salt/states/macpackage.pyo
${PYSITELIB}/salt/states/makeconf.py
${PYSITELIB}/salt/states/makeconf.pyc
${PYSITELIB}/salt/states/makeconf.pyo
${PYSITELIB}/salt/states/marathon_app.py
${PYSITELIB}/salt/states/marathon_app.pyc
${PYSITELIB}/salt/states/marathon_app.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/states/mdadm_raid.py
${PYSITELIB}/salt/states/mdadm_raid.pyc
${PYSITELIB}/salt/states/mdadm_raid.pyo
${PYSITELIB}/salt/states/memcached.py
${PYSITELIB}/salt/states/memcached.pyc
${PYSITELIB}/salt/states/memcached.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/modjk.py
${PYSITELIB}/salt/states/modjk.pyc
${PYSITELIB}/salt/states/modjk.pyo
${PYSITELIB}/salt/states/modjk_worker.py
${PYSITELIB}/salt/states/modjk_worker.pyc
${PYSITELIB}/salt/states/modjk_worker.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/module.py
${PYSITELIB}/salt/states/module.pyc
${PYSITELIB}/salt/states/module.pyo
${PYSITELIB}/salt/states/mongodb_database.py
${PYSITELIB}/salt/states/mongodb_database.pyc
${PYSITELIB}/salt/states/mongodb_database.pyo
${PYSITELIB}/salt/states/mongodb_user.py
${PYSITELIB}/salt/states/mongodb_user.pyc
${PYSITELIB}/salt/states/mongodb_user.pyo
${PYSITELIB}/salt/states/monit.py
${PYSITELIB}/salt/states/monit.pyc
${PYSITELIB}/salt/states/monit.pyo
${PYSITELIB}/salt/states/mount.py
${PYSITELIB}/salt/states/mount.pyc
${PYSITELIB}/salt/states/mount.pyo
${PYSITELIB}/salt/states/mssql_database.py
${PYSITELIB}/salt/states/mssql_database.pyc
${PYSITELIB}/salt/states/mssql_database.pyo
${PYSITELIB}/salt/states/mssql_login.py
${PYSITELIB}/salt/states/mssql_login.pyc
${PYSITELIB}/salt/states/mssql_login.pyo
${PYSITELIB}/salt/states/mssql_role.py
${PYSITELIB}/salt/states/mssql_role.pyc
${PYSITELIB}/salt/states/mssql_role.pyo
${PYSITELIB}/salt/states/mssql_user.py
${PYSITELIB}/salt/states/mssql_user.pyc
${PYSITELIB}/salt/states/mssql_user.pyo
${PYSITELIB}/salt/states/msteams.py
${PYSITELIB}/salt/states/msteams.pyc
${PYSITELIB}/salt/states/msteams.pyo
${PYSITELIB}/salt/states/mysql_database.py
${PYSITELIB}/salt/states/mysql_database.pyc
${PYSITELIB}/salt/states/mysql_database.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/mysql_grants.py
${PYSITELIB}/salt/states/mysql_grants.pyc
${PYSITELIB}/salt/states/mysql_grants.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/mysql_query.py
${PYSITELIB}/salt/states/mysql_query.pyc
${PYSITELIB}/salt/states/mysql_query.pyo
${PYSITELIB}/salt/states/mysql_user.py
${PYSITELIB}/salt/states/mysql_user.pyc
${PYSITELIB}/salt/states/mysql_user.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/states/net_napalm_yang.py
${PYSITELIB}/salt/states/net_napalm_yang.pyc
${PYSITELIB}/salt/states/net_napalm_yang.pyo
${PYSITELIB}/salt/states/netacl.py
${PYSITELIB}/salt/states/netacl.pyc
${PYSITELIB}/salt/states/netacl.pyo
${PYSITELIB}/salt/states/netconfig.py
${PYSITELIB}/salt/states/netconfig.pyc
${PYSITELIB}/salt/states/netconfig.pyo
${PYSITELIB}/salt/states/netntp.py
${PYSITELIB}/salt/states/netntp.pyc
${PYSITELIB}/salt/states/netntp.pyo
${PYSITELIB}/salt/states/netsnmp.py
${PYSITELIB}/salt/states/netsnmp.pyc
${PYSITELIB}/salt/states/netsnmp.pyo
${PYSITELIB}/salt/states/netusers.py
${PYSITELIB}/salt/states/netusers.pyc
${PYSITELIB}/salt/states/netusers.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/network.py
${PYSITELIB}/salt/states/network.pyc
${PYSITELIB}/salt/states/network.pyo
${PYSITELIB}/salt/states/neutron_network.py
${PYSITELIB}/salt/states/neutron_network.pyc
${PYSITELIB}/salt/states/neutron_network.pyo
${PYSITELIB}/salt/states/neutron_secgroup.py
${PYSITELIB}/salt/states/neutron_secgroup.pyc
${PYSITELIB}/salt/states/neutron_secgroup.pyo
${PYSITELIB}/salt/states/neutron_secgroup_rule.py
${PYSITELIB}/salt/states/neutron_secgroup_rule.pyc
${PYSITELIB}/salt/states/neutron_secgroup_rule.pyo
${PYSITELIB}/salt/states/neutron_subnet.py
${PYSITELIB}/salt/states/neutron_subnet.pyc
${PYSITELIB}/salt/states/neutron_subnet.pyo
${PYSITELIB}/salt/states/nexus.py
${PYSITELIB}/salt/states/nexus.pyc
${PYSITELIB}/salt/states/nexus.pyo
${PYSITELIB}/salt/states/nfs_export.py
${PYSITELIB}/salt/states/nfs_export.pyc
${PYSITELIB}/salt/states/nfs_export.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/nftables.py
${PYSITELIB}/salt/states/nftables.pyc
${PYSITELIB}/salt/states/nftables.pyo
${PYSITELIB}/salt/states/npm.py
${PYSITELIB}/salt/states/npm.pyc
${PYSITELIB}/salt/states/npm.pyo
${PYSITELIB}/salt/states/ntp.py
${PYSITELIB}/salt/states/ntp.pyc
${PYSITELIB}/salt/states/ntp.pyo
${PYSITELIB}/salt/states/nxos.py
${PYSITELIB}/salt/states/nxos.pyc
${PYSITELIB}/salt/states/nxos.pyo
${PYSITELIB}/salt/states/openstack_config.py
${PYSITELIB}/salt/states/openstack_config.pyc
${PYSITELIB}/salt/states/openstack_config.pyo
${PYSITELIB}/salt/states/openvswitch_bridge.py
${PYSITELIB}/salt/states/openvswitch_bridge.pyc
${PYSITELIB}/salt/states/openvswitch_bridge.pyo
${PYSITELIB}/salt/states/openvswitch_port.py
${PYSITELIB}/salt/states/openvswitch_port.pyc
${PYSITELIB}/salt/states/openvswitch_port.pyo
${PYSITELIB}/salt/states/opsgenie.py
${PYSITELIB}/salt/states/opsgenie.pyc
${PYSITELIB}/salt/states/opsgenie.pyo
${PYSITELIB}/salt/states/pagerduty.py
${PYSITELIB}/salt/states/pagerduty.pyc
${PYSITELIB}/salt/states/pagerduty.pyo
${PYSITELIB}/salt/states/pagerduty_escalation_policy.py
${PYSITELIB}/salt/states/pagerduty_escalation_policy.pyc
${PYSITELIB}/salt/states/pagerduty_escalation_policy.pyo
${PYSITELIB}/salt/states/pagerduty_schedule.py
${PYSITELIB}/salt/states/pagerduty_schedule.pyc
${PYSITELIB}/salt/states/pagerduty_schedule.pyo
${PYSITELIB}/salt/states/pagerduty_service.py
${PYSITELIB}/salt/states/pagerduty_service.pyc
${PYSITELIB}/salt/states/pagerduty_service.pyo
${PYSITELIB}/salt/states/pagerduty_user.py
${PYSITELIB}/salt/states/pagerduty_user.pyc
${PYSITELIB}/salt/states/pagerduty_user.pyo
${PYSITELIB}/salt/states/panos.py
${PYSITELIB}/salt/states/panos.pyc
${PYSITELIB}/salt/states/panos.pyo
${PYSITELIB}/salt/states/pbm.py
${PYSITELIB}/salt/states/pbm.pyc
${PYSITELIB}/salt/states/pbm.pyo
${PYSITELIB}/salt/states/pcs.py
${PYSITELIB}/salt/states/pcs.pyc
${PYSITELIB}/salt/states/pcs.pyo
${PYSITELIB}/salt/states/pdbedit.py
${PYSITELIB}/salt/states/pdbedit.pyc
${PYSITELIB}/salt/states/pdbedit.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/pecl.py
${PYSITELIB}/salt/states/pecl.pyc
${PYSITELIB}/salt/states/pecl.pyo
${PYSITELIB}/salt/states/pip_state.py
${PYSITELIB}/salt/states/pip_state.pyc
${PYSITELIB}/salt/states/pip_state.pyo
${PYSITELIB}/salt/states/pkg.py
${PYSITELIB}/salt/states/pkg.pyc
${PYSITELIB}/salt/states/pkg.pyo
${PYSITELIB}/salt/states/pkgbuild.py
${PYSITELIB}/salt/states/pkgbuild.pyc
${PYSITELIB}/salt/states/pkgbuild.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/pkgng.py
${PYSITELIB}/salt/states/pkgng.pyc
${PYSITELIB}/salt/states/pkgng.pyo
${PYSITELIB}/salt/states/pkgrepo.py
${PYSITELIB}/salt/states/pkgrepo.pyc
${PYSITELIB}/salt/states/pkgrepo.pyo
${PYSITELIB}/salt/states/portage_config.py
${PYSITELIB}/salt/states/portage_config.pyc
${PYSITELIB}/salt/states/portage_config.pyo
${PYSITELIB}/salt/states/ports.py
${PYSITELIB}/salt/states/ports.pyc
${PYSITELIB}/salt/states/ports.pyo
${PYSITELIB}/salt/states/postgres_cluster.py
${PYSITELIB}/salt/states/postgres_cluster.pyc
${PYSITELIB}/salt/states/postgres_cluster.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/postgres_database.py
${PYSITELIB}/salt/states/postgres_database.pyc
${PYSITELIB}/salt/states/postgres_database.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/postgres_extension.py
${PYSITELIB}/salt/states/postgres_extension.pyc
${PYSITELIB}/salt/states/postgres_extension.pyo
${PYSITELIB}/salt/states/postgres_group.py
${PYSITELIB}/salt/states/postgres_group.pyc
${PYSITELIB}/salt/states/postgres_group.pyo
${PYSITELIB}/salt/states/postgres_initdb.py
${PYSITELIB}/salt/states/postgres_initdb.pyc
${PYSITELIB}/salt/states/postgres_initdb.pyo
${PYSITELIB}/salt/states/postgres_language.py
${PYSITELIB}/salt/states/postgres_language.pyc
${PYSITELIB}/salt/states/postgres_language.pyo
${PYSITELIB}/salt/states/postgres_privileges.py
${PYSITELIB}/salt/states/postgres_privileges.pyc
${PYSITELIB}/salt/states/postgres_privileges.pyo
${PYSITELIB}/salt/states/postgres_schema.py
${PYSITELIB}/salt/states/postgres_schema.pyc
${PYSITELIB}/salt/states/postgres_schema.pyo
${PYSITELIB}/salt/states/postgres_tablespace.py
${PYSITELIB}/salt/states/postgres_tablespace.pyc
${PYSITELIB}/salt/states/postgres_tablespace.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/postgres_user.py
${PYSITELIB}/salt/states/postgres_user.pyc
${PYSITELIB}/salt/states/postgres_user.pyo
${PYSITELIB}/salt/states/powerpath.py
${PYSITELIB}/salt/states/powerpath.pyc
${PYSITELIB}/salt/states/powerpath.pyo
${PYSITELIB}/salt/states/probes.py
${PYSITELIB}/salt/states/probes.pyc
${PYSITELIB}/salt/states/probes.pyo
${PYSITELIB}/salt/states/process.py
${PYSITELIB}/salt/states/process.pyc
${PYSITELIB}/salt/states/process.pyo
${PYSITELIB}/salt/states/proxy.py
${PYSITELIB}/salt/states/proxy.pyc
${PYSITELIB}/salt/states/proxy.pyo
${PYSITELIB}/salt/states/pushover.py
${PYSITELIB}/salt/states/pushover.pyc
${PYSITELIB}/salt/states/pushover.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/pyenv.py
${PYSITELIB}/salt/states/pyenv.pyc
${PYSITELIB}/salt/states/pyenv.pyo
${PYSITELIB}/salt/states/pyrax_queues.py
${PYSITELIB}/salt/states/pyrax_queues.pyc
${PYSITELIB}/salt/states/pyrax_queues.pyo
. Fixed rc.d script by adding comment_interpreter . Updated salt to version 0.15.0 From SaltStack website: Salt 0.15.0 comes with many smaller features and a few larger ones. The Salt Mine First there was the peer system, allowing for commands to be executed from a minion to other minions to gather data live. Then there was the external job cache for storing and accessing long term data. Now the middle ground is being filled in with the Salt Mine. The Salt Mine is a system used to execute functions on a regular basis on minions and then store only the most recent data from the functions on the master, then the data is looked up via targets. The mine caches data that is public to all minions, so when a minion posts data to the mine all other minions can see it. IPV6 Support 0.13.0 saw the addition of initial IPV6 support but errors were encountered and it needed to be stripped out. This time the code covers more cases and must be explicitly enabled. But the support is much more extensive than before. Copy Files From Minions to the Master Minions have long been able to copy files down from the master file server, but until now files could not be easily copied from the minion up to the master. A new function called cp.push can push files from the minions up to the master server. The uploaded files are then cached on the master in the master cachedir for each minon. Better Template Debugging Template errors have long been a burden when writing states and pillar. 0.15.0 will now send the compiled template data to the debug log, this makes tracking down the intermittent stage templates much easier. So running state.sls or state.highstate with -l debug will now print out the rendered templates in the debug information. State Event Firing The state system is now more closely tied to the master's event bus. Now when a state fails the failure will be fired on the master event bus so that the reactor can respond to it. Major Syndic Updates The Syndic system has been basically re-written. Now it runs in a completely asynchronous way and functions primarily as an event broker. This means that the events fired on the syndic are now pushed up to the higher level master instead of the old method used which waited for the client libraries to return. This makes the syndic much more accurate and powerful, it also means that all events fired on the syndic master make it up the pipe as well making a reactor on the higher level master able to react to minions further downstream. Peer System Updates The Peer System has been updated to run using the client libraries instead of firing directly over the publish bus. This makes the peer system much more consistent and reliable. Minion Key Revocation In the past when a minion was decommissioned the key needed to be manually deleted on the master, but now a function on the minion can be used to revoke the calling minion's key: salt-call saltutil.revoke_auth Function Return Codes Functions can now be assigned numeric return codes to determine if the function executed successfully. While not all functions have been given return codes, many have and it is an ongoing effort to fill out all functions that might return a non-zero return code. Functions in Overstate The overstate system was originally created to just manage the execution of states, but with the addition of return codes to functions, requisite logic can now be used with respect to the overstate. This means that an overstate stage can now run single functions instead of just state executions. Pillar Error Reporting Previously if errors surfaced in pillar, then the pillar would consist of only and empty dict. Now all data that was successfully rendered stays in pillar and the render error is also made available. If errors are found in the pillar, states will refuse to run. Using Cached State Data Sometimes states are executed purely to maintain a specific state rather than to update states with new configs. This is grounds for the new cached state system. By adding cache=True to a state call the state will not be generated fresh from the master but the last state data to be generated will be used. If no previous state data is available then fresh data will be generated. Monitoring States The new monitoring states system has been started. This is very young but allows for states to be used to configure monitoring routines. So far only one monitoring state is available, the disk.status state. As more capabilities are added to Salt UI the monitoring capabilities of Salt will continue to be expanded.
2013-05-05 14:26:23 +02:00
${PYSITELIB}/salt/states/quota.py
${PYSITELIB}/salt/states/quota.pyc
${PYSITELIB}/salt/states/quota.pyo
${PYSITELIB}/salt/states/rabbitmq_cluster.py
${PYSITELIB}/salt/states/rabbitmq_cluster.pyc
${PYSITELIB}/salt/states/rabbitmq_cluster.pyo
${PYSITELIB}/salt/states/rabbitmq_plugin.py
${PYSITELIB}/salt/states/rabbitmq_plugin.pyc
${PYSITELIB}/salt/states/rabbitmq_plugin.pyo
${PYSITELIB}/salt/states/rabbitmq_policy.py
${PYSITELIB}/salt/states/rabbitmq_policy.pyc
${PYSITELIB}/salt/states/rabbitmq_policy.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/rabbitmq_user.py
${PYSITELIB}/salt/states/rabbitmq_user.pyc
${PYSITELIB}/salt/states/rabbitmq_user.pyo
${PYSITELIB}/salt/states/rabbitmq_vhost.py
${PYSITELIB}/salt/states/rabbitmq_vhost.pyc
${PYSITELIB}/salt/states/rabbitmq_vhost.pyo
${PYSITELIB}/salt/states/rbac_solaris.py
${PYSITELIB}/salt/states/rbac_solaris.pyc
${PYSITELIB}/salt/states/rbac_solaris.pyo
${PYSITELIB}/salt/states/rbenv.py
${PYSITELIB}/salt/states/rbenv.pyc
${PYSITELIB}/salt/states/rbenv.pyo
${PYSITELIB}/salt/states/rdp.py
${PYSITELIB}/salt/states/rdp.pyc
${PYSITELIB}/salt/states/rdp.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/redismod.py
${PYSITELIB}/salt/states/redismod.pyc
${PYSITELIB}/salt/states/redismod.pyo
${PYSITELIB}/salt/states/reg.py
${PYSITELIB}/salt/states/reg.pyc
${PYSITELIB}/salt/states/reg.pyo
${PYSITELIB}/salt/states/rsync.py
${PYSITELIB}/salt/states/rsync.pyc
${PYSITELIB}/salt/states/rsync.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/rvm.py
${PYSITELIB}/salt/states/rvm.pyc
${PYSITELIB}/salt/states/rvm.pyo
${PYSITELIB}/salt/states/salt_proxy.py
${PYSITELIB}/salt/states/salt_proxy.pyc
${PYSITELIB}/salt/states/salt_proxy.pyo
${PYSITELIB}/salt/states/saltmod.py
${PYSITELIB}/salt/states/saltmod.pyc
${PYSITELIB}/salt/states/saltmod.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/schedule.py
${PYSITELIB}/salt/states/schedule.pyc
${PYSITELIB}/salt/states/schedule.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/selinux.py
${PYSITELIB}/salt/states/selinux.pyc
${PYSITELIB}/salt/states/selinux.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/serverdensity_device.py
${PYSITELIB}/salt/states/serverdensity_device.pyc
${PYSITELIB}/salt/states/serverdensity_device.pyo
${PYSITELIB}/salt/states/service.py
${PYSITELIB}/salt/states/service.pyc
${PYSITELIB}/salt/states/service.pyo
${PYSITELIB}/salt/states/slack.py
${PYSITELIB}/salt/states/slack.pyc
${PYSITELIB}/salt/states/slack.pyo
${PYSITELIB}/salt/states/smartos.py
${PYSITELIB}/salt/states/smartos.pyc
${PYSITELIB}/salt/states/smartos.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/smtp.py
${PYSITELIB}/salt/states/smtp.pyc
${PYSITELIB}/salt/states/smtp.pyo
${PYSITELIB}/salt/states/snapper.py
${PYSITELIB}/salt/states/snapper.pyc
${PYSITELIB}/salt/states/snapper.pyo
${PYSITELIB}/salt/states/solrcloud.py
${PYSITELIB}/salt/states/solrcloud.pyc
${PYSITELIB}/salt/states/solrcloud.pyo
${PYSITELIB}/salt/states/splunk.py
${PYSITELIB}/salt/states/splunk.pyc
${PYSITELIB}/salt/states/splunk.pyo
${PYSITELIB}/salt/states/splunk_search.py
${PYSITELIB}/salt/states/splunk_search.pyc
${PYSITELIB}/salt/states/splunk_search.pyo
${PYSITELIB}/salt/states/sqlite3.py
${PYSITELIB}/salt/states/sqlite3.pyc
${PYSITELIB}/salt/states/sqlite3.pyo
${PYSITELIB}/salt/states/ssh_auth.py
${PYSITELIB}/salt/states/ssh_auth.pyc
${PYSITELIB}/salt/states/ssh_auth.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/ssh_known_hosts.py
${PYSITELIB}/salt/states/ssh_known_hosts.pyc
${PYSITELIB}/salt/states/ssh_known_hosts.pyo
${PYSITELIB}/salt/states/stateconf.py
${PYSITELIB}/salt/states/stateconf.pyc
${PYSITELIB}/salt/states/stateconf.pyo
${PYSITELIB}/salt/states/status.py
${PYSITELIB}/salt/states/status.pyc
${PYSITELIB}/salt/states/status.pyo
${PYSITELIB}/salt/states/statuspage.py
${PYSITELIB}/salt/states/statuspage.pyc
${PYSITELIB}/salt/states/statuspage.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/states/supervisord.py
${PYSITELIB}/salt/states/supervisord.pyc
${PYSITELIB}/salt/states/supervisord.pyo
${PYSITELIB}/salt/states/svn.py
${PYSITELIB}/salt/states/svn.pyc
${PYSITELIB}/salt/states/svn.pyo
${PYSITELIB}/salt/states/sysctl.py
${PYSITELIB}/salt/states/sysctl.pyc
${PYSITELIB}/salt/states/sysctl.pyo
${PYSITELIB}/salt/states/syslog_ng.py
${PYSITELIB}/salt/states/syslog_ng.pyc
${PYSITELIB}/salt/states/syslog_ng.pyo
${PYSITELIB}/salt/states/sysrc.py
${PYSITELIB}/salt/states/sysrc.pyc
${PYSITELIB}/salt/states/sysrc.pyo
${PYSITELIB}/salt/states/telemetry_alert.py
${PYSITELIB}/salt/states/telemetry_alert.pyc
${PYSITELIB}/salt/states/telemetry_alert.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/test.py
${PYSITELIB}/salt/states/test.pyc
${PYSITELIB}/salt/states/test.pyo
${PYSITELIB}/salt/states/testinframod.py
${PYSITELIB}/salt/states/testinframod.pyc
${PYSITELIB}/salt/states/testinframod.pyo
${PYSITELIB}/salt/states/timezone.py
${PYSITELIB}/salt/states/timezone.pyc
${PYSITELIB}/salt/states/timezone.pyo
${PYSITELIB}/salt/states/tls.py
${PYSITELIB}/salt/states/tls.pyc
${PYSITELIB}/salt/states/tls.pyo
${PYSITELIB}/salt/states/tomcat.py
${PYSITELIB}/salt/states/tomcat.pyc
${PYSITELIB}/salt/states/tomcat.pyo
${PYSITELIB}/salt/states/trafficserver.py
${PYSITELIB}/salt/states/trafficserver.pyc
${PYSITELIB}/salt/states/trafficserver.pyo
${PYSITELIB}/salt/states/tuned.py
${PYSITELIB}/salt/states/tuned.pyc
${PYSITELIB}/salt/states/tuned.pyo
${PYSITELIB}/salt/states/uptime.py
${PYSITELIB}/salt/states/uptime.pyc
${PYSITELIB}/salt/states/uptime.pyo
${PYSITELIB}/salt/states/user.py
${PYSITELIB}/salt/states/user.pyc
${PYSITELIB}/salt/states/user.pyo
${PYSITELIB}/salt/states/vagrant.py
${PYSITELIB}/salt/states/vagrant.pyc
${PYSITELIB}/salt/states/vagrant.pyo
${PYSITELIB}/salt/states/vault.py
${PYSITELIB}/salt/states/vault.pyc
${PYSITELIB}/salt/states/vault.pyo
${PYSITELIB}/salt/states/vbox_guest.py
${PYSITELIB}/salt/states/vbox_guest.pyc
${PYSITELIB}/salt/states/vbox_guest.pyo
${PYSITELIB}/salt/states/victorops.py
${PYSITELIB}/salt/states/victorops.pyc
${PYSITELIB}/salt/states/victorops.pyo
${PYSITELIB}/salt/states/virt.py
${PYSITELIB}/salt/states/virt.pyc
${PYSITELIB}/salt/states/virt.pyo
${PYSITELIB}/salt/states/virtualenv_mod.py
${PYSITELIB}/salt/states/virtualenv_mod.pyc
${PYSITELIB}/salt/states/virtualenv_mod.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/states/webutil.py
${PYSITELIB}/salt/states/webutil.pyc
${PYSITELIB}/salt/states/webutil.pyo
${PYSITELIB}/salt/states/win_certutil.py
${PYSITELIB}/salt/states/win_certutil.pyc
${PYSITELIB}/salt/states/win_certutil.pyo
${PYSITELIB}/salt/states/win_dacl.py
${PYSITELIB}/salt/states/win_dacl.pyc
${PYSITELIB}/salt/states/win_dacl.pyo
${PYSITELIB}/salt/states/win_dism.py
${PYSITELIB}/salt/states/win_dism.pyc
${PYSITELIB}/salt/states/win_dism.pyo
${PYSITELIB}/salt/states/win_dns_client.py
${PYSITELIB}/salt/states/win_dns_client.pyc
${PYSITELIB}/salt/states/win_dns_client.pyo
${PYSITELIB}/salt/states/win_firewall.py
${PYSITELIB}/salt/states/win_firewall.pyc
${PYSITELIB}/salt/states/win_firewall.pyo
${PYSITELIB}/salt/states/win_iis.py
${PYSITELIB}/salt/states/win_iis.pyc
${PYSITELIB}/salt/states/win_iis.pyo
${PYSITELIB}/salt/states/win_lgpo.py
${PYSITELIB}/salt/states/win_lgpo.pyc
${PYSITELIB}/salt/states/win_lgpo.pyo
${PYSITELIB}/salt/states/win_license.py
${PYSITELIB}/salt/states/win_license.pyc
${PYSITELIB}/salt/states/win_license.pyo
${PYSITELIB}/salt/states/win_network.py
${PYSITELIB}/salt/states/win_network.pyc
${PYSITELIB}/salt/states/win_network.pyo
${PYSITELIB}/salt/states/win_path.py
${PYSITELIB}/salt/states/win_path.pyc
${PYSITELIB}/salt/states/win_path.pyo
${PYSITELIB}/salt/states/win_pki.py
${PYSITELIB}/salt/states/win_pki.pyc
${PYSITELIB}/salt/states/win_pki.pyo
${PYSITELIB}/salt/states/win_powercfg.py
${PYSITELIB}/salt/states/win_powercfg.pyc
${PYSITELIB}/salt/states/win_powercfg.pyo
${PYSITELIB}/salt/states/win_servermanager.py
${PYSITELIB}/salt/states/win_servermanager.pyc
${PYSITELIB}/salt/states/win_servermanager.pyo
${PYSITELIB}/salt/states/win_smtp_server.py
${PYSITELIB}/salt/states/win_smtp_server.pyc
${PYSITELIB}/salt/states/win_smtp_server.pyo
${PYSITELIB}/salt/states/win_snmp.py
${PYSITELIB}/salt/states/win_snmp.pyc
${PYSITELIB}/salt/states/win_snmp.pyo
${PYSITELIB}/salt/states/win_system.py
${PYSITELIB}/salt/states/win_system.pyc
${PYSITELIB}/salt/states/win_system.pyo
${PYSITELIB}/salt/states/win_wua.py
${PYSITELIB}/salt/states/win_wua.pyc
${PYSITELIB}/salt/states/win_wua.pyo
${PYSITELIB}/salt/states/win_wusa.py
${PYSITELIB}/salt/states/win_wusa.pyc
${PYSITELIB}/salt/states/win_wusa.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/winrepo.py
${PYSITELIB}/salt/states/winrepo.pyc
${PYSITELIB}/salt/states/winrepo.pyo
${PYSITELIB}/salt/states/wordpress.py
${PYSITELIB}/salt/states/wordpress.pyc
${PYSITELIB}/salt/states/wordpress.pyo
${PYSITELIB}/salt/states/x509.py
${PYSITELIB}/salt/states/x509.pyc
${PYSITELIB}/salt/states/x509.pyo
${PYSITELIB}/salt/states/xmpp.py
${PYSITELIB}/salt/states/xmpp.pyc
${PYSITELIB}/salt/states/xmpp.pyo
${PYSITELIB}/salt/states/zabbix_action.py
${PYSITELIB}/salt/states/zabbix_action.pyc
${PYSITELIB}/salt/states/zabbix_action.pyo
${PYSITELIB}/salt/states/zabbix_host.py
${PYSITELIB}/salt/states/zabbix_host.pyc
${PYSITELIB}/salt/states/zabbix_host.pyo
${PYSITELIB}/salt/states/zabbix_hostgroup.py
${PYSITELIB}/salt/states/zabbix_hostgroup.pyc
${PYSITELIB}/salt/states/zabbix_hostgroup.pyo
${PYSITELIB}/salt/states/zabbix_mediatype.py
${PYSITELIB}/salt/states/zabbix_mediatype.pyc
${PYSITELIB}/salt/states/zabbix_mediatype.pyo
${PYSITELIB}/salt/states/zabbix_template.py
${PYSITELIB}/salt/states/zabbix_template.pyc
${PYSITELIB}/salt/states/zabbix_template.pyo
${PYSITELIB}/salt/states/zabbix_user.py
${PYSITELIB}/salt/states/zabbix_user.pyc
${PYSITELIB}/salt/states/zabbix_user.pyo
${PYSITELIB}/salt/states/zabbix_usergroup.py
${PYSITELIB}/salt/states/zabbix_usergroup.pyc
${PYSITELIB}/salt/states/zabbix_usergroup.pyo
${PYSITELIB}/salt/states/zabbix_usermacro.py
${PYSITELIB}/salt/states/zabbix_usermacro.pyc
${PYSITELIB}/salt/states/zabbix_usermacro.pyo
${PYSITELIB}/salt/states/zabbix_valuemap.py
${PYSITELIB}/salt/states/zabbix_valuemap.pyc
${PYSITELIB}/salt/states/zabbix_valuemap.pyo
${PYSITELIB}/salt/states/zcbuildout.py
${PYSITELIB}/salt/states/zcbuildout.pyc
${PYSITELIB}/salt/states/zcbuildout.pyo
${PYSITELIB}/salt/states/zenoss.py
${PYSITELIB}/salt/states/zenoss.pyc
${PYSITELIB}/salt/states/zenoss.pyo
${PYSITELIB}/salt/states/zfs.py
${PYSITELIB}/salt/states/zfs.pyc
${PYSITELIB}/salt/states/zfs.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/states/zk_concurrency.py
${PYSITELIB}/salt/states/zk_concurrency.pyc
${PYSITELIB}/salt/states/zk_concurrency.pyo
${PYSITELIB}/salt/states/zone.py
${PYSITELIB}/salt/states/zone.pyc
${PYSITELIB}/salt/states/zone.pyo
${PYSITELIB}/salt/states/zookeeper.py
${PYSITELIB}/salt/states/zookeeper.pyc
${PYSITELIB}/salt/states/zookeeper.pyo
${PYSITELIB}/salt/states/zpool.py
${PYSITELIB}/salt/states/zpool.pyc
${PYSITELIB}/salt/states/zpool.pyo
${PYSITELIB}/salt/syspaths.py
${PYSITELIB}/salt/syspaths.pyc
${PYSITELIB}/salt/syspaths.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/template.py
${PYSITELIB}/salt/template.pyc
${PYSITELIB}/salt/template.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/templates/__init__.py
${PYSITELIB}/salt/templates/__init__.pyc
${PYSITELIB}/salt/templates/__init__.pyo
${PYSITELIB}/salt/templates/debian_ip/conf.jinja
${PYSITELIB}/salt/templates/debian_ip/debian_eth.jinja
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/templates/debian_ip/debian_ppp_eth.jinja
${PYSITELIB}/salt/templates/debian_ip/debian_source.jinja
${PYSITELIB}/salt/templates/debian_ip/display-network.jinja
${PYSITELIB}/salt/templates/debian_ip/network.jinja
${PYSITELIB}/salt/templates/debian_ip/route_eth.jinja
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/templates/git/ssh-id-wrapper
${PYSITELIB}/salt/templates/git/ssh-id-wrapper.bat
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/templates/lxc/salt_tarball
${PYSITELIB}/salt/templates/rh_ip/conf.jinja
${PYSITELIB}/salt/templates/rh_ip/network.jinja
${PYSITELIB}/salt/templates/rh_ip/rh5_eth.jinja
${PYSITELIB}/salt/templates/rh_ip/rh6_eth.jinja
${PYSITELIB}/salt/templates/rh_ip/rh6_route_eth.jinja
${PYSITELIB}/salt/templates/rh_ip/rh7_eth.jinja
${PYSITELIB}/salt/templates/rh_ip/route_eth.jinja
${PYSITELIB}/salt/templates/virt/libvirt_domain.jinja
${PYSITELIB}/salt/templates/virt/libvirt_network.jinja
${PYSITELIB}/salt/templates/virt/libvirt_pool.jinja
${PYSITELIB}/salt/templates/virt/libvirt_volume.jinja
${PYSITELIB}/salt/textformat.py
${PYSITELIB}/salt/textformat.pyc
${PYSITELIB}/salt/textformat.pyo
${PYSITELIB}/salt/thorium/__init__.py
${PYSITELIB}/salt/thorium/__init__.pyc
${PYSITELIB}/salt/thorium/__init__.pyo
${PYSITELIB}/salt/thorium/calc.py
${PYSITELIB}/salt/thorium/calc.pyc
${PYSITELIB}/salt/thorium/calc.pyo
${PYSITELIB}/salt/thorium/check.py
${PYSITELIB}/salt/thorium/check.pyc
${PYSITELIB}/salt/thorium/check.pyo
${PYSITELIB}/salt/thorium/file.py
${PYSITELIB}/salt/thorium/file.pyc
${PYSITELIB}/salt/thorium/file.pyo
${PYSITELIB}/salt/thorium/key.py
${PYSITELIB}/salt/thorium/key.pyc
${PYSITELIB}/salt/thorium/key.pyo
${PYSITELIB}/salt/thorium/local.py
${PYSITELIB}/salt/thorium/local.pyc
${PYSITELIB}/salt/thorium/local.pyo
${PYSITELIB}/salt/thorium/reg.py
${PYSITELIB}/salt/thorium/reg.pyc
${PYSITELIB}/salt/thorium/reg.pyo
${PYSITELIB}/salt/thorium/runner.py
${PYSITELIB}/salt/thorium/runner.pyc
${PYSITELIB}/salt/thorium/runner.pyo
${PYSITELIB}/salt/thorium/status.py
${PYSITELIB}/salt/thorium/status.pyc
${PYSITELIB}/salt/thorium/status.pyo
${PYSITELIB}/salt/thorium/timer.py
${PYSITELIB}/salt/thorium/timer.pyc
${PYSITELIB}/salt/thorium/timer.pyo
${PYSITELIB}/salt/thorium/wheel.py
${PYSITELIB}/salt/thorium/wheel.pyc
${PYSITELIB}/salt/thorium/wheel.pyo
${PYSITELIB}/salt/tokens/__init__.py
${PYSITELIB}/salt/tokens/__init__.pyc
${PYSITELIB}/salt/tokens/__init__.pyo
${PYSITELIB}/salt/tokens/localfs.py
${PYSITELIB}/salt/tokens/localfs.pyc
${PYSITELIB}/salt/tokens/localfs.pyo
${PYSITELIB}/salt/tokens/rediscluster.py
${PYSITELIB}/salt/tokens/rediscluster.pyc
${PYSITELIB}/salt/tokens/rediscluster.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/tops/__init__.py
${PYSITELIB}/salt/tops/__init__.pyc
${PYSITELIB}/salt/tops/__init__.pyo
${PYSITELIB}/salt/tops/cobbler.py
${PYSITELIB}/salt/tops/cobbler.pyc
${PYSITELIB}/salt/tops/cobbler.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/tops/ext_nodes.py
${PYSITELIB}/salt/tops/ext_nodes.pyc
${PYSITELIB}/salt/tops/ext_nodes.pyo
${PYSITELIB}/salt/tops/mongo.py
${PYSITELIB}/salt/tops/mongo.pyc
${PYSITELIB}/salt/tops/mongo.pyo
${PYSITELIB}/salt/tops/reclass_adapter.py
${PYSITELIB}/salt/tops/reclass_adapter.pyc
${PYSITELIB}/salt/tops/reclass_adapter.pyo
${PYSITELIB}/salt/tops/saltclass.py
${PYSITELIB}/salt/tops/saltclass.pyc
${PYSITELIB}/salt/tops/saltclass.pyo
${PYSITELIB}/salt/tops/varstack_top.py
${PYSITELIB}/salt/tops/varstack_top.pyc
${PYSITELIB}/salt/tops/varstack_top.pyo
${PYSITELIB}/salt/transport/__init__.py
${PYSITELIB}/salt/transport/__init__.pyc
${PYSITELIB}/salt/transport/__init__.pyo
${PYSITELIB}/salt/transport/client.py
${PYSITELIB}/salt/transport/client.pyc
${PYSITELIB}/salt/transport/client.pyo
${PYSITELIB}/salt/transport/frame.py
${PYSITELIB}/salt/transport/frame.pyc
${PYSITELIB}/salt/transport/frame.pyo
${PYSITELIB}/salt/transport/ipc.py
${PYSITELIB}/salt/transport/ipc.pyc
${PYSITELIB}/salt/transport/ipc.pyo
${PYSITELIB}/salt/transport/local.py
${PYSITELIB}/salt/transport/local.pyc
${PYSITELIB}/salt/transport/local.pyo
${PYSITELIB}/salt/transport/mixins/__init__.py
${PYSITELIB}/salt/transport/mixins/__init__.pyc
${PYSITELIB}/salt/transport/mixins/__init__.pyo
${PYSITELIB}/salt/transport/mixins/auth.py
${PYSITELIB}/salt/transport/mixins/auth.pyc
${PYSITELIB}/salt/transport/mixins/auth.pyo
${PYSITELIB}/salt/transport/raet.py
${PYSITELIB}/salt/transport/raet.pyc
${PYSITELIB}/salt/transport/raet.pyo
${PYSITELIB}/salt/transport/server.py
${PYSITELIB}/salt/transport/server.pyc
${PYSITELIB}/salt/transport/server.pyo
${PYSITELIB}/salt/transport/tcp.py
${PYSITELIB}/salt/transport/tcp.pyc
${PYSITELIB}/salt/transport/tcp.pyo
${PYSITELIB}/salt/transport/zeromq.py
${PYSITELIB}/salt/transport/zeromq.pyc
${PYSITELIB}/salt/transport/zeromq.pyo
${PYSITELIB}/salt/utils/__init__.py
${PYSITELIB}/salt/utils/__init__.pyc
${PYSITELIB}/salt/utils/__init__.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/aggregation.py
${PYSITELIB}/salt/utils/aggregation.pyc
${PYSITELIB}/salt/utils/aggregation.pyo
${PYSITELIB}/salt/utils/args.py
${PYSITELIB}/salt/utils/args.pyc
${PYSITELIB}/salt/utils/args.pyo
${PYSITELIB}/salt/utils/asynchronous.py
${PYSITELIB}/salt/utils/asynchronous.pyc
${PYSITELIB}/salt/utils/asynchronous.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/utils/atomicfile.py
${PYSITELIB}/salt/utils/atomicfile.pyc
${PYSITELIB}/salt/utils/atomicfile.pyo
${PYSITELIB}/salt/utils/aws.py
${PYSITELIB}/salt/utils/aws.pyc
${PYSITELIB}/salt/utils/aws.pyo
${PYSITELIB}/salt/utils/azurearm.py
${PYSITELIB}/salt/utils/azurearm.pyc
${PYSITELIB}/salt/utils/azurearm.pyo
${PYSITELIB}/salt/utils/boto3mod.py
${PYSITELIB}/salt/utils/boto3mod.pyc
${PYSITELIB}/salt/utils/boto3mod.pyo
${PYSITELIB}/salt/utils/boto_elb_tag.py
${PYSITELIB}/salt/utils/boto_elb_tag.pyc
${PYSITELIB}/salt/utils/boto_elb_tag.pyo
${PYSITELIB}/salt/utils/botomod.py
${PYSITELIB}/salt/utils/botomod.pyc
${PYSITELIB}/salt/utils/botomod.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/cache.py
${PYSITELIB}/salt/utils/cache.pyc
${PYSITELIB}/salt/utils/cache.pyo
${PYSITELIB}/salt/utils/cloud.py
${PYSITELIB}/salt/utils/cloud.pyc
${PYSITELIB}/salt/utils/cloud.pyo
${PYSITELIB}/salt/utils/color.py
${PYSITELIB}/salt/utils/color.pyc
${PYSITELIB}/salt/utils/color.pyo
${PYSITELIB}/salt/utils/compat.py
${PYSITELIB}/salt/utils/compat.pyc
${PYSITELIB}/salt/utils/compat.pyo
${PYSITELIB}/salt/utils/configcomparer.py
${PYSITELIB}/salt/utils/configcomparer.pyc
${PYSITELIB}/salt/utils/configcomparer.pyo
${PYSITELIB}/salt/utils/configparser.py
${PYSITELIB}/salt/utils/configparser.pyc
${PYSITELIB}/salt/utils/configparser.pyo
${PYSITELIB}/salt/utils/context.py
${PYSITELIB}/salt/utils/context.pyc
${PYSITELIB}/salt/utils/context.pyo
${PYSITELIB}/salt/utils/crypt.py
${PYSITELIB}/salt/utils/crypt.pyc
${PYSITELIB}/salt/utils/crypt.pyo
${PYSITELIB}/salt/utils/ctx.py
${PYSITELIB}/salt/utils/ctx.pyc
${PYSITELIB}/salt/utils/ctx.pyo
${PYSITELIB}/salt/utils/data.py
${PYSITELIB}/salt/utils/data.pyc
${PYSITELIB}/salt/utils/data.pyo
${PYSITELIB}/salt/utils/dateutils.py
${PYSITELIB}/salt/utils/dateutils.pyc
${PYSITELIB}/salt/utils/dateutils.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/utils/debug.py
${PYSITELIB}/salt/utils/debug.pyc
${PYSITELIB}/salt/utils/debug.pyo
${PYSITELIB}/salt/utils/decorators/__init__.py
${PYSITELIB}/salt/utils/decorators/__init__.pyc
${PYSITELIB}/salt/utils/decorators/__init__.pyo
${PYSITELIB}/salt/utils/decorators/jinja.py
${PYSITELIB}/salt/utils/decorators/jinja.pyc
${PYSITELIB}/salt/utils/decorators/jinja.pyo
${PYSITELIB}/salt/utils/decorators/path.py
${PYSITELIB}/salt/utils/decorators/path.pyc
${PYSITELIB}/salt/utils/decorators/path.pyo
${PYSITELIB}/salt/utils/decorators/signature.py
${PYSITELIB}/salt/utils/decorators/signature.pyc
${PYSITELIB}/salt/utils/decorators/signature.pyo
${PYSITELIB}/salt/utils/decorators/state.py
${PYSITELIB}/salt/utils/decorators/state.pyc
${PYSITELIB}/salt/utils/decorators/state.pyo
${PYSITELIB}/salt/utils/dictdiffer.py
${PYSITELIB}/salt/utils/dictdiffer.pyc
${PYSITELIB}/salt/utils/dictdiffer.pyo
${PYSITELIB}/salt/utils/dicttrim.py
${PYSITELIB}/salt/utils/dicttrim.pyc
${PYSITELIB}/salt/utils/dicttrim.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/utils/dictupdate.py
${PYSITELIB}/salt/utils/dictupdate.pyc
${PYSITELIB}/salt/utils/dictupdate.pyo
${PYSITELIB}/salt/utils/dns.py
${PYSITELIB}/salt/utils/dns.pyc
${PYSITELIB}/salt/utils/dns.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/doc.py
${PYSITELIB}/salt/utils/doc.pyc
${PYSITELIB}/salt/utils/doc.pyo
${PYSITELIB}/salt/utils/docker/__init__.py
${PYSITELIB}/salt/utils/docker/__init__.pyc
${PYSITELIB}/salt/utils/docker/__init__.pyo
${PYSITELIB}/salt/utils/docker/translate/__init__.py
${PYSITELIB}/salt/utils/docker/translate/__init__.pyc
${PYSITELIB}/salt/utils/docker/translate/__init__.pyo
${PYSITELIB}/salt/utils/docker/translate/container.py
${PYSITELIB}/salt/utils/docker/translate/container.pyc
${PYSITELIB}/salt/utils/docker/translate/container.pyo
${PYSITELIB}/salt/utils/docker/translate/helpers.py
${PYSITELIB}/salt/utils/docker/translate/helpers.pyc
${PYSITELIB}/salt/utils/docker/translate/helpers.pyo
${PYSITELIB}/salt/utils/docker/translate/network.py
${PYSITELIB}/salt/utils/docker/translate/network.pyc
${PYSITELIB}/salt/utils/docker/translate/network.pyo
${PYSITELIB}/salt/utils/environment.py
${PYSITELIB}/salt/utils/environment.pyc
${PYSITELIB}/salt/utils/environment.pyo
${PYSITELIB}/salt/utils/error.py
${PYSITELIB}/salt/utils/error.pyc
${PYSITELIB}/salt/utils/error.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/etcd_util.py
${PYSITELIB}/salt/utils/etcd_util.pyc
${PYSITELIB}/salt/utils/etcd_util.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/utils/event.py
${PYSITELIB}/salt/utils/event.pyc
${PYSITELIB}/salt/utils/event.pyo
${PYSITELIB}/salt/utils/extend.py
${PYSITELIB}/salt/utils/extend.pyc
${PYSITELIB}/salt/utils/extend.pyo
${PYSITELIB}/salt/utils/extmods.py
${PYSITELIB}/salt/utils/extmods.pyc
${PYSITELIB}/salt/utils/extmods.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/utils/filebuffer.py
${PYSITELIB}/salt/utils/filebuffer.pyc
${PYSITELIB}/salt/utils/filebuffer.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/files.py
${PYSITELIB}/salt/utils/files.pyc
${PYSITELIB}/salt/utils/files.pyo
${PYSITELIB}/salt/utils/find.py
${PYSITELIB}/salt/utils/find.pyc
${PYSITELIB}/salt/utils/find.pyo
${PYSITELIB}/salt/utils/fsutils.py
${PYSITELIB}/salt/utils/fsutils.pyc
${PYSITELIB}/salt/utils/fsutils.pyo
${PYSITELIB}/salt/utils/functools.py
${PYSITELIB}/salt/utils/functools.pyc
${PYSITELIB}/salt/utils/functools.pyo
${PYSITELIB}/salt/utils/gitfs.py
${PYSITELIB}/salt/utils/gitfs.pyc
${PYSITELIB}/salt/utils/gitfs.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/github.py
${PYSITELIB}/salt/utils/github.pyc
${PYSITELIB}/salt/utils/github.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/utils/gzip_util.py
${PYSITELIB}/salt/utils/gzip_util.pyc
${PYSITELIB}/salt/utils/gzip_util.pyo
${PYSITELIB}/salt/utils/hashutils.py
${PYSITELIB}/salt/utils/hashutils.pyc
${PYSITELIB}/salt/utils/hashutils.pyo
${PYSITELIB}/salt/utils/http.py
${PYSITELIB}/salt/utils/http.pyc
${PYSITELIB}/salt/utils/http.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/iam.py
${PYSITELIB}/salt/utils/iam.pyc
${PYSITELIB}/salt/utils/iam.pyo
${PYSITELIB}/salt/utils/icinga2.py
${PYSITELIB}/salt/utils/icinga2.pyc
${PYSITELIB}/salt/utils/icinga2.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/immutabletypes.py
${PYSITELIB}/salt/utils/immutabletypes.pyc
${PYSITELIB}/salt/utils/immutabletypes.pyo
${PYSITELIB}/salt/utils/itertools.py
${PYSITELIB}/salt/utils/itertools.pyc
${PYSITELIB}/salt/utils/itertools.pyo
${PYSITELIB}/salt/utils/jid.py
${PYSITELIB}/salt/utils/jid.pyc
${PYSITELIB}/salt/utils/jid.pyo
${PYSITELIB}/salt/utils/jinja.py
${PYSITELIB}/salt/utils/jinja.pyc
${PYSITELIB}/salt/utils/jinja.pyo
${PYSITELIB}/salt/utils/job.py
${PYSITELIB}/salt/utils/job.pyc
${PYSITELIB}/salt/utils/job.pyo
${PYSITELIB}/salt/utils/json.py
${PYSITELIB}/salt/utils/json.pyc
${PYSITELIB}/salt/utils/json.pyo
${PYSITELIB}/salt/utils/kickstart.py
${PYSITELIB}/salt/utils/kickstart.pyc
${PYSITELIB}/salt/utils/kickstart.pyo
${PYSITELIB}/salt/utils/kinds.py
${PYSITELIB}/salt/utils/kinds.pyc
${PYSITELIB}/salt/utils/kinds.pyo
${PYSITELIB}/salt/utils/lazy.py
${PYSITELIB}/salt/utils/lazy.pyc
${PYSITELIB}/salt/utils/lazy.pyo
${PYSITELIB}/salt/utils/listdiffer.py
${PYSITELIB}/salt/utils/listdiffer.pyc
${PYSITELIB}/salt/utils/listdiffer.pyo
${PYSITELIB}/salt/utils/locales.py
${PYSITELIB}/salt/utils/locales.pyc
${PYSITELIB}/salt/utils/locales.pyo
${PYSITELIB}/salt/utils/mac_utils.py
${PYSITELIB}/salt/utils/mac_utils.pyc
${PYSITELIB}/salt/utils/mac_utils.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/utils/mako.py
${PYSITELIB}/salt/utils/mako.pyc
${PYSITELIB}/salt/utils/mako.pyo
${PYSITELIB}/salt/utils/master.py
${PYSITELIB}/salt/utils/master.pyc
${PYSITELIB}/salt/utils/master.pyo
${PYSITELIB}/salt/utils/mattermost.py
${PYSITELIB}/salt/utils/mattermost.pyc
${PYSITELIB}/salt/utils/mattermost.pyo
${PYSITELIB}/salt/utils/memcached.py
${PYSITELIB}/salt/utils/memcached.pyc
${PYSITELIB}/salt/utils/memcached.pyo
${PYSITELIB}/salt/utils/migrations.py
${PYSITELIB}/salt/utils/migrations.pyc
${PYSITELIB}/salt/utils/migrations.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/minion.py
${PYSITELIB}/salt/utils/minion.pyc
${PYSITELIB}/salt/utils/minion.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/utils/minions.py
${PYSITELIB}/salt/utils/minions.pyc
${PYSITELIB}/salt/utils/minions.pyo
${PYSITELIB}/salt/utils/mount.py
${PYSITELIB}/salt/utils/mount.pyc
${PYSITELIB}/salt/utils/mount.pyo
${PYSITELIB}/salt/utils/msazure.py
${PYSITELIB}/salt/utils/msazure.pyc
${PYSITELIB}/salt/utils/msazure.pyo
${PYSITELIB}/salt/utils/nacl.py
${PYSITELIB}/salt/utils/nacl.pyc
${PYSITELIB}/salt/utils/nacl.pyo
${PYSITELIB}/salt/utils/namecheap.py
${PYSITELIB}/salt/utils/namecheap.pyc
${PYSITELIB}/salt/utils/namecheap.pyo
${PYSITELIB}/salt/utils/napalm.py
${PYSITELIB}/salt/utils/napalm.pyc
${PYSITELIB}/salt/utils/napalm.pyo
${PYSITELIB}/salt/utils/nb_popen.py
${PYSITELIB}/salt/utils/nb_popen.pyc
${PYSITELIB}/salt/utils/nb_popen.pyo
${PYSITELIB}/salt/utils/network.py
${PYSITELIB}/salt/utils/network.pyc
${PYSITELIB}/salt/utils/network.pyo
${PYSITELIB}/salt/utils/nxos_api.py
${PYSITELIB}/salt/utils/nxos_api.pyc
${PYSITELIB}/salt/utils/nxos_api.pyo
. Fixed rc.d script by adding comment_interpreter . Updated salt to version 0.15.0 From SaltStack website: Salt 0.15.0 comes with many smaller features and a few larger ones. The Salt Mine First there was the peer system, allowing for commands to be executed from a minion to other minions to gather data live. Then there was the external job cache for storing and accessing long term data. Now the middle ground is being filled in with the Salt Mine. The Salt Mine is a system used to execute functions on a regular basis on minions and then store only the most recent data from the functions on the master, then the data is looked up via targets. The mine caches data that is public to all minions, so when a minion posts data to the mine all other minions can see it. IPV6 Support 0.13.0 saw the addition of initial IPV6 support but errors were encountered and it needed to be stripped out. This time the code covers more cases and must be explicitly enabled. But the support is much more extensive than before. Copy Files From Minions to the Master Minions have long been able to copy files down from the master file server, but until now files could not be easily copied from the minion up to the master. A new function called cp.push can push files from the minions up to the master server. The uploaded files are then cached on the master in the master cachedir for each minon. Better Template Debugging Template errors have long been a burden when writing states and pillar. 0.15.0 will now send the compiled template data to the debug log, this makes tracking down the intermittent stage templates much easier. So running state.sls or state.highstate with -l debug will now print out the rendered templates in the debug information. State Event Firing The state system is now more closely tied to the master's event bus. Now when a state fails the failure will be fired on the master event bus so that the reactor can respond to it. Major Syndic Updates The Syndic system has been basically re-written. Now it runs in a completely asynchronous way and functions primarily as an event broker. This means that the events fired on the syndic are now pushed up to the higher level master instead of the old method used which waited for the client libraries to return. This makes the syndic much more accurate and powerful, it also means that all events fired on the syndic master make it up the pipe as well making a reactor on the higher level master able to react to minions further downstream. Peer System Updates The Peer System has been updated to run using the client libraries instead of firing directly over the publish bus. This makes the peer system much more consistent and reliable. Minion Key Revocation In the past when a minion was decommissioned the key needed to be manually deleted on the master, but now a function on the minion can be used to revoke the calling minion's key: salt-call saltutil.revoke_auth Function Return Codes Functions can now be assigned numeric return codes to determine if the function executed successfully. While not all functions have been given return codes, many have and it is an ongoing effort to fill out all functions that might return a non-zero return code. Functions in Overstate The overstate system was originally created to just manage the execution of states, but with the addition of return codes to functions, requisite logic can now be used with respect to the overstate. This means that an overstate stage can now run single functions instead of just state executions. Pillar Error Reporting Previously if errors surfaced in pillar, then the pillar would consist of only and empty dict. Now all data that was successfully rendered stays in pillar and the render error is also made available. If errors are found in the pillar, states will refuse to run. Using Cached State Data Sometimes states are executed purely to maintain a specific state rather than to update states with new configs. This is grounds for the new cached state system. By adding cache=True to a state call the state will not be generated fresh from the master but the last state data to be generated will be used. If no previous state data is available then fresh data will be generated. Monitoring States The new monitoring states system has been started. This is very young but allows for states to be used to configure monitoring routines. So far only one monitoring state is available, the disk.status state. As more capabilities are added to Salt UI the monitoring capabilities of Salt will continue to be expanded.
2013-05-05 14:26:23 +02:00
${PYSITELIB}/salt/utils/odict.py
${PYSITELIB}/salt/utils/odict.pyc
${PYSITELIB}/salt/utils/odict.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/openstack/__init__.py
${PYSITELIB}/salt/utils/openstack/__init__.pyc
${PYSITELIB}/salt/utils/openstack/__init__.pyo
${PYSITELIB}/salt/utils/openstack/neutron.py
${PYSITELIB}/salt/utils/openstack/neutron.pyc
${PYSITELIB}/salt/utils/openstack/neutron.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/openstack/nova.py
${PYSITELIB}/salt/utils/openstack/nova.pyc
${PYSITELIB}/salt/utils/openstack/nova.pyo
${PYSITELIB}/salt/utils/openstack/pyrax/__init__.py
${PYSITELIB}/salt/utils/openstack/pyrax/__init__.pyc
${PYSITELIB}/salt/utils/openstack/pyrax/__init__.pyo
${PYSITELIB}/salt/utils/openstack/pyrax/authenticate.py
${PYSITELIB}/salt/utils/openstack/pyrax/authenticate.pyc
${PYSITELIB}/salt/utils/openstack/pyrax/authenticate.pyo
${PYSITELIB}/salt/utils/openstack/pyrax/queues.py
${PYSITELIB}/salt/utils/openstack/pyrax/queues.pyc
${PYSITELIB}/salt/utils/openstack/pyrax/queues.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/openstack/swift.py
${PYSITELIB}/salt/utils/openstack/swift.pyc
${PYSITELIB}/salt/utils/openstack/swift.pyo
${PYSITELIB}/salt/utils/oset.py
${PYSITELIB}/salt/utils/oset.pyc
${PYSITELIB}/salt/utils/oset.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/pagerduty.py
${PYSITELIB}/salt/utils/pagerduty.pyc
${PYSITELIB}/salt/utils/pagerduty.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/utils/parsers.py
${PYSITELIB}/salt/utils/parsers.pyc
${PYSITELIB}/salt/utils/parsers.pyo
${PYSITELIB}/salt/utils/path.py
${PYSITELIB}/salt/utils/path.pyc
${PYSITELIB}/salt/utils/path.pyo
${PYSITELIB}/salt/utils/pbm.py
${PYSITELIB}/salt/utils/pbm.pyc
${PYSITELIB}/salt/utils/pbm.pyo
${PYSITELIB}/salt/utils/pkg/__init__.py
${PYSITELIB}/salt/utils/pkg/__init__.pyc
${PYSITELIB}/salt/utils/pkg/__init__.pyo
${PYSITELIB}/salt/utils/pkg/deb.py
${PYSITELIB}/salt/utils/pkg/deb.pyc
${PYSITELIB}/salt/utils/pkg/deb.pyo
${PYSITELIB}/salt/utils/pkg/rpm.py
${PYSITELIB}/salt/utils/pkg/rpm.pyc
${PYSITELIB}/salt/utils/pkg/rpm.pyo
${PYSITELIB}/salt/utils/pkg/win.py
${PYSITELIB}/salt/utils/pkg/win.pyc
${PYSITELIB}/salt/utils/pkg/win.pyo
${PYSITELIB}/salt/utils/platform.py
${PYSITELIB}/salt/utils/platform.pyc
${PYSITELIB}/salt/utils/platform.pyo
${PYSITELIB}/salt/utils/powershell.py
${PYSITELIB}/salt/utils/powershell.pyc
${PYSITELIB}/salt/utils/powershell.pyo
${PYSITELIB}/salt/utils/preseed.py
${PYSITELIB}/salt/utils/preseed.pyc
${PYSITELIB}/salt/utils/preseed.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/utils/process.py
${PYSITELIB}/salt/utils/process.pyc
${PYSITELIB}/salt/utils/process.pyo
${PYSITELIB}/salt/utils/profile.py
${PYSITELIB}/salt/utils/profile.pyc
${PYSITELIB}/salt/utils/profile.pyo
${PYSITELIB}/salt/utils/psutil_compat.py
${PYSITELIB}/salt/utils/psutil_compat.pyc
${PYSITELIB}/salt/utils/psutil_compat.pyo
${PYSITELIB}/salt/utils/pushover.py
${PYSITELIB}/salt/utils/pushover.pyc
${PYSITELIB}/salt/utils/pushover.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/pycrypto.py
${PYSITELIB}/salt/utils/pycrypto.pyc
${PYSITELIB}/salt/utils/pycrypto.pyo
${PYSITELIB}/salt/utils/pydsl.py
${PYSITELIB}/salt/utils/pydsl.pyc
${PYSITELIB}/salt/utils/pydsl.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/pyobjects.py
${PYSITELIB}/salt/utils/pyobjects.pyc
${PYSITELIB}/salt/utils/pyobjects.pyo
${PYSITELIB}/salt/utils/raetevent.py
${PYSITELIB}/salt/utils/raetevent.pyc
${PYSITELIB}/salt/utils/raetevent.pyo
${PYSITELIB}/salt/utils/raetlane.py
${PYSITELIB}/salt/utils/raetlane.pyc
${PYSITELIB}/salt/utils/raetlane.pyo
${PYSITELIB}/salt/utils/reactor.py
${PYSITELIB}/salt/utils/reactor.pyc
${PYSITELIB}/salt/utils/reactor.pyo
${PYSITELIB}/salt/utils/reclass.py
${PYSITELIB}/salt/utils/reclass.pyc
${PYSITELIB}/salt/utils/reclass.pyo
${PYSITELIB}/salt/utils/roster_matcher.py
${PYSITELIB}/salt/utils/roster_matcher.pyc
${PYSITELIB}/salt/utils/roster_matcher.pyo
${PYSITELIB}/salt/utils/rsax931.py
${PYSITELIB}/salt/utils/rsax931.pyc
${PYSITELIB}/salt/utils/rsax931.pyo
${PYSITELIB}/salt/utils/s3.py
${PYSITELIB}/salt/utils/s3.pyc
${PYSITELIB}/salt/utils/s3.pyo
${PYSITELIB}/salt/utils/saltclass.py
${PYSITELIB}/salt/utils/saltclass.pyc
${PYSITELIB}/salt/utils/saltclass.pyo
${PYSITELIB}/salt/utils/sanitizers.py
${PYSITELIB}/salt/utils/sanitizers.pyc
${PYSITELIB}/salt/utils/sanitizers.pyo
${PYSITELIB}/salt/utils/schedule.py
${PYSITELIB}/salt/utils/schedule.pyc
${PYSITELIB}/salt/utils/schedule.pyo
${PYSITELIB}/salt/utils/schema.py
${PYSITELIB}/salt/utils/schema.pyc
${PYSITELIB}/salt/utils/schema.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/sdb.py
${PYSITELIB}/salt/utils/sdb.pyc
${PYSITELIB}/salt/utils/sdb.pyo
${PYSITELIB}/salt/utils/slack.py
${PYSITELIB}/salt/utils/slack.pyc
${PYSITELIB}/salt/utils/slack.pyo
${PYSITELIB}/salt/utils/smb.py
${PYSITELIB}/salt/utils/smb.pyc
${PYSITELIB}/salt/utils/smb.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/smtp.py
${PYSITELIB}/salt/utils/smtp.pyc
${PYSITELIB}/salt/utils/smtp.pyo
${PYSITELIB}/salt/utils/ssdp.py
${PYSITELIB}/salt/utils/ssdp.pyc
${PYSITELIB}/salt/utils/ssdp.pyo
${PYSITELIB}/salt/utils/ssh.py
${PYSITELIB}/salt/utils/ssh.pyc
${PYSITELIB}/salt/utils/ssh.pyo
${PYSITELIB}/salt/utils/state.py
${PYSITELIB}/salt/utils/state.pyc
${PYSITELIB}/salt/utils/state.pyo
${PYSITELIB}/salt/utils/stringio.py
${PYSITELIB}/salt/utils/stringio.pyc
${PYSITELIB}/salt/utils/stringio.pyo
${PYSITELIB}/salt/utils/stringutils.py
${PYSITELIB}/salt/utils/stringutils.pyc
${PYSITELIB}/salt/utils/stringutils.pyo
${PYSITELIB}/salt/utils/systemd.py
${PYSITELIB}/salt/utils/systemd.pyc
${PYSITELIB}/salt/utils/systemd.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/utils/templates.py
${PYSITELIB}/salt/utils/templates.pyc
${PYSITELIB}/salt/utils/templates.pyo
${PYSITELIB}/salt/utils/thin.py
${PYSITELIB}/salt/utils/thin.pyc
${PYSITELIB}/salt/utils/thin.pyo
${PYSITELIB}/salt/utils/timed_subprocess.py
${PYSITELIB}/salt/utils/timed_subprocess.pyc
${PYSITELIB}/salt/utils/timed_subprocess.pyo
${PYSITELIB}/salt/utils/timeout.py
${PYSITELIB}/salt/utils/timeout.pyc
${PYSITELIB}/salt/utils/timeout.pyo
${PYSITELIB}/salt/utils/timeutil.py
${PYSITELIB}/salt/utils/timeutil.pyc
${PYSITELIB}/salt/utils/timeutil.pyo
${PYSITELIB}/salt/utils/url.py
${PYSITELIB}/salt/utils/url.pyc
${PYSITELIB}/salt/utils/url.pyo
${PYSITELIB}/salt/utils/user.py
${PYSITELIB}/salt/utils/user.pyc
${PYSITELIB}/salt/utils/user.pyo
${PYSITELIB}/salt/utils/validate/__init__.py
${PYSITELIB}/salt/utils/validate/__init__.pyc
${PYSITELIB}/salt/utils/validate/__init__.pyo
${PYSITELIB}/salt/utils/validate/net.py
${PYSITELIB}/salt/utils/validate/net.pyc
${PYSITELIB}/salt/utils/validate/net.pyo
${PYSITELIB}/salt/utils/validate/path.py
${PYSITELIB}/salt/utils/validate/path.pyc
${PYSITELIB}/salt/utils/validate/path.pyo
${PYSITELIB}/salt/utils/validate/user.py
${PYSITELIB}/salt/utils/validate/user.pyc
${PYSITELIB}/salt/utils/validate/user.pyo
${PYSITELIB}/salt/utils/value.py
${PYSITELIB}/salt/utils/value.pyc
${PYSITELIB}/salt/utils/value.pyo
${PYSITELIB}/salt/utils/vault.py
${PYSITELIB}/salt/utils/vault.pyc
${PYSITELIB}/salt/utils/vault.pyo
${PYSITELIB}/salt/utils/verify.py
${PYSITELIB}/salt/utils/verify.pyc
${PYSITELIB}/salt/utils/verify.pyo
${PYSITELIB}/salt/utils/versions.py
${PYSITELIB}/salt/utils/versions.pyc
${PYSITELIB}/salt/utils/versions.pyo
${PYSITELIB}/salt/utils/virt.py
${PYSITELIB}/salt/utils/virt.pyc
${PYSITELIB}/salt/utils/virt.pyo
${PYSITELIB}/salt/utils/virtualbox.py
${PYSITELIB}/salt/utils/virtualbox.pyc
${PYSITELIB}/salt/utils/virtualbox.pyo
${PYSITELIB}/salt/utils/vmware.py
${PYSITELIB}/salt/utils/vmware.pyc
${PYSITELIB}/salt/utils/vmware.pyo
${PYSITELIB}/salt/utils/vsan.py
${PYSITELIB}/salt/utils/vsan.pyc
${PYSITELIB}/salt/utils/vsan.pyo
${PYSITELIB}/salt/utils/vt.py
${PYSITELIB}/salt/utils/vt.pyc
${PYSITELIB}/salt/utils/vt.pyo
${PYSITELIB}/salt/utils/vt_helper.py
${PYSITELIB}/salt/utils/vt_helper.pyc
${PYSITELIB}/salt/utils/vt_helper.pyo
${PYSITELIB}/salt/utils/win_dacl.py
${PYSITELIB}/salt/utils/win_dacl.pyc
${PYSITELIB}/salt/utils/win_dacl.pyo
${PYSITELIB}/salt/utils/win_functions.py
${PYSITELIB}/salt/utils/win_functions.pyc
${PYSITELIB}/salt/utils/win_functions.pyo
${PYSITELIB}/salt/utils/win_lgpo_auditpol.py
${PYSITELIB}/salt/utils/win_lgpo_auditpol.pyc
${PYSITELIB}/salt/utils/win_lgpo_auditpol.pyo
${PYSITELIB}/salt/utils/win_lgpo_netsh.py
${PYSITELIB}/salt/utils/win_lgpo_netsh.pyc
${PYSITELIB}/salt/utils/win_lgpo_netsh.pyo
${PYSITELIB}/salt/utils/win_osinfo.py
${PYSITELIB}/salt/utils/win_osinfo.pyc
${PYSITELIB}/salt/utils/win_osinfo.pyo
${PYSITELIB}/salt/utils/win_pdh.py
${PYSITELIB}/salt/utils/win_pdh.pyc
${PYSITELIB}/salt/utils/win_pdh.pyo
${PYSITELIB}/salt/utils/win_reg.py
${PYSITELIB}/salt/utils/win_reg.pyc
${PYSITELIB}/salt/utils/win_reg.pyo
${PYSITELIB}/salt/utils/win_runas.py
${PYSITELIB}/salt/utils/win_runas.pyc
${PYSITELIB}/salt/utils/win_runas.pyo
${PYSITELIB}/salt/utils/win_update.py
${PYSITELIB}/salt/utils/win_update.pyc
${PYSITELIB}/salt/utils/win_update.pyo
${PYSITELIB}/salt/utils/winapi.py
${PYSITELIB}/salt/utils/winapi.pyc
${PYSITELIB}/salt/utils/winapi.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
${PYSITELIB}/salt/utils/xdg.py
${PYSITELIB}/salt/utils/xdg.pyc
${PYSITELIB}/salt/utils/xdg.pyo
${PYSITELIB}/salt/utils/xmlutil.py
${PYSITELIB}/salt/utils/xmlutil.pyc
${PYSITELIB}/salt/utils/xmlutil.pyo
${PYSITELIB}/salt/utils/yaml.py
${PYSITELIB}/salt/utils/yaml.pyc
${PYSITELIB}/salt/utils/yaml.pyo
${PYSITELIB}/salt/utils/yamldumper.py
${PYSITELIB}/salt/utils/yamldumper.pyc
${PYSITELIB}/salt/utils/yamldumper.pyo
${PYSITELIB}/salt/utils/yamlencoding.py
${PYSITELIB}/salt/utils/yamlencoding.pyc
${PYSITELIB}/salt/utils/yamlencoding.pyo
${PYSITELIB}/salt/utils/yamlloader.py
${PYSITELIB}/salt/utils/yamlloader.pyc
${PYSITELIB}/salt/utils/yamlloader.pyo
salt: updated to 2019.2.2 SALT 2019.2.2 RELEASE NOTES Version 2019.2.2 is a bugfix release for 2019.2.0. ISSUE 54817: (tomlaredo) [REGRESSION] git.latest displays errors (refs: 54844) * (garethgreenaway) [master] Fix to git state module when calling git.config_get_regexp 52fee6f Merge pull request 54844 from garethgreenaway/54817_git_latest_error_calling_git_config_get_regexp cb1b75a Adding test. 6ba8ff2 When calling git.config_get_regexp to check for filter.lfs. in git config, if the option is not available this would result with a return code of 1 which would result in an error being logged. Since one possible result is that the configuration would not be there, we ignore the return code. * (frogunder) update 2019.2.2 release notes d6593c2 Merge pull request 54973 from frogunder/update_releasenotes_2019.2.2 0c01cfb update 2019.2.2 release notes * (twangboy) Add missing docs for win_wusa state and module (2019.2.1) 7d253bc Merge pull request 54919 from twangboy/update_docs 57ff199 Add docs for win_wusa ISSUE 54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: 54942) * (dwoz) Fix for 54941 pillar_refresh regression 2f817bc Merge pull request 54942 from dwoz/fix-54941 cb5d326 Add a test for 54941 using test.ping 348d1c4 Add regression tests for issue 54941 766f3ca Initial commit of a potential fix for 54941 * (bryceml) update version numbers to be correct f783108 Merge pull request 54897 from bryceml/2019.2.1_fix_docs e9a2a70 update version numbers to be correct * (bryceml) 2019.2.1 fix docs 3233663 Merge pull request 54894 from bryceml/2019.2.1_fix_docs c7b7474 modifying saltconf ads d48057b add new saltconf ads * (frogunder) remove in progress from releasenotes 2019.2.2 4b06eca Merge pull request 54858 from frogunder/releasenotes_remove2019.2.2 a697abd remove in progress from releasenotes 2019.2.2 * (frogunder) releasenotes 2019.2.2 aaf2d1c Merge pull request 54854 from frogunder/release_notes_2019.2.2 a41dc59 Update 2019.2.2.rst 9bea043 releasenotes 2019.2.2 * (frogunder) Update man pages for 2019.2.2 10d433f Merge pull request 54852 from frogunder/man_pages_2019.2.2 92bc4b2 Update man pages for 2019.2.2 * (s0undt3ch) Remove debug print 8ca6b20 Merge pull request 54845 from s0undt3ch/hotfix/event-return-fix-2019.2.1 3937890 Remove debug print ISSUE 54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: 54826) * (dwoz) Fix issue 54755 and add regression tests 9e3914a Merge pull request 54826 from dwoz/issue_54755 0bad9cb Handle locals and globals separatly bcbe9a2 Only purge pip when needed d2f98ca Fix issue 54755 and add regression tests * (frogunder) Add known issues to 2019.2.1 release notes ba569d0 Merge pull request 54830 from frogunder/update_relasenotes_2019.2.1 8cdb27b Update 2019.2.1.rst 14f955c Add known issues to 2019.2.1 release notes ISSUE 54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: 54806) * (Oloremo) [Regression] Batch with failhard fix 433b6fa Merge pull request 54806 from Oloremo/failhard-batch-fix-2019.2.1 6684793 Merge branch '2019.2.1' into failhard-batch-fix-2019.2.1 3e0e928 Added tests for cli and runner 2416516 Made batch work properly with failhard in cli and runner ISSUE 54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: 54828) * (garethgreenaway) [2019.2.1] Fix global disabling code in scheduler ed94aa5 Merge pull request 54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bug be15a28 Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items. * (Akm0d) fix broken salt-cloud openstack query 435b40c Merge pull request 54778 from Akm0d/master_openstack_query_fix ba4ba2a fixed pylint errors in openstack test d9a8517 Added openstack tests for openstack --query fix 59214ad Fallback to image id if we don't have an image name 3a42a4d fixed pylint error 0074d18 created unit tests for openstack 4255e3e Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD 1c2821b Return a configured provider, not a bool c585550 fix broken salt-cloud openstack query ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets 93b1c4d Merge pull request 54823 from dhiltonp/maybe-bracket faa1d98 ip_bracket can now accept ipv6 addresses with brackets ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dwoz) Fix pip state pip >=10.0 and <=18.0 * (OrlandoArcapix) Fix import of pip modules (refs: 54807) b61b30d Merge pull request 54807 from dwoz/patch-2 664806b Add unit test for pip state fix e637658 Revert change to pip version query 42810a2 Fix import of pip modules ISSUE 54741: (kjkeane) Schedulers Fail to Run (refs: 54799) * (garethgreenaway) Fix to scheduler when job without a time element is run with schedule.run_job 4ee1ff6 Merge pull request 54799 from garethgreenaway/54741_run_job_fails_without_time_element 44caa81 Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element 3ae4f75 Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element 8afd2d8 Removing extra, unnecessary code. 549cfb8 Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job. 7d716d6 Fixing lint. ec68591 If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist. * (Ch3LL) Fix state.show_states when sls file missing in top file b90c3f2 Merge pull request 54785 from Ch3LL/fix_show_states 96540be Clean up files after state.show_states test ad265ae Fix state.show_states when sls file missing ISSUE 54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: 54780) ISSUE 54765: (awerner) 2019.2.1: Jinja from import broken (refs: 54780) * (dwoz) Fix masterless jinja imports b9459e6 Merge pull request 54780 from dwoz/fix-masterless-jinja-imports 5d873cc Merge branch '2019.2.1' into fix-masterless-jinja-imports e901a83 Add regression tests for jinja import bug 3925bb7 Fix broken jinja imports in masterless salt-call ISSUE 54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: 54777) * (javierbertoli) Fix minion's remove_periodic_callback() 4c240e5 Merge pull request 54777 from netmanagers/2019.2.1 459c790 Merge branch '2019.2.1' into 2019.2.1 * (bryceml) improve lint job 83f8f5c Merge pull request 54805 from bryceml/2019.2.1_update_lint_salt ffa4ed6 improve lint job fa1a767 Merge branch '2019.2.1' into 2019.2.1 ISSUE 54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: 54783) * (garethgreenaway) Ensure metaproxy directory is included in sdist 6b43fbe Merge pull request 54783 from garethgreenaway/54751_fixing_missing_metaproxy_directory 67d9938 Merge branch '2019.2.1' into 54751_fixing_missing_metaproxy_directory a35e609 Adding __init__.py to metaproxy directory so that metaproxy is included when running setup.py. ISSUE 54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: 54784, 54823, 54807) * (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests 7912b67 Merge pull request 54784 from dhiltonp/ipv46 042a101 Merge branch '2019.2.1' into ipv46 * (frogunder) Add 2019.2.2 release notes 2f94b44 Merge pull request 54779 from frogunder/releasenotes_2019.2.2 67f564b Add 2019.2.2 release notes ac6b54f Merge branch '2019.2.1' into ipv46 93ebd09 update mock (py2) from 2.0.0 to 3.0.5 37bcc4c fix dns_check to return uri-compatible ipv6 addresses, add tests dd86c46 Merge pull request 1 from waynew/pull/54777-callback-typo a57f7d0 Add tests c19d0b0 Fix minion's remove_periodic_callback() * (pizzapanther) Fix returners not loading properly 46bec3c Merge pull request 54731 from pizzapanther/not-so-__new__-and-shiny bdf24f4 Make sure we tests salt-master's event_return setting 5499518 remove unnecessary import 3f8a382 fix module import 0746aa7 remove __new__ method since it was removed from parent class * (bryceml) 2019.2.1 ruby e2b86bf Merge pull request 54706 from bryceml/2019.2.1_ruby 168a6c1 switch to ruby 2.6.3
2019-11-13 15:47:59 +01:00
${PYSITELIB}/salt/utils/yamlloader_old.py
${PYSITELIB}/salt/utils/yamlloader_old.pyc
${PYSITELIB}/salt/utils/yamlloader_old.pyo
${PYSITELIB}/salt/utils/yast.py
${PYSITELIB}/salt/utils/yast.pyc
${PYSITELIB}/salt/utils/yast.pyo
${PYSITELIB}/salt/utils/zeromq.py
${PYSITELIB}/salt/utils/zeromq.pyc
${PYSITELIB}/salt/utils/zeromq.pyo
${PYSITELIB}/salt/utils/zfs.py
${PYSITELIB}/salt/utils/zfs.pyc
${PYSITELIB}/salt/utils/zfs.pyo
${PYSITELIB}/salt/version.py
${PYSITELIB}/salt/version.pyc
${PYSITELIB}/salt/version.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/wheel/__init__.py
${PYSITELIB}/salt/wheel/__init__.pyc
${PYSITELIB}/salt/wheel/__init__.pyo
${PYSITELIB}/salt/wheel/config.py
${PYSITELIB}/salt/wheel/config.pyc
${PYSITELIB}/salt/wheel/config.pyo
${PYSITELIB}/salt/wheel/error.py
${PYSITELIB}/salt/wheel/error.pyc
${PYSITELIB}/salt/wheel/error.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/wheel/file_roots.py
${PYSITELIB}/salt/wheel/file_roots.pyc
${PYSITELIB}/salt/wheel/file_roots.pyo
${PYSITELIB}/salt/wheel/key.py
${PYSITELIB}/salt/wheel/key.pyc
${PYSITELIB}/salt/wheel/key.pyo
${PYSITELIB}/salt/wheel/minions.py
${PYSITELIB}/salt/wheel/minions.pyc
${PYSITELIB}/salt/wheel/minions.pyo
Update salt from 0.9.5 to 0.10.5. The new DESCR is taken from the "Introduction to Salt" at <http://docs.saltstack.org/en/v0.10.5/topics/index.html>. Here's a copy of the introductory paragraphs from the release notes for all the intervening versions: Salt 0.9.6 Release Notes ======================== Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily targeting an issue found in the names declaration in the state system. But a few other bugs were also repaired, like missing support for grains in extmods. Due to a conflict in distribution packaging msgpack will no longer be bundled with Salt, and is required as a dependency. Salt 0.9.7 Release Notes ======================== Salt 0.9.7 is here! The latest iteration of Salt brings more features and many fixes. This release is a great refinement over 0.9.6, adding many conveniences under the hood, as well as some features that make working with Salt much better. A few highlights include the new Job system, refinements to the requisite system in states, the ``mod_init`` interface for states, external node classification, search path to managed files in the file state, and refinements and additions to dynamic module loading. 0.9.7 also introduces the long developed (and oft changed) unit test framework and the initial unit tests. Salt 0.9.8 Release Notes ======================== Salt 0.9.8 is a big step forward, with many additions and enhancements, as well as a number of precursors to advanced future developments. This version of Salt adds much more power to the command line, making the old hard timeout issues a thing of the past and adds keyword argument support. These additions are also available in the salt client api, making the available api tools much more powerful. The new pillar system allows for data to be stored on the master and assigned to minions in a granular way similar to the state system. It also allows flexibility for users who want to keep data out of their state tree similar to 'external lookup' functionality in other tools. A new way to extend requisites was added, the "requisite in" statement. This makes adding requires or watch statements to external state decs much easier. Additions to requisites making them much more powerful have been added as well as improved error checking for sls files in the state system. A new provider system has been added to allow for redirecting what modules run in the background for individual states. Support for OpenSUSE has been added and support for Solaris has begun serious development. Windows support has been significantly enhanced as well. The matcher and target systems have received a great deal of attention. The default behavior of grain matching has changed slightly to reflect the rest of salt and the compound matcher system has been refined. A number of impressive features with keyword arguments have been added to both the cli and to the state system. This makes states much more powerful and flexible while maintaining the simple configuration everyone loves. The new batch size capability allows for executions to be rolled through a group of targeted minions a percentage or specific number at a time. This was added to prevent the "thundering herd" problem when targeting large numbers of minions for things like service restarts or file downloads. Salt 0.9.9 Release Notes ======================== 0.9.9 is out and comes with some serious bug fixes and even more serious features. This release is the last major feature release before 1.0.0 and could be considered the 1.0.0 release candidate. A few updates include more advanced kwargs support, the ability for salt states to more safely configure a running salt minion, better job directory management and the new state test interface. Many new tests have been added as well, including the new minion swarm test that allows for easier testing of Salt working with large groups of minions. This means that if you have experienced stability issues with Salt before, particularly in larger deployments, that these bugs have been tested for, found, and killed. Salt 0.10.0 Release Notes ========================= 0.10.0 has arrived! This release comes with MANY bug fixes, and new capabilities which greatly enhance performance and reliability. This release is primarily a bug fix release with many new tests and many repaired bugs. This release also introduces a few new key features which were brought in primarily to repair bugs and some limitations found in some of the components of the original architecture. Salt 0.10.2 Release Notes ========================= 0.10.2 is out! This release comes with enhancements to the pillar interface, cleaner ways to access the salt-call capabilities in the API, minion data caching and the event system has been added to salt minions. There have also been updates to the zeromq functions, many more tests (thanks to sponsors, the code sprint and many contributors) and a swath of bug fixes. Salt 0.10.3 Release Notes ========================= The latest taste of Salt has come, this release has many fixes and feature additions. Modifications have been made to make ZeroMQ connections more reliable, the begining of the ACL system is in place, a new command line parsing system has been added, dynamic module distribution has become more environment aware, the new `master_finger` option and many more! Salt 0.10.4 Release Notes ========================= Salt 0.10.4 is a monumental release for the Salt team, with two new module systems, many additions to allow granular access to Salt, improved platform support and much more. This release is also exciting because we have been able to shorten the release cycle back to under a month. We are working hard to keep up the aggressive pace and look forward to having releases happen more frequently! This release also includes a serious security fix and all users are very strongly recommended to upgrade. As usual, upgrade the master first, and then the minion to ensure that the process is smooth. Salt 0.10.5 Release Notes ========================= Salt 0.10.5 is ready, and comes with some great new features. A few more interfaces have been modularized, like the outputter system. The job cache system has been made more powerful and can now store and retrieve jobs archived in external databases. The returner system has been extended to allow minions to easily retrieve data from a returner interface. As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 09:01:21 +01:00
${PYSITELIB}/salt/wheel/pillar_roots.py
${PYSITELIB}/salt/wheel/pillar_roots.pyc
${PYSITELIB}/salt/wheel/pillar_roots.pyo
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
man/man1/salt-api.1
man/man1/salt-call.1
man/man1/salt-cloud.1
man/man1/salt-cp.1
man/man1/salt-key.1
man/man1/salt-master.1
man/man1/salt-minion.1
man/man1/salt-proxy.1
man/man1/salt-run.1
man/man1/salt-ssh.1
man/man1/salt-syndic.1
Updated salt to version 2014.7.2 Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23 14:58:13 +01:00
man/man1/salt-unity.1
man/man1/salt.1
man/man1/spm.1
man/man7/salt.7
share/examples/salt/master
share/examples/salt/minion