Commit Graph

33 Commits

Author SHA1 Message Date
Martin Weinelt 0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
R. Ryantm 9d1833a072 python310Packages.ansible: 7.1.0 -> 7.2.0 2023-02-03 17:26:46 +00:00
Martin Weinelt 1f6ff640b4 python3Packages.ansible: 6.6.0 -> 7.1.0 2023-01-05 01:08:50 +01:00
Martin Weinelt a6e32c105c python3Packages.ansible: 6.5.0 -> 6.6.0 2022-11-21 02:04:13 +01:00
R. Ryantm 11fc4b7005 python310Packages.ansible: 6.3.0 -> 6.5.0 2022-10-13 21:38:21 +00:00
Martin Weinelt ca8e47fba0 python3Packages.ansible: 6.2.0 -> 6.3.0 2022-09-18 23:57:33 +02:00
R. Ryantm d0cb1b38b5 python310Packages.ansible: 6.1.0 -> 6.2.0 2022-08-05 11:29:14 +00:00
R. Ryantm 61fbde38ae python310Packages.ansible: 6.0.0 -> 6.1.0 2022-07-13 11:30:45 +00:00
R. Ryantm d65b75d442 python310Packages.ansible: 5.8.0 -> 6.0.0 2022-06-22 15:41:39 +00:00
Martin Weinelt 2d0f97be21 ansible: drop maintainership
I have been using a pip/virtualenv based workflow with ansible for a
long time, with colleagues that sadly wouldn't appreciate Nix. I haven't
used this package for a long time and maybe there is someone out there
who will fill this spot better than I could.
2022-05-27 01:15:37 +02:00
Martin Weinelt 23796e7ee6 python3Packages.ansible: 5.7.1 -> 5.8.0
https://github.com/ansible-community/ansible-build-data/blob/5.8.0/5/CHANGELOG-v5.rst
2022-05-19 00:56:07 +02:00
Martin Weinelt b4049c2bc9 python3Packages.ansible: add meta.changelog
This is annoying to find so add it here and now.
2022-05-04 23:49:59 +02:00
Martin Weinelt 3581eb92df python3Packages.ansible: 5.7.0 -> 5.7.1
https://groups.google.com/g/ansible-announce/c/GmOhXTtmj_w
https://github.com/ansible-community/ansible-build-data/blob/5.7.1/5/CHANGELOG-v5.rst
2022-05-04 23:47:45 +02:00
R. Ryantm 5f4d887d26 python310Packages.ansible: 5.6.0 -> 5.7.0 2022-04-27 10:38:30 +00:00
Martin Weinelt 0f946e2875 ansible: prune old versions; restructure
- Drop pkgs/tools/admin/ansible and move everything into top-level and
  throws into central aliases.nix
- Drop the Ansible 2.8 throw
- Remove Ansible 2.9/2.10, both will be EOL before the 22.05 release
- Remove Ansible 2.11, it will go EOL during the 22.05 release
- Expose the collections as `python3Packages.ansible`

Closes: #157591
2022-04-26 11:12:09 +02:00
Martin Weinelt 5281ae97c2 ansible: 2.9.12 -> 2.10.9 2021-05-13 15:38:56 -07:00
Martin Weinelt 9e6ee27597 ansible_2_8: 2.8.13 -> 2.8.14 2020-08-11 10:12:29 -07:00
Martin Weinelt 2a5f2725ec ansible: v2.9.10 -> v2.9.11
https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-11
2020-07-23 09:29:40 +02:00
Martin Weinelt 60f0e62b3c ansible: v2.9.9 -> v2.9.10 2020-06-20 15:51:49 -07:00
Martin Weinelt 9f98f41854 ansible: add myself as maintainer 2020-05-18 01:45:30 +02:00
Martin Weinelt 0dea984634 ansible: v2.9.7 → v2.9.9 2020-05-18 01:25:33 +02:00
Martin Weinelt dde157780c ansible: v2.9.2 → v2.9.7
Fixes: CVE-2020-10684, CVE-2020-1733, CVE-2020-1735, CVE-2020-1739, CVE-2020-1740
2020-05-05 21:23:12 +02:00
Michael Reilly 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer 99eb9231d4 ansible_2_9: init at 2.9.2 2020-01-22 01:12:28 -08:00
Andreas Rammhold 71cde971c7 ansible_2_8: 2.8.4 -> 2.8.7
This addresses the following security issues:

  * Ansible: Splunk and Sumologic callback plugins leak sensitive data in logs (CVE-2019-14864)
  * CVE-2019-14846 - Several Ansible plugins could disclose aws
    credentials in log files. inventory/aws_ec2.py, inventory/aws_rds.py,
    lookup/aws_account_attribute.py, and lookup/aws_secret.py,
    lookup/aws_ssm.py use the boto3 library from the Ansible process. The
    boto3 library logs credentials at log level DEBUG. If Ansible's
    logging was enabled (by setting LOG_PATH to a value) Ansible would set
    the global log level to DEBUG. This was inherited by boto and would
    then log boto credentials to the file specified by LOG_PATH. This did
    not affect aws ansible modules as those are executed in a separate
    process. This has been fixed by switching to log level INFO
  * Convert CLI provided passwords to text initially, to prevent unsafe
    context being lost when converting from bytes->text during post
    processing of PlayContext. This prevents CLI provided passwords from
    being incorrectly templated (CVE-2019-14856)
  * properly hide parameters marked with no_log in suboptions when
    invalid parameters are passed to the module (CVE-2019-14858)

Changelog: https://github.com/ansible/ansible/blob/24220a618a6d5cd3b5c99f8c7f7771661ed08d33/changelogs/CHANGELOG-v2.8.rst
2019-12-15 21:25:02 +01:00
Martin Weinelt 2bb4191613 Ansible: Fix connection plugins and add support for NETCONF (#72370)
* ansible: Fix use of connection plugins

Ansible tries to execute the ansible-connection script as a python
script from within it's task executor. This does not work when it is
encapsulated in a shell script. Therefore remove the call to the python
interpreter and use the wrapped version directly.

Fixes #71342

* ansible: Add ncclient to support NETCONF connections

* ansible: Some cleanups

- boto was dropped from propagatedBuildInputs in 4af94d0f
- lib/ansible/constants.py does not have "/usr" anywhere in v2.4..v2.9
2019-11-20 14:55:07 +01:00
Frederik Rietdijk 4af94d0f5a ansible: drop boto dependency
Does not seem to be needed. Hasn't been updated in over a year either.
2019-10-18 09:54:03 +02:00
Jonathan Ringer aa2bf1bc25 ansible: 2.8.2 -> 2.8.4 2019-08-25 23:15:26 -07:00
angristan 856ff1bf56 ansible: 2.8.1 -> 2.8.2 2019-07-13 10:01:09 +02:00
Giacomo Longo 646ed20652 ansible: 2.7.6 -> 2.8.1 2019-06-08 21:05:24 -05:00
Aaron Bull Schaefer ef48aaff73 pythonPackages.ansible: 2.7.8 -> 2.7.9 (#58285) 2019-03-26 13:36:35 +01:00
Jascha Geerds ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Chris Ostrouchov 300ca8132b pythonPackages.ansible: refactor move to python-modules 2019-03-01 14:46:56 -05:00