{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":217420145,"defaultBranch":"main","name":"antrea","ownerLogin":"antrea-io","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-10-25T00:42:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/56945369?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726630306.0","currentOid":""},"activityList":{"items":[{"before":"355690ab71c9797430d13420161a38e4cc16d192","after":"e1caafc5c927b7c1254a940c7dcd9d8a4f65e2d1","ref":"refs/heads/dependabot/go_modules/prometheus-2ac9926e26","pushedAt":"2024-09-20T03:43:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the prometheus group across 1 directory with 2 updates\n\nBumps the prometheus group with 1 update in the / directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).\n\n\nUpdates `github.com/prometheus/client_golang` from 1.18.0 to 1.20.4\n- [Release notes](https://github.com/prometheus/client_golang/releases)\n- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.20.4)\n\nUpdates `github.com/prometheus/common` from 0.47.0 to 0.55.0\n- [Release notes](https://github.com/prometheus/common/releases)\n- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)\n- [Commits](https://github.com/prometheus/common/compare/v0.47.0...v0.55.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/prometheus/client_golang\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: prometheus\n- dependency-name: github.com/prometheus/common\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: prometheus\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the prometheus group across 1 directory with 2 updates"}},{"before":"3ba97823163223e6d2c8c886b5a110bfc7c1ab5f","after":"5b5325c236f54039f41542c39664c5a93304784a","ref":"refs/heads/dependabot/go_modules/golang-org-x-39205be44c","pushedAt":"2024-09-20T03:43:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the golang-org-x group across 1 directory with 5 updates\n\nBumps the golang-org-x group with 4 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/mod](https://github.com/golang/mod), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/tools](https://github.com/golang/tools).\n\n\nUpdates `golang.org/x/crypto` from 0.26.0 to 0.27.0\n- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.27.0)\n\nUpdates `golang.org/x/mod` from 0.20.0 to 0.21.0\n- [Commits](https://github.com/golang/mod/compare/v0.20.0...v0.21.0)\n\nUpdates `golang.org/x/net` from 0.28.0 to 0.29.0\n- [Commits](https://github.com/golang/net/compare/v0.28.0...v0.29.0)\n\nUpdates `golang.org/x/sys` from 0.24.0 to 0.25.0\n- [Commits](https://github.com/golang/sys/compare/v0.24.0...v0.25.0)\n\nUpdates `golang.org/x/tools` from 0.24.0 to 0.25.0\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.24.0...v0.25.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/mod\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/sys\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the golang-org-x group across 1 directory with 5 updates"}},{"before":"b180c658e72c56a0e1b945cbf37bd4274b05455b","after":"cf168844dbf600c8e524fbc37655c39c2223376a","ref":"refs/heads/main","pushedAt":"2024-09-19T16:51:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"},"commit":{"message":"Add missing metav1.ObjectMeta to NetworkPolicyEvaluation API type (#6675)\n\nIt seems that omitting the field was a mistake when defining the API.\r\nNew versions of the K8s code generators (client-gen specifically) will\r\nnot work with types missing this field.\r\nSee https://github.com/kubernetes/code-generator/commit/688a73a18a8c19ffd7979f5c9a6c03d118cc4d7f\r\nThis is preventing us from updating to a more recent version of the K8s\r\nlibraries and of the code generators.\r\n\r\nNote that I believe that this API was modeled after the upstream\r\nTokenReview API (which like this one only supports the \"create\" verb,\r\nand returns a response immediately). The TokenReview type does include a\r\nmetav1.ObjectMeta field.\r\n\r\nUnfortunately, for backwards-compatibility, we need to use Protobuf\r\nfield number 3 for the metadata field, while K8s always uses 1. This is\r\na bit surprising, but it should only affect the wire format, and nothing\r\nelse.\r\n\r\nSigned-off-by: Antonin Bas ","shortMessageHtmlLink":"Add missing metav1.ObjectMeta to NetworkPolicyEvaluation API type (#6675"}},{"before":"84f60d2f043accfbfdc8de0b84e860f338620f88","after":"b180c658e72c56a0e1b945cbf37bd4274b05455b","ref":"refs/heads/main","pushedAt":"2024-09-19T14:37:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tnqn","name":"Quan Tian","path":"/tnqn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5331316?s=80&v=4"},"commit":{"message":"To support running Antrea Flexible IPAM tests on KIND (#5974)\n\nSigned-off-by: KMAnju-2021 ","shortMessageHtmlLink":"To support running Antrea Flexible IPAM tests on KIND (#5974)"}},{"before":"6ec00ff9f57a76884b7de48fb03aa3b9dfc482d4","after":"3ba97823163223e6d2c8c886b5a110bfc7c1ab5f","ref":"refs/heads/dependabot/go_modules/golang-org-x-39205be44c","pushedAt":"2024-09-19T03:34:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the golang-org-x group across 1 directory with 5 updates\n\nBumps the golang-org-x group with 4 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/mod](https://github.com/golang/mod), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/tools](https://github.com/golang/tools).\n\n\nUpdates `golang.org/x/crypto` from 0.26.0 to 0.27.0\n- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.27.0)\n\nUpdates `golang.org/x/mod` from 0.20.0 to 0.21.0\n- [Commits](https://github.com/golang/mod/compare/v0.20.0...v0.21.0)\n\nUpdates `golang.org/x/net` from 0.28.0 to 0.29.0\n- [Commits](https://github.com/golang/net/compare/v0.28.0...v0.29.0)\n\nUpdates `golang.org/x/sys` from 0.24.0 to 0.25.0\n- [Commits](https://github.com/golang/sys/compare/v0.24.0...v0.25.0)\n\nUpdates `golang.org/x/tools` from 0.24.0 to 0.25.0\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.24.0...v0.25.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/mod\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/sys\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the golang-org-x group across 1 directory with 5 updates"}},{"before":"4df7eb7f61e057dd07fe760d0b961861ad7583af","after":"355690ab71c9797430d13420161a38e4cc16d192","ref":"refs/heads/dependabot/go_modules/prometheus-2ac9926e26","pushedAt":"2024-09-19T03:33:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the prometheus group across 1 directory with 2 updates\n\nBumps the prometheus group with 1 update in the / directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).\n\n\nUpdates `github.com/prometheus/client_golang` from 1.18.0 to 1.20.4\n- [Release notes](https://github.com/prometheus/client_golang/releases)\n- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.20.4)\n\nUpdates `github.com/prometheus/common` from 0.47.0 to 0.55.0\n- [Release notes](https://github.com/prometheus/common/releases)\n- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)\n- [Commits](https://github.com/prometheus/common/compare/v0.47.0...v0.55.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/prometheus/client_golang\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: prometheus\n- dependency-name: github.com/prometheus/common\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: prometheus\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the prometheus group across 1 directory with 2 updates"}},{"before":"d3faddc684b7c36d8b8056648bb83571fd350257","after":"84f60d2f043accfbfdc8de0b84e860f338620f88","ref":"refs/heads/main","pushedAt":"2024-09-18T21:22:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"},"commit":{"message":"Add 'antctl get bgppolicy' command (#6646)\n\nAdd `antctl get bgppolicy` agent command to get effective BGP policy\r\napplied on the Node.\r\n\r\nThe command is implemented using a new HTTP endpoint (`/bgppolicy`),\r\nwhich will return a `404 Not Found` error if no BGPPolicy has been applied\r\non the Node.\r\n\r\nFor #6209\r\n\r\nSigned-off-by: Kumar Atish ","shortMessageHtmlLink":"Add 'antctl get bgppolicy' command (#6646)"}},{"before":"05f7066a569ac704c290759fb6d97ea664a667e9","after":null,"ref":"refs/heads/dependabot/go_modules/prometheus-91e75d5bf6","pushedAt":"2024-09-18T03:31:46.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":"4df7eb7f61e057dd07fe760d0b961861ad7583af","ref":"refs/heads/dependabot/go_modules/prometheus-2ac9926e26","pushedAt":"2024-09-18T03:31:41.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":"Bump the prometheus group across 1 directory with 2 updates\n\nBumps the prometheus group with 1 update in the / directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).\n\n\nUpdates `github.com/prometheus/client_golang` from 1.18.0 to 1.20.4\n- [Release notes](https://github.com/prometheus/client_golang/releases)\n- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.20.4)\n\nUpdates `github.com/prometheus/common` from 0.47.0 to 0.55.0\n- [Release notes](https://github.com/prometheus/common/releases)\n- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)\n- [Commits](https://github.com/prometheus/common/compare/v0.47.0...v0.55.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/prometheus/client_golang\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: prometheus\n- dependency-name: github.com/prometheus/common\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: prometheus\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the prometheus group across 1 directory with 2 updates"}},{"before":"6c48cbb6ff28d003bf734e220dbf4ef2e5c3f542","after":"6ad1a4d09c49562da0b1f64c30791e5394b56edf","ref":"refs/heads/build-arm-images-using-github-hosted-runners-test","pushedAt":"2024-09-17T20:12:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"},"commit":{"message":"Test push manifest\n\nSigned-off-by: Antonin Bas ","shortMessageHtmlLink":"Test push manifest"}},{"before":"8553346a34b44c802d63e987ff9919c7384c4378","after":"6ec00ff9f57a76884b7de48fb03aa3b9dfc482d4","ref":"refs/heads/dependabot/go_modules/golang-org-x-39205be44c","pushedAt":"2024-09-17T03:21:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the golang-org-x group across 1 directory with 5 updates\n\nBumps the golang-org-x group with 4 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/mod](https://github.com/golang/mod), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/tools](https://github.com/golang/tools).\n\n\nUpdates `golang.org/x/crypto` from 0.26.0 to 0.27.0\n- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.27.0)\n\nUpdates `golang.org/x/mod` from 0.20.0 to 0.21.0\n- [Commits](https://github.com/golang/mod/compare/v0.20.0...v0.21.0)\n\nUpdates `golang.org/x/net` from 0.28.0 to 0.29.0\n- [Commits](https://github.com/golang/net/compare/v0.28.0...v0.29.0)\n\nUpdates `golang.org/x/sys` from 0.24.0 to 0.25.0\n- [Commits](https://github.com/golang/sys/compare/v0.24.0...v0.25.0)\n\nUpdates `golang.org/x/tools` from 0.24.0 to 0.25.0\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.24.0...v0.25.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/mod\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/sys\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the golang-org-x group across 1 directory with 5 updates"}},{"before":"49441c2e2dc942c094e5c120c10812d42d9ac92c","after":"05f7066a569ac704c290759fb6d97ea664a667e9","ref":"refs/heads/dependabot/go_modules/prometheus-91e75d5bf6","pushedAt":"2024-09-17T03:21:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the prometheus group across 1 directory with 2 updates\n\nBumps the prometheus group with 1 update in the / directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).\n\n\nUpdates `github.com/prometheus/client_golang` from 1.18.0 to 1.20.3\n- [Release notes](https://github.com/prometheus/client_golang/releases)\n- [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md)\n- [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.20.3)\n\nUpdates `github.com/prometheus/common` from 0.47.0 to 0.55.0\n- [Release notes](https://github.com/prometheus/common/releases)\n- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)\n- [Commits](https://github.com/prometheus/common/compare/v0.47.0...v0.55.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/prometheus/client_golang\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: prometheus\n- dependency-name: github.com/prometheus/common\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: prometheus\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the prometheus group across 1 directory with 2 updates"}},{"before":"5533f5b17bd5eabe0fc88e7917e601cf186f2f43","after":"d3faddc684b7c36d8b8056648bb83571fd350257","ref":"refs/heads/main","pushedAt":"2024-09-16T21:13:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"},"commit":{"message":"Fix networkpolicy related antctl commands (#6487)\n\nThis commit contains numerous fixes for antctl, including the get ovsflows\r\nand get networkpolicy commands:\r\n\r\n1. Update the `antctl get networkpolicy` flag type=ANP to point the correct\r\n AdminNetworkPolicy type since ANP<->AntreaNetworkPolicy mapping has been\r\n deprecated.\r\n2. Update the `antctl get ovsflows` command so that when dumping flows for\r\n a specific policy, a type is now required to eliminate ambiguity.\r\n3. Since v1.13 the `antctl get ovsflows` command will not work properly for\r\n dumping networkpolicy flows. This is due to the matcher for dumping flows\r\n include priority, which is not supported by openvswitch. This PR fixes\r\n this issue.\r\n\r\nSigned-off-by: Dyanngg ","shortMessageHtmlLink":"Fix networkpolicy related antctl commands (#6487)"}},{"before":"b96d22f213ab58869425daf66d3a9b55ea6ba6ba","after":"5533f5b17bd5eabe0fc88e7917e601cf186f2f43","ref":"refs/heads/main","pushedAt":"2024-09-16T20:04:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"},"commit":{"message":"Upgrade Ubuntu to 24.04 (Noble) (#6575)\n\nUpgrade to ubuntu:24.04 in most places (except for a few build / test\r\nimages which will be updated later on). In particular ubuntu:24.04 is\r\nnow the base image for antrea/antrea-agent-ubuntu and\r\nantrea/controller-ubuntu.\r\n\r\nIn order for our current version of OVS (2.17.7) to build correctly on\r\nUbuntu 24.04, some \"recent\" patches have to be applied manually.\r\n\r\nAfter this change, the antrea/antrea-agent-ubuntu image is slightly\r\nbigger (344MB -> 372MB uncompressed), and the size increase seems to be\r\ndriven by some systemd libraries.\r\n\r\nSigned-off-by: Antonin Bas ","shortMessageHtmlLink":"Upgrade Ubuntu to 24.04 (Noble) (#6575)"}},{"before":"0631584e552aee05311fec356a47e149138a9efd","after":"67dcb628c8b9b8f36c2ef6b2cb7bcfcd87ff5ae1","ref":"refs/heads/release-2.1","pushedAt":"2024-09-16T18:11:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"},"commit":{"message":"Add docker credentials to windows CI to avoid rate limit issue (#6669)\n\nPartial backport of #6668\r\n\r\nSigned-off-by: Shuyang Xin ","shortMessageHtmlLink":"Add docker credentials to windows CI to avoid rate limit issue (#6669)"}},{"before":"143752ac91d5acbf80b65584bf1d620dc2df439c","after":"49441c2e2dc942c094e5c120c10812d42d9ac92c","ref":"refs/heads/dependabot/go_modules/prometheus-91e75d5bf6","pushedAt":"2024-09-16T03:44:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the prometheus group across 1 directory with 2 updates\n\nBumps the prometheus group with 1 update in the / directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).\n\n\nUpdates `github.com/prometheus/client_golang` from 1.18.0 to 1.20.3\n- [Release notes](https://github.com/prometheus/client_golang/releases)\n- [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md)\n- [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.20.3)\n\nUpdates `github.com/prometheus/common` from 0.47.0 to 0.55.0\n- [Release notes](https://github.com/prometheus/common/releases)\n- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)\n- [Commits](https://github.com/prometheus/common/compare/v0.47.0...v0.55.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/prometheus/client_golang\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: prometheus\n- dependency-name: github.com/prometheus/common\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: prometheus\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the prometheus group across 1 directory with 2 updates"}},{"before":"67cfc67c8cfcbbe2f46a5bfa8682534c79dc1457","after":"8553346a34b44c802d63e987ff9919c7384c4378","ref":"refs/heads/dependabot/go_modules/golang-org-x-39205be44c","pushedAt":"2024-09-16T03:44:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the golang-org-x group across 1 directory with 5 updates\n\nBumps the golang-org-x group with 4 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/mod](https://github.com/golang/mod), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/tools](https://github.com/golang/tools).\n\n\nUpdates `golang.org/x/crypto` from 0.26.0 to 0.27.0\n- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.27.0)\n\nUpdates `golang.org/x/mod` from 0.20.0 to 0.21.0\n- [Commits](https://github.com/golang/mod/compare/v0.20.0...v0.21.0)\n\nUpdates `golang.org/x/net` from 0.28.0 to 0.29.0\n- [Commits](https://github.com/golang/net/compare/v0.28.0...v0.29.0)\n\nUpdates `golang.org/x/sys` from 0.24.0 to 0.25.0\n- [Commits](https://github.com/golang/sys/compare/v0.24.0...v0.25.0)\n\nUpdates `golang.org/x/tools` from 0.24.0 to 0.25.0\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.24.0...v0.25.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/mod\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/sys\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the golang-org-x group across 1 directory with 5 updates"}},{"before":"45109f85084a9206446dc95fb153c25d288fc466","after":"b96d22f213ab58869425daf66d3a9b55ea6ba6ba","ref":"refs/heads/main","pushedAt":"2024-09-14T06:02:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tnqn","name":"Quan Tian","path":"/tnqn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5331316?s=80&v=4"},"commit":{"message":"Replace unsafe.Slice with memory copying to avoid potential fault memory issue (#6664)\n\n* Refactored ListIPForwardRows to copy IP forwarding table rows.\r\n* Removed unsafe.Slice and replaced with manual pointer dereferencing and copying.\r\n\r\nThis change addresses a potential fault memory issue when iterating through the IP forwarding table,\r\ncaused by the use of slices after corresponding memory has been freed, leading to access failure.\r\n\r\nSigned-off-by: Shuyang Xin \r\nSigned-off-by: Wenying Dong ","shortMessageHtmlLink":"Replace unsafe.Slice with memory copying to avoid potential fault mem…"}},{"before":"e659b5966d5f75297516ee693a131efef38c5cf0","after":"6c48cbb6ff28d003bf734e220dbf4ef2e5c3f542","ref":"refs/heads/build-arm-images-using-github-hosted-runners-test","pushedAt":"2024-09-13T19:52:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"},"commit":{"message":"Test push manifest\n\nSigned-off-by: Antonin Bas ","shortMessageHtmlLink":"Test push manifest"}},{"before":"55951ebb77f8eeab96f31aaab33f47456adc314c","after":"e659b5966d5f75297516ee693a131efef38c5cf0","ref":"refs/heads/build-arm-images-using-github-hosted-runners-test","pushedAt":"2024-09-13T19:03:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"},"commit":{"message":"Test push manifest\n\nSigned-off-by: Antonin Bas ","shortMessageHtmlLink":"Test push manifest"}},{"before":"e2c679ed93492fec4357ac4d9ddab29c4b66a33e","after":"55951ebb77f8eeab96f31aaab33f47456adc314c","ref":"refs/heads/build-arm-images-using-github-hosted-runners-test","pushedAt":"2024-09-13T18:50:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"},"commit":{"message":"Test push manifest\n\nSigned-off-by: Antonin Bas ","shortMessageHtmlLink":"Test push manifest"}},{"before":"a9e11c5fb572e5ae64c59f18ed953f1848a0cb4a","after":"e2c679ed93492fec4357ac4d9ddab29c4b66a33e","ref":"refs/heads/build-arm-images-using-github-hosted-runners-test","pushedAt":"2024-09-13T18:42:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"},"commit":{"message":"Test push manifest\n\nSigned-off-by: Antonin Bas ","shortMessageHtmlLink":"Test push manifest"}},{"before":"6210c2d94629dce31849936d1ec4fa171e633dfb","after":"45109f85084a9206446dc95fb153c25d288fc466","ref":"refs/heads/main","pushedAt":"2024-09-13T18:25:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"},"commit":{"message":"Resolve Windows agent crash issue caused by egressSNATRandomFully (#6668)\n\n* Resolve Windows agent crash issue caused by egressSNATRandomFully\r\n\r\no.config.Egress.SNATFullyRandomPorts should be checked for nil regardless of\r\nwhether the Egress feature is enabled.\r\n\r\n* Add docker credentials to windows CI to avoid rate limit issue\r\n\r\nAdd credentials in ctr commands to avoid rate limit issue.\r\n\r\n---------\r\n\r\nSigned-off-by: Shuyang Xin ","shortMessageHtmlLink":"Resolve Windows agent crash issue caused by egressSNATRandomFully (#6668"}},{"before":"afdd261dca22fd259bd3b58340553eddfdcbb54b","after":"6210c2d94629dce31849936d1ec4fa171e633dfb","ref":"refs/heads/main","pushedAt":"2024-09-13T09:50:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tnqn","name":"Quan Tian","path":"/tnqn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5331316?s=80&v=4"},"commit":{"message":"Remove unused code in v1alpha1/crd/types (#6667)\n\nSigned-off-by: Hang Yan ","shortMessageHtmlLink":"Remove unused code in v1alpha1/crd/types (#6667)"}},{"before":"d75cc536144624236c0c72074a3a7766486077ff","after":null,"ref":"refs/heads/add-ipblock-except-antrea","pushedAt":"2024-09-12T18:29:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"}},{"before":"c50a9fb46c4142fa855c61c8001dc5374962d2fe","after":null,"ref":"refs/heads/dependabot/go_modules/google.golang.org/grpc-1.66.1","pushedAt":"2024-09-12T03:23:27.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":"20c62477570682e1044dc7a6b8e4c3d096035e99","ref":"refs/heads/dependabot/go_modules/google.golang.org/grpc-1.66.2","pushedAt":"2024-09-12T03:23: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":"Bump google.golang.org/grpc from 1.66.0 to 1.66.2\n\nBumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.0 to 1.66.2.\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.66.0...v1.66.2)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump google.golang.org/grpc from 1.66.0 to 1.66.2"}},{"before":"8a752808e5918016538e1067c24879e2d56a5caa","after":"67cfc67c8cfcbbe2f46a5bfa8682534c79dc1457","ref":"refs/heads/dependabot/go_modules/golang-org-x-39205be44c","pushedAt":"2024-09-12T03:23:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the golang-org-x group across 1 directory with 5 updates\n\nBumps the golang-org-x group with 4 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/mod](https://github.com/golang/mod), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/tools](https://github.com/golang/tools).\n\n\nUpdates `golang.org/x/crypto` from 0.26.0 to 0.27.0\n- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.27.0)\n\nUpdates `golang.org/x/mod` from 0.20.0 to 0.21.0\n- [Commits](https://github.com/golang/mod/compare/v0.20.0...v0.21.0)\n\nUpdates `golang.org/x/net` from 0.28.0 to 0.29.0\n- [Commits](https://github.com/golang/net/compare/v0.28.0...v0.29.0)\n\nUpdates `golang.org/x/sys` from 0.24.0 to 0.25.0\n- [Commits](https://github.com/golang/sys/compare/v0.24.0...v0.25.0)\n\nUpdates `golang.org/x/tools` from 0.24.0 to 0.25.0\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.24.0...v0.25.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/mod\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/sys\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: golang-org-x\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the golang-org-x group across 1 directory with 5 updates"}},{"before":"74188cd99986bda54d7dbc2f04125a690bca4277","after":"143752ac91d5acbf80b65584bf1d620dc2df439c","ref":"refs/heads/dependabot/go_modules/prometheus-91e75d5bf6","pushedAt":"2024-09-12T03:23:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the prometheus group across 1 directory with 2 updates\n\nBumps the prometheus group with 1 update in the / directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).\n\n\nUpdates `github.com/prometheus/client_golang` from 1.18.0 to 1.20.3\n- [Release notes](https://github.com/prometheus/client_golang/releases)\n- [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md)\n- [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.20.3)\n\nUpdates `github.com/prometheus/common` from 0.47.0 to 0.55.0\n- [Release notes](https://github.com/prometheus/common/releases)\n- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)\n- [Commits](https://github.com/prometheus/common/compare/v0.47.0...v0.55.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/prometheus/client_golang\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: prometheus\n- dependency-name: github.com/prometheus/common\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: prometheus\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the prometheus group across 1 directory with 2 updates"}},{"before":"d75cc536144624236c0c72074a3a7766486077ff","after":"afdd261dca22fd259bd3b58340553eddfdcbb54b","ref":"refs/heads/main","pushedAt":"2024-09-12T01:19:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"antoninbas","name":"Antonin Bas","path":"/antoninbas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2495809?s=80&v=4"},"commit":{"message":"Deliver test images to CAPV nodes to avoid rate limit issue (#6654)\n\n* Increase the disk size of CAPV nodes for image storage.\r\n* Deliver test images from the image node to CAPV nodes.\r\n\r\nSigned-off-by: Shuyang Xin ","shortMessageHtmlLink":"Deliver test images to CAPV nodes to avoid rate limit issue (#6654)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEu4bPXgA","startCursor":null,"endCursor":null}},"title":"Activity · antrea-io/antrea"}