)]}'
{
  "log": [
    {
      "commit": "e90a7a9d51d98f77ecd7a9d0e38b837244e7b285",
      "tree": "080d4a0fbd98f2243b80c131e1ddfbcfc64a6ddd",
      "parents": [
        "3d198eb98a2af2bf3b7485e9729de00b1bb4db45"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Thu Aug 20 19:36:40 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 20 19:36:40 2026 +0200"
      },
      "message": "0.9.1 (#113)\n\n* fix: fix absolute path in run.sh\n\nstarting the operator locally gave error \"No such file or directory task: Failed to run task \"run\": task: Failed to run task \"d:run\": exit status 127\", because of an absolute path inside run.sh\n\n* fix: path to check for db ready\n\nchanged the path for wait_db_ready. The path without the final / led to a 301 and not a 200\n\n* fix: invoker and operator image from env\n\nremoved hardcoded values for cfg.get operator.image / operator.tag and invoker.image and invoker.tag. Config now check env vars and defaults to old images\n\n* fix(test): milvus tests\n\nfixed tests for minio / seaweedfs .\n\n* chore(docs): taskfile\n\nadded desc to taskfile tasks\n\n* fix: namespace validation\n\nadded namespace validation in user creation\n\n* chore(deps): bump urllib3 from 2.3.0 to 2.7.0\n\n---------\n\nCo-authored-by: Michele Sciabarra \u003c30654959+sciabarracom@users.noreply.github.com\u003e"
    },
    {
      "commit": "3d198eb98a2af2bf3b7485e9729de00b1bb4db45",
      "tree": "3c85f32f639f6aaea81eafde7f0d6a8d7fcb883f",
      "parents": [
        "05094b06cd06adc684fce996fbde576d9bbe7984"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Tue Aug 18 23:01:53 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 18 23:01:53 2026 +0200"
      },
      "message": "chore(deps): bump urllib3 from 2.3.0 to 2.7.0 (#111)"
    },
    {
      "commit": "05094b06cd06adc684fce996fbde576d9bbe7984",
      "tree": "ce75712287ea9148be8312833638223cc38e517c",
      "parents": [
        "df1734f73aeec561e2f2b25c363e04b897747ac3"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Tue Aug 18 20:08:22 2026 +0000"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Tue Aug 18 20:08:22 2026 +0000"
      },
      "message": "chore(asf.yaml): protected branches\n\nprotected branches main and 0.9.0\n"
    },
    {
      "commit": "df1734f73aeec561e2f2b25c363e04b897747ac3",
      "tree": "2abf0d61c9a54febdb08b45294e9aafeb8f0c717",
      "parents": [
        "b6e694b2756a88b82761173a60eb1c7bf77518c8"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "msciabarra@apache.org",
        "time": "Wed Jul 08 07:23:37 2026 +0000"
      },
      "committer": {
        "name": "Michele Sciabarra",
        "email": "msciabarra@apache.org",
        "time": "Wed Jul 08 07:23:37 2026 +0000"
      },
      "message": "fixed licenses and attributes\n"
    },
    {
      "commit": "b6e694b2756a88b82761173a60eb1c7bf77518c8",
      "tree": "2aa887c1d0b8ec1388c695cc4c32f7e5a347b84a",
      "parents": [
        "0045691d1d8526c3b17593345f642fb31cf2198c"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "michele@sciabarra.com",
        "time": "Tue Jul 07 16:30:04 2026 +0200"
      },
      "committer": {
        "name": "Michele Sciabarra",
        "email": "michele@sciabarra.com",
        "time": "Tue Jul 07 16:30:04 2026 +0200"
      },
      "message": "kustomize: quote newTag string to avoid all-digit tag misparse\n\nWhen git rev-parse --short HEAD produces an all-digit SHA (e.g. 0045691),\nkustomize\u0027s Go JSON decoder unmarshals it as a number and fails with:\n  json: cannot unmarshal number into Go struct field Image.images.newTag of type string\nQuoting the value forces YAML to treat it as a string in all cases.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "0045691d1d8526c3b17593345f642fb31cf2198c",
      "tree": "49b04407b59b6d3c05149015e595ad8fab083bfd",
      "parents": [
        "8e09c2f3a85921f1e3f616dbaed51a35336ad8b9"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "michele@sciabarra.com",
        "time": "Mon Jul 06 23:28:53 2026 +0200"
      },
      "committer": {
        "name": "Michele Sciabarra",
        "email": "michele@sciabarra.com",
        "time": "Mon Jul 06 23:28:53 2026 +0200"
      },
      "message": "fix couchdb boot: ulimit -n 1048576 + readiness probe\n\nWrap couchdb entrypoint with ulimit -n 1048576 to avoid erl_child_setup\nspinning on 2^31 fds when running under docker daemons that default to\nunlimited nofile (systemd default, WSL2 native docker, etc.). Add tcp\nreadiness probe on 5984 so the pod doesn\u0027t advertise as ready before\nCouchDB actually accepts connections.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "8e09c2f3a85921f1e3f616dbaed51a35336ad8b9",
      "tree": "65525eb8119d402a7e66ef60449caebe27fd1212",
      "parents": [
        "b849e6ba1bcd82d5282d03bf92aa8a6126a7bdee"
      ],
      "author": {
        "name": "Trustable User",
        "email": "noreply@example.com",
        "time": "Sun Jul 05 17:41:47 2026 +0200"
      },
      "committer": {
        "name": "Trustable User",
        "email": "noreply@example.com",
        "time": "Sun Jul 05 17:41:47 2026 +0200"
      },
      "message": "gitattributes\n"
    },
    {
      "commit": "b849e6ba1bcd82d5282d03bf92aa8a6126a7bdee",
      "tree": "6738cb419f3364741f989ed5ed4a2277d2ea684e",
      "parents": [
        "84e48da96c5253120f19b5d03f7400fdbeca94bf"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "michele@nuvolaris.io",
        "time": "Sat Jul 04 23:13:53 2026 +0000"
      },
      "committer": {
        "name": "Michele Sciabarra",
        "email": "michele@nuvolaris.io",
        "time": "Sat Jul 04 23:13:53 2026 +0000"
      },
      "message": "db fixes\n"
    },
    {
      "commit": "84e48da96c5253120f19b5d03f7400fdbeca94bf",
      "tree": "edcbf94f8d1a64a43330a96342ab005a6abf4e35",
      "parents": [
        "b9d951ffd400821b3d453bed4d691e19eb5cce8e"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "michele@sciabarra.com",
        "time": "Sun Jun 07 08:49:35 2026 +0000"
      },
      "committer": {
        "name": "Michele Sciabarra",
        "email": "michele@sciabarra.com",
        "time": "Sun Jun 07 08:49:35 2026 +0000"
      },
      "message": "fix base image\n"
    },
    {
      "commit": "b9d951ffd400821b3d453bed4d691e19eb5cce8e",
      "tree": "23f606100c7c2c13b695dcc94cf178c480e0e3dd",
      "parents": [
        "f57d7bbe577810ffb0f635078d6d96dd3c1bff9a",
        "534ec61a394f4287b79eeb265f57e7a21953be9c"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Sat May 16 22:21:01 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat May 16 22:21:01 2026 +0100"
      },
      "message": "Merge pull request #99 from apache/infrastructure-ruleset-bot/default-branch-protection\n\n[INFRA] Set up default rulesets for default and release branches"
    },
    {
      "commit": "534ec61a394f4287b79eeb265f57e7a21953be9c",
      "tree": "23f606100c7c2c13b695dcc94cf178c480e0e3dd",
      "parents": [
        "f57d7bbe577810ffb0f635078d6d96dd3c1bff9a"
      ],
      "author": {
        "name": "The Apache Software Foundation",
        "email": "root-asf-gitbox-commits@apache.org",
        "time": "Fri May 15 17:34:15 2026 -0500"
      },
      "committer": {
        "name": "The Apache Software Foundation",
        "email": "root-asf-gitbox-commits@apache.org",
        "time": "Fri May 15 17:34:15 2026 -0500"
      },
      "message": "Set up default protection ruleset for default and release branches"
    },
    {
      "commit": "f57d7bbe577810ffb0f635078d6d96dd3c1bff9a",
      "tree": "949621788bffbb4d576ae0094dc2ffaa10c1bde4",
      "parents": [
        "49f516899f326a0e38fcb33eab163b402e615801"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "msciabarra@apache.org",
        "time": "Thu Apr 09 13:51:58 2026 +0100"
      },
      "committer": {
        "name": "Michele Sciabarra",
        "email": "msciabarra@apache.org",
        "time": "Thu Apr 09 13:51:58 2026 +0100"
      },
      "message": "updated action\n"
    },
    {
      "commit": "49f516899f326a0e38fcb33eab163b402e615801",
      "tree": "11304e505c2549549fa3486c5086a7fe574f19cd",
      "parents": [
        "e27b916c7a371d2e22d4c7f293a2994e3aa600fe",
        "567fef8fe324ea679086beb8602a0f92795e5e89"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Thu Apr 09 11:52:40 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 09 11:52:40 2026 +0100"
      },
      "message": "Merge pull request #97 from nuvolaris/main\n\nTraefik Ingress Fix"
    },
    {
      "commit": "567fef8fe324ea679086beb8602a0f92795e5e89",
      "tree": "11304e505c2549549fa3486c5086a7fe574f19cd",
      "parents": [
        "e27b916c7a371d2e22d4c7f293a2994e3aa600fe",
        "2fb33a901b16a5dd0a6b0f371e2131f02507ac2c"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Wed Apr 08 12:01:01 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 08 12:01:01 2026 +0100"
      },
      "message": "Merge pull request #10 from nuvolaris/fix/pykube-ng-kopf-runtime\n\nSupport Traefik middleware compatibility across API groups"
    },
    {
      "commit": "2fb33a901b16a5dd0a6b0f371e2131f02507ac2c",
      "tree": "ae67488178acfaef964988be4fb695f3eaff55be",
      "parents": [
        "368f5575cfb4a64bbce60c76fb6b43cf34bc93db"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Wed Apr 08 12:25:21 2026 +0200"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Wed Apr 08 12:25:21 2026 +0200"
      },
      "message": "Add Apache license header to auth notebook test\n"
    },
    {
      "commit": "368f5575cfb4a64bbce60c76fb6b43cf34bc93db",
      "tree": "34a303944f12121a43637883eac41dcb1c4ea991",
      "parents": [
        "50a2bfeb7bef69ef4373157641e22fc50a266394"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Wed Apr 08 11:52:13 2026 +0200"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Wed Apr 08 11:52:13 2026 +0200"
      },
      "message": "Support Traefik middleware compatibility across API groups\n"
    },
    {
      "commit": "e27b916c7a371d2e22d4c7f293a2994e3aa600fe",
      "tree": "824c472896b7b91289768685cb0316bed18c9fff",
      "parents": [
        "8d688885fa56e97829e9afa448f87ace30c0a7fc"
      ],
      "author": {
        "name": "Trustable User",
        "email": "noreply@example.com",
        "time": "Mon Apr 06 20:56:55 2026 +0100"
      },
      "committer": {
        "name": "Trustable User",
        "email": "noreply@example.com",
        "time": "Mon Apr 06 20:56:55 2026 +0100"
      },
      "message": "sha fix\n"
    },
    {
      "commit": "8d688885fa56e97829e9afa448f87ace30c0a7fc",
      "tree": "06835406738a19808482354ea2394318920c3371",
      "parents": [
        "eea534a35a6d1334644b6c11fc6cbbd1322d4ec9",
        "50a2bfeb7bef69ef4373157641e22fc50a266394"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Mon Apr 06 16:42:38 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 06 16:42:38 2026 +0100"
      },
      "message": "Merge pull request #95 from nuvolaris/fix/pykube-ng-kopf-runtime\n\nFix/pykube ng kopf runtime"
    },
    {
      "commit": "50a2bfeb7bef69ef4373157641e22fc50a266394",
      "tree": "06835406738a19808482354ea2394318920c3371",
      "parents": [
        "4c0bed7abb159fb87a7e4db487729767af8b7fb9"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Sat Apr 04 22:27:39 2026 +0200"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Sat Apr 04 22:27:39 2026 +0200"
      },
      "message": "Fix FerretDB PVC permissions on Hetzner\n"
    },
    {
      "commit": "4c0bed7abb159fb87a7e4db487729767af8b7fb9",
      "tree": "bba1e612246b99d1b125f0e1856617edd80a03e0",
      "parents": [
        "fe97ffa4ce1291399e8e76047c4b5710e424190e"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Sat Apr 04 22:22:21 2026 +0200"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Sat Apr 04 22:22:21 2026 +0200"
      },
      "message": "Auto-detect ingress class on k3s clusters\n"
    },
    {
      "commit": "fe97ffa4ce1291399e8e76047c4b5710e424190e",
      "tree": "a12ba47221115981095a500b5bc4c8bc1bcb7365",
      "parents": [
        "f243af688cc18aa24709482f82d0e7e46ade45c5"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Sat Apr 04 22:04:14 2026 +0200"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Sat Apr 04 22:04:14 2026 +0200"
      },
      "message": "Fix operator in-cluster auth with pykube-ng\n"
    },
    {
      "commit": "f243af688cc18aa24709482f82d0e7e46ade45c5",
      "tree": "cf0fa395b0ff1875b8d5fa58f9e11adc65b70edd",
      "parents": [
        "2c0f9b74c8d3fd07f57968299e6ebb00022f4d71",
        "120adea98dfed5ce4c4f5ec90fa697c2de0cd052"
      ],
      "author": {
        "name": "miki3421",
        "email": "42601846+miki3421@users.noreply.github.com",
        "time": "Fri Mar 20 10:33:42 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 20 10:33:42 2026 +0100"
      },
      "message": "Merge pull request #6 from nuvolaris/test/e2e-k3s-hash-trigger\n\nDocument PR test label format"
    },
    {
      "commit": "120adea98dfed5ce4c4f5ec90fa697c2de0cd052",
      "tree": "cf0fa395b0ff1875b8d5fa58f9e11adc65b70edd",
      "parents": [
        "f71d0548a8c6cf7b492516f94639660bce1ff321"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Fri Mar 20 10:33:15 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Fri Mar 20 10:33:15 2026 +0100"
      },
      "message": "Align operator PR trigger with \u003ctest\u003e-\u003chash\u003e labels\n"
    },
    {
      "commit": "f71d0548a8c6cf7b492516f94639660bce1ff321",
      "tree": "2837c825d754306fa636f9e148a434471c08abc8",
      "parents": [
        "2c0f9b74c8d3fd07f57968299e6ebb00022f4d71"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Fri Mar 20 10:30:46 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Fri Mar 20 10:30:46 2026 +0100"
      },
      "message": "Document PR test label format\n"
    },
    {
      "commit": "2c0f9b74c8d3fd07f57968299e6ebb00022f4d71",
      "tree": "15d16a7b073502fc81bf0040196cd5cb53ada484",
      "parents": [
        "4bf8d790e784fe7d7166a8ed5e6bb138db1ace51"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "“msciabarra@apache.org”",
        "time": "Thu Mar 19 22:26:50 2026 +0000"
      },
      "committer": {
        "name": "Michele Sciabarra",
        "email": "“msciabarra@apache.org”",
        "time": "Thu Mar 19 22:26:50 2026 +0000"
      },
      "message": "fixd the MY_OPERATOR_IMAGE  name\n"
    },
    {
      "commit": "4bf8d790e784fe7d7166a8ed5e6bb138db1ace51",
      "tree": "14f5feedec3544c16fb736ed2df2598933a54162",
      "parents": [
        "a0d97b3f44057af8dce07a2ed78184627f40c720"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "“msciabarra@apache.org”",
        "time": "Thu Mar 19 21:32:21 2026 +0000"
      },
      "committer": {
        "name": "Michele Sciabarra",
        "email": "“msciabarra@apache.org”",
        "time": "Thu Mar 19 21:32:21 2026 +0000"
      },
      "message": "build local image\n"
    },
    {
      "commit": "a0d97b3f44057af8dce07a2ed78184627f40c720",
      "tree": "bdb61574ffffae7cc6e9c1de5047dbb7379589b1",
      "parents": [
        "f0b7ab3fe6a7b993174c83b7ae2754808aabcdfe",
        "5c5daa09492092e87dc697ed9e25c295c1913bb3"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Thu Mar 19 21:19:18 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 19 21:19:18 2026 +0000"
      },
      "message": "Merge pull request #5 from nuvolaris/test/k3s-traefik-crd\n\nUpdate Traefik API version"
    },
    {
      "commit": "5c5daa09492092e87dc697ed9e25c295c1913bb3",
      "tree": "bdb61574ffffae7cc6e9c1de5047dbb7379589b1",
      "parents": [
        "58608a8dd749789860a33fcfc4684d475f204cd1"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 21:56:15 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 22:16:24 2026 +0100"
      },
      "message": "Harden in-cluster operator authentication\n"
    },
    {
      "commit": "58608a8dd749789860a33fcfc4684d475f204cd1",
      "tree": "45ac3de035910272347124740f4534eb2d1950d7",
      "parents": [
        "0218fd82ec2566804ce35a3b1ae0ecea7c77277d"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 21:24:11 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 22:16:24 2026 +0100"
      },
      "message": "Rerun with k3s slim profile suite\n"
    },
    {
      "commit": "0218fd82ec2566804ce35a3b1ae0ecea7c77277d",
      "tree": "45ac3de035910272347124740f4534eb2d1950d7",
      "parents": [
        "7030060d78fe9f24fc1e8bf0c17e5714e4709631"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 21:02:09 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 22:16:24 2026 +0100"
      },
      "message": "Update k3s cluster RBAC for Traefik middleware API\n"
    },
    {
      "commit": "7030060d78fe9f24fc1e8bf0c17e5714e4709631",
      "tree": "e3d9b525729e7bddb91f55bd3bc1831a3b0590eb",
      "parents": [
        "34a166fc518d0a4929badf22d67157112f37a324"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 20:49:48 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 22:16:24 2026 +0100"
      },
      "message": "Rerun with slim k3s setup\n"
    },
    {
      "commit": "34a166fc518d0a4929badf22d67157112f37a324",
      "tree": "e3d9b525729e7bddb91f55bd3bc1831a3b0590eb",
      "parents": [
        "ed67cbbd482b5fd8bbd2758f67344e35a361e046"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 19:24:04 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 22:16:24 2026 +0100"
      },
      "message": "Rerun with corrected k3s flow\n"
    },
    {
      "commit": "ed67cbbd482b5fd8bbd2758f67344e35a361e046",
      "tree": "e3d9b525729e7bddb91f55bd3bc1831a3b0590eb",
      "parents": [
        "c8b4648612a2039db8f8aa3d89af2d3333778d75"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 19:07:08 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 22:16:24 2026 +0100"
      },
      "message": "Rerun with ops trace logging\n"
    },
    {
      "commit": "c8b4648612a2039db8f8aa3d89af2d3333778d75",
      "tree": "e3d9b525729e7bddb91f55bd3bc1831a3b0590eb",
      "parents": [
        "8212d1f28cdcb74948022c690c9f90e2987de2e4"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 18:55:25 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 22:16:24 2026 +0100"
      },
      "message": "Use PR operator image for runtime jobs\n"
    },
    {
      "commit": "8212d1f28cdcb74948022c690c9f90e2987de2e4",
      "tree": "ca0b8f51ce06e0c4409b888ebedcf258affb93f0",
      "parents": [
        "c3861a95d64e3877fdb9c3611460e15095fd68c4"
      ],
      "author": {
        "name": "miki3421",
        "email": "msciabarra@apache.org",
        "time": "Thu Mar 19 18:36:32 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 22:16:24 2026 +0100"
      },
      "message": "Rerun after GitHub test runner fix\n"
    },
    {
      "commit": "c3861a95d64e3877fdb9c3611460e15095fd68c4",
      "tree": "ca0b8f51ce06e0c4409b888ebedcf258affb93f0",
      "parents": [
        "8800ddb220265c289dfc93edefa6933bc667409b"
      ],
      "author": {
        "name": "miki3421",
        "email": "msciabarra@apache.org",
        "time": "Thu Mar 19 18:22:01 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 22:16:24 2026 +0100"
      },
      "message": "Rerun k3s-amd tests\n"
    },
    {
      "commit": "8800ddb220265c289dfc93edefa6933bc667409b",
      "tree": "ca0b8f51ce06e0c4409b888ebedcf258affb93f0",
      "parents": [
        "35d999e1ab9bd434eb5b9d5755c098ad93f7bd6d"
      ],
      "author": {
        "name": "miki3421",
        "email": "msciabarra@apache.org",
        "time": "Thu Mar 19 17:33:32 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 22:16:24 2026 +0100"
      },
      "message": "Use tunnel-capable task submodule for k3s tests\n"
    },
    {
      "commit": "35d999e1ab9bd434eb5b9d5755c098ad93f7bd6d",
      "tree": "8a4ebad0bfdcd9edfd327733eb660cdcae42c6b2",
      "parents": [
        "f0b7ab3fe6a7b993174c83b7ae2754808aabcdfe"
      ],
      "author": {
        "name": "miki3421",
        "email": "msciabarra@apache.org",
        "time": "Wed Mar 18 22:02:20 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Thu Mar 19 22:16:24 2026 +0100"
      },
      "message": "Update Traefik API version\n\nThe previous API version has been deprecated. Update the manifests with the new version.\n"
    },
    {
      "commit": "f0b7ab3fe6a7b993174c83b7ae2754808aabcdfe",
      "tree": "5d5a2615be0461377829c1d12656edaed4f2b891",
      "parents": [
        "ddd68efd973bca422f240e27ec458f9a89c2f5fc",
        "eea534a35a6d1334644b6c11fc6cbbd1322d4ec9"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Thu Mar 19 21:02:38 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 19 21:02:38 2026 +0000"
      },
      "message": "Merge branch \u0027apache:main\u0027 into main\n"
    },
    {
      "commit": "eea534a35a6d1334644b6c11fc6cbbd1322d4ec9",
      "tree": "dc8ed14044fd6d27c1a8d8c75e2a37962f5320b7",
      "parents": [
        "baf6d9755c0e706ba8a3c492842745f27ba1912a",
        "fa6d75646b83b1a330f58936bee777d8a6f8d262"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Wed Mar 18 21:19:24 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 18 21:19:24 2026 +0000"
      },
      "message": "Merge pull request #93 from miki3421/release/apache-kube-rbac-proxy-registry\n\nUse registry.k8s.io kube-rbac-proxy image"
    },
    {
      "commit": "fa6d75646b83b1a330f58936bee777d8a6f8d262",
      "tree": "dc8ed14044fd6d27c1a8d8c75e2a37962f5320b7",
      "parents": [
        "baf6d9755c0e706ba8a3c492842745f27ba1912a"
      ],
      "author": {
        "name": "miki3421",
        "email": "msciabarra@apache.org",
        "time": "Wed Mar 18 21:16:42 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "msciabarra@apache.org",
        "time": "Wed Mar 18 21:16:42 2026 +0100"
      },
      "message": "Use registry.k8s.io kube-rbac-proxy image\n"
    },
    {
      "commit": "ddd68efd973bca422f240e27ec458f9a89c2f5fc",
      "tree": "5d5a2615be0461377829c1d12656edaed4f2b891",
      "parents": [
        "23c57ab4755f3c095d9411656313d8d85c36e5c0",
        "721f1286811a3bfde58fdf9847f855be0a1e6006"
      ],
      "author": {
        "name": "miki3421",
        "email": "42601846+miki3421@users.noreply.github.com",
        "time": "Wed Mar 18 21:15:20 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 18 21:15:20 2026 +0100"
      },
      "message": "Merge pull request #4 from nuvolaris/test/kind-amd-kube-rbac-proxy-registry\n\nUse registry.k8s.io kube-rbac-proxy image"
    },
    {
      "commit": "721f1286811a3bfde58fdf9847f855be0a1e6006",
      "tree": "5d5a2615be0461377829c1d12656edaed4f2b891",
      "parents": [
        "23c57ab4755f3c095d9411656313d8d85c36e5c0"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Wed Mar 18 18:05:17 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Wed Mar 18 18:05:17 2026 +0100"
      },
      "message": "Use registry.k8s.io kube-rbac-proxy image\n"
    },
    {
      "commit": "23c57ab4755f3c095d9411656313d8d85c36e5c0",
      "tree": "aebbde80072cedb6f7119bba7fdae92071a12b4f",
      "parents": [
        "baf6d9755c0e706ba8a3c492842745f27ba1912a",
        "aea19dd4a141ea6af7e60b5e40ea6f30fe4fa160"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Wed Mar 18 17:43:22 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Wed Mar 18 17:43:22 2026 +0100"
      },
      "message": "Merge branch \u0027feat/pr-tag-platform-arch-testing\u0027\n"
    },
    {
      "commit": "aea19dd4a141ea6af7e60b5e40ea6f30fe4fa160",
      "tree": "aebbde80072cedb6f7119bba7fdae92071a12b4f",
      "parents": [
        "baf6d9755c0e706ba8a3c492842745f27ba1912a"
      ],
      "author": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Wed Mar 18 17:04:30 2026 +0100"
      },
      "committer": {
        "name": "miki3421",
        "email": "miki3421@gmail.com",
        "time": "Wed Mar 18 17:04:30 2026 +0100"
      },
      "message": "Trigger testing from PR selector labels\n"
    },
    {
      "commit": "baf6d9755c0e706ba8a3c492842745f27ba1912a",
      "tree": "5d4ad52348d330796e61d9d613223dd6bd3e0802",
      "parents": [
        "3e3fc119a359e6c5554a4751d327bd62af655e89",
        "8f07fd0e642528f32cfa266c9935360d419bdaf1"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Sat Mar 14 16:57:11 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 14 16:57:11 2026 +0000"
      },
      "message": "Merge pull request #92 from luigidematteis/main\n\nRevert fix on environment variables"
    },
    {
      "commit": "8f07fd0e642528f32cfa266c9935360d419bdaf1",
      "tree": "5d4ad52348d330796e61d9d613223dd6bd3e0802",
      "parents": [
        "3e3fc119a359e6c5554a4751d327bd62af655e89"
      ],
      "author": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Sat Mar 14 20:45:39 2026 +0400"
      },
      "committer": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Sat Mar 14 20:45:39 2026 +0400"
      },
      "message": "Revert fix on environment variables\n\nSigned-off-by: Luigi De Matteis \u003cldematteis123@gmail.com\u003e\n"
    },
    {
      "commit": "3e3fc119a359e6c5554a4751d327bd62af655e89",
      "tree": "dd422237b4788e25bfc6b7e2c70e730c25b7fa3c",
      "parents": [
        "f864d38d567c278982a1e0635dab9b51ba43e495",
        "0afe3bdc01a4293fd3a8596d3c19c2c60cf4706d"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Sat Mar 14 16:16:51 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 14 16:16:51 2026 +0000"
      },
      "message": "Merge pull request #91 from luigidematteis/fix/openserverless-testing-token\n\nCorrect reference to token for openserverless-testing"
    },
    {
      "commit": "0afe3bdc01a4293fd3a8596d3c19c2c60cf4706d",
      "tree": "dd422237b4788e25bfc6b7e2c70e730c25b7fa3c",
      "parents": [
        "f864d38d567c278982a1e0635dab9b51ba43e495"
      ],
      "author": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Sat Mar 14 20:07:09 2026 +0400"
      },
      "committer": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Sat Mar 14 20:07:09 2026 +0400"
      },
      "message": "Correct reference to token for openserverless-testing\n\nSigned-off-by: Luigi De Matteis \u003cldematteis123@gmail.com\u003e\n"
    },
    {
      "commit": "f864d38d567c278982a1e0635dab9b51ba43e495",
      "tree": "5d4ad52348d330796e61d9d613223dd6bd3e0802",
      "parents": [
        "c506bc378c7b716643efd8b85fd46b3d4cbc3d39",
        "4a662b880a246dc78abc900b034be07ff68ce8f6"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Sat Mar 14 14:01:28 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 14 14:01:28 2026 +0000"
      },
      "message": "Merge pull request #90 from luigidematteis/github-api-testing-workflow\n\nReplace repository-dispatch action with direct GitHub API call"
    },
    {
      "commit": "4a662b880a246dc78abc900b034be07ff68ce8f6",
      "tree": "5d4ad52348d330796e61d9d613223dd6bd3e0802",
      "parents": [
        "c506bc378c7b716643efd8b85fd46b3d4cbc3d39",
        "bd5bd8747d2d7e3faca819e50fb6717c965d4ce0"
      ],
      "author": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Sat Mar 14 16:25:44 2026 +0400"
      },
      "committer": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Sat Mar 14 16:25:58 2026 +0400"
      },
      "message": "Merge pull request #10 from h3x-eilidh/main\n\nReplace peter-evans/repository-dispatch with direct GitHub API call\n"
    },
    {
      "commit": "bd5bd8747d2d7e3faca819e50fb6717c965d4ce0",
      "tree": "5d4ad52348d330796e61d9d613223dd6bd3e0802",
      "parents": [
        "c506bc378c7b716643efd8b85fd46b3d4cbc3d39"
      ],
      "author": {
        "name": "Ronny",
        "email": "156780769+h3x-eilidh@users.noreply.github.com",
        "time": "Sat Mar 14 15:18:23 2026 +0400"
      },
      "committer": {
        "name": "Ronny",
        "email": "156780769+h3x-eilidh@users.noreply.github.com",
        "time": "Sat Mar 14 15:18:23 2026 +0400"
      },
      "message": "Replace peter-evans/repository-dispatch with direct GitHub API call"
    },
    {
      "commit": "c506bc378c7b716643efd8b85fd46b3d4cbc3d39",
      "tree": "78a13b93fc59720100e59366a0230b22738b78c4",
      "parents": [
        "f49567a102962a851cfdb2df1fdb6742d8049c96",
        "9326e9ecb29c2ccc23f64c4037357cf16cfee054"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Wed Mar 11 18:36:55 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 11 18:36:55 2026 +0000"
      },
      "message": "Merge pull request #88 from luigidematteis/pr-trigger-test\n\nAdd operator PR testing workflow"
    },
    {
      "commit": "9326e9ecb29c2ccc23f64c4037357cf16cfee054",
      "tree": "78a13b93fc59720100e59366a0230b22738b78c4",
      "parents": [
        "dd104c62495326b77433a68937a1d15f5330ebfa"
      ],
      "author": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 11 20:10:26 2026 +0400"
      },
      "committer": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 11 20:10:32 2026 +0400"
      },
      "message": "fix: use commit SHA for check.yml TAG on both push and PR events\n\nThe commit SHA is the correct tag for\nboth event types.\n"
    },
    {
      "commit": "dd104c62495326b77433a68937a1d15f5330ebfa",
      "tree": "9602af784d218ff34989964f627b0315c58809b9",
      "parents": [
        "cd35a86faa570a9f2e3afe38b0837fd2be80fc65"
      ],
      "author": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Thu Mar 05 00:55:51 2026 +0400"
      },
      "committer": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 11 19:20:51 2026 +0400"
      },
      "message": "Remove redundant branches-ignore from image.yml trigger\n\nSame fix as testing repo: branches-ignore under push was causing\nspurious workflow runs on branch pushes. With only tags filter\npresent, branch pushes are already excluded.\n"
    },
    {
      "commit": "cd35a86faa570a9f2e3afe38b0837fd2be80fc65",
      "tree": "7012095d2c42a53dea57ccda7f667e44bf2000de",
      "parents": [
        "8d145b0d4ef40eb7fafef0585a27eccda9b39574"
      ],
      "author": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Feb 25 22:10:41 2026 +0400"
      },
      "committer": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 11 19:20:51 2026 +0400"
      },
      "message": "Update image.yml to support configurable image registry\n\n  Allow forks to push operator images to ghcr.io by setting the IMAGE_REGISTRY\n  repository variable, without requiring Docker Hub credentials.\n\n  Defaults to registry.hub.docker.com for backward compatibility with the\n  Apache upstream. When DOCKERHUB_USER/DOCKERHUB_TOKEN secrets are not set,\n  credentials fall back to github.actor/GITHUB_TOKEN automatically.\n"
    },
    {
      "commit": "8d145b0d4ef40eb7fafef0585a27eccda9b39574",
      "tree": "eb69726860259df7574de28a517cb82b78907f83",
      "parents": [
        "a4431fd695b74067781f7368ebc7d736a68d83c9"
      ],
      "author": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Feb 25 21:50:36 2026 +0400"
      },
      "committer": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 11 19:20:51 2026 +0400"
      },
      "message": "Fix CI build on Python 3.12: upgrade flatdict, align Poetry version\n\nflatdict 4.0.1 only ships as a source tarball. Building it requires\npkg_resources (setuptools), removed from Python 3.12 virtual environments.\nVersion 4.1.0 ships a pre-built wheel, bypassing the build step entirely.\n\nAlso update Dockerfile Poetry from 1.8.5 to 2.3.2 to match the\nlock-version 2.1 format already in use.\n"
    },
    {
      "commit": "a4431fd695b74067781f7368ebc7d736a68d83c9",
      "tree": "9fb817dd23b4b0c725c1c4838e6ce1080cd8ce70",
      "parents": [
        "69161d4d684d6da734d82165ea42d828a4550791"
      ],
      "author": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 04 22:45:52 2026 +0400"
      },
      "committer": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 11 19:20:50 2026 +0400"
      },
      "message": "Add .gitmodules to license check ignore list\n\nThe .gitmodules file uses git config syntax which does not support\nlicense headers.\n"
    },
    {
      "commit": "69161d4d684d6da734d82165ea42d828a4550791",
      "tree": "9dce2f48c3bb6532833368f7716612194ee0a2b9",
      "parents": [
        "be8cb3fb19947804851fbb1fd6381ed2e12cad39"
      ],
      "author": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 04 22:09:24 2026 +0400"
      },
      "committer": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 11 19:20:50 2026 +0400"
      },
      "message": "Add trigger-testing workflow for PR-based integration tests\n"
    },
    {
      "commit": "be8cb3fb19947804851fbb1fd6381ed2e12cad39",
      "tree": "fa7406654680f1475738ba08ea96970f15e0d958",
      "parents": [
        "f49567a102962a851cfdb2df1fdb6742d8049c96"
      ],
      "author": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 04 22:08:05 2026 +0400"
      },
      "committer": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 11 19:20:49 2026 +0400"
      },
      "message": "Add openserverless-task as submodule at olaris/\n"
    },
    {
      "commit": "f49567a102962a851cfdb2df1fdb6742d8049c96",
      "tree": "5f6ff49294345a8eab347f14cfbf0c58d27d79a8",
      "parents": [
        "982e48ecfcbaae86ca538bda2146b3e30f260cf3",
        "7739114291b02b8699f05a35cb21b430eab5d88d"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Wed Mar 11 14:16:38 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 11 14:16:38 2026 +0000"
      },
      "message": "Merge pull request #87 from luigidematteis/main\n\nfix: CI pipeline stalling by passing OPERATOR_TAG correctly, disable two broken tests"
    },
    {
      "commit": "7739114291b02b8699f05a35cb21b430eab5d88d",
      "tree": "5f6ff49294345a8eab347f14cfbf0c58d27d79a8",
      "parents": [
        "ead9da9ae3da4867eff055bf46f416203cb7dad5"
      ],
      "author": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 11 14:04:04 2026 +0400"
      },
      "committer": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 11 16:34:30 2026 +0400"
      },
      "message": "test: disable ferretdb_test and postgres_op_test in Kind CI\n"
    },
    {
      "commit": "ead9da9ae3da4867eff055bf46f416203cb7dad5",
      "tree": "7c440f29977857644e3af5cb4588645569dbf7b2",
      "parents": [
        "982e48ecfcbaae86ca538bda2146b3e30f260cf3"
      ],
      "author": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 11 12:11:54 2026 +0400"
      },
      "committer": {
        "name": "Luigi De Matteis",
        "email": "ldematteis123@gmail.com",
        "time": "Wed Mar 11 12:36:43 2026 +0400"
      },
      "message": "fix: pass OPERATOR_TAG as env var so Taskfiles use the CI-computed tag\n\nThe check.yml CI passed TAG as a Taskfile CLI variable, but all three\nTaskfiles (Build, Test, Dev) independently computed OPERATOR_TAG via\ngit describe and ignored it. This caused couchdb-init and other Jobs\nto reference an image tag that didn\u0027t match what was loaded into Kind,\nleading to ImagePullBackOff.\n\nNow OPERATOR_TAG and OPERATOR_IMAGE in all Taskfiles respect env var\noverrides via ${VAR:-default}, and check.yml passes OPERATOR_TAG as\nan env var instead of the unused CLI TAG\u003d parameter.\n"
    },
    {
      "commit": "982e48ecfcbaae86ca538bda2146b3e30f260cf3",
      "tree": "61e5059382733b2ca4b708eac06314dabc59c6a7",
      "parents": [
        "c562668a35c8f383c8ec6d0065da29baa39f0bcd",
        "250ed6e489df50d40f0995be38fc9fc53e70cd59"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sun Dec 14 11:30:16 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 14 11:30:16 2025 +0100"
      },
      "message": "Merge pull request #79 from apache/offline-images\n\n"
    },
    {
      "commit": "250ed6e489df50d40f0995be38fc9fc53e70cd59",
      "tree": "61e5059382733b2ca4b708eac06314dabc59c6a7",
      "parents": [
        "a6463ecc8762c9ee3af685fa6c8c08526114ca3d"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "michele@nuvolaris.io",
        "time": "Sun Dec 14 09:55:45 2025 +0000"
      },
      "committer": {
        "name": "Michele Sciabarra",
        "email": "michele@nuvolaris.io",
        "time": "Sun Dec 14 09:55:45 2025 +0000"
      },
      "message": "using stable images\n"
    },
    {
      "commit": "a6463ecc8762c9ee3af685fa6c8c08526114ca3d",
      "tree": "fd9390cb614c7fc09f751640908ec57422f86d92",
      "parents": [
        "c562668a35c8f383c8ec6d0065da29baa39f0bcd"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "“msciabarra@apache.org”",
        "time": "Fri Dec 12 09:46:11 2025 +0100"
      },
      "committer": {
        "name": "Michele Sciabarra",
        "email": "“msciabarra@apache.org”",
        "time": "Fri Dec 12 09:46:11 2025 +0100"
      },
      "message": "always use IfNotPresent\n"
    },
    {
      "commit": "c562668a35c8f383c8ec6d0065da29baa39f0bcd",
      "tree": "23d88bec43a73091ed99a07b61d4321615f402ce",
      "parents": [
        "23cede351f1e4eecbd6d79c3c8dd627819f14115",
        "6fb80a2b4c00737391b52e88adaeb273eef23b04"
      ],
      "author": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Wed Oct 01 18:25:27 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 01 18:25:27 2025 +0200"
      },
      "message": "Merge pull request #76 from d4rkstar/main\n\nfix: replaced minio image"
    },
    {
      "commit": "6fb80a2b4c00737391b52e88adaeb273eef23b04",
      "tree": "23d88bec43a73091ed99a07b61d4321615f402ce",
      "parents": [
        "52bb5b62a12581c7ffe85625684b5420d05b6f80"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Wed Oct 01 16:23:10 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Wed Oct 01 18:15:34 2025 +0200"
      },
      "message": "fix: replaced minio image\n\nreplaced bitnami images with bitnamilegacy, because the bitnami is actually not available anymore\n"
    },
    {
      "commit": "23cede351f1e4eecbd6d79c3c8dd627819f14115",
      "tree": "373f48a4870bd58f972f2d74e6d1ee10bd18aa07",
      "parents": [
        "13f60fdcb5644ffda1c3027a4028c446fda4226c",
        "52bb5b62a12581c7ffe85625684b5420d05b6f80"
      ],
      "author": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Thu Sep 25 23:51:53 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Sep 25 23:51:53 2025 +0200"
      },
      "message": "Merge pull request #75 from d4rkstar/main\n\nfixes to milvus and internal registry"
    },
    {
      "commit": "52bb5b62a12581c7ffe85625684b5420d05b6f80",
      "tree": "373f48a4870bd58f972f2d74e6d1ee10bd18aa07",
      "parents": [
        "3b7215b8c44f96bdf8f163c3c05c560784830bbb"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Thu Sep 25 23:45:32 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Thu Sep 25 23:50:12 2025 +0200"
      },
      "message": "fix: disable milvus should remove tech accounts\n\ndisabling milvus, minio/seaweedfs technical user were not removed. Furthermore, milvus was not removed when slim configuration in use.\n"
    },
    {
      "commit": "3b7215b8c44f96bdf8f163c3c05c560784830bbb",
      "tree": "b372b7465e3e71f097ae44ce07397b2e7d3a49cf",
      "parents": [
        "49b0e366de3ef284aa8ab4e1a30a8f0cc44eb978"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Wed Sep 24 22:46:42 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Thu Sep 25 23:50:07 2025 +0200"
      },
      "message": "fix milvus\n"
    },
    {
      "commit": "49b0e366de3ef284aa8ab4e1a30a8f0cc44eb978",
      "tree": "50e02954bf18cb115d845cc706953a2b1ce7f3d3",
      "parents": [
        "13f60fdcb5644ffda1c3027a4028c446fda4226c"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Wed Sep 24 22:46:34 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Thu Sep 25 23:49:54 2025 +0200"
      },
      "message": "internal registry\n"
    },
    {
      "commit": "13f60fdcb5644ffda1c3027a4028c446fda4226c",
      "tree": "3348a02fd803443932ec796e524fe6032522fc5f",
      "parents": [
        "c2c6ca31c093f9b8ed0f6fbe37bd71d47e0acad7",
        "9c3a7cf7ec6f05579d40cc48ddfc0d2b6635df48"
      ],
      "author": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Wed Sep 24 22:28:27 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Sep 24 22:28:27 2025 +0200"
      },
      "message": "Merge pull request #74 from francescotimperi/etcd-fix\n\nfix: ETCD volume size was not usin corresponding env variable if passsed"
    },
    {
      "commit": "9c3a7cf7ec6f05579d40cc48ddfc0d2b6635df48",
      "tree": "3348a02fd803443932ec796e524fe6032522fc5f",
      "parents": [
        "aadb92e1b060a1bd14182dc9d750571ae4bdf920"
      ],
      "author": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Wed Sep 24 21:52:55 2025 +0200"
      },
      "committer": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Wed Sep 24 21:52:55 2025 +0200"
      },
      "message": "chore: added a parameter to cusotmize the milvus S3 bucket size\n"
    },
    {
      "commit": "aadb92e1b060a1bd14182dc9d750571ae4bdf920",
      "tree": "254e5092369114b1abeef9255b400d7fa1d10b52",
      "parents": [
        "c2c6ca31c093f9b8ed0f6fbe37bd71d47e0acad7"
      ],
      "author": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Wed Sep 24 21:43:54 2025 +0200"
      },
      "committer": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Wed Sep 24 21:43:54 2025 +0200"
      },
      "message": "fix: ETCD volume size was not usin corresponding env variable if passsed\n"
    },
    {
      "commit": "c2c6ca31c093f9b8ed0f6fbe37bd71d47e0acad7",
      "tree": "b8da08baa7cb79ab84970d08b570f1c6d28ebfef",
      "parents": [
        "0bf55d8dcdce1ea2372e09bd51c66f7d124cb0d7",
        "1d002f7b1eff339401e06b7ccd5a55a27ea37149"
      ],
      "author": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Mon Sep 22 09:24:33 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 22 09:24:33 2025 +0200"
      },
      "message": "Merge pull request #71 from d4rkstar/build_api\n\nfeat: extend nuvolaris-swku-role for adminapi"
    },
    {
      "commit": "0bf55d8dcdce1ea2372e09bd51c66f7d124cb0d7",
      "tree": "2f5d21ed6b2884d21b22540e12b55a5591286466",
      "parents": [
        "7b36270cde7bf3660e0b941465200479bac4f710",
        "9b63874054b407a3edc069809cee0477653df7e6"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sat Sep 20 19:21:56 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Sep 20 19:21:56 2025 +0200"
      },
      "message": "Merge pull request #73 from francescotimperi/seaweedfs\n\n"
    },
    {
      "commit": "9b63874054b407a3edc069809cee0477653df7e6",
      "tree": "2f5d21ed6b2884d21b22540e12b55a5591286466",
      "parents": [
        "286893e881e5ca56f9b3f120f9c5ea09c5450d91"
      ],
      "author": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Fri Sep 19 20:12:26 2025 +0200"
      },
      "committer": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Fri Sep 19 20:12:26 2025 +0200"
      },
      "message": "fix: test setup must use the same mc client version as the one used by the operator\n"
    },
    {
      "commit": "286893e881e5ca56f9b3f120f9c5ea09c5450d91",
      "tree": "f9bc0129e374d1d4ef7579a9226e434ef1f3fe90",
      "parents": [
        "9030f7b8fc21ae20268aa1b73327452bbcb30d41"
      ],
      "author": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Fri Sep 19 19:46:47 2025 +0200"
      },
      "committer": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Fri Sep 19 19:46:47 2025 +0200"
      },
      "message": "fix: added weaweedfs destroy mehtod in test and fixed whisk-slim config\n"
    },
    {
      "commit": "9030f7b8fc21ae20268aa1b73327452bbcb30d41",
      "tree": "5c84ecf1cc1d570ee05121c9bd28c7fb5ada9857",
      "parents": [
        "7b36270cde7bf3660e0b941465200479bac4f710"
      ],
      "author": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Wed Sep 17 22:29:18 2025 +0200"
      },
      "committer": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Thu Sep 18 20:51:57 2025 +0200"
      },
      "message": "feat: added seaweeedfs as MINIO replacement\nfeat: supporting seaweedfs buckets for wsku resources\nfeat: milvus setup may use seaweedfs\nfix: update valkey image to use bitnamisecure based images\n"
    },
    {
      "commit": "1d002f7b1eff339401e06b7ccd5a55a27ea37149",
      "tree": "0a3054b89216d7cc700d883085c495bdaa8c89a0",
      "parents": [
        "7b36270cde7bf3660e0b941465200479bac4f710"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Fri Aug 15 15:14:29 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Fri Aug 15 15:20:26 2025 +0200"
      },
      "message": "feat: extend nuvolaris-swku-role for adminapi\n\nextend nuvolaris-swku-role for adminapi, adding permissions on configmaps and jobs\n"
    },
    {
      "commit": "7b36270cde7bf3660e0b941465200479bac4f710",
      "tree": "dbc938b242c0dd6ddf749aff191266a80392fe0d",
      "parents": [
        "07f3600dd906583374c6ec36051e7c8694b594a7",
        "dac28044ef89e6f275fcba4e7315c41c675a272e"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sun Jul 27 12:46:45 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jul 27 12:46:45 2025 +0200"
      },
      "message": "Merge pull request #70 from francescotimperi/private-registry\n\n[FEATURE] Implements apache/openserverless#159"
    },
    {
      "commit": "dac28044ef89e6f275fcba4e7315c41c675a272e",
      "tree": "dbc938b242c0dd6ddf749aff191266a80392fe0d",
      "parents": [
        "c079cbe15cb19c56ff7e85ed3e1354dead36d879"
      ],
      "author": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Sun Jul 27 10:09:06 2025 +0200"
      },
      "committer": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Sun Jul 27 10:09:06 2025 +0200"
      },
      "message": "fix: aded missing serviceName\n"
    },
    {
      "commit": "c079cbe15cb19c56ff7e85ed3e1354dead36d879",
      "tree": "c1c25f756fdff4b1200f2006e8055b1261956f65",
      "parents": [
        "07f3600dd906583374c6ec36051e7c8694b594a7"
      ],
      "author": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Sat Jul 26 22:25:11 2025 +0200"
      },
      "committer": {
        "name": "Francesco Timperi Tiberi",
        "email": "francesco.timperi@gmail.com",
        "time": "Sun Jul 27 09:34:26 2025 +0200"
      },
      "message": "chore: added custom registry deployer\n\nfix: pod template was not taken into account\n"
    },
    {
      "commit": "07f3600dd906583374c6ec36051e7c8694b594a7",
      "tree": "a7fadb3fbd9a57cd8b8805b99b38233a5a342928",
      "parents": [
        "b9703cf3f9d4e5f906a06386be1385f5c70f0b0d",
        "0419ead50265809ea8e64aabfe905c003def485f"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Sat Jul 12 21:16:01 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jul 12 21:16:01 2025 +0200"
      },
      "message": "Merge pull request #67 from d4rkstar/minio_new\n\nMinio new + remove auto from apihost + set default schema for databases"
    },
    {
      "commit": "0419ead50265809ea8e64aabfe905c003def485f",
      "tree": "a7fadb3fbd9a57cd8b8805b99b38233a5a342928",
      "parents": [
        "6d77e1d7461bd0c6960522a5769aebebfb442fd1"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sat Jul 12 14:27:32 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sat Jul 12 15:51:21 2025 +0200"
      },
      "message": "feat: new minio version\n\nupgraded minio from 2023.3.24 to 2025.6.13 community edition. Improved tests: added quota test\n"
    },
    {
      "commit": "6d77e1d7461bd0c6960522a5769aebebfb442fd1",
      "tree": "dceb3df331e926cd049846f91cbabde234d8c9a3",
      "parents": [
        "233449a1263c32f981bc5c4909e80a9423dd207b"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Fri Jul 11 07:59:14 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Fri Jul 11 08:00:06 2025 +0200"
      },
      "message": "fix: set the default schema for databases\n\nthis commit fix the postgres user creation/deletion. when a user is created a schema named \u003cuser\u003e_schema is created and made the default for the user. This resolves https://github.com/apache/openserverless/issues/151\n"
    },
    {
      "commit": "233449a1263c32f981bc5c4909e80a9423dd207b",
      "tree": "3304b847a43733b8710acc483a76c67419b8d457",
      "parents": [
        "ed2e1973b6464edf77360cc099123bda5f5b4e96",
        "b9703cf3f9d4e5f906a06386be1385f5c70f0b0d"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Wed Jun 25 06:54:33 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Wed Jun 25 06:54:53 2025 +0200"
      },
      "message": "Merge remote-tracking branch \u0027apache/main\u0027\n"
    },
    {
      "commit": "ed2e1973b6464edf77360cc099123bda5f5b4e96",
      "tree": "3304b847a43733b8710acc483a76c67419b8d457",
      "parents": [
        "ce7e4ff43cd2b226e4b30305c290068ba6bb7511"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Wed Jun 25 06:49:44 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Wed Jun 25 06:50:26 2025 +0200"
      },
      "message": "chore: removed \"auto\" from apihost\n\nremoved \"auto\" from api host and duplicated extract_hostname code\n"
    },
    {
      "commit": "b9703cf3f9d4e5f906a06386be1385f5c70f0b0d",
      "tree": "5e6c72b60125d80994ff1396bfef74589f9d39c5",
      "parents": [
        "ce7e4ff43cd2b226e4b30305c290068ba6bb7511",
        "a1507c6e2298686fca4e2d8ff365743bc3ac2f8d"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Tue Jun 24 00:31:01 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 24 00:31:01 2025 +0200"
      },
      "message": "Merge pull request #64 from d4rkstar/issue_143\n\nfix: remove apihost ovverride in kind"
    },
    {
      "commit": "a1507c6e2298686fca4e2d8ff365743bc3ac2f8d",
      "tree": "5e6c72b60125d80994ff1396bfef74589f9d39c5",
      "parents": [
        "ce7e4ff43cd2b226e4b30305c290068ba6bb7511"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Mon Jun 23 23:50:17 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Mon Jun 23 23:50:17 2025 +0200"
      },
      "message": "fix: remove apihost ovverride in kind\n\nremoved two lines that forced apihost \"localhost\" in kind\n"
    },
    {
      "commit": "ce7e4ff43cd2b226e4b30305c290068ba6bb7511",
      "tree": "2d86a21aec90358ea8cdd3c58ac58400c7b9cc67",
      "parents": [
        "0f29d5a3e1e3128532d39e3dafd87c136cb738e9",
        "c6049fbbceb6f85724a92b2170653fcc05e37e6f"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sun Jun 22 09:30:16 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 22 09:30:16 2025 +0200"
      },
      "message": "Merge pull request #63 from d4rkstar/main\n\nchore: missing license"
    },
    {
      "commit": "c6049fbbceb6f85724a92b2170653fcc05e37e6f",
      "tree": "2d86a21aec90358ea8cdd3c58ac58400c7b9cc67",
      "parents": [
        "087f916dc270fb2d37730964b61df7980cebe1b9"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sun Jun 22 08:59:00 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sun Jun 22 08:59:00 2025 +0200"
      },
      "message": "fix: runtime_preloader_test.ipy should test only config\n\nthe github action is unable to run the full runtime preload test. so removed the pod creation and the test is only on configuration\n"
    },
    {
      "commit": "087f916dc270fb2d37730964b61df7980cebe1b9",
      "tree": "f20258914e0a3a0d1f57ec8dd5f8e796daa2c863",
      "parents": [
        "0f29d5a3e1e3128532d39e3dafd87c136cb738e9"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sat Jun 21 19:39:53 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sat Jun 21 19:40:13 2025 +0200"
      },
      "message": "chore: missing license\n\nfixed missing license header in runtimes_preloader_test.ipy\n"
    },
    {
      "commit": "0f29d5a3e1e3128532d39e3dafd87c136cb738e9",
      "tree": "510db588bf87a0e940aa0cea554a96ab7b8709d9",
      "parents": [
        "8ccb046be1d5381ec157c32260ddb16e436bdf3d",
        "597bbad626cb4cd608e41a39e007e030182d3b37"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Sat Jun 21 17:18:22 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 21 17:18:22 2025 +0200"
      },
      "message": "Merge pull request #62 from d4rkstar/main\n\nfeat: preload runtimes only default apache"
    },
    {
      "commit": "597bbad626cb4cd608e41a39e007e030182d3b37",
      "tree": "510db588bf87a0e940aa0cea554a96ab7b8709d9",
      "parents": [
        "8ccb046be1d5381ec157c32260ddb16e436bdf3d"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sat Jun 21 16:55:22 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sat Jun 21 16:55:48 2025 +0200"
      },
      "message": "feat: preload runtimes only default apache\n\npreload runtime is now configured to use only default apache openserverless multi arch runtimes\n"
    },
    {
      "commit": "8ccb046be1d5381ec157c32260ddb16e436bdf3d",
      "tree": "0d388bad63b7754a6e93bb74036cf86cf1733567",
      "parents": [
        "cc71248fefb806c52cf82fa50047eb2759930363",
        "1ed3c8c6dacb335e1d2434ad7f3eb36a3b33fb32"
      ],
      "author": {
        "name": "Michele Sciabarra",
        "email": "30654959+sciabarracom@users.noreply.github.com",
        "time": "Tue Jun 17 08:34:47 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 17 08:34:47 2025 +0200"
      },
      "message": "Merge pull request #60 from d4rkstar/slim\n\nfeat: slim mode"
    },
    {
      "commit": "1ed3c8c6dacb335e1d2434ad7f3eb36a3b33fb32",
      "tree": "0d388bad63b7754a6e93bb74036cf86cf1733567",
      "parents": [
        "77836c9f6d6896f11259cd47e141e07b20f182b3"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Tue Jun 17 07:37:52 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Tue Jun 17 07:42:35 2025 +0200"
      },
      "message": "feat: slim mode\n\nadded milvus-slim to Dockerfile.\n"
    },
    {
      "commit": "77836c9f6d6896f11259cd47e141e07b20f182b3",
      "tree": "0bedbf3c301f9bd818318adeee9ae5d9774dbb87",
      "parents": [
        "cc71248fefb806c52cf82fa50047eb2759930363"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sun Jun 15 07:29:26 2025 +0200"
      },
      "committer": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Sun Jun 15 07:37:09 2025 +0200"
      },
      "message": "feat: slim mode\n\nWhen slim: true is set, Operator will deploy a minimal set of resources allowing OpenServerless to run with less RAM and CPU usage\n"
    },
    {
      "commit": "cc71248fefb806c52cf82fa50047eb2759930363",
      "tree": "f9e98cffca2d1ea07243d53f04ea60a22ac3a9cf",
      "parents": [
        "de64f482d7a3068d8c399f49a12e4e8185eec4aa",
        "3f5ea9d9fff248984ca7df4785d130c69901f33d"
      ],
      "author": {
        "name": "Bruno Salzano",
        "email": "d4rkstar@gmail.com",
        "time": "Fri Jun 13 22:09:02 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 13 22:09:02 2025 +0200"
      },
      "message": "Merge pull request #58 from apache/dependabot/pip/requests-2.32.4\n\nchore(deps): bump requests from 2.32.3 to 2.32.4"
    }
  ],
  "next": "3f5ea9d9fff248984ca7df4785d130c69901f33d"
}
