{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":196231281,"defaultBranch":"devel","name":"kadalu","ownerLogin":"kadalu","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-07-10T15:31:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/48346407?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716481922.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"d6bfe1ada056a4aa421c0c3be0f5e1ab00cbb453","ref":"refs/heads/kadalu_1.3.x","pushedAt":"2024-05-23T16:23:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aravindavk","name":"Aravinda VK","path":"/aravindavk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/338230?s=80&v=4"},"commit":{"message":"use socket with context manager while checking reachability (#1070)\n\nwe check for server pod reachability by opening a socket connection and\r\nwhen pod is not reachable due to a programming mistake we always hit an\r\nexception w/o making any progress while closing sock.\r\n\r\nThere seems to be underlying bug as well, as we are returning from try\r\nw/o closing sock and so when pod is reachable we aren't hitting the issue.\r\n\r\n```\r\nFile \"/kadalu/kadalulib.py\", line 106, in is_server_pod_reachable\r\nsock.close()\r\nUnboundLocalError: local variable 'sock' referenced before assignment\r\n[2024-05-22 06:57:45,569] INFO [kadalulib - 432:monitor_proc] - Restarted Process name=csi\r\n```\r\n\r\nref: #1069\r\n\r\nSigned-off-by: Leela Venkaiah G ","shortMessageHtmlLink":"use socket with context manager while checking reachability (#1070)"}},{"before":"9f4e99e0f234af0957ae3f8d0ab86ecfdfb39053","after":"d6bfe1ada056a4aa421c0c3be0f5e1ab00cbb453","ref":"refs/heads/devel","pushedAt":"2024-05-22T13:57:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aravindavk","name":"Aravinda VK","path":"/aravindavk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/338230?s=80&v=4"},"commit":{"message":"use socket with context manager while checking reachability (#1070)\n\nwe check for server pod reachability by opening a socket connection and\r\nwhen pod is not reachable due to a programming mistake we always hit an\r\nexception w/o making any progress while closing sock.\r\n\r\nThere seems to be underlying bug as well, as we are returning from try\r\nw/o closing sock and so when pod is reachable we aren't hitting the issue.\r\n\r\n```\r\nFile \"/kadalu/kadalulib.py\", line 106, in is_server_pod_reachable\r\nsock.close()\r\nUnboundLocalError: local variable 'sock' referenced before assignment\r\n[2024-05-22 06:57:45,569] INFO [kadalulib - 432:monitor_proc] - Restarted Process name=csi\r\n```\r\n\r\nref: #1069\r\n\r\nSigned-off-by: Leela Venkaiah G ","shortMessageHtmlLink":"use socket with context manager while checking reachability (#1070)"}},{"before":"3cb7f16b4749631a25417a8baf49f5aa2d0a970b","after":"9f4e99e0f234af0957ae3f8d0ab86ecfdfb39053","ref":"refs/heads/devel","pushedAt":"2024-05-22T12:09:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leelavg","name":"Leela Gangavarapu","path":"/leelavg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37169113?s=80&v=4"},"commit":{"message":"change nodeplugin postHook gluster log level to WARNING (default) (#1071)\n\nref: #1068\n\nSigned-off-by: Leela Venkaiah G ","shortMessageHtmlLink":"change nodeplugin postHook gluster log level to WARNING (default) (#1071"}},{"before":"981f1bef644858a6be2eae9c72a9740b634f521b","after":"3cb7f16b4749631a25417a8baf49f5aa2d0a970b","ref":"refs/heads/devel","pushedAt":"2024-05-03T01:18:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leelavg","name":"Leela Gangavarapu","path":"/leelavg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37169113?s=80&v=4"},"commit":{"message":"nodeplugin: Fix double mount issue (#1064)\n\n* Fix double mount issue\n\nSigned-off-by: Markus Doering ","shortMessageHtmlLink":"nodeplugin: Fix double mount issue (#1064)"}},{"before":"102aa1513ba6079af75cc3ec56f6cd118e92d138","after":"981f1bef644858a6be2eae9c72a9740b634f521b","ref":"refs/heads/devel","pushedAt":"2024-04-30T17:00:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leelavg","name":"Leela Gangavarapu","path":"/leelavg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37169113?s=80&v=4"},"commit":{"message":"Change nodeplugin upgrade strategy and introduce postStart hook (#986)\n\nWe had two known problems wrt nodeplugin, i.e, reboot and variation of reboot during upgrade. For upgrade our earlier response was to have admin deploy nodeplugin during a maintenance window and drain nodes which was using volumes. We didn't have any specific solution for reboot scenario other than asking deployments to scale down & up.\r\n\r\nWith the help of users feedback/suggestions, these are solved as below:\r\n1. Set nodeplugin upgrade strategy as `OnDelete`, via this admin can selectively choose which nodeplugin to get upgraded and can delete post operator upgrade, the side effect is nullifying all the effort we put into separating the helm charts. However, having a correct solution is worth the effort rather than leaving it.\r\n2. Use a postStart lifecycle hook on nodeplugin to restart gluster process, this needs a bit of enhancement, however as this is a tested sol going w/ it for now.\r\n\r\nCredits:\r\n1. @Compunctus from https://github.com/kadalu/kadalu/issues/913#issuecomment-1322495384\r\n2. @sky-philipalmeida from https://github.com/kadalu/kadalu/pull/645#issuecomment-2082117053\r\n\r\n* manual revert of pr#608\r\n* manual revert of pr#615\r\n* change nodeplugin upgrade strategy and add postStart\r\n\r\nSigned-off-by: Leela Venkaiah G ","shortMessageHtmlLink":"Change nodeplugin upgrade strategy and introduce postStart hook (#986)"}},{"before":"b39af6ed14ca3e026e79f0fd1db1f0f65e39f68f","after":"102aa1513ba6079af75cc3ec56f6cd118e92d138","ref":"refs/heads/devel","pushedAt":"2024-04-12T13:43:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leelavg","name":"Leela Gangavarapu","path":"/leelavg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37169113?s=80&v=4"},"commit":{"message":"fix binnacle version in CI and add missing rbac (#1059)\n\n* ci: pin binnacle executable dependency\r\n* rbac to list kadalu storages\r\nmiss from #1057\r\n\r\nSigned-off-by: Leela Venkaiah G ","shortMessageHtmlLink":"fix binnacle version in CI and add missing rbac (#1059)"}},{"before":"6a348a35e785cf77cd13e9f9470a387bf2c29c6f","after":"b39af6ed14ca3e026e79f0fd1db1f0f65e39f68f","ref":"refs/heads/devel","pushedAt":"2024-04-12T12:25:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leelavg","name":"Leela Gangavarapu","path":"/leelavg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37169113?s=80&v=4"},"commit":{"message":"Implement list-before-watch strategy for KaladuStorage (#1057)\n\nSigned-off-by: Markus Doering ","shortMessageHtmlLink":"Implement list-before-watch strategy for KaladuStorage (#1057)"}},{"before":"e388e57283d77ccaa7aa3a5de71fdd3ee84e4efa","after":"6a348a35e785cf77cd13e9f9470a387bf2c29c6f","ref":"refs/heads/devel","pushedAt":"2024-04-12T12:02:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leelavg","name":"Leela Gangavarapu","path":"/leelavg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37169113?s=80&v=4"},"commit":{"message":"Dynamically determine main.py PID (#1054)\n\nSigned-off-by: Markus Doering ","shortMessageHtmlLink":"Dynamically determine main.py PID (#1054)"}},{"before":"342223084ebcf3ba01e64aaa5cf6389ef04e01c3","after":"e388e57283d77ccaa7aa3a5de71fdd3ee84e4efa","ref":"refs/heads/devel","pushedAt":"2024-04-12T11:58:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leelavg","name":"Leela Gangavarapu","path":"/leelavg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37169113?s=80&v=4"},"commit":{"message":"Skip SSH reachability check if quotas are disabled (#1052)\n\nSigned-off-by: Markus Doering ","shortMessageHtmlLink":"Skip SSH reachability check if quotas are disabled (#1052)"}},{"before":"ebe8797c10aff2dd35b114ee291986deb87b2cd9","after":"342223084ebcf3ba01e64aaa5cf6389ef04e01c3","ref":"refs/heads/devel","pushedAt":"2024-04-06T02:21:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leelavg","name":"Leela Gangavarapu","path":"/leelavg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37169113?s=80&v=4"},"commit":{"message":"fix(template/provisioner): Add imagePullPolicy (#1037)\n\nto avoid:\r\n\r\n```\r\ndocker pull busybox\r\nUsing default tag: latest\r\nlatest: Pulling from library/busybox\r\nmediaType in manifest should be 'application/vnd.docker.distribution.manifest.v2+json' not 'application/vnd.oci.image.manifest.v1+json'\r\n```\r\n\r\nSigned-off-by: Jaromir Konecny ","shortMessageHtmlLink":"fix(template/provisioner): Add imagePullPolicy (#1037)"}},{"before":"77ff63e7f8b21e818c019923f5040d8127b5ac6d","after":"ebe8797c10aff2dd35b114ee291986deb87b2cd9","ref":"refs/heads/devel","pushedAt":"2024-01-16T05:47:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amarts","name":"Amar Tumballi","path":"/amarts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/624969?s=80&v=4"},"commit":{"message":"Propagate error during failed mount when using external gluster volume. (#1030)\n\n\r\n\r\nSigned-off-by: liyuntao ","shortMessageHtmlLink":"Propagate error during failed mount when using external gluster volum…"}},{"before":"1c943cd165de490ec5407517ef601235bb79c955","after":null,"ref":"refs/heads/dependabot/pip/requirements/urllib3-1.26.17","pushedAt":"2023-10-17T20:45:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"05e96073dae3d66dfb9597e51ae69d72856fb833","ref":"refs/heads/dependabot/pip/requirements/urllib3-1.26.18","pushedAt":"2023-10-17T20:44:57.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":"build(deps): bump urllib3 from 1.26.16 to 1.26.18 in /requirements\n\nBumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18.\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n- [Commits](https://github.com/urllib3/urllib3/compare/1.26.16...1.26.18)\n\n---\nupdated-dependencies:\n- dependency-name: urllib3\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump urllib3 from 1.26.16 to 1.26.18 in /requirements"}},{"before":null,"after":"1c943cd165de490ec5407517ef601235bb79c955","ref":"refs/heads/dependabot/pip/requirements/urllib3-1.26.17","pushedAt":"2023-10-03T00:04:11.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":"build(deps): bump urllib3 from 1.26.16 to 1.26.17 in /requirements\n\nBumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17.\n- [Release notes](https://github.com/urllib3/urllib3/releases)\n- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)\n- [Commits](https://github.com/urllib3/urllib3/compare/1.26.16...1.26.17)\n\n---\nupdated-dependencies:\n- dependency-name: urllib3\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump urllib3 from 1.26.16 to 1.26.17 in /requirements"}},{"before":"cbac104df11d2f4e0dfba52618abbbda1e62b070","after":"77ff63e7f8b21e818c019923f5040d8127b5ac6d","ref":"refs/heads/devel","pushedAt":"2023-09-22T08:43:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amarts","name":"Amar Tumballi","path":"/amarts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/624969?s=80&v=4"},"commit":{"message":"Add IPV6 address family with INET6 (#1000)\n\nSigned-off-by: Shree Vatsa N ","shortMessageHtmlLink":"Add IPV6 address family with INET6 (#1000)"}},{"before":"a5257636738bb487e98216bab27c8ec1762144bf","after":null,"ref":"refs/heads/dependabot/pip/requirements/cryptography-41.0.3","pushedAt":"2023-09-21T20:51:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"ee4d30e369b616653c7dbd98703463ef4178b046","ref":"refs/heads/dependabot/pip/requirements/cryptography-41.0.4","pushedAt":"2023-09-21T20:51:33.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":"build(deps): bump cryptography from 41.0.2 to 41.0.4 in /requirements\n\nBumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.4.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.4)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump cryptography from 41.0.2 to 41.0.4 in /requirements"}},{"before":null,"after":"a5257636738bb487e98216bab27c8ec1762144bf","ref":"refs/heads/dependabot/pip/requirements/cryptography-41.0.3","pushedAt":"2023-08-02T02:27:22.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":"build(deps): bump cryptography from 41.0.2 to 41.0.3 in /requirements\n\nBumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump cryptography from 41.0.2 to 41.0.3 in /requirements"}},{"before":"e3bccdbf9f16e72eaecf5fb8c79cde8b55df8908","after":null,"ref":"refs/heads/dependabot/pip/requirements/requests-2.31.0","pushedAt":"2023-07-25T13:38:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"82f6f45bcbc0b35807b77dcbab340d946a34a4c7","after":null,"ref":"refs/heads/dependabot/pip/requirements/pygments-2.15.0","pushedAt":"2023-07-25T13:35:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"12308d80d420ff86e0cffbac653a980c9fc0a9c8","after":null,"ref":"refs/heads/dependabot/pip/requirements/cryptography-41.0.2","pushedAt":"2023-07-25T13:35:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"573522f0048bddc983f599d520fdb4e7528d3714","after":null,"ref":"refs/heads/dependabot/pip/requirements/grpcio-1.53.0","pushedAt":"2023-07-25T13:35:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"f1ab111c6fa6eaa5bee269c4195c5bc89c491b7a","after":null,"ref":"refs/heads/dependabot/pip/requirements/starlette-0.27.0","pushedAt":"2023-07-25T13:34:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"6acc63a4bc228ec3838f7da292d686970ba23ac2","after":"cbac104df11d2f4e0dfba52618abbbda1e62b070","ref":"refs/heads/devel","pushedAt":"2023-07-25T13:34:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leelavg","name":"Leela Gangavarapu","path":"/leelavg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37169113?s=80&v=4"},"commit":{"message":"chore: update python deps (#1009)\n\ncloses: #996, #998, #1005, #1006, #1007\r\n\r\nSigned-off-by: Leela Venkaiah G ","shortMessageHtmlLink":"chore: update python deps (#1009)"}},{"before":"80c5c8a70821a7a23be0bcfd2d8c20509392bcc4","after":"6acc63a4bc228ec3838f7da292d686970ba23ac2","ref":"refs/heads/devel","pushedAt":"2023-07-25T09:46:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leelavg","name":"Leela Gangavarapu","path":"/leelavg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37169113?s=80&v=4"},"commit":{"message":"Fix NodeUnpublishVolume RPC call (#1008)\n\nFix is quite simple, since it took considerable tries to find the cause\r\nI'm just explaining what's happening\r\n\r\nIssue 1: Incorrect check of `str.find`\r\nIssue 2: Existing code isn't ensuring NodeUnpublishVolume idempotency\r\n\r\nSample\r\n``` python\r\nroot@kadalu-csi-nodeplugin-8xtp9:/kadalu# python\r\nPython 3.10.10 (main, Mar 23 2023, 03:59:34) [GCC 10.2.1 20210110] on linux\r\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\r\n>>> from kadalulib import execute\r\n>>> # PVC exists and received unmount\r\n>>> mountpoint=\"/var/lib/kubelet/pods/fefeaf88-3546-4b46-a77c-760135abe3c6/volumes/kubernetes.io~csi/pvc-61508595-9f72-4132-a51d-62167a846da9/mount\"\r\n>>> cmd=[\"findmnt\", \"-T\", mountpoint, \"-oSOURCE\", \"-n\"]\r\n>>> # since the path exist we are fine\r\n>>> run=execute(*cmd)\r\n>>> run\r\n('kadalu:rep[/subvol/5d/b0/pvc-61508595-9f72-4132-a51d-62167a846da9]', '', 79)\r\n>>> # PVC deleted and received unmount, ideally we shouldn't reach this codepath,\r\n>>> # due to Issue 1 we are here and due to Issue 2 the exception is being raised.\r\n>>> # As user(s) reported, as first call completed subsequent calls are just flooding the logs\r\n>>> run=execute(*cmd)\r\nTraceback (most recent call last):\r\n File \"\", line 1, in \r\n File \"/kadalu/kadalulib.py\", line 157, in execute\r\n raise CommandException(proc.returncode, out.strip(), err.strip())\r\nkadalulib.CommandException: [1]\r\n```\r\n\r\nfixes: #948\r\n\r\nSigned-off-by: Leela Venkaiah G ","shortMessageHtmlLink":"Fix NodeUnpublishVolume RPC call (#1008)"}},{"before":null,"after":"82f6f45bcbc0b35807b77dcbab340d946a34a4c7","ref":"refs/heads/dependabot/pip/requirements/pygments-2.15.0","pushedAt":"2023-07-20T12:15:56.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":"build(deps): bump pygments from 2.14.0 to 2.15.0 in /requirements\n\nBumps [pygments](https://github.com/pygments/pygments) from 2.14.0 to 2.15.0.\n- [Release notes](https://github.com/pygments/pygments/releases)\n- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)\n- [Commits](https://github.com/pygments/pygments/compare/2.14.0...2.15.0)\n\n---\nupdated-dependencies:\n- dependency-name: pygments\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump pygments from 2.14.0 to 2.15.0 in /requirements"}},{"before":"8e3346be10602d714322406fb33a773feecef3d0","after":null,"ref":"refs/heads/dependabot/pip/requirements/cryptography-41.0.0","pushedAt":"2023-07-15T01:01:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"12308d80d420ff86e0cffbac653a980c9fc0a9c8","ref":"refs/heads/dependabot/pip/requirements/cryptography-41.0.2","pushedAt":"2023-07-15T01:00:56.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":"build(deps): bump cryptography from 39.0.2 to 41.0.2 in /requirements\n\nBumps [cryptography](https://github.com/pyca/cryptography) from 39.0.2 to 41.0.2.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/39.0.2...41.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump cryptography from 39.0.2 to 41.0.2 in /requirements"}},{"before":null,"after":"573522f0048bddc983f599d520fdb4e7528d3714","ref":"refs/heads/dependabot/pip/requirements/grpcio-1.53.0","pushedAt":"2023-07-05T21:49:14.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":"build(deps): bump grpcio from 1.51.3 to 1.53.0 in /requirements\n\nBumps [grpcio](https://github.com/grpc/grpc) from 1.51.3 to 1.53.0.\n- [Release notes](https://github.com/grpc/grpc/releases)\n- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)\n- [Commits](https://github.com/grpc/grpc/compare/v1.51.3...v1.53.0)\n\n---\nupdated-dependencies:\n- dependency-name: grpcio\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump grpcio from 1.51.3 to 1.53.0 in /requirements"}},{"before":null,"after":"8e3346be10602d714322406fb33a773feecef3d0","ref":"refs/heads/dependabot/pip/requirements/cryptography-41.0.0","pushedAt":"2023-06-02T20:20:49.786Z","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":"build(deps): bump cryptography from 39.0.2 to 41.0.0 in /requirements\n\nBumps [cryptography](https://github.com/pyca/cryptography) from 39.0.2 to 41.0.0.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/39.0.2...41.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump cryptography from 39.0.2 to 41.0.0 in /requirements"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUjwVAAA","startCursor":null,"endCursor":null}},"title":"Activity · kadalu/kadalu"}