{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":155294575,"defaultBranch":"main","name":"proxy","ownerLogin":"cilium","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-10-29T23:24:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/21054566?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717441837.0","currentOid":""},"activityList":{"items":[{"before":"7aa2de3d3e1b544ce9c81a5ba99f1c0de55a9362","after":"56d12b25ac3c2e2a674eacc1f2db31d5e3119c0a","ref":"refs/heads/pr/v1.28-backport-2024-06-01-09-39","pushedAt":"2024-06-03T23:25:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sayboras","name":"Tam Mach","path":"/sayboras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9019229?s=80&v=4"},"commit":{"message":"envoy: Patch original_dst_cluster\n\n[upstream commit d34c0d3642a86c63eb6fcf498ad73904c5a16050]\n\nPatch original destination cluster to avoid multiple hosts for the same\naddress.\n\nConnection pool containers use HostSharedPtr as map keys, rather than the\naddress of the host. This leads to multiple connections when there are\nmultiple Host instances for the same address. This is breaking use of the\noriginal source address and port for upstream connections since only one\nsuch connection can exist at any one time.\n\nOriginal destination cluster implementation creates such duplicate Host\ninstances when two worker threads are racing to create a Host for the\nsame destination at the same time.\n\nFix this by keeping a separate 'updates_map' where each worker places a\nnewly created Host for the original destination. This map is used to look\nfor the Host is it can not be found from the shared read-only\n'host_map'. Access to 'updates_map' is syncronized so that it can be\nsafely shared by the worker threads. The main threads consolidates the\nupdates from the 'updates_map' to a new instance of the shared, read-only\nhosts map, so that the workers do not need to stall for possibly large\nmap updates.\n\nSigned-off-by: Jarno Rajahalme ","shortMessageHtmlLink":"envoy: Patch original_dst_cluster"}},{"before":"5cd5589dd404ae6743f9197c80e69583dad84c5c","after":null,"ref":"refs/heads/envoy-conn-pool-debug","pushedAt":"2024-06-03T19:10:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrajahalme","name":"Jarno Rajahalme","path":"/jrajahalme","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6518235?s=80&v=4"}},{"before":"d34c0d3642a86c63eb6fcf498ad73904c5a16050","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-778-c4bf82ec0df5973b431f5f7fc6a2a9804d946eaa","pushedAt":"2024-06-03T19:10:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"c4bf82ec0df5973b431f5f7fc6a2a9804d946eaa","after":"d34c0d3642a86c63eb6fcf498ad73904c5a16050","ref":"refs/heads/main","pushedAt":"2024-06-03T19:10:36.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"envoy: Patch original_dst_cluster\n\nPatch original destination cluster to avoid multiple hosts for the same\naddress.\n\nConnection pool containers use HostSharedPtr as map keys, rather than the\naddress of the host. This leads to multiple connections when there are\nmultiple Host instances for the same address. This is breaking use of the\noriginal source address and port for upstream connections since only one\nsuch connection can exist at any one time.\n\nOriginal destination cluster implementation creates such duplicate Host\ninstances when two worker threads are racing to create a Host for the\nsame destination at the same time.\n\nFix this by keeping a separate 'updates_map' where each worker places a\nnewly created Host for the original destination. This map is used to look\nfor the Host is it can not be found from the shared read-only\n'host_map'. Access to 'updates_map' is syncronized so that it can be\nsafely shared by the worker threads. The main threads consolidates the\nupdates from the 'updates_map' to a new instance of the shared, read-only\nhosts map, so that the workers do not need to stall for possibly large\nmap updates.\n\nSigned-off-by: Jarno Rajahalme ","shortMessageHtmlLink":"envoy: Patch original_dst_cluster"}},{"before":null,"after":"d34c0d3642a86c63eb6fcf498ad73904c5a16050","ref":"refs/heads/gh-readonly-queue/main/pr-778-c4bf82ec0df5973b431f5f7fc6a2a9804d946eaa","pushedAt":"2024-06-03T19:10:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"envoy: Patch original_dst_cluster\n\nPatch original destination cluster to avoid multiple hosts for the same\naddress.\n\nConnection pool containers use HostSharedPtr as map keys, rather than the\naddress of the host. This leads to multiple connections when there are\nmultiple Host instances for the same address. This is breaking use of the\noriginal source address and port for upstream connections since only one\nsuch connection can exist at any one time.\n\nOriginal destination cluster implementation creates such duplicate Host\ninstances when two worker threads are racing to create a Host for the\nsame destination at the same time.\n\nFix this by keeping a separate 'updates_map' where each worker places a\nnewly created Host for the original destination. This map is used to look\nfor the Host is it can not be found from the shared read-only\n'host_map'. Access to 'updates_map' is syncronized so that it can be\nsafely shared by the worker threads. The main threads consolidates the\nupdates from the 'updates_map' to a new instance of the shared, read-only\nhosts map, so that the workers do not need to stall for possibly large\nmap updates.\n\nSigned-off-by: Jarno Rajahalme ","shortMessageHtmlLink":"envoy: Patch original_dst_cluster"}},{"before":"90249c0d8fc51c3589e9ce515c622c0607a769d5","after":"5cd5589dd404ae6743f9197c80e69583dad84c5c","ref":"refs/heads/envoy-conn-pool-debug","pushedAt":"2024-06-03T18:49:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrajahalme","name":"Jarno Rajahalme","path":"/jrajahalme","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6518235?s=80&v=4"},"commit":{"message":"envoy: Patch original_dst_cluster\n\nPatch original destination cluster to avoid multiple hosts for the same\naddress.\n\nConnection pool containers use HostSharedPtr as map keys, rather than the\naddress of the host. This leads to multiple connections when there are\nmultiple Host instances for the same address. This is breaking use of the\noriginal source address and port for upstream connections since only one\nsuch connection can exist at any one time.\n\nOriginal destination cluster implementation creates such duplicate Host\ninstances when two worker threads are racing to create a Host for the\nsame destination at the same time.\n\nFix this by keeping a separate 'updates_map' where each worker places a\nnewly created Host for the original destination. This map is used to look\nfor the Host is it can not be found from the shared read-only\n'host_map'. Access to 'updates_map' is syncronized so that it can be\nsafely shared by the worker threads. The main threads consolidates the\nupdates from the 'updates_map' to a new instance of the shared, read-only\nhosts map, so that the workers do not need to stall for possibly large\nmap updates.\n\nSigned-off-by: Jarno Rajahalme ","shortMessageHtmlLink":"envoy: Patch original_dst_cluster"}},{"before":"3ed83d0d556b7bffb3cac45fff22a1af4a9e2d92","after":"90249c0d8fc51c3589e9ce515c622c0607a769d5","ref":"refs/heads/envoy-conn-pool-debug","pushedAt":"2024-06-03T03:17:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sayboras","name":"Tam Mach","path":"/sayboras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9019229?s=80&v=4"},"commit":{"message":"envoy: Patch original_dst_cluster\n\nPatch original destination cluster to avoid multiple hosts for the same\naddress.\n\nConnection pool containers use HostSharedPtr as map keys, rather than the\naddress of the host. This leads to multiple connections when there are\nmultiple Host instances for the same address. This is breaking use of the\noriginal source address and port for upstream connections since only one\nsuch connection can exist at any one time.\n\nOriginal destination cluster implementation creates such duplicate Host\ninstances when two worker threads are racing to create a Host for the\nsame destination at the same time.\n\nFix this by keeping a separate 'updates_map' where each worker places a\nnewly created Host for the original destination. This map is used to look\nfor the Host is it can not be found from the shared read-only\n'host_map'. Access to 'updates_map' is syncronized so that it can be\nsafely shared by the worker threads. The main threads consolidates the\nupdates from the 'updates_map' to a new instance of the shared, read-only\nhosts map, so that the workers do not need to stall for possibly large\nmap updates.\n\nSigned-off-by: Jarno Rajahalme ","shortMessageHtmlLink":"envoy: Patch original_dst_cluster"}},{"before":"421f938027c3b8cff2353596b6e060a60be40a39","after":"7aa2de3d3e1b544ce9c81a5ba99f1c0de55a9362","ref":"refs/heads/pr/v1.28-backport-2024-06-01-09-39","pushedAt":"2024-06-01T13:13:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sayboras","name":"Tam Mach","path":"/sayboras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9019229?s=80&v=4"},"commit":{"message":"gomod: Bump indirect dep x/net version to v0.23.0\n\n[upstream commit]\n\nThis is to fix the below CVE.\n\n```\nADVISORY SEVERITY PACKAGE CURRENT VERSION FIXED IN VERSION\nGHSA-4v7x-pqxf-cx7m Medium golang.org/x/net v0.21.0 0.23.0\nGO-2024-2687 Unknown golang.org/x/net v0.21.0 0.23.0\n```\n\nSigned-off-by: Tam Mach ","shortMessageHtmlLink":"gomod: Bump indirect dep x/net version to v0.23.0"}},{"before":"c9e6d84dc87a41a1c97968e5acf97969e5c79c3d","after":"c4bf82ec0df5973b431f5f7fc6a2a9804d946eaa","ref":"refs/heads/main","pushedAt":"2024-06-01T13:12:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sayboras","name":"Tam Mach","path":"/sayboras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9019229?s=80&v=4"},"commit":{"message":"gomod: Bump indirect dep x/net version to v0.23.0\n\nThis is to fix the below CVE.\n\n```\nADVISORY SEVERITY PACKAGE CURRENT VERSION FIXED IN VERSION\nGHSA-4v7x-pqxf-cx7m Medium golang.org/x/net v0.21.0 0.23.0\nGO-2024-2687 Unknown golang.org/x/net v0.21.0 0.23.0\n```\n\nSigned-off-by: Tam Mach ","shortMessageHtmlLink":"gomod: Bump indirect dep x/net version to v0.23.0"}},{"before":"337be4f04bc1318c8b3d22156e78ba06c5e8b421","after":"421f938027c3b8cff2353596b6e060a60be40a39","ref":"refs/heads/pr/v1.28-backport-2024-06-01-09-39","pushedAt":"2024-06-01T12:47:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sayboras","name":"Tam Mach","path":"/sayboras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9019229?s=80&v=4"},"commit":{"message":"network_policy: Reopen ipcache after new stream\n\n[ upstream commit c9e6d84dc87a41a1c97968e5acf97969e5c79c3d ]\n\nReopen ipcache map each time after a new gRPC stream has been established\nfor Network Policy Discovery Service. This is necessary to get access to\nthe new IP Cache map Cilium Agent creates on restart.\n\nSigned-off-by: Jarno Rajahalme \nSigned-off-by: Tam Mach ","shortMessageHtmlLink":"network_policy: Reopen ipcache after new stream"}},{"before":"769a7b12a6e94176f5f2c2f54f27516ffd4fba97","after":"337be4f04bc1318c8b3d22156e78ba06c5e8b421","ref":"refs/heads/pr/v1.28-backport-2024-06-01-09-39","pushedAt":"2024-06-01T12:36:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sayboras","name":"Tam Mach","path":"/sayboras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9019229?s=80&v=4"},"commit":{"message":"network_policy: Reopen ipcache after new stream\n\n[ upstream commit c9e6d84dc87a41a1c97968e5acf97969e5c79c3d ]\n\nReopen ipcache map each time after a new gRPC stream has been established\nfor Network Policy Discovery Service. This is necessary to get access to\nthe new IP Cache map Cilium Agent creates on restart.\n\nSigned-off-by: Jarno Rajahalme \nSigned-off-by: Tam Mach ","shortMessageHtmlLink":"network_policy: Reopen ipcache after new stream"}},{"before":null,"after":"769a7b12a6e94176f5f2c2f54f27516ffd4fba97","ref":"refs/heads/pr/v1.28-backport-2024-06-01-09-39","pushedAt":"2024-06-01T11:41:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sayboras","name":"Tam Mach","path":"/sayboras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9019229?s=80&v=4"},"commit":{"message":"network_policy: Reopen ipcache after new stream\n\n[ upstream commit c9e6d84dc87a41a1c97968e5acf97969e5c79c3d ]\n\nReopen ipcache map each time after a new gRPC stream has been established\nfor Network Policy Discovery Service. This is necessary to get access to\nthe new IP Cache map Cilium Agent creates on restart.\n\nSigned-off-by: Jarno Rajahalme \nSigned-off-by: Tam Mach ","shortMessageHtmlLink":"network_policy: Reopen ipcache after new stream"}},{"before":"73dc7da1afb68175e6fda15a6f57611cf74227dc","after":null,"ref":"refs/heads/ipcache-reopen-on-cilium-restart","pushedAt":"2024-05-31T15:47:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jrajahalme","name":"Jarno Rajahalme","path":"/jrajahalme","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6518235?s=80&v=4"}},{"before":"c9e6d84dc87a41a1c97968e5acf97969e5c79c3d","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-785-c0eb2233f881e8f0b03e180baaf6f40f93423a89","pushedAt":"2024-05-31T15:47:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"c0eb2233f881e8f0b03e180baaf6f40f93423a89","after":"c9e6d84dc87a41a1c97968e5acf97969e5c79c3d","ref":"refs/heads/main","pushedAt":"2024-05-31T15:47:57.000Z","pushType":"merge_queue_merge","commitsCount":5,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"network_policy: Reopen ipcache after new stream\n\nReopen ipcache map each time after a new gRPC stream has been established\nfor Network Policy Discovery Service. This is necessary to get access to\nthe new IP Cache map Cilium Agent creates on restart.\n\nSigned-off-by: Jarno Rajahalme ","shortMessageHtmlLink":"network_policy: Reopen ipcache after new stream"}},{"before":null,"after":"c9e6d84dc87a41a1c97968e5acf97969e5c79c3d","ref":"refs/heads/gh-readonly-queue/main/pr-785-c0eb2233f881e8f0b03e180baaf6f40f93423a89","pushedAt":"2024-05-31T15:47:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"network_policy: Reopen ipcache after new stream\n\nReopen ipcache map each time after a new gRPC stream has been established\nfor Network Policy Discovery Service. This is necessary to get access to\nthe new IP Cache map Cilium Agent creates on restart.\n\nSigned-off-by: Jarno Rajahalme ","shortMessageHtmlLink":"network_policy: Reopen ipcache after new stream"}},{"before":"8695b08a3adcb25162829ed25c151362c6cf8a8b","after":"73dc7da1afb68175e6fda15a6f57611cf74227dc","ref":"refs/heads/ipcache-reopen-on-cilium-restart","pushedAt":"2024-05-31T14:39:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrajahalme","name":"Jarno Rajahalme","path":"/jrajahalme","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6518235?s=80&v=4"},"commit":{"message":"network_policy: Reopen ipcache after new stream\n\nReopen ipcache map each time after a new gRPC stream has been established\nfor Network Policy Discovery Service. This is necessary to get access to\nthe new IP Cache map Cilium Agent creates on restart.\n\nSigned-off-by: Jarno Rajahalme ","shortMessageHtmlLink":"network_policy: Reopen ipcache after new stream"}},{"before":"f6c553bff2c7933854d0e763f7482572aeb778ff","after":"8695b08a3adcb25162829ed25c151362c6cf8a8b","ref":"refs/heads/ipcache-reopen-on-cilium-restart","pushedAt":"2024-05-31T14:34:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrajahalme","name":"Jarno Rajahalme","path":"/jrajahalme","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6518235?s=80&v=4"},"commit":{"message":"network_policy: Reopen ipcache after new stream\n\nReopen ipcache map each time after a new gRPC stream has been established\nfor Network Policy Discovery Service. This is necessary to get access to\nthe new IP Cache map Cilium Agent creates on restart.\n\nSigned-off-by: Jarno Rajahalme ","shortMessageHtmlLink":"network_policy: Reopen ipcache after new stream"}},{"before":"178cc0f43d3119c000f940c44f8bd7b5ff94dc9b","after":"f6c553bff2c7933854d0e763f7482572aeb778ff","ref":"refs/heads/ipcache-reopen-on-cilium-restart","pushedAt":"2024-05-30T16:27:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrajahalme","name":"Jarno Rajahalme","path":"/jrajahalme","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6518235?s=80&v=4"},"commit":{"message":"network_policy: Reopen ipcache after new stream\n\nReopen ipcache map each time after a new gRPC stream has been established\nfor Network Policy Discovery Service. This is necessary to get access to\nthe new IP Cache map Cilium Agent creates on restart.\n\nSigned-off-by: Jarno Rajahalme ","shortMessageHtmlLink":"network_policy: Reopen ipcache after new stream"}},{"before":"ebcb69f1e4fec14c86779abeaae88c949519b2d8","after":"178cc0f43d3119c000f940c44f8bd7b5ff94dc9b","ref":"refs/heads/ipcache-reopen-on-cilium-restart","pushedAt":"2024-05-30T14:19:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jrajahalme","name":"Jarno Rajahalme","path":"/jrajahalme","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6518235?s=80&v=4"},"commit":{"message":"network_policy: Reopen ipcache after new stream\n\nReopen ipcache map each time after a new gRPC stream has been established\nfor Network Policy Discovery Service. This is necessary to get access to\nthe new IP Cache map Cilium Agent creates on restart.\n\nSigned-off-by: Jarno Rajahalme ","shortMessageHtmlLink":"network_policy: Reopen ipcache after new stream"}},{"before":null,"after":"ebcb69f1e4fec14c86779abeaae88c949519b2d8","ref":"refs/heads/ipcache-reopen-on-cilium-restart","pushedAt":"2024-05-30T13:01:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jrajahalme","name":"Jarno Rajahalme","path":"/jrajahalme","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6518235?s=80&v=4"},"commit":{"message":"network_policy: Reopen ipcache after new stream\n\nReopen ipcache map each time after a new gRPC stream has been established\nfor Network Policy Discovery Service. This is necessary to get access to\nthe new IP Cache map Cilium Agent creates on restart.\n\nSigned-off-by: Jarno Rajahalme ","shortMessageHtmlLink":"network_policy: Reopen ipcache after new stream"}},{"before":"7d3f0031b619bc72c297cdc867d9e807dfbde02b","after":null,"ref":"refs/heads/renovate/main-all-github-action","pushedAt":"2024-05-30T11:08:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sayboras","name":"Tam Mach","path":"/sayboras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9019229?s=80&v=4"}},{"before":"c0eb2233f881e8f0b03e180baaf6f40f93423a89","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-783-62387193b6af1f555db0307ad5e8c44a929a0574","pushedAt":"2024-05-30T11:08:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"62387193b6af1f555db0307ad5e8c44a929a0574","after":"c0eb2233f881e8f0b03e180baaf6f40f93423a89","ref":"refs/heads/main","pushedAt":"2024-05-30T11:08:47.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"chore(deps): update docker/login-action action to v3.2.0\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update docker/login-action action to v3.2.0"}},{"before":null,"after":"c0eb2233f881e8f0b03e180baaf6f40f93423a89","ref":"refs/heads/gh-readonly-queue/main/pr-783-62387193b6af1f555db0307ad5e8c44a929a0574","pushedAt":"2024-05-30T11:08:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"chore(deps): update docker/login-action action to v3.2.0\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update docker/login-action action to v3.2.0"}},{"before":"12e23bcdbedf8e4f137a39d4ec8ec0ded91a193c","after":null,"ref":"refs/heads/renovate/v1.28-all-github-action","pushedAt":"2024-05-30T11:07:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sayboras","name":"Tam Mach","path":"/sayboras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9019229?s=80&v=4"}},{"before":"2bd38b15de31b493a9b5b3f14b49d1ca2a60d8ab","after":"032cb8e8c400369669ef21d09b87b464c3797781","ref":"refs/heads/v1.28","pushedAt":"2024-05-30T11:07:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sayboras","name":"Tam Mach","path":"/sayboras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9019229?s=80&v=4"},"commit":{"message":"chore(deps): update docker/login-action action to v3.2.0\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update docker/login-action action to v3.2.0"}},{"before":null,"after":"12e23bcdbedf8e4f137a39d4ec8ec0ded91a193c","ref":"refs/heads/renovate/v1.28-all-github-action","pushedAt":"2024-05-30T11:06:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"chore(deps): update docker/login-action action to v3.2.0\n\nSigned-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update docker/login-action action to v3.2.0"}},{"before":"aa1f555389765e2ba0a592ccea6ef956cda63ccc","after":null,"ref":"refs/heads/renovate/main-all-go-deps-main","pushedAt":"2024-05-30T11:06:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sayboras","name":"Tam Mach","path":"/sayboras","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9019229?s=80&v=4"}},{"before":"62387193b6af1f555db0307ad5e8c44a929a0574","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-781-33bbd3370a28e4333233d69d9aeb0b856892aaad","pushedAt":"2024-05-30T11:06:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEW3RR4QA","startCursor":null,"endCursor":null}},"title":"Activity ยท cilium/proxy"}