{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":296954994,"defaultBranch":"main","name":"ansible_collection_falcon","ownerLogin":"CrowdStrike","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-09-19T21:32:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2446477?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715898342.0","currentOid":""},"activityList":{"items":[{"before":"ca4b17ff292f8af4596e2ea464474f6e9a38d0f5","after":"5cfd594bcead91672f3e86331ccd270c83781c2b","ref":"refs/heads/gh-pages","pushedAt":"2024-05-21T16:33:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updating gh-pages docs","shortMessageHtmlLink":"Updating gh-pages docs"}},{"before":"7d30714da31f6585cdcd94886bc3f8fbdf2aecc1","after":"bee4d053803622cce58e1ad6a033cf48818168b1","ref":"refs/heads/main","pushedAt":"2024-05-21T16:32:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"},"commit":{"message":"fix(falcon_install): pass in the appropriate filter for architecture (#521)\n\n* fix(sensor_download_info): remove offset from args\r\n\r\n* fix(falcon_install): pass in the appropriate filter for architectures now\r\n\r\nFinally we can take advantage of the new API endpoint that allows\r\nquerying by architecture!\r\n\r\n* chore: add changelog fragments","shortMessageHtmlLink":"fix(falcon_install): pass in the appropriate filter for architecture (#…"}},{"before":"a9e13082cdd95cf0e1eba754e91273eeb35da6b2","after":"ca4b17ff292f8af4596e2ea464474f6e9a38d0f5","ref":"refs/heads/gh-pages","pushedAt":"2024-05-21T13:15:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updating gh-pages docs","shortMessageHtmlLink":"Updating gh-pages docs"}},{"before":"21dfbed142f4a355470fbf5d5730ebfdd28c2164","after":"7d30714da31f6585cdcd94886bc3f8fbdf2aecc1","ref":"refs/heads/main","pushedAt":"2024-05-21T13:14:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"},"commit":{"message":"fix(sensor_download_info): use v2 override for new endpoint (#520)\n\n* fix(sensor_download_info): use v2 override for new endpoint\r\n\r\nTo maintain backwards compatability with FalconPy, we take advantage of\r\nthe override feature that allows us to use the new\r\nsensors/combined/installers/v2 endpoint. This means we can now pass in\r\narchitectures as a filter.\r\n\r\nThis also updates the limit to ensure users know the default limit is\r\nset to 100.\r\n\r\n* chore: minor wording changes to remove need for offset\r\n\r\nThis particular endpoint doesn't provide an offset which is strange\r\nsince the default limit is 100 and if you have more than that you\r\nwouldn't know without passing in a larger limit.","shortMessageHtmlLink":"fix(sensor_download_info): use v2 override for new endpoint (#520)"}},{"before":"2ea8313bf62bfbf62c880b75cfc66371444d821a","after":"a9e13082cdd95cf0e1eba754e91273eeb35da6b2","ref":"refs/heads/gh-pages","pushedAt":"2024-05-16T15:50:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updating gh-pages docs","shortMessageHtmlLink":"Updating gh-pages docs"}},{"before":"e017e72eb7728a75c48c634214ee78134d9b8051","after":"21dfbed142f4a355470fbf5d5730ebfdd28c2164","ref":"refs/heads/main","pushedAt":"2024-05-16T15:49:59.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"redhatrises","name":"Gabe Alford","path":"/redhatrises","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8398836?s=80&v=4"},"commit":{"message":"Merge pull request #518 from carlosmmatos/4.5.0-release\n\n4.5.0 release","shortMessageHtmlLink":"Merge pull request #518 from carlosmmatos/4.5.0-release"}},{"before":"7539cf2c04a3552ccaa8fe3ebb44620244eaf04e","after":"2ea8313bf62bfbf62c880b75cfc66371444d821a","ref":"refs/heads/gh-pages","pushedAt":"2024-05-16T15:41:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updating gh-pages docs","shortMessageHtmlLink":"Updating gh-pages docs"}},{"before":"f81d16b6d77cae852a0aca750df0e131aae337d4","after":"e017e72eb7728a75c48c634214ee78134d9b8051","ref":"refs/heads/main","pushedAt":"2024-05-16T15:40:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"},"commit":{"message":"feat: add new flight control child cid info module (#517)\n\n* feat: add new flight control child cid info module\r\n\r\nThis module allows a Falcon Flight Control parent to get details about\r\nits children CIDs.\r\n\r\n* fix: add trailing quotation to sample\r\n\r\nWas causing ansible-test to fail the docstring parsing.\r\n\r\n* lint: ignore new pylint rule w/o affecting ansible-test\r\n\r\n* docs: add new fctl_child_cid_info module to readme\r\n\r\n* chore: add changelog and update lookup example with new module\r\n\r\n* chore: minor grammar changes","shortMessageHtmlLink":"feat: add new flight control child cid info module (#517)"}},{"before":"87263a8fad008a06b908394b10fad5b3ff708546","after":"7539cf2c04a3552ccaa8fe3ebb44620244eaf04e","ref":"refs/heads/gh-pages","pushedAt":"2024-05-15T23:40:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updating gh-pages docs","shortMessageHtmlLink":"Updating gh-pages docs"}},{"before":"12c02051e1abeb8637bf8a48efc9e8abe28c8475","after":"f81d16b6d77cae852a0aca750df0e131aae337d4","ref":"refs/heads/main","pushedAt":"2024-05-15T23:40:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"},"commit":{"message":"feat: add new flight control child cid ids lookup filter plugin (#516)\n\n* feat: add new flight control child cid ids lookup filter plugin\r\n\r\n* chore: add changelog fragment","shortMessageHtmlLink":"feat: add new flight control child cid ids lookup filter plugin (#516)"}},{"before":"a64ef242b06a7241e07408788007c8ae4ef03546","after":"87263a8fad008a06b908394b10fad5b3ff708546","ref":"refs/heads/gh-pages","pushedAt":"2024-05-06T14:06:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updating gh-pages docs","shortMessageHtmlLink":"Updating gh-pages docs"}},{"before":"926cd25a696013867b113b9830327958db3c6410","after":"12c02051e1abeb8637bf8a48efc9e8abe28c8475","ref":"refs/heads/main","pushedAt":"2024-05-06T14:05:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"},"commit":{"message":"bump 4.4.0 release (#512)\n\n* chore(release): pre 4.4.0 artifacts\r\n\r\n* chore(release): bump 4.4.0","shortMessageHtmlLink":"bump 4.4.0 release (#512)"}},{"before":"a2c6f0de2521ed73c42d747c7e041395237fd44b","after":"a64ef242b06a7241e07408788007c8ae4ef03546","ref":"refs/heads/gh-pages","pushedAt":"2024-05-06T13:57:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updating gh-pages docs","shortMessageHtmlLink":"Updating gh-pages docs"}},{"before":"28b65745ad10ee77f8e305434c1a0c597e8fb973","after":null,"ref":"refs/heads/devel","pushedAt":"2024-05-06T13:56:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"}},{"before":"7e06288d354b664bcc238e46489ddbeae040c4ab","after":"926cd25a696013867b113b9830327958db3c6410","ref":"refs/heads/main","pushedAt":"2024-05-06T13:56:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"},"commit":{"message":"merge devel changes into main (#511)\n\n* fix(kernel_support_info): adding new module that supports querying kernel compat info\r\n\r\n* fix: update doc fragment to separate sort option\r\n\r\n* fix: fixes ansible-test found issues\r\n\r\n* chore(kernel_support_info): add changelog fragment\r\n\r\n* feat: add new sensor update builds info module\r\n\r\nCloses #454\r\n\r\nThis PR introduces the ability to query sensor update policy build\r\nversions. This can be useful when determining either the latest sensor\r\nversions, or the version associated with an auto-tagged build such as\r\nN-1.\r\n\r\n* chore: minor updates for galaxy and gitignore\r\n\r\n* chore: adding changelog fragment for new module\r\n\r\nAlso moved the kernel_support_info fragment as for some reason it was in\r\nthe wrong directory.\r\n\r\n* feat: new host_ids lookup plugin\r\n\r\nThis lookup plugin allows you to fetch a list of host ids based on a\r\nsearch criteria. This is very useful to use for other host modules in\r\nthe collection. Fixes #502\r\n\r\n* chore: add chagelog + update readme\r\n\r\n* chore: fix linting issues\r\n\r\n* feat: add new host_info module\r\n\r\nCloses #479\r\nThis new module provides details for one or more hosts.\r\n\r\n* chore: fix return docstring due to ansible-test issues\r\n\r\n* chore: add changelog + update readme\r\n\r\n* chore: add description for using lookup plugin\r\n\r\n* docs: update description to include ref to new lookup\r\n\r\n* docs: update lookup descriptions (#506)\r\n\r\n* chore: update verbiage for better usage of plugin\r\n\r\nGet rid of explicitly telling someone to escape double quotes and\r\ninstead provide them with options of how one can do this with/without\r\nescaping double quotes.\r\n\r\n* chore: update examples showing better way to use lookup plugin\r\n\r\n* chore: update filter var name\r\n\r\n* feat: add new lookup plugin to fetch maintenance token (#507)\r\n\r\n* feat: add new lookup plugin to fetch maintenance token\r\n\r\nCloses #490\r\n\r\nThis lookup plugin allows you to fetch a maintenance token for your\r\nhost, or a bulk token.\r\n\r\n* add bulk option to retrieve bulk token\r\n\r\n* minor updates\r\n\r\n* Minor updates for 4.4.0 prep (#510)\r\n\r\n* chore(build): add docs folder back to galaxy.yml\r\n\r\nFixes #508\r\n\r\n* chore: aap 2.3 EOS changes\r\n\r\n* chore(ci): update core version of ansible-test\r\n\r\n* chore(docs): update readme to reflect new ansible core reqs\r\n\r\n---------\r\n\r\nCo-authored-by: Gabe Alford ","shortMessageHtmlLink":"merge devel changes into main (#511)"}},{"before":"45d8caf3db2c8fdd0aa3f5515e3bae75f2a5b337","after":"28b65745ad10ee77f8e305434c1a0c597e8fb973","ref":"refs/heads/devel","pushedAt":"2024-05-06T13:54:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"},"commit":{"message":"chore(docs): update readme to reflect new ansible core reqs","shortMessageHtmlLink":"chore(docs): update readme to reflect new ansible core reqs"}},{"before":"271960d01f8330a20c7c8f2234f37c12d533126c","after":"45d8caf3db2c8fdd0aa3f5515e3bae75f2a5b337","ref":"refs/heads/devel","pushedAt":"2024-05-06T13:51:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"},"commit":{"message":"chore(ci): update core version of ansible-test","shortMessageHtmlLink":"chore(ci): update core version of ansible-test"}},{"before":"3f7ec2af7b4c782d441d14e121f90c3f065e94c4","after":"271960d01f8330a20c7c8f2234f37c12d533126c","ref":"refs/heads/devel","pushedAt":"2024-05-02T17:06:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"},"commit":{"message":"Minor updates for 4.4.0 prep (#510)\n\n* chore(build): add docs folder back to galaxy.yml\r\n\r\nFixes #508\r\n\r\n* chore: aap 2.3 EOS changes","shortMessageHtmlLink":"Minor updates for 4.4.0 prep (#510)"}},{"before":"0e53eb9bc89926b31cddf0e451f11c9a61d8dac0","after":"a2c6f0de2521ed73c42d747c7e041395237fd44b","ref":"refs/heads/gh-pages","pushedAt":"2024-05-02T14:20:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updating gh-pages docs","shortMessageHtmlLink":"Updating gh-pages docs"}},{"before":"876572e9749bc98c2aa875e0d54a4ef085e1ff90","after":null,"ref":"refs/heads/dependabot/github_actions/ansible/ansible-lint-24.2.3","pushedAt":"2024-05-02T14:20:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"redhatrises","name":"Gabe Alford","path":"/redhatrises","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8398836?s=80&v=4"}},{"before":"0c1a5046fa575f4f8f7d1713aa2de998932cf8b1","after":"7e06288d354b664bcc238e46489ddbeae040c4ab","ref":"refs/heads/main","pushedAt":"2024-05-02T14:20:04.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"redhatrises","name":"Gabe Alford","path":"/redhatrises","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8398836?s=80&v=4"},"commit":{"message":"Merge pull request #509 from CrowdStrike/dependabot/github_actions/ansible/ansible-lint-24.2.3\n\nchore(deps): bump ansible/ansible-lint from 24.2.1 to 24.2.3","shortMessageHtmlLink":"Merge pull request #509 from CrowdStrike/dependabot/github_actions/an…"}},{"before":null,"after":"876572e9749bc98c2aa875e0d54a4ef085e1ff90","ref":"refs/heads/dependabot/github_actions/ansible/ansible-lint-24.2.3","pushedAt":"2024-05-01T23:12:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump ansible/ansible-lint from 24.2.1 to 24.2.3\n\nBumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 24.2.1 to 24.2.3.\n- [Release notes](https://github.com/ansible/ansible-lint/releases)\n- [Commits](https://github.com/ansible/ansible-lint/compare/v24.2.1...v24.2.3)\n\n---\nupdated-dependencies:\n- dependency-name: ansible/ansible-lint\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump ansible/ansible-lint from 24.2.1 to 24.2.3"}},{"before":"e26528f3a106b5c3da62f1bbdb7150cc1f4d8c60","after":"3f7ec2af7b4c782d441d14e121f90c3f065e94c4","ref":"refs/heads/devel","pushedAt":"2024-04-30T23:14:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"},"commit":{"message":"feat: add new lookup plugin to fetch maintenance token (#507)\n\n* feat: add new lookup plugin to fetch maintenance token\r\n\r\nCloses #490\r\n\r\nThis lookup plugin allows you to fetch a maintenance token for your\r\nhost, or a bulk token.\r\n\r\n* add bulk option to retrieve bulk token\r\n\r\n* minor updates","shortMessageHtmlLink":"feat: add new lookup plugin to fetch maintenance token (#507)"}},{"before":"0838e05c3257420d92f740440443649a82356db0","after":"e26528f3a106b5c3da62f1bbdb7150cc1f4d8c60","ref":"refs/heads/devel","pushedAt":"2024-04-30T16:33:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"},"commit":{"message":"docs: update lookup descriptions (#506)\n\n* chore: update verbiage for better usage of plugin\r\n\r\nGet rid of explicitly telling someone to escape double quotes and\r\ninstead provide them with options of how one can do this with/without\r\nescaping double quotes.\r\n\r\n* chore: update examples showing better way to use lookup plugin\r\n\r\n* chore: update filter var name","shortMessageHtmlLink":"docs: update lookup descriptions (#506)"}},{"before":"255446c99449de2c924f26ca1f2b2439581cccc2","after":"0838e05c3257420d92f740440443649a82356db0","ref":"refs/heads/devel","pushedAt":"2024-04-30T14:25:22.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"redhatrises","name":"Gabe Alford","path":"/redhatrises","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8398836?s=80&v=4"},"commit":{"message":"Merge pull request #505 from carlosmmatos/update-host-descriptions\n\ndocs: update description to include ref to new lookup","shortMessageHtmlLink":"Merge pull request #505 from carlosmmatos/update-host-descriptions"}},{"before":"fc12db21cfa677b4bcc8eabea4f08e3dfb13953c","after":"255446c99449de2c924f26ca1f2b2439581cccc2","ref":"refs/heads/devel","pushedAt":"2024-04-30T13:08:25.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"redhatrises","name":"Gabe Alford","path":"/redhatrises","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8398836?s=80&v=4"},"commit":{"message":"Merge pull request #504 from carlosmmatos/host-info-module","shortMessageHtmlLink":"Merge pull request #504 from carlosmmatos/host-info-module"}},{"before":"f473671beb221254bbf73ee6ca53c0437c5df1cd","after":"fc12db21cfa677b4bcc8eabea4f08e3dfb13953c","ref":"refs/heads/devel","pushedAt":"2024-04-29T21:55:52.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"redhatrises","name":"Gabe Alford","path":"/redhatrises","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8398836?s=80&v=4"},"commit":{"message":"Merge pull request #503 from carlosmmatos/falcon-host-lookup\n\nfeat: new host_ids lookup plugin","shortMessageHtmlLink":"Merge pull request #503 from carlosmmatos/falcon-host-lookup"}},{"before":"8aaafef2a4e18cbacf274538b7e9d73dfff61384","after":"f473671beb221254bbf73ee6ca53c0437c5df1cd","ref":"refs/heads/devel","pushedAt":"2024-04-27T20:27:01.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"redhatrises","name":"Gabe Alford","path":"/redhatrises","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8398836?s=80&v=4"},"commit":{"message":"Merge pull request #500 from carlosmmatos/sensor-update-builds-info","shortMessageHtmlLink":"Merge pull request #500 from carlosmmatos/sensor-update-builds-info"}},{"before":"0c1a5046fa575f4f8f7d1713aa2de998932cf8b1","after":"8aaafef2a4e18cbacf274538b7e9d73dfff61384","ref":"refs/heads/devel","pushedAt":"2024-04-11T21:26:51.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"redhatrises","name":"Gabe Alford","path":"/redhatrises","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8398836?s=80&v=4"},"commit":{"message":"Merge pull request #499 from carlosmmatos/kernel-compat-module\n\nfeat(kernel_support_info): adding new module that supports querying kernel compat info","shortMessageHtmlLink":"Merge pull request #499 from carlosmmatos/kernel-compat-module"}},{"before":"ecacecb0a2aa2e960ccd11cd11f6c207fad1fd19","after":"0c1a5046fa575f4f8f7d1713aa2de998932cf8b1","ref":"refs/heads/devel","pushedAt":"2024-04-11T20:35:54.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"carlosmmatos","name":"Carlos Matos","path":"/carlosmmatos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64919342?s=80&v=4"},"commit":{"message":"Bump 4.3.2 (#498)\n\n* chore: pre-release artifacts\r\n\r\nAdding changelog fragments and updating galaxy.yml\r\n\r\n* chore: bump 4.3.2","shortMessageHtmlLink":"Bump 4.3.2 (#498)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUBMEawA","startCursor":null,"endCursor":null}},"title":"Activity · CrowdStrike/ansible_collection_falcon"}