Next | Query returned 19 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-09-14 10:29:53 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ansible-base: updated to 2.10.14

v2.10.14
========

Bugfixes
--------
- Restructured pipelining settings to be at the connection plugins leaving base \ 
config as global and for backwards compatiblity.
- command module, clarify order of remove/creates checks.
- command module, correctly handles chdir to symlinks.
- command module, move to standarized messages in 'msg' vs abusing 'stdout'.
- command module, now all options work in ad-hoc execution.
- command module, now always returns what we documented as 'returns always'.
- make previous versions compatible we new attributres w/o implementing them.
   2021-07-26 19:51:15 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ansible-base: updated to 2.10.12

v2.10.12
========

Minor Changes
-------------
- ansible-test - aws creates and exposes a new tiny_prefix variable to provide a \ 
shorter prefix for the AWS tests.
- get_url - allow checksum urls to point to file:// resources, moving scheme \ 
test to function
- get_url - handle same SHA sum for checksum file \ 
(https://github.com/ansible/ansible/issues/71420).

Bugfixes
--------
- ansible-doc - in text output, do not show empty ``version_added_collection`` \ 
values (https://github.com/ansible/ansible/pull/74999).
- ansible-test - restrict ``packaging`` to ``< 21.0`` for Python ``< 3.6`` \ 
(https://github.com/ansible/ansible/pull/75186).
- get_url - Fixed checksum validation for binary files (leading asterisk) in \ 
checksum files (https://github.com/ansible/ansible/pull/74502).
   2021-06-23 21:40:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ansible-base: updated to 2.10.11

v2.10.11
========

Security Fixes
--------------
- templating engine fix for not preserving usnafe status when trying to preserve \ 
newlines. CVE-2021-3583

Bugfixes
--------
- gather_facts, package, service - fix using module_defaults for the modules in \ 
addition to the action plugins. \ 
(https://github.com/ansible/ansible/issues/72918)
- psrp - Always cleanup the last run pipeline if a second pipeline is invoked to \ 
avoid violating any resource limits.
- psrp - Fix error when resetting a connection that was initialised but not \ 
connected - (https://github.com/ansible/ansible/issues/74092).
- psrp - Try to clean up any server-side resources when resetting a connection.
   2021-05-25 07:18:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ansible-base: updated to 2.10.10

v2.10.10

Bugfixes

- Correctly set template_path and template_fullpath for usage in template lookup \ 
and action plugins.
- Fix fileglob bug where it could return different results for different order \ 
of parameters (https://github.com/ansible/ansible/issues/72873).
- Improve resilience of ``ansible-galaxy collection`` by increasing the page \ 
size to make fewer requests overall and retrying queries with a jittered \ 
exponential backoff when rate limiting HTTP codes (520 and 429) occur. \ 
(https://github.com/ansible/ansible/issues/74191)
- ansible-test - Use documented API to retrieve build information from Azure \ 
Pipelines.
- ansible.builtin.cron - Keep non-empty crontabs, when removing cron jobs \ 
(https://github.com/ansible/ansible/pull/74497).
- ansible_test - add constraint for ``MarkupSafe`` \ 
(https://github.com/ansible/ansible/pull/74666)
- filter plugins - patch new versions of Jinja2 to prevent warnings/errors on \ 
renamed filter decorators (https://github.com/ansible/ansible/issues/74667)
- service - compare version without LooseVersion API \ 
(https://github.com/ansible/ansible/issues/74488).
   2021-05-04 09:29:58 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ansible-base: updated to 2.10.9

v2.10.9

Major Changes
- ansible-test - Tests run with the ``centos6`` and ``default`` test containers \ 
now use a PyPI proxy container to access PyPI when Python 2.6 is used. This \ 
allows tests running under Python 2.6 to continue functioning even though PyPI \ 
is discontinuing support for non-SNI capable clients.

Minor Changes
- Switch to hashlib.sha256() for ansible-test to allow for FIPs mode.

Bugfixes
- Prevent ``ansible_failed_task`` from further templating \ 
(https://github.com/ansible/ansible/issues/74036)
- ansible-test - Avoid publishing the port used by the ``pypi-test-container`` \ 
since it is only accessed by other containers. This avoids issues when trying to \ 
run tests in parallel on a single host.
- ansible-test - Fix docker container IP address detection. The ``bridge`` \ 
network is no longer assumed to be the default.
- ansible-test - ensure the correct unit test target is given when the \ 
``__init__.py`` file is modified inside the connection plugins directory
- ansible.utils.encrypt now handles missing or unusable 'crypt' library.
- facts - detect homebrew installed at /opt/homebrew/bin/brew
- interpreter discovery - Debian 8 and lower will avoid unsupported Python3 \ 
version in interpreter discovery
- undeprecate hash_merge setting and add more docs clarifying its use and why \ 
not to use it.
- wait_for module, move missing socket into function to get proper comparrison \ 
in time.
   2021-04-13 11:16:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ansible-base: updated to 2.10.8

v2.10.8
=======

Minor Changes
-------------
- module payload builder - module_utils imports in any nested block (eg, \ 
``try``, ``if``) are treated as optional during module payload builds; this \ 
allows modules to implement runtime fallback behavior for module_utils that do \ 
not exist in older versions of Ansible.

Bugfixes
--------
- Fix adding unrelated candidate names to the plugin loader redirect list.
- Strategy - When building the task in the Strategy from the Worker, ensure it \ 
is properly marked as finalized and squashed. Addresses an issue with \ 
``ansible_failed_task``. (https://github.com/ansible/ansible/issues/57399)
- ansible-test - The ``--export`` option for ``ansible-test coverage`` is now \ 
limited to the ``combine`` command. It was previously available for reporting \ 
commands on which it had no effect.
- ansible-test - The ``ansible-test coverage combine`` option ``--export`` now \ 
exports relative paths. This avoids loss of coverage data when aggregating \ 
across systems with different absolute paths. Paths will be converted back to \ 
absolute when generating reports.
- ansible-test - ensure unit test paths for connection and inventory plugins are \ 
correctly identified for collections \ 
(https://github.com/ansible/ansible/issues/73876).
- apt - fix policy_rc_d parameter throwing an exception when restoring original \ 
file (https://github.com/ansible/ansible/issues/66211)
- debug action - prevent setting facts when displaying ansible_facts \ 
(https://github.com/ansible/ansible/issues/74060).
- find - fix default pattern when use_regex is true \ 
(https://github.com/ansible/ansible/issues/50067).
- restrict module valid JSON parsed output to objects as lists are not valid \ 
responses.
- setup - fix error handling on bad subset given.
- setup, don't give up on all local facts gathering if one script file fails.
- su become plugin - ensure correct type for localization option \ 
(https://github.com/ansible/ansible/issues/73837).
   2021-03-16 09:19:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ansible-base: updated to 2.10.7

v2.10.7

Minor Changes
-------------
- ansible-test - Generation of an ``egg-info`` directory, if needed, is now done \ 
after installing test dependencies and before running tests. When running from \ 
an installed version of ``ansible-test`` a temporary directory is used to avoid \ 
permissions issues. Previously it was done before installing test dependencies \ 
and adjacent to the installed directory.
- ansible-test - now makes a better attempt to support podman when calling \ 
``docker images`` and asking for JSON format.

Bugfixes
--------
- ConfigManager - Normalize ConfigParser between Python2 and Python3 to for \ 
handling comments (https://github.com/ansible/ansible/issues/73709)
- InventoryManager - Fix unhandled exception when given limit file was actually \ 
a directory.
- InventoryManager - Fix unhandled exception when inventory directory was empty \ 
or contained empty subdirectories \ 
(https://github.com/ansible/ansible/issues/73658).
- add AlmaLinux to fact gathering (https://github.com/ansible/ansible/pull/73458)
- ansible-galaxy - fixed galaxy role init command \ 
(https://github.com/ansible/ansible/issues/71977).
- ansible-inventory CLI - Deal with failures when sorting JSON and you have \ 
incompatible key types (https://github.com/ansible/ansible/issues/68950).
- ansible-test - Running tests using an installed version of ``ansible-test`` \ 
against one Python version from another no longer fails due to a missing \ 
``egg-info`` directory. This could occur when testing plugins which import \ 
``pkg_resources``.
- ansible-test - Running tests using an installed version of ``ansible-test`` no \ 
longer generates an error attempting to create an ``egg-info`` directory when an \ 
existing one is not found in the expected location. This could occur if the \ 
existing ``egg-info`` directory included a Python version specifier in the name.
- default callback - Ensure that the ``host_pinned`` strategy is not treated as \ 
lockstep (https://github.com/ansible/ansible/issues/73364)
- ensure find_mount_point consistently returns text.
- ensure we don't clobber role vars data when getting an empty file
- find module - Stop traversing directories past the requested depth. \ 
(https://github.com/ansible/ansible/issues/73627)
- hostname - add Almalinux support (https://github.com/ansible/ansible/pull/73619)
- runtime routing - redirect ``firewalld`` to ``ansible.posix.firewalld`` FQCN \ 
(https://github.com/ansible/ansible/issues/73689).
- the unvault lookup plugin returned a byte string. Now returns a real string.
- yamllint - do not raise an ``AttributeError`` if a value is assigned to a \ 
module attribute at the top of the module.
   2021-03-09 13:10:31 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
ansible-base: added version 2.10.6

Ansible is a radically simple IT automation system. It handles configuration
management, application deployment, cloud provisioning, ad-hoc task execution,
network automation, and multi-node orchestration. Ansible makes complex changes
like zero-downtime rolling updates with load balancers easy.

Next | Query returned 19 messages, browsing 11 to 20 | previous