summaryrefslogtreecommitdiff
path: root/changelogs/fragments/80648-fix-ansible-galaxy-cache-signatures-bug.yml
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2023-05-09 15:26:39 -0400
committerGitHub <noreply@github.com>2023-05-09 14:26:39 -0500
commit7aefdb493bd116284e4ef391189fa9b61d417744 (patch)
tree4c2573c7ab5da19e94ada19f26f8c97bb833b385 /changelogs/fragments/80648-fix-ansible-galaxy-cache-signatures-bug.yml
parent8bf75b6686690f672652ed55b010a73cc45b5f31 (diff)
downloadansible-7aefdb493bd116284e4ef391189fa9b61d417744.tar.gz
[ansible-galaxy] Fix installing signed collections (#80661) (#80667)
* Fix installing signed collections by using the fqcn, version, source, and type as a unique identifier. Define __hash__ and __eq__ methods to handle Candidate/Requirement comparison excluding signatures which aren't fully populated until install time. * Remove PinnedCandidateRequests since it is redundant now. * Fix verifying against a signed remote when the keyring isn't configured (cherry picked from commit d5e2e7a0a8ca9017a091922648430374539f878b)
Diffstat (limited to 'changelogs/fragments/80648-fix-ansible-galaxy-cache-signatures-bug.yml')
-rw-r--r--changelogs/fragments/80648-fix-ansible-galaxy-cache-signatures-bug.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/80648-fix-ansible-galaxy-cache-signatures-bug.yml b/changelogs/fragments/80648-fix-ansible-galaxy-cache-signatures-bug.yml
new file mode 100644
index 0000000000..eda4eb62f9
--- /dev/null
+++ b/changelogs/fragments/80648-fix-ansible-galaxy-cache-signatures-bug.yml
@@ -0,0 +1,3 @@
+bugfixes:
+ - ansible-galaxy - fix installing signed collections (https://github.com/ansible/ansible/issues/80648).
+ - ansible-galaxy collection verify - fix verifying signed collections when the keyring is not configured.