summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Eol the 2.8 docs (#74513)stable-2.8Alicia Cozine2021-04-302-4/+3
| | | | | | | * adds EOL banner, removes versions * remove version-switcher capability Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
* [stable-2.8] Bump azure-pipelines-test-container to version 1.9.0Alexander Sowitzki2021-04-131-1/+1
| | | | | | (cherry picked from commit 4819e9301b18e475ef9846b22ba35206cb16f5e4) Co-authored-by: Alexander Sowitzki <asowitzk@redhat.com>
* Remove AZP scheduled run configuration. (#74214)Matt Clay2021-04-121-9/+0
|
* Update Ansible release version to v2.8.20.post0.Rick Elrod2021-04-121-1/+1
|
* New release v2.8.20v2.8.20Rick Elrod2021-04-124-4/+12
|
* Update Ansible release version to v2.8.20rc1.post0.Rick Elrod2021-04-051-1/+1
|
* New release v2.8.20rc1v2.8.20rc1Rick Elrod2021-04-054-1/+88
|
* [security] Add more missing no_logs (#74116)Rick Elrod2021-04-0450-96/+146
| | | | | | | Change: - Add missing no_log on fields and subfields which should have it. - Update several changelogs with CVE id. Signed-off-by: Rick Elrod <rick@elrod.me>
* Backport of ↵Felix Fontein2021-04-032-3/+17
| | | | https://github.com/ansible-collections/community.docker/pull/103. (#73911)
* Backport of ↵Felix Fontein2021-04-034-3/+7
| | | | https://github.com/ansible-collections/community.network/pull/223. (#73913)
* Backport of ↵Felix Fontein2021-04-032-1/+3
| | | | https://github.com/ansible-collections/community.general/pull/2018. (#73912)
* Backport of https://github.com/ansible-collections/community.aws/pull/475. ↵Felix Fontein2021-04-034-3/+7
| | | | (#73910)
* Partial backport of community.aws/471 - no_log=True for aws_secret (#73873)Mark Chappell2021-04-032-1/+3
|
* [stable-2.8] Bump azure-pipelines-test-container to version 1.8.0 (#73551)Alexander Sowitzki2021-03-071-1/+1
| | | | | (cherry picked from commit c3e2bdd3a876daaf18f35623f463203c972edb8d) Co-authored-by: Alexander Sowitzki <asowitzk@redhat.com>
* Pin version of openshift library (#73752)Sam Doran2021-03-021-0/+1
| | | The latest update to 0.12.0 is causing CI failures due to a difference in output.
* Update signing key used in incidental_setup_flatpak_remote testsSam Doran2021-02-221-0/+0
| | | | | The original key was created using the default expiration time of two years. Signed the repo again using a key that expires in twenty years.
* Update Ansible release version to v2.8.19.post0.Rick Elrod2021-02-181-1/+1
|
* New release v2.8.19v2.8.19Rick Elrod2021-02-174-4/+12
|
* Update Ansible release version to v2.8.19rc1.post0.Rick Elrod2021-02-081-1/+1
|
* New release v2.8.19rc1v2.8.19rc1Rick Elrod2021-02-084-1/+83
|
* [setup_rpm_repo test] Ensure rpm-build is present (#73516) (#73519)Rick Elrod2021-02-051-0/+3
| | | | | | | | | | | | | | Change: - Other targets might remove rpm-build as they clean up after themselves. Ensure that it's present in setup_rpm_repo because rpmfluff needs it. Test Plan: - Local experimentation with yum_repository and mysql_db (the latter of which depends on a handler which was removing rpm-build) on stable-2.9. Signed-off-by: Rick Elrod <rick@elrod.me> (cherry picked from commit aca5b0e43be4d7bd067abc6631978b1cdfa75d84)
* [bp-2.8] snmp_facts: Hide user sensitive information in console (#73189)Abhijeet Kasurde2021-02-052-2/+4
| | | | | | | | **SECURITY** - CVE-2021-20178 Hide user sensitive information like `privkey` and `authkey` while logging in console. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* [bp-2.8] bitbucket_pipeline_variable: Hide secured values in console log ↵Abhijeet Kasurde2021-02-052-3/+13
| | | | | | | | | | (#73242) **SECURITY** - CVE-2021-20180 Hide user sensitive information which is marked as ``secured`` while logging in console. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* no_log mask suboption fallback values and defaults CVE-2021-20228 (#73487) ↵Jordan Borean2021-02-057-11/+125
| | | | | (#73492) (cherry picked from commit 0cdc410dce6658e93c06fa27e0100ddbb11e7015)
* no_log keycloak_client's registration_access_token (#73501)Rick Elrod2021-02-052-1/+2
| | | | | | | | | Change: - Address missing no_log change from #73489. Tickets: - Refs #73489 Signed-off-by: Rick Elrod <rick@elrod.me>
* [security] Add no_log to several module args (CVE-2021-20191) [2.8] (#73488)Rick Elrod2021-02-0435-44/+104
| | | | | | | | | | | | | Change: - A number of modules were missing no_log=True where they should have had it. Test Plan: - Lots of grepping. Tickets: - Refs https://github.com/ansible-collections/community.general/pull/1725 Signed-off-by: Rick Elrod <rick@elrod.me>
* [stable-2.8] Fix yum_repository tests for CentOS 8 (#64863) (#73466)Sam Doran2021-02-0411-396/+324
| | | | | | | | | | | | | | | | | | | | | | * [stable-2.8] Fix yum_repository tests for CentOS 8 (#64863) Refactor tests to run the same tasks with CentOS and Fedora using different variables.. (cherry picked from commit 05a7ce798d364d43860e20ce70b56ca4f922b77a) Co-authored-by: Sam Doran <sdoran@redhat.com> * Make yum_repository test more reliable (#73467) * Improve setup_rpm_repo - add handlers to remove repos - add variable to control whethere or not repos are created * Use local repo for all distros * Change repo creation script to module (cherry picked from commit 997b2d2a1955ccb4e70f805c18dc3e227e86c678) * Disable GPG check on install
* [stable-2.8] Use a versioned pip bootstrapper in ansible-test. (#73361)Matt Clay2021-01-252-4/+3
| | | | | (cherry picked from commit fc590aeb2104c2c4e6a3aacba53852da1d7a26d9) Co-authored-by: Matt Clay <matt@mystile.com>
* [stable-2.8] Handle get-pip.py breaking change on Python 2.7.Matt Clay2021-01-232-1/+11
| | | | | | (cherry picked from commit 484e4af4d0b0f8ba88f73c20f592bb107eb9396a) Co-authored-by: Matt Clay <matt@mystile.com>
* [2.8] update the docs requirements versions (#73108) (#73254)Sandra McCann2021-01-151-0/+4
| | | | | | | * update the docs requirements versions (#73108) (cherry picked from commit 093662390150491a81e8762d24d96a4258b0aa0d) * remove antsibull
* [stable-2.8] Update azure pipelines containerSam Doran2021-01-081-1/+1
| | | | | | (cherry picked from commit 0eb1e22cd9) Co-authored-by: Sam Doran <sdoran@redhat.com>
* [stable-2.8] Constrain pexpect and ptyprocess (#73109)Sam Doooran2021-01-045-3/+13
| | | | | | | | | | The recent update of ptyprocess to 0.7.0 is incompatible with Python 2.6 and is causing test failures. * Add setup_pexpect role to expect test (cherry picked from commit 003a9e890d) Co-authored-by: Sam Doooran <sdoran@redhat.com>
* [stable-2.8] Update Azure Pipelines scripts and config. (#72986)Matt Clay2020-12-153-2/+14
| | | | | | | | * Increase fetch depth to reduce the frequency of full test runs for out-of-date PRs. * Update scripts to match those which will be used in collections. (cherry picked from commit 3274e02fd87b93975d409ec47661b8011b1a7fbf) Co-authored-by: Matt Clay <mclay@redhat.com>
* Update Ansible release version to v2.8.18.post0.Rick Elrod2020-12-141-1/+1
|
* New release v2.8.18v2.8.18Rick Elrod2020-12-144-4/+12
|
* Update Ansible release version to v2.8.18rc1.post0.Rick Elrod2020-12-081-1/+1
|
* New release v2.8.18rc1v2.8.18rc1Rick Elrod2020-12-074-1/+40
|
* Disable win_rds* tests in CI (#72889)Jordan Borean2020-12-071-0/+1
|
* [stable-2.8] Remove shippable.yml. (#72884)Matt Clay2020-12-073-175/+0
| | | | | (cherry picked from commit 711064a073d944b3ed440d47e7d7ef3af547ee39) Co-authored-by: Matt Clay <matt@mystile.com>
* [2.8] [cloud_init_data_facts tests] fix for centos8 (#72886) (#72888)Rick Elrod2020-12-074-3/+24
| | | | | | | | | | | | | | | Change: - `udev` is provided by `systemd-udev`, which our `state=present` check doesn't match. For now, work around this so we don't end up trying to upgrade all of systemd. - In the future, we should discuss if the `yum` module does the right thing here. Test Plan: - Locally in docker - CI Signed-off-by: Rick Elrod <rick@elrod.me> (cherry picked from commit 8eaa7423d45602822d599c8ef65b7d3dfb328d15)
* [stable-2.8] Use AZP config for integration-aliases test.Matt Clay2020-12-032-38/+91
| | | | | | No changelog entry since this test is limited to the ansible/ansible repo. Backport of https://github.com/ansible/ansible/pull/72842
* [stable-2.8] Fix Azure Pipelines change detection. (#72824)Matt Clay2020-12-032-4/+6
| | | | | | (cherry picked from commit 08842cd6bb0fd6ce3f53b2547993413a5eb6bf10) Co-authored-by: Matt Clay <mclay@redhat.com>
* Fix resource name.Matt Clay2020-12-021-1/+1
|
* [stable-2.8] Fix CI schedule.Matt Clay2020-12-021-1/+1
|
* Fix resource name length.Matt Clay2020-12-021-1/+1
|
* update build badge for AZP (#72807) (#72812)Matt Davis2020-12-021-2/+2
| | | (cherry picked from commit d567a553a9a8bc56a87ea073ecd3bcff17685350)
* [iso_extract tests] Fix another bad EPEL hardcodeRick Elrod2020-12-021-1/+1
| | | | | | | | | | Change: - Use mirrorlist instead of baseurl here. Test Plan: - ci_complete Signed-off-by: Rick Elrod <rick@elrod.me>
* [stable-2.8] Azure Pipelines config.Matt Clay2020-12-0212-3/+554
|
* [yum_repository tests] account for EOL'd EPELRick Elrod2020-12-021-6/+18
| | | | | | | Change: - Let the tests continue to run on EOL'd CentOS 6 and EOL'd EPEL 6. Signed-off-by: Rick Elrod <rick@elrod.me>
* [centos6] update container for EOLRick Elrod2020-12-022-1/+3
| | | | | | | | | | | | Change: - Reference: https://lists.centos.org/pipermail/centos-devel/2020-December/056208.html - Bump centos6 container to 1.25.0 Test Plan: - ci_complete Signed-off-by: Rick Elrod <rick@elrod.me>