{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":449844570,"defaultBranch":"main","name":"flowlogs-pipeline","ownerLogin":"netobserv","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-01-19T20:26:23.000Z","ownerAvatar":"https://github.com/avatars/u/91939379?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726834278.0","currentOid":""},"activityList":{"items":[{"before":"e0bc442ef47b7ca71389c228cacb72b9aedc80d3","after":"1763e87328a9241a897d50c0415e18a164590854","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-26T18:11:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}},{"before":"4bba1a1de881d61c09b77779e75762bc6beb1909","after":"e0bc442ef47b7ca71389c228cacb72b9aedc80d3","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-23T16:08:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}},{"before":"7309aa20e89d6b6b1cd63262f327e7a4b6ccc733","after":"4bba1a1de881d61c09b77779e75762bc6beb1909","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-23T10:08:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}},{"before":"ff32fd79e5a15bbcbe26c5511513a517e5999090","after":"7309aa20e89d6b6b1cd63262f327e7a4b6ccc733","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-22T20:05:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}},{"before":"3bc82612d97c7e738e6538104754c92118e2d577","after":"ff32fd79e5a15bbcbe26c5511513a517e5999090","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-22T08:05:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references to 2cccdf8\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references to 2cccdf8"}},{"before":"2ea1a7ce77b87236a47f308e37abdbd886756d29","after":"b081323f740420a72894c066deeb78172553736f","ref":"refs/heads/main","pushedAt":"2024-09-20T15:20:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://github.com/avatars/in/412865?s=80&v=4"},"commit":{"message":"Add description label to downstream container image (#722)","shortMessageHtmlLink":"Add description label to downstream container image (#722)"}},{"before":null,"after":"2ea1a7ce77b87236a47f308e37abdbd886756d29","ref":"refs/heads/release-1.7","pushedAt":"2024-09-20T12:11:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jotak","name":"Joel Takvorian","path":"/jotak","primaryAvatarUrl":"https://github.com/avatars/u/2153442?s=80&v=4"},"commit":{"message":"NETOBSERV-1875: Make enrichment indexes configurable (#711)\n\n* NETOBSERV-1875: Make enrichment indexes configurable\r\n\r\nFor secondary interfaces, it's better to allow more configurable\r\nindexing for pods enrichment. For some network types, pods might be identified by their MAC\r\naddress advertized in the network-status annotations, while in others it\r\ncan be by IP, by interface name, or any combination of those.\r\n\r\nThis PR makes it all configurable in that way (example):\r\n\r\n```bash\r\nsecondaryNetworks:\r\n- name: my-network\r\n index:\r\n mac: true\r\n ip: true\r\n```\r\n\r\nMore than one network can be configured that way.\r\n\r\nAdditionally, a new metric is added to track which indexer is used for\r\nevery enrichment hit: promql:\r\n`sum(rate(netobserv_secondary_network_indexer_hit[1m])) by (kind,\r\nnetwork, error)`\r\n\r\nThis metric can also report errors and unexpected multiple matches\r\n\r\n* Add namespace label to metric, add network name enrichment\r\n\r\n* do not return from building keys when a field is missing: move to next network","shortMessageHtmlLink":"NETOBSERV-1875: Make enrichment indexes configurable (#711)"}},{"before":"61bd0fb2a8d37c6ad36c08f7c781185c324c8695","after":"2ea1a7ce77b87236a47f308e37abdbd886756d29","ref":"refs/heads/main","pushedAt":"2024-09-20T06:36:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jotak","name":"Joel Takvorian","path":"/jotak","primaryAvatarUrl":"https://github.com/avatars/u/2153442?s=80&v=4"},"commit":{"message":"NETOBSERV-1875: Make enrichment indexes configurable (#711)\n\n* NETOBSERV-1875: Make enrichment indexes configurable\r\n\r\nFor secondary interfaces, it's better to allow more configurable\r\nindexing for pods enrichment. For some network types, pods might be identified by their MAC\r\naddress advertized in the network-status annotations, while in others it\r\ncan be by IP, by interface name, or any combination of those.\r\n\r\nThis PR makes it all configurable in that way (example):\r\n\r\n```bash\r\nsecondaryNetworks:\r\n- name: my-network\r\n index:\r\n mac: true\r\n ip: true\r\n```\r\n\r\nMore than one network can be configured that way.\r\n\r\nAdditionally, a new metric is added to track which indexer is used for\r\nevery enrichment hit: promql:\r\n`sum(rate(netobserv_secondary_network_indexer_hit[1m])) by (kind,\r\nnetwork, error)`\r\n\r\nThis metric can also report errors and unexpected multiple matches\r\n\r\n* Add namespace label to metric, add network name enrichment\r\n\r\n* do not return from building keys when a field is missing: move to next network","shortMessageHtmlLink":"NETOBSERV-1875: Make enrichment indexes configurable (#711)"}},{"before":"5f243244cdbd803abdfe4b74521a5fccd01e5fbb","after":"61bd0fb2a8d37c6ad36c08f7c781185c324c8695","ref":"refs/heads/main","pushedAt":"2024-09-19T17:08:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://github.com/avatars/in/412865?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references (#721)\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>\nCo-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references (#721)"}},{"before":"0dcc51ad66c68a153142762ca03ae66d75e6cff3","after":"3bc82612d97c7e738e6538104754c92118e2d577","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-19T16:09:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}},{"before":"e39c97fbe3426e91e372171ecd69d347642c28ac","after":"5f243244cdbd803abdfe4b74521a5fccd01e5fbb","ref":"refs/heads/main","pushedAt":"2024-09-19T15:36:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://github.com/avatars/in/412865?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references to fe7234e (#720)\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>\nCo-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references to fe7234e (#720)"}},{"before":"2a30b605d350cf69e11d822151dd586ab8d37cd5","after":"0dcc51ad66c68a153142762ca03ae66d75e6cff3","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-19T12:05:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references to fe7234e\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references to fe7234e"}},{"before":"36d2ee070d9c6146e3ce0a8ac8f3009b4779e375","after":"e39c97fbe3426e91e372171ecd69d347642c28ac","ref":"refs/heads/main","pushedAt":"2024-09-18T16:25:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://github.com/avatars/in/412865?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references (#692)\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>\nCo-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references (#692)"}},{"before":"0d743a81c0c3270dd070856947da2da94e10e02b","after":"2a30b605d350cf69e11d822151dd586ab8d37cd5","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-18T10:05:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}},{"before":"eeef1d6eb0deefe34b5b385263b52e04443c86a7","after":"36d2ee070d9c6146e3ce0a8ac8f3009b4779e375","ref":"refs/heads/main","pushedAt":"2024-09-18T09:35:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://github.com/avatars/in/412865?s=80&v=4"},"commit":{"message":"Align default tagging (#713)","shortMessageHtmlLink":"Align default tagging (#713)"}},{"before":"debd4ecfcdc2d40beb0d9accd8692a944b28be06","after":"1d21f2ffc20116e383ddb8672f6222e79598a228","ref":"refs/heads/konflux/mintmaker/main/docker.io-library-golang-1.x","pushedAt":"2024-09-18T08:05:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update docker.io/library/golang docker tag to v1.23\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update docker.io/library/golang docker tag to v1.23"}},{"before":"f2c28e770ddaa12321e159aa29ccedd26cc65591","after":"0d743a81c0c3270dd070856947da2da94e10e02b","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-18T08:05:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}},{"before":"118800c1090b0c3fe99cf674c80d3233f0b55731","after":"eeef1d6eb0deefe34b5b385263b52e04443c86a7","ref":"refs/heads/main","pushedAt":"2024-09-18T07:54:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://github.com/avatars/in/412865?s=80&v=4"},"commit":{"message":"Addressing konflux error and fixing multi arch build with podman 5.2 (#719)","shortMessageHtmlLink":"Addressing konflux error and fixing multi arch build with podman 5.2 (#…"}},{"before":"c6aceed1925b45c4f80975459ff9d0020e8d66de","after":"f2c28e770ddaa12321e159aa29ccedd26cc65591","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-17T18:05:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}},{"before":"ab1127f6efc762509b728d55dd46968d024ca632","after":"c6aceed1925b45c4f80975459ff9d0020e8d66de","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-16T14:05:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}},{"before":null,"after":"0869de79455d31d9165b2e9651082069b6f03039","ref":"refs/heads/dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc-1.30.0","pushedAt":"2024-09-16T13:52:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc\n\nBumps [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.29.0 to 1.30.0.\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0)\n\n---\nupdated-dependencies:\n- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc"}},{"before":null,"after":"8d4d62c43ad98416ee42f40281cb7ded3d9404bd","ref":"refs/heads/dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace-1.30.0","pushedAt":"2024-09-16T13:51:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace\n\nBumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) from 1.26.0 to 1.30.0.\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.26.0...v1.30.0)\n\n---\nupdated-dependencies:\n- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace"}},{"before":null,"after":"095deb615660fcde2a21397b1effad6d0069f3bc","ref":"refs/heads/dependabot/go_modules/github.com/vmware/go-ipfix-0.11.0","pushedAt":"2024-09-16T13:51:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/vmware/go-ipfix from 0.9.0 to 0.11.0\n\nBumps [github.com/vmware/go-ipfix](https://github.com/vmware/go-ipfix) from 0.9.0 to 0.11.0.\n- [Release notes](https://github.com/vmware/go-ipfix/releases)\n- [Changelog](https://github.com/vmware/go-ipfix/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/vmware/go-ipfix/compare/v0.9.0...v0.11.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/vmware/go-ipfix\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/vmware/go-ipfix from 0.9.0 to 0.11.0"}},{"before":null,"after":"7868a0c9e4db98dc7112bc9e9399a3e7cfd2ac23","ref":"refs/heads/dependabot/go_modules/github.com/minio/minio-go/v7-7.0.76","pushedAt":"2024-09-16T13:51:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/minio/minio-go/v7 from 7.0.69 to 7.0.76\n\nBumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.69 to 7.0.76.\n- [Release notes](https://github.com/minio/minio-go/releases)\n- [Commits](https://github.com/minio/minio-go/compare/v7.0.69...v7.0.76)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/minio/minio-go/v7\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/minio/minio-go/v7 from 7.0.69 to 7.0.76"}},{"before":null,"after":"46ee5f1b36bde73b84dcca857552a46d1a3e584b","ref":"refs/heads/dependabot/go_modules/go.opentelemetry.io/otel/metric-1.30.0","pushedAt":"2024-09-16T13:51:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump go.opentelemetry.io/otel/metric from 1.29.0 to 1.30.0\n\nBumps [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) from 1.29.0 to 1.30.0.\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.29.0...v1.30.0)\n\n---\nupdated-dependencies:\n- dependency-name: go.opentelemetry.io/otel/metric\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump go.opentelemetry.io/otel/metric from 1.29.0 to 1.30.0"}},{"before":"8b1795dffbff67cbb409169ba53ff9564738eb8f","after":"ab1127f6efc762509b728d55dd46968d024ca632","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-16T10:05:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}},{"before":"2bf113f7fd05883e27f21d907683beed642ee9df","after":"8b1795dffbff67cbb409169ba53ff9564738eb8f","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-13T18:04:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}},{"before":"df4bbeb4a9d44bffc1e9da4faec29f29aa7880d6","after":"118800c1090b0c3fe99cf674c80d3233f0b55731","ref":"refs/heads/main","pushedAt":"2024-09-13T16:13:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"openshift-merge-bot[bot]","name":null,"path":"/apps/openshift-merge-bot","primaryAvatarUrl":"https://github.com/avatars/in/412865?s=80&v=4"},"commit":{"message":"NETOBSERV-1675: network events agent packages update (#712)\n\nSigned-off-by: Mohamed Mahmoud ","shortMessageHtmlLink":"NETOBSERV-1675: network events agent packages update (#712)"}},{"before":"1d449261f8a3b5d9a855547beea6ea24d9a08009","after":"2bf113f7fd05883e27f21d907683beed642ee9df","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-12T16:05:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}},{"before":"36fa8e14cac1213a2bc8a752559f391b4bf71421","after":"1d449261f8a3b5d9a855547beea6ea24d9a08009","ref":"refs/heads/konflux/references/main","pushedAt":"2024-09-11T10:04:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"red-hat-konflux[bot]","name":null,"path":"/apps/red-hat-konflux","primaryAvatarUrl":"https://github.com/avatars/in/296509?s=80&v=4"},"commit":{"message":"chore(deps): update konflux references\n\nSigned-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): update konflux references"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNlQxODoxMTozOC4wMDAwMDBazwAAAATB0bp9","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQxMDowNDo0OS4wMDAwMDBazwAAAASzCMq3"}},"title":"Activity · netobserv/flowlogs-pipeline"}