Matt Clay
1388880149
[stable-2.15] Exclude internal options from man pages and docs ( #81360 ) ( #81361 )
...
(cherry picked from commit fead654671
)
1 year ago
Matt Clay
63b6dd2454
[stable-2.15] ansible-test: cloudstack: bump test container version ( #81319 ) ( #81322 )
...
(cherry picked from commit 99eeaf7da8
)
Co-authored-by: René Moser <mail@renemoser.net>
1 year ago
Matt Clay
af1fd68cc0
[stable-2.15] ansible-test - update module_utils/urls.py unit test to support cryptography >= 41.0.0 ( #81296 ) ( #81316 )
...
(cherry picked from commit d20a0c02cc
)
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
1 year ago
Matt Clay
5421a1304c
[stable-2.15] Remove `docs` and `examples` directories ( #81011 ) ( #81232 )
...
* Remove docs dir
* Updates to reflect docs removal
* Fix integration test
* Remove examples dir
* Updates to reflect examples removal
* Remove build_library and build-ansible.py
* Remove refs to build_library and build-ansible.py
* Remove obsolete template
* Remove obsolete template reference
* Remove the now obsolete rstcheck sanity test.
(cherry picked from commit 72e038e823
)
1 year ago
Matt Clay
4684debab5
[stable-2.15] Add missing skip entries for selinux module_util ( #81305 ) ( #81307 )
...
(cherry picked from commit 18cbfc688b
)
1 year ago
Matt Clay
70dc6d6866
[stable-2.15] Convert non-docs *.rst files to *.md ( #81217 ) ( #81222 )
...
* [stable-2.15] Convert non-docs *.rst files to *.md (#81217 )
* Rename README.rst to README.md
* Change README format from reStructuredText to Markdown
* Fix whitespace in README.md
* Update setup.cfg to use README.md
* Replace changelog placeholder with README.md
* Update package-data sanity test
(cherry picked from commit 38e50c9f81
)
Co-authored-by: Matt Clay <matt@mystile.com>
* Remove README.rst from MANIFEST.in
1 year ago
Matt Clay
04e4280437
[stable-2.15] ansible-test - Fix sanity traceback with `-e` opt ( #81271 ) ( #81272 )
...
Also remove redundant warning about missing programs.
Includes integration tests to verify `-e` does not traceback.
(cherry picked from commit 3f7bf0bcd4
)
1 year ago
Matt Clay
add8a968e8
[stable-2.15] ansible-test - Pre-build PyYAML wheels ( #81300 ) ( #81306 )
...
This works around Cython failures when attempting to install PyYAML >= 5.4 <= 6.0..
(cherry picked from commit e964078a83
)
1 year ago
Matt Clay
c779af621e
[stable-2.15] Disable cron integration test on Alpine ( #81301 ) ( #81302 )
...
The tests are now failing due to the lack of `libfaketime` in the Alpine repos.
(cherry picked from commit 261a12b8a9
)
1 year ago
Matt Clay
bf38eb57a3
Update Ansible release version to v2.15.2.post0. ( #81286 )
1 year ago
Matt Clay
3c8a3fa0af
New release v2.15.2 ( #81283 )
1 year ago
Sviatoslav Sydorenko
a9c656f8f3
Replace `reboot_command` integration test with unit tests ( #78956 ) ( #81266 )
...
Co-authored-by: Matt Clay <matt@mystile.com>
(cherry picked from commit b6ebb9d41a
)
1 year ago
Matt Clay
2b2510b653
[stable-2.15] Use *.md instead of *.rst for test READMEs ( #81009 ) ( #81229 )
...
(cherry picked from commit 6ac0ea3567
)
1 year ago
Matt Clay
3cf87a9702
[stable-2.15] Reorganize CI sanity test matrix ( #81004 ) ( #81225 )
...
(cherry picked from commit ff359fa8e1
)
1 year ago
Matt Davis
9c348b71ac
Update Ansible release version to v2.15.2rc1.post0. ( #81209 )
1 year ago
Matt Davis
a87aefeda4
New release v2.15.2rc1 ( #81204 )
1 year ago
Martin Krizek
0cd0788eac
Properly disable modularity tests for dnf5 only ( #81195 ) ( #81196 )
...
(cherry picked from commit eb19692f48
)
1 year ago
Martin Krizek
7b97a0232a
Re-introduce RHEL 9 modularity testing in CI ( #81160 ) ( #81192 )
...
(cherry picked from commit 7b2647f3b2
)
1 year ago
Martin Krizek
83c9bd8d25
dnf5: utilize automatic gpg check via transaction.run() ( #81144 ) ( #81200 )
...
https://github.com/rpm-software-management/dnf5/pull/607
(cherry picked from commit c3af71a2c8
)
1 year ago
Martin Krizek
94a6f6e0de
Register handlers immediately if currently iterating handlers ( #80898 ) ( #81059 )
...
This fixes the issue where handlers notifying other handlers are
not properly run because the notification is not registered unless
another flush_handlers occurs. Instead, if the current host state
is iterating handlers we immediately register the handler to be
run so the notification is not lost.
Fixes #80880
(cherry picked from commit 660f1726c8
)
Co-authored-by: James Cammarata <jimi@sngx.net>
1 year ago
Matt Martz
130fdcd50e
[stable-2.15] Don't mutate templar.environment, only overlay on local myenv ( #81005 ). ( #81054 )
...
(cherry picked from commit 73e04ef2d6
)
1 year ago
Martin Krizek
7a61d9fb11
dnf5 - enable env groups testing in CI ( #81032 ) ( #81056 )
...
Implemented in https://github.com/rpm-software-management/dnf5/pull/585
(cherry picked from commit f13e35cbf9
)
1 year ago
Felix Fontein
9f2b37ad39
Make sure that values that should be strings are actually strings. ( #81029 ) ( #81057 )
...
(cherry picked from commit 440b5fd040
)
1 year ago
Matt Martz
2c5856d7bc
[stable-2.15] Resolve issues on python pre-3.10.6 with collection dirs longer than 100 characters ( #81061 ) ( #81072 )
...
(cherry picked from commit 56b67cc
)
1 year ago
Matt Clay
2f7465969e
ansible-test - Add Fedora 38 remote ( #81157 )
...
Also record a known issue for Fedora 37 remotes.
1 year ago
Martin Krizek
e5d4cb89f8
dnf5: enable now implemented cacheonly functionality ( #81141 ) ( #81145 )
...
Note that this also fixes a traceback caused by backwards incompatible
change in dnf5 where cacheonly was changed from bool to string:
https://github.com/rpm-software-management/dnf5/pull/665/files#diff-ab65249ff7fccadfb2864b6826f6559f7f16fad43fd3bf2da0b4fe8db790d59aR179
(cherry picked from commit 0cc50e0673
)
1 year ago
Sandra McCann
0766ad33eb
Core backportapalooza 06 22 ( #81111 )
...
* Fix typo in comment filter option (#80672 )
(cherry picked from commit 40fd86c618
)
* Documentation tweaks for apt repo key management. Fixes #78063 (#80872 )
(cherry picked from commit 0775e991d5
)
* Update split.yml (#80915 )
typo in description
(cherry picked from commit 6011b7c4c1
)
* Correct syntax error in the example (#80976 )
* Update success.yml
* Update reachable.yml
* Update unreachable.yml
(cherry picked from commit d210260afc
)
* Update manager.py (#80926 )
(cherry picked from commit e91bf2248f
)
* Added link to argument_spec (#80967 )
(cherry picked from commit 9e14a85fe3
)
* modules/find: param contains: Describe matching behavior (#80744 )
(cherry picked from commit a473bb798d
)
* Update example in apt_key module (#81017 )
* Verify checksum of downloaded key
Fixes : #79892
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit ce55e0faf5
)
* Fix typo in to_yaml filter examples (#81094 )
(cherry picked from commit 1f9836fe9a
)
---------
Co-authored-by: Chris van Meer <chris@van-meer.net>
Co-authored-by: Matt Martz <matt@sivel.net>
Co-authored-by: F-Baker <35278989+F-Baker@users.noreply.github.com>
Co-authored-by: Vlad Glagolev <vaygr@users.noreply.github.com>
Co-authored-by: David-Ademola <131247654+David-Ademola@users.noreply.github.com>
Co-authored-by: tachyontec <92679798+tachyontec@users.noreply.github.com>
Co-authored-by: Felix Stupp <me+github/security-7XJy2od8@banananet.work>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Giovanni Toraldo <me@gionn.net>
1 year ago
Matt Clay
30f3fc2335
[stable-2.15] ansible-test - Avoid using atexit module ( #81096 ) ( #81097 )
...
(cherry picked from commit c3926268e2
)
1 year ago
Matt Martz
e860820982
Update Ansible release version to v2.15.1.post0. ( #81091 )
1 year ago
Matt Martz
3d9a1cfdc6
New release v2.15.1 ( #81088 )
1 year ago
Matt Davis
d4c10eea8e
[stable-2.15] define code owners to support branch-protection rules on docs ( #81041 ) ( #81043 )
...
* during interim docs/ (and related dirs) split to separate repo, prevent merges that might require a rebase of the target repo
(cherry picked from commit 9117762358
)
1 year ago
Matt Martz
d3e26c5fb4
Update Ansible release version to v2.15.1rc1.post0. ( #81039 )
1 year ago
Matt Martz
de8eb87110
New release v2.15.1rc1 ( #81036 )
1 year ago
Sviatoslav Sydorenko
37473cd99b
Bump azure-pipelines-test-container to v4.0.1 @ CI ( #80937 )
...
This patch updates the test container used in CI to the new v4 that
defaults to using Python 3.10 and is based on Ubuntu 22.04 Jammy[[1]].
[1]: https://github.com/ansible/azure-pipelines-test-container/pull/17
1 year ago
Matt Clay
25880be91b
[stable-2.15] Remove hacking dir dependency from build backend ( #81025 )
...
* Copy man generation files into build backend
* Use copied files in build backend
2 years ago
Matt Clay
85065d6b7d
[stable-2.15] Remove docs dir dependency from man page build ( #81003 ). ( #81022 )
...
(cherry picked from commit b3f1290bcd
)
2 years ago
Matt Martz
4536ef6303
[stable-2.15] Fix TypeError when installing subdir collections. Fixes #80943 ( #80949 ) ( #80950 )
...
(cherry picked from commit 0982d5f
)
2 years ago
Abhijeet Kasurde
6bddb3d3c1
[bp/2.15] deb822_repository: use http-agent with open_url ( #80894 )
...
* Use http-agent in open_url API while getting
cloudflare content
Fixes : #80809
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2 years ago
Matt Martz
8fe49b6b35
[stable-2.15] URI Module find json sub type ( #80745 ) ( #80891 )
...
* uri: fixed search for json types to include strings in the format xxx/yyy+json
(cherry picked from commit 0c7361d9ac
)
Co-authored-by: Brent Barbachem <barbacbd@dukes.jmu.edu>
2 years ago
Martin Krizek
01000c622f
Account for overlays when interacting with Jinja envs ( #80705 ) ( #80718 )
...
Instead of using Templar.environment in Templar.do_template for
accessing/mutating the environment, myenv local variable should be used
because it is the environment used for actual templating. It can either
point to Templar.environment or newly created environment overlay.
Fixes #80605
(cherry picked from commit 8cd95a8e66
)
2 years ago
Don Naro
cc0eaad410
Docs: Update changelog for Ansible 8 ( #80886 ) ( #80945 )
2 years ago
Sandra McCann
8e0f02da82
add mission survey to docs banner ( #80931 ) ( #80942 )
...
Co-authored-by: Don Naro <dnaro@redhat.com>
(cherry picked from commit 79677c16f1
)
2 years ago
Sandra McCann
8b4bfcff3b
set latest version to Ansible 8 ( #80930 )
2 years ago
Sandra McCann
d3fda5a6fb
set latest version to 8 ( #80892 ) ( #80929 )
...
(cherry picked from commit 9fb03093b3
)
2 years ago
Sandra McCann
3bc453469a
Add Ansible community 8.0.0 porting guide ( #80927 ) ( #80928 )
...
(cherry picked from commit 124f33b230
)
Co-authored-by: Christian Adams <chadams@redhat.com>
2 years ago
Matt Clay
88042f98d6
[stable-2.15] ansible-test - local change detection without --fork-point ( #79734 ) ( #80899 )
...
(cherry picked from commit a5bb4c7dee
)
Co-authored-by: Felix Fontein <felix@fontein.de>
2 years ago
Matt Martz
94b97c9c0b
[stable-2.15] Update dnf5 module to handle API change for setting the download directory. Fixes #80887 ( #80888 ) ( #80889 )
...
(cherry picked from commit 09387ea
)
2 years ago
Matt Clay
6b1ba183eb
[stable-2.15] ansible-test - Fix traceback when mixing sources ( #80801 ) ( #80827 )
...
* ansible-test - Fix traceback when mixing sources
* ansible-test - Refactor layout error handling
(cherry picked from commit b16041f1a9
)
2 years ago
Matt Clay
96127a15f3
[stable-2.15] Use subset checks for some collection loader tests ( #80812 ) ( #80814 )
...
(cherry picked from commit 2ba24957dd
)
2 years ago
Don Naro
3b8d2cbd01
set version to 2.15 ( #80793 )
2 years ago