)]}'
{
  "log": [
    {
      "commit": "e891f81f40cfda509cca823a6214beac8e83ecb7",
      "tree": "26a65232be06c2175824434866934761b19efa83",
      "parents": [
        "158f116af32e8824ec897c0c6d3022136e7481bb"
      ],
      "author": {
        "name": "mrproliu",
        "email": "741550557@qq.com",
        "time": "Fri Apr 03 15:19:58 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 03 15:19:58 2026 +0800"
      },
      "message": "Bump up banyanDB helm version (#182)"
    },
    {
      "commit": "158f116af32e8824ec897c0c6d3022136e7481bb",
      "tree": "cc12f6157f2f898c411e7d2399971fb07fcc93a7",
      "parents": [
        "ef1ca5b8a2febd13980dd629a34500802c99ed81"
      ],
      "author": {
        "name": "吴晟 Wu Sheng",
        "email": "wu.sheng@foxmail.com",
        "time": "Mon Mar 30 16:51:29 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 30 16:51:29 2026 +0800"
      },
      "message": "Remove eck-operator hard dependency for non-ES storage backends (#181)\n\n## Summary\n- Removed the standalone `eckOperator.enabled` flag. The eck-operator chart dependency now shares the `elasticsearch.enabled` condition, so it is only deployed when Elasticsearch is in use.\n- BanyanDB and PostgreSQL users no longer need to explicitly disable the ECK operator — setting `elasticsearch.enabled\u003dfalse` is sufficient.\n- Pinned `docker/login-action` to the Apache-approved SHA (v4.0.0) in CI workflows.\n- Updated the ES e2e test to pre-install ECK CRDs separately (required because Helm validates CRs against the API server before applying)."
    },
    {
      "commit": "ef1ca5b8a2febd13980dd629a34500802c99ed81",
      "tree": "5b4e129f9901198ccec9b5c14773c641a8f67e9a",
      "parents": [
        "1336c1b1f13942d19511f1c1ca9534f1d849ab45"
      ],
      "author": {
        "name": "mrproliu",
        "email": "741550557@qq.com",
        "time": "Mon Mar 16 21:02:24 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 16 21:02:24 2026 +0800"
      },
      "message": "Bump up banyanDB helm version to 0.6.0-rc5 (#179)"
    },
    {
      "commit": "1336c1b1f13942d19511f1c1ca9534f1d849ab45",
      "tree": "9dd08f4776da11fd57e8a3914797306e881ea213",
      "parents": [
        "b12863c600f9651fd609c4523d3aaa6d6e89b637"
      ],
      "author": {
        "name": "mrproliu",
        "email": "741550557@qq.com",
        "time": "Fri Mar 06 17:18:29 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 06 17:18:29 2026 +0800"
      },
      "message": "Bump up banyanDB helm version (#178)"
    },
    {
      "commit": "b12863c600f9651fd609c4523d3aaa6d6e89b637",
      "tree": "2138d9954ab93653a307dfaff83e2b3f45810bc2",
      "parents": [
        "2850db1502283a2d8516146c57cc2b49f1da934b"
      ],
      "author": {
        "name": "吴晟 Wu Sheng",
        "email": "wu.sheng@foxmail.com",
        "time": "Fri Feb 27 10:54:19 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 27 10:54:19 2026 +0800"
      },
      "message": "Fix SWCK oapserverconfig e2e version mismatch (#177)\n\nFix SWCK oapserverconfig e2e test for latest OAP compatibility\n\nTwo issues prevented the oapserverconfig test from passing with the\nlatest OAP images:\n\n1. OAPServerConfig spec.version (9.5.0) didn\u0027t match OAPServer (latest),\n   so the SWCK operator never applied the config and the pod was never\n   restarted, causing a timeout.\n\n2. The LAL rule from SWCK v0.9.0 was missing the layer property required\n   by the latest OAP, so log_count metrics were never produced and\n   log_count_info verification failed with all-zero values. This was\n   fixed upstream in apache/skywalking-swck#177.\n\nSwitch from SWCK v0.9.0 to the latest commit (e98e180) which includes\nthe LAL layer fix, and add sed to align the version field.\n"
    },
    {
      "commit": "2850db1502283a2d8516146c57cc2b49f1da934b",
      "tree": "c9506ee543f2b26bd2b3c6d4bf2e63c478b3b257",
      "parents": [
        "0cc9491e1ceb24e82e9d9cc298c930c321297674"
      ],
      "author": {
        "name": "吴晟 Wu Sheng",
        "email": "wu.sheng@foxmail.com",
        "time": "Fri Feb 27 09:13:23 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 27 09:13:23 2026 +0800"
      },
      "message": "Upgrade Elasticsearch dependency to ECK 8.18.8 (#176)\n\n## Upgrade Elasticsearch dependency to ECK 8.18.8\n\n### Chart changes\n- Replace deprecated `elasticsearch` subchart with ECK (`eck-operator` 3.3.1 + `eck-elasticsearch` 0.18.1, Elasticsearch 8.18.8)\n- Update `_helpers.tpl` with ECK-aware naming, `wait-for-storage` init container, and auth secret handling\n- Rewrite `values.yaml` to use ECK configuration (nodeSets, TLS, auth) instead of old master/data/client topology\n- Update `values-my-es.yaml` example for external ES with ECK disabled\n- Update `README.md` with new parameter tables and install examples\n\n### E2E test improvements\n- Consolidate `env.swck` into a single `test/e2e/env` file\n- Migrate all SWCK e2e tests from fetching remote YAML to local template files with configurable image tags\n- Migrate SWCK tests to use BanyanDB helm chart instead of hardcoded images\n- Add local SWCK test resource files (`skywalking-components.yaml`, `skywalking-components-elasticsearch.yaml`, `skywalking-components-satellite.yaml`)\n- Fix oapserverconfig test timeout caused by shell variable lost across separate e2e steps\n- Fix trigger configuration (`times: 0`) for continuous metric generation\n- Fix ECK operator StatefulSet wait logic in ES e2e test\n"
    },
    {
      "commit": "0cc9491e1ceb24e82e9d9cc298c930c321297674",
      "tree": "1305695bfec02d7f94155e9101a0549a4d179ce7",
      "parents": [
        "51c5d39635fdd956083913d7994ed9f031f38689"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Mon Feb 09 13:23:59 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 09 13:23:59 2026 +0800"
      },
      "message": "Update banyandb version to 0.6.0-rc3 (#175)\n\n"
    },
    {
      "commit": "51c5d39635fdd956083913d7994ed9f031f38689",
      "tree": "57c90e6331fdf4a8ccb30ca233571d5a3693a28b",
      "parents": [
        "72ea308653ab7fd9889065dd15880e34871b8ab3"
      ],
      "author": {
        "name": "mrproliu",
        "email": "741550557@qq.com",
        "time": "Tue Jan 27 15:40:19 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 27 20:40:19 2026 +1300"
      },
      "message": "Bump up banyanDB helm version to 0.6.0-rc2 (#174)\n\n"
    },
    {
      "commit": "72ea308653ab7fd9889065dd15880e34871b8ab3",
      "tree": "9e44677297faedcb1a4c215e418138b16f07aafa",
      "parents": [
        "933ee29a56ff93c07ebd24148184b26d7c1b98bc"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Sun Jan 25 10:59:23 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jan 25 15:59:23 2026 +1300"
      },
      "message": "Update banyandb version to 0.6.0-rc1 (#173)\n\n"
    },
    {
      "commit": "933ee29a56ff93c07ebd24148184b26d7c1b98bc",
      "tree": "e249231f0060d1c2735f8aa69fe4ab9a1ca86f18",
      "parents": [
        "6a2672586324184f46b867b1e370aa90ad8d3925"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Wed Jan 14 17:35:11 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 14 17:35:11 2026 +0800"
      },
      "message": "Update skywalking-banyandb-helm version to 0.6.0-rc0 (#172)\n\n"
    },
    {
      "commit": "6a2672586324184f46b867b1e370aa90ad8d3925",
      "tree": "bffc7a312c8ed2ecf4c3b18fba9f811a117d47dd",
      "parents": [
        "26ae7b39c00e1f4a5f9a6c5e3eff8801d32527c9"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Thu Dec 25 16:58:31 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 25 16:58:31 2025 +0800"
      },
      "message": "chore: draft release for 4.8.0 (#171)\n\n"
    },
    {
      "commit": "26ae7b39c00e1f4a5f9a6c5e3eff8801d32527c9",
      "tree": "94b1dbad98bb067b6c498b1989d82160f51731bc",
      "parents": [
        "006d6281b256f14b74d279e90d82e856cf0f6fad"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Sun Dec 07 09:30:22 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 07 09:30:22 2025 +0800"
      },
      "message": "Update skywalking-banyandb-helm version to 0.5.3 (#170)\n\n"
    },
    {
      "commit": "006d6281b256f14b74d279e90d82e856cf0f6fad",
      "tree": "37b93bc6ee639d3e521ad3fca682e7c57378aeb5",
      "parents": [
        "8384ed78742f44431b2d693ac37c5b58c4d194b0"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Thu Nov 27 11:40:54 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 27 11:40:54 2025 +0800"
      },
      "message": "chore: draft 4.8.0 (#169)\n\n"
    },
    {
      "commit": "8384ed78742f44431b2d693ac37c5b58c4d194b0",
      "tree": "dfa67fd7145e0cceec02dec62c4738aa9620f7a2",
      "parents": [
        "fbe7dfe5659c77925cc7ed40a3d348f90812132b"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Tue Nov 25 14:50:06 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 25 14:50:06 2025 +0800"
      },
      "message": "chore: bump BanyanDB Helm version to 0.5.2 and update OAP/UI image tags to 10.3.0 (#168)\n\n"
    },
    {
      "commit": "fbe7dfe5659c77925cc7ed40a3d348f90812132b",
      "tree": "d6ba070685ffab03e7321a13179f9f52ef129e8b",
      "parents": [
        "f4c5b28dbfaad731624280e9f8d8635edea9d54d"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Tue Oct 28 12:06:19 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 28 12:06:19 2025 +0800"
      },
      "message": "Update skywalking-banyandb-helm version to 0.5.0 (#167)\n\n"
    },
    {
      "commit": "f4c5b28dbfaad731624280e9f8d8635edea9d54d",
      "tree": "e73fd95f5f93907392d62e902a615baca3924b6e",
      "parents": [
        "133cfc420dd7c278445d714490898eb5cd5a90f0"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Fri Sep 12 16:32:00 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Sep 12 16:32:00 2025 +0800"
      },
      "message": "feat: update Banyandb configuration and authentication settings  (#166)\n\n"
    },
    {
      "commit": "133cfc420dd7c278445d714490898eb5cd5a90f0",
      "tree": "33b2d3ce56154a0f8eefb02584f6295b88a4d309",
      "parents": [
        "dcffdfab6702c2cb2aaae1f307b74791e4ea1bbc"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Thu Aug 14 12:17:58 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 14 12:17:58 2025 +0800"
      },
      "message": "fix: update skywalking-banyandb-helm version to 0.5.0-rc3 (#165)\n\n"
    },
    {
      "commit": "dcffdfab6702c2cb2aaae1f307b74791e4ea1bbc",
      "tree": "6e7298eed4a74afb6606ec4817906a2f262d2834",
      "parents": [
        "e55e80ea3f48635f7fc7b62741d9022a7842b108"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Wed Aug 13 07:51:43 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 13 07:51:43 2025 +0800"
      },
      "message": "Update Chart.yaml (#164)\n\n"
    },
    {
      "commit": "e55e80ea3f48635f7fc7b62741d9022a7842b108",
      "tree": "620f82bdacb4494b7797b6852bf0f3a11e7fa91c",
      "parents": [
        "ea789a5633ad02ab704ddabb92aa067ee7705b09"
      ],
      "author": {
        "name": "Noodles Wang",
        "email": "noodles.wang@mercaso.com",
        "time": "Thu Jul 31 19:01:54 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 31 19:01:54 2025 +0800"
      },
      "message": "fix: inconsistency in volumes/volumeMounts between oap and init job\n\n"
    },
    {
      "commit": "ea789a5633ad02ab704ddabb92aa067ee7705b09",
      "tree": "e2f0dae2bf83919d4c3f51a6db8590b1625198e5",
      "parents": [
        "6fe5e6f0d3b7686c6be0457733e825ee68cb9b35"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Mon May 12 19:15:20 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 12 19:15:20 2025 +0800"
      },
      "message": "Bump up banyandb-helm (#162)\n\n"
    },
    {
      "commit": "6fe5e6f0d3b7686c6be0457733e825ee68cb9b35",
      "tree": "3d62bc904fd529c8d12b5dcde8c8c55501c1070f",
      "parents": [
        "8ead6c431f4245034648f7afa90e4dfeeb090cb5"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Mon Oct 14 10:06:44 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 14 10:06:44 2024 +0800"
      },
      "message": "Release 4.7.0 (#161)\n\n"
    },
    {
      "commit": "8ead6c431f4245034648f7afa90e4dfeeb090cb5",
      "tree": "503fb27d1d672b6c87aff4116a40cabc49159b62",
      "parents": [
        "3fa77be6033745d5e6adaaf135fd930c32ff809e"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Mon Oct 14 09:13:22 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 14 09:13:22 2024 +0800"
      },
      "message": "Bump up skywalking-banyandb-helm (#160)\n\nSigned-off-by: Gao Hongtao \u003chanahmily@gmail.com\u003e"
    },
    {
      "commit": "3fa77be6033745d5e6adaaf135fd930c32ff809e",
      "tree": "bb275a7310cbec82e10398d342069418c1de23a0",
      "parents": [
        "025d780364ae747b5b543619bd9fde18e14a4987"
      ],
      "author": {
        "name": "吴晟 Wu Sheng",
        "email": "wu.sheng@foxmail.com",
        "time": "Sun Oct 06 23:07:01 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Oct 06 23:07:01 2024 +0800"
      },
      "message": "Bump up OAP to 10.1.0 (#159)\n\n"
    },
    {
      "commit": "025d780364ae747b5b543619bd9fde18e14a4987",
      "tree": "b933c6be7666548c2c31baa02f5f35298c943421",
      "parents": [
        "d9c49fa487bd82444bc3890ab971dac55a868ac2"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Sun Sep 15 09:49:09 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Sep 15 09:49:09 2024 +0800"
      },
      "message": "Bump up BanyanDB Helm version to 0.3.0 (#158)\n\n* Bump up BanyanDB Helm version to 0.3.0\r\n\r\n---------\r\n\r\nSigned-off-by: Gao Hongtao \u003chanahmily@gmail.com\u003e"
    },
    {
      "commit": "d9c49fa487bd82444bc3890ab971dac55a868ac2",
      "tree": "de286f11268590019acaf8dd6b5806dacd9c0af1",
      "parents": [
        "e9bbdc37466c2870dd33bc9b8c5b90c9fa951a38"
      ],
      "author": {
        "name": "Huang Youliang",
        "email": "butterbright0504@gmail.com",
        "time": "Mon Aug 12 21:11:46 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 12 21:11:46 2024 +0800"
      },
      "message": "Bump up SkyWalking Infra E2E version and set kind version to v1.21.14 (#157)\n\n"
    },
    {
      "commit": "e9bbdc37466c2870dd33bc9b8c5b90c9fa951a38",
      "tree": "5f5b9167319b7d3251379837b211e53780331888",
      "parents": [
        "3effe7bcbabeea60cb5ede3e04f5abae1ab9cf2f"
      ],
      "author": {
        "name": "2005wind",
        "email": "2005wind@gmail.com",
        "time": "Wed Jul 24 11:26:10 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 24 11:26:10 2024 +0800"
      },
      "message": "fix including-space issue in the rbac name (#156)\n\n"
    },
    {
      "commit": "3effe7bcbabeea60cb5ede3e04f5abae1ab9cf2f",
      "tree": "00e843f156a212aa070463162e316e9f74d3a80d",
      "parents": [
        "1335f15bf821a40a7cd71448fa805f0be265afcc"
      ],
      "author": {
        "name": "YuBing",
        "email": "ybak@qq.com",
        "time": "Mon Jul 08 19:34:45 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 08 19:34:45 2024 +0800"
      },
      "message": "Add auth password for user `postgres` (#155)\n\n"
    },
    {
      "commit": "1335f15bf821a40a7cd71448fa805f0be265afcc",
      "tree": "1c5ffe824a563eeafcb7f340892ae67fcb88620e",
      "parents": [
        "ee7f8089119c28d0b3ea9afec41a5a563246fea2"
      ],
      "author": {
        "name": "mrproliu",
        "email": "741550557@qq.com",
        "time": "Wed Jul 03 08:39:51 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 03 16:39:51 2024 +0800"
      },
      "message": "Adding secret mount in the OAP (#154)\n\n"
    },
    {
      "commit": "ee7f8089119c28d0b3ea9afec41a5a563246fea2",
      "tree": "c2f46ad2ad5d70db9e5d2dffb66faf1927e3730f",
      "parents": [
        "0340e0277c06744bbac80656063f8667418265a5"
      ],
      "author": {
        "name": "Huang Youliang",
        "email": "butterbright0504@gmail.com",
        "time": "Tue Jun 25 11:18:14 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 25 11:18:14 2024 +0800"
      },
      "message": "Fix incorrect link syntax (#153)\n\n"
    },
    {
      "commit": "0340e0277c06744bbac80656063f8667418265a5",
      "tree": "9e137ed73e0a74e79a19ff6bef32e9c09fea0b27",
      "parents": [
        "739dbe570f5ca84b31416ad374640cf2e9cfaa7d"
      ],
      "author": {
        "name": "Huang Youliang",
        "email": "butterbright0504@gmail.com",
        "time": "Sat Jun 22 23:54:52 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 22 23:54:52 2024 +0800"
      },
      "message": "Improve the guide on setting up SkyWalking with BanyanDB (#152)\n\n"
    },
    {
      "commit": "739dbe570f5ca84b31416ad374640cf2e9cfaa7d",
      "tree": "421042580b4d4ac6ad931519ec2d15a867ff328c",
      "parents": [
        "8b7d8357237142f13893526b84c8c48f2c978ba1"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Wed May 22 10:23:22 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 22 10:23:22 2024 +0800"
      },
      "message": "Make release process work with Linux (#150)\n\n* Make release process work with Linux\r\n\r\n---------\r\n\r\nSigned-off-by: Gao Hongtao \u003chanahmily@gmail.com\u003e"
    },
    {
      "commit": "8b7d8357237142f13893526b84c8c48f2c978ba1",
      "tree": "f6852c4bf51b6f7170a5a8c374ab200b9009fa8e",
      "parents": [
        "ea4091ce4e7b74285409da232874c16ccb405f8b"
      ],
      "author": {
        "name": "Gao Hongtao",
        "email": "hanahmily@gmail.com",
        "time": "Tue May 21 11:29:14 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 21 11:29:14 2024 +0800"
      },
      "message": "Bump up OAP and UI to 10.0.0 (#149)\n\n"
    },
    {
      "commit": "ea4091ce4e7b74285409da232874c16ccb405f8b",
      "tree": "87afc3e944e20e5bf0b055eb7153b90bea7269bb",
      "parents": [
        "1741f5a0959b85faaf0a2fc6bbd7b550ec330280"
      ],
      "author": {
        "name": "Huang Youliang",
        "email": "butterbright0504@gmail.com",
        "time": "Tue May 21 10:55:28 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 21 10:55:28 2024 +0800"
      },
      "message": "Bump up banyandb helm version to 0.2.0 (#147)\n\n"
    },
    {
      "commit": "1741f5a0959b85faaf0a2fc6bbd7b550ec330280",
      "tree": "b4b9669f2377a0849099419644692deb47ab777f",
      "parents": [
        "917a6ff8bb20c2dca843df4317dcd3d9a337dff6"
      ],
      "author": {
        "name": "Ye Cao",
        "email": "caoye.cao@alibaba-inc.com",
        "time": "Sun Apr 28 09:27:41 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Apr 28 09:27:41 2024 +0800"
      },
      "message": "Adapt operator helm chart to v0.9.0 (#146)\n\n* Adapt the helm chart of operator to swck v0.9.0\r\n\r\n* Add the swck e2e test.\r\n\r\n---------\r\n\r\nSigned-off-by: Ye Cao \u003ccaoye.cao@alibaba-inc.com\u003e"
    },
    {
      "commit": "917a6ff8bb20c2dca843df4317dcd3d9a337dff6",
      "tree": "aa1287570a5af78091ddd4c1e810e82c80d8f16e",
      "parents": [
        "3eb9fc8235fd3a773650d1f08adfccfd5d0745fc"
      ],
      "author": {
        "name": "Huang Youliang",
        "email": "52878305+ButterBright@users.noreply.github.com",
        "time": "Wed Mar 27 20:27:49 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 27 20:27:49 2024 +0800"
      },
      "message": "Integrate BanyanDB cluster as storage solution (#145)\n\n"
    },
    {
      "commit": "3eb9fc8235fd3a773650d1f08adfccfd5d0745fc",
      "tree": "4a71e37c8013762098669bbfbaf01e20c235dccf",
      "parents": [
        "aa2c3e195f9c2d49549bea7ae592166e7b496da6"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Tue Feb 27 16:39:56 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 27 16:39:56 2024 +0800"
      },
      "message": "Add doc to re-run OAP init job (#144)\n\n"
    },
    {
      "commit": "aa2c3e195f9c2d49549bea7ae592166e7b496da6",
      "tree": "dff09b5e615af1787b81cb2628e0239d0b7608f3",
      "parents": [
        "dac1606b3190fd92937e02cc3770c21f66148731"
      ],
      "author": {
        "name": "Sean Killeen",
        "email": "SeanKilleen@gmail.com",
        "time": "Thu Jan 11 19:11:21 2024 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jan 12 08:11:21 2024 +0800"
      },
      "message": "Fix values.yaml link (#143)\n\n"
    },
    {
      "commit": "dac1606b3190fd92937e02cc3770c21f66148731",
      "tree": "9a39219628dabf2dcce33a5526235cd1bd9d7f3b",
      "parents": [
        "c281699ee79e2f41d38e67223ff00fcb269c784a"
      ],
      "author": {
        "name": "ScribblerCoder",
        "email": "35840617+ScribblerCoder@users.noreply.github.com",
        "time": "Mon Dec 04 03:49:01 2023 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 04 08:49:01 2023 +0800"
      },
      "message": "Add another subpath level to `values.yaml` oap config override (#142)\n\n"
    },
    {
      "commit": "c281699ee79e2f41d38e67223ff00fcb269c784a",
      "tree": "52164b03f8845a7b2b0ae95cd533045ae897c2eb",
      "parents": [
        "e651c381abe661e5a38ab1607758aae893b3dbeb"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Fri Nov 17 11:07:05 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 17 11:07:05 2023 +0800"
      },
      "message": "Fix wrong legacy config mount (#141)\n\n"
    },
    {
      "commit": "e651c381abe661e5a38ab1607758aae893b3dbeb",
      "tree": "da33222b0a9c2254a3f4e7e90f59d67d623e4766",
      "parents": [
        "e32d22eb4d39341959039b3ce38bcd43b0e75d59"
      ],
      "author": {
        "name": "Wan Kai",
        "email": "wankai123@foxmail.com",
        "time": "Tue Nov 14 22:02:41 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 14 22:02:41 2023 +0800"
      },
      "message": "Update banyandb client connection (#140)\n\n"
    },
    {
      "commit": "e32d22eb4d39341959039b3ce38bcd43b0e75d59",
      "tree": "fabf836ebbc20399b288ea93e2a1945a70719d64",
      "parents": [
        "2c3bc14085a2b2a842f93d59957bdbf22ab9f1ed"
      ],
      "author": {
        "name": "吴晟 Wu Sheng",
        "email": "wu.sheng@foxmail.com",
        "time": "Mon Nov 13 15:56:57 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 13 15:56:57 2023 +0800"
      },
      "message": "Update the default OAP/UI versions to 9.6.0 (#139)\n\n* update-versions\r\n\r\n* Update README.md"
    },
    {
      "commit": "2c3bc14085a2b2a842f93d59957bdbf22ab9f1ed",
      "tree": "64b310d29ba46b082df458cf1b255acf84f57eb2",
      "parents": [
        "138f55f81b544bd50b9c9e613244fa4dba6d1fb4"
      ],
      "author": {
        "name": "Raed Habib",
        "email": "146723294+rh-at@users.noreply.github.com",
        "time": "Wed Nov 01 18:29:52 2023 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 01 23:29:52 2023 +0800"
      },
      "message": "fix annotation indentation (#138)\n\n"
    },
    {
      "commit": "138f55f81b544bd50b9c9e613244fa4dba6d1fb4",
      "tree": "15dd338386f882a8c8cd78c7ff58cf0a5b2d29f2",
      "parents": [
        "36825bc177f1b1ddf9e7c6444f5e4ad96f1c8c44"
      ],
      "author": {
        "name": "Harry",
        "email": "innerpeace.zhai@gmail.com",
        "time": "Mon Oct 30 20:03:22 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 30 20:03:22 2023 +0800"
      },
      "message": "doc: supplement the document for oap service (#137)\n\n"
    },
    {
      "commit": "36825bc177f1b1ddf9e7c6444f5e4ad96f1c8c44",
      "tree": "aa61672cbeef644c216e390dcd5e54527dc0b929",
      "parents": [
        "019d008b94bb2c6a05c13e0807d846286f79ab4c"
      ],
      "author": {
        "name": "Raed Habib",
        "email": "146723294+rh-at@users.noreply.github.com",
        "time": "Mon Oct 30 02:19:20 2023 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 30 07:19:20 2023 +0800"
      },
      "message": "add support to oap service annotations (#136)\n\n"
    },
    {
      "commit": "019d008b94bb2c6a05c13e0807d846286f79ab4c",
      "tree": "9721a17e76eb40adc910059eada615e1aba6d6f0",
      "parents": [
        "331522d46dfb3e46dcc37943a942194720925015"
      ],
      "author": {
        "name": "Huang Youliang",
        "email": "52878305+ButterBright@users.noreply.github.com",
        "time": "Wed Oct 11 11:29:39 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 10 22:29:39 2023 -0500"
      },
      "message": "Fix doc (#135)\n\n"
    },
    {
      "commit": "331522d46dfb3e46dcc37943a942194720925015",
      "tree": "20c4c60b143cc233532259e2f47ac80367389966",
      "parents": [
        "1cadd6dbfa079585ae4a189d802b3a1c2e8e2d99"
      ],
      "author": {
        "name": "ButterBright",
        "email": "52878305+ButterBright@users.noreply.github.com",
        "time": "Tue Oct 10 20:48:58 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 10 07:48:58 2023 -0500"
      },
      "message": "Modify jobs name (#134)\n\n"
    },
    {
      "commit": "1cadd6dbfa079585ae4a189d802b3a1c2e8e2d99",
      "tree": "00dbc4eecd1905f8da1e51ed155c7babc9edd6c7",
      "parents": [
        "74de2d71e1961f6eebbf0af7f6ed919c3a988559"
      ],
      "author": {
        "name": "ButterBright",
        "email": "52878305+ButterBright@users.noreply.github.com",
        "time": "Tue Oct 10 17:09:33 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 10 17:09:33 2023 +0800"
      },
      "message": "Integrate BanyanDB as storage solution (#126)\n\n"
    },
    {
      "commit": "74de2d71e1961f6eebbf0af7f6ed919c3a988559",
      "tree": "4278a0419eb334e6399c8106aca9a27c26ab4729",
      "parents": [
        "3c6988593f74281830a6a2f273f4d1c3c2d28b0b"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Mon Oct 09 14:56:57 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 09 01:56:57 2023 -0500"
      },
      "message": "Increase ES watermark in tests (#133)\n\n"
    },
    {
      "commit": "3c6988593f74281830a6a2f273f4d1c3c2d28b0b",
      "tree": "85a66795baf0d2c3705ef29f80dc24001c40347a",
      "parents": [
        "5d27c632ec95f2ce9a7edbfa5fa128551d8bc9e0"
      ],
      "author": {
        "name": "吴晟 Wu Sheng",
        "email": "wu.sheng@foxmail.com",
        "time": "Mon Oct 09 11:21:31 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Oct 08 22:21:31 2023 -0500"
      },
      "message": "Add ghcr login in the e2e (#131)\n\n"
    },
    {
      "commit": "5d27c632ec95f2ce9a7edbfa5fa128551d8bc9e0",
      "tree": "5c2ee22fc6064d59d599ed4a262ed3e29147fb63",
      "parents": [
        "a14f386063fffc61ed9b396e1328b76d33239aba"
      ],
      "author": {
        "name": "Harry",
        "email": "innerpeace.zhai@gmail.com",
        "time": "Mon Oct 09 10:26:33 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Oct 08 21:26:33 2023 -0500"
      },
      "message": "update repository (#132)\n\n"
    },
    {
      "commit": "a14f386063fffc61ed9b396e1328b76d33239aba",
      "tree": "dc533f23fe2a12d1d6fb8b048fb89a2b695f1277",
      "parents": [
        "929453fccf93a111fb0de5d6330111e1a9761b83"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Sun Oct 08 14:39:10 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Oct 08 14:39:10 2023 +0800"
      },
      "message": "Rename helm repo name (#130)\n\n"
    },
    {
      "commit": "929453fccf93a111fb0de5d6330111e1a9761b83",
      "tree": "206c16dc3563aea4ee34bca754729b6d101f6863",
      "parents": [
        "16e650581cb729211c9d1c2475b588d5b312dc85"
      ],
      "author": {
        "name": "吴晟 Wu Sheng",
        "email": "wu.sheng@foxmail.com",
        "time": "Sat Aug 12 20:47:10 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Aug 12 20:47:10 2023 +0800"
      },
      "message": "Update README.md (#129)\n\n"
    },
    {
      "commit": "16e650581cb729211c9d1c2475b588d5b312dc85",
      "tree": "d70a267bc8faa4c04669f0f933900074eb5cf35d",
      "parents": [
        "73f5788997b0c5d54eb87317255e3e29bf9e1058"
      ],
      "author": {
        "name": "Harry",
        "email": "innerpeace.zhai@gmail.com",
        "time": "Wed Jul 26 11:14:24 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 26 11:14:24 2023 +0800"
      },
      "message": "Add doc for oap init job metadata labels. (#128)\n\n"
    },
    {
      "commit": "73f5788997b0c5d54eb87317255e3e29bf9e1058",
      "tree": "c405b09ff447e30b1b6748f7a2f3b04192e4b0e1",
      "parents": [
        "e7b653ffcc43a084f8dbf68325e956508921dff1"
      ],
      "author": {
        "name": "ChrisFisher",
        "email": "55266940+Yangfisher1@users.noreply.github.com",
        "time": "Tue Jul 25 21:38:01 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 25 21:38:01 2023 +0800"
      },
      "message": "Adding support for zipkin UI (#127)\n\n"
    },
    {
      "commit": "e7b653ffcc43a084f8dbf68325e956508921dff1",
      "tree": "9e7ad508903b420c299acdffd94daa2af1686ff0",
      "parents": [
        "a21482a9f74eb073c1f5f3addb3c36781842564a"
      ],
      "author": {
        "name": "eric-futureself",
        "email": "135892072+eric-futureself@users.noreply.github.com",
        "time": "Mon Jul 24 20:25:29 2023 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 24 20:25:29 2023 -0700"
      },
      "message": "Add `extraPodLabels` to `oapInit` so Job can have additional labels (#125)\n\n"
    },
    {
      "commit": "a21482a9f74eb073c1f5f3addb3c36781842564a",
      "tree": "7ebb45b29e8018981fd8bf13ed5a204d57af663d",
      "parents": [
        "7ca830ff3adb48d8835fc006b0ef819b9bb754ba"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Mon Jul 10 11:58:01 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 10 11:58:01 2023 +0800"
      },
      "message": "Prepare for 4.5.0 (#124)\n\n"
    },
    {
      "commit": "7ca830ff3adb48d8835fc006b0ef819b9bb754ba",
      "tree": "585c29827168a959735424294ea43e34451e636e",
      "parents": [
        "e2c61c6774cf377b23516fca6f8a1e119d3191c5"
      ],
      "author": {
        "name": "Harry",
        "email": "innerpeace.zhai@gmail.com",
        "time": "Thu Jul 06 14:49:51 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 06 08:49:51 2023 +0200"
      },
      "message": "Update contact information (#123)\n\n"
    },
    {
      "commit": "e2c61c6774cf377b23516fca6f8a1e119d3191c5",
      "tree": "e79428d1ddac8ef8bffc9d65f69ea76086c93647",
      "parents": [
        "50fc4819a119706e4da9bcff9c55151a729406be"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Tue Jun 20 20:20:23 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 20 20:20:23 2023 +0800"
      },
      "message": "Add Istio ServiceEntry permissions (#122)\n\n"
    },
    {
      "commit": "50fc4819a119706e4da9bcff9c55151a729406be",
      "tree": "b89ad07c01e0c593a0b2d5e83c3df078c924c7bb",
      "parents": [
        "24a886ba39fb1775d24b27fdf0b577754abc2f84"
      ],
      "author": {
        "name": "mrproliu",
        "email": "741550557@qq.com",
        "time": "Tue Jun 13 10:03:55 2023 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 13 18:03:55 2023 +0800"
      },
      "message": "Adding the `configmap` into cluster role for oap init mode (#121)\n\n"
    },
    {
      "commit": "24a886ba39fb1775d24b27fdf0b577754abc2f84",
      "tree": "c76ca622008c17d1588037d6811b77ce7709c452",
      "parents": [
        "6df69f01882b4d58367687a661267d01e30e573c"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Wed May 17 15:06:26 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 17 15:06:26 2023 +0800"
      },
      "message": "Polish the doc about how to install specific ES version (#119)\n\n"
    },
    {
      "commit": "6df69f01882b4d58367687a661267d01e30e573c",
      "tree": "5b1afb65162f4e12e1e538c5fd92a41f84c33d08",
      "parents": [
        "670d7053aab8dfbed9e325f9f3345dc6696e6352"
      ],
      "author": {
        "name": "Ye Cao",
        "email": "dashanjic@gmail.com",
        "time": "Wed Apr 26 14:43:50 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 26 14:43:50 2023 +0800"
      },
      "message": "Trunc the resource name in swck\u0027s helm chart to no more than 63 characters. (#118)\n\nSigned-off-by: dashanji \u003cdashanjic@gmail.com\u003e"
    },
    {
      "commit": "670d7053aab8dfbed9e325f9f3345dc6696e6352",
      "tree": "6de31a388b28bf733bba789f8032e54f0d572702",
      "parents": [
        "8c143d7203ef3ed0e067646390609d0db06a2cc9"
      ],
      "author": {
        "name": "mrproliu",
        "email": "741550557@qq.com",
        "time": "Mon Apr 10 18:23:05 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 10 18:23:05 2023 +0800"
      },
      "message": "Add `pprof` port export in satellite (#117)\n\n"
    },
    {
      "commit": "8c143d7203ef3ed0e067646390609d0db06a2cc9",
      "tree": "5e2dc412c7798f3eade83ea1f8823ad05bc8ec43",
      "parents": [
        "8cf4be873ca693340408b854d128d97fd088614e"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Sun Mar 26 11:22:04 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 26 11:22:04 2023 +0800"
      },
      "message": "Allow setting env for UI deployment (#116)\n\n"
    },
    {
      "commit": "8cf4be873ca693340408b854d128d97fd088614e",
      "tree": "cb270c137a684d055b739fdd4d1c2dfe9407d18c",
      "parents": [
        "8489b953ceb1508407918ce276f6d0f8f5e92f25"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Fri Mar 24 17:44:18 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 24 17:44:18 2023 +0800"
      },
      "message": "Add `cert-manager` sub-chart as quick start (#115)\n\nAlso unify the feature switch name to `enabled`."
    },
    {
      "commit": "8489b953ceb1508407918ce276f6d0f8f5e92f25",
      "tree": "0fb8bb53bd5f4066fd616acd827543175a5ca343",
      "parents": [
        "febbcac96fef0974fb94abee647dab116f7c20a5"
      ],
      "author": {
        "name": "innerpeacez",
        "email": "innerpeace.zhai@gmail.com",
        "time": "Thu Mar 23 12:25:26 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 23 12:25:26 2023 +0800"
      },
      "message": "post-rollback hook (#114)\n\n"
    },
    {
      "commit": "febbcac96fef0974fb94abee647dab116f7c20a5",
      "tree": "8183f8439824d0c9dd70b3430fb099b71f1c7350",
      "parents": [
        "4fc8c745c24d2081945b2ddb8ce5828486d76e47"
      ],
      "author": {
        "name": "innerpeacez",
        "email": "innerpeace.zhai@gmail.com",
        "time": "Wed Mar 22 14:57:58 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 22 14:57:58 2023 +0800"
      },
      "message": "add namespaces resources (#113)\n\n"
    },
    {
      "commit": "4fc8c745c24d2081945b2ddb8ce5828486d76e47",
      "tree": "1e28460d0c03ab609c66eff8fccaf6809c12e84e",
      "parents": [
        "7d3837e48bcd4c4c59edb5dd580f53c8a98ae1fd"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Wed Mar 22 14:13:34 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 22 14:13:34 2023 +0800"
      },
      "message": "Deploy swck snapshot charts (#112)\n\n"
    },
    {
      "commit": "7d3837e48bcd4c4c59edb5dd580f53c8a98ae1fd",
      "tree": "6d1980c249361f16d1b6e27a61dbf63a70760196",
      "parents": [
        "9f69825d1eda3596f77132392bcd6df6c37274fc"
      ],
      "author": {
        "name": "innerpeacez",
        "email": "innerpeace.zhai@gmail.com",
        "time": "Thu Mar 09 19:27:57 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 09 19:27:57 2023 +0800"
      },
      "message": "default rbac for oap (#111)\n\n"
    },
    {
      "commit": "9f69825d1eda3596f77132392bcd6df6c37274fc",
      "tree": "3e0b404dc8ec182c06e6e24b2fb9a7da464d6ca2",
      "parents": [
        "9ddb4b441635b5758dc756d569ce7c44bf1a5f66"
      ],
      "author": {
        "name": "innerpeacez",
        "email": "innerpeace.zhai@gmail.com",
        "time": "Tue Mar 07 13:52:32 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 07 13:52:32 2023 +0800"
      },
      "message": "use default startupProbe (#110)\n\n"
    },
    {
      "commit": "9ddb4b441635b5758dc756d569ce7c44bf1a5f66",
      "tree": "79be29c122f786c863837fad8f42b5ec578b1a02",
      "parents": [
        "f9218e4dfcad6b76265f7f8ad9727bad294f6069"
      ],
      "author": {
        "name": "Rahul Bajaj",
        "email": "rahulrb0509@gmail.com",
        "time": "Mon Mar 06 20:05:25 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 07 09:05:25 2023 +0800"
      },
      "message": "Use startup probe option for first initialization of application (#108)\n\nApplications take longer to start up the first time. In these situations, setting up liveness probe parameters might be challenging without sacrificing the quick response time that led to the probe\u0027s creation. Setting up a startup probe with the same command, HTTP or TCP check, and a failureThreshold * periodSeconds long enough to account for the worst-case startup delay is therefore a good idea."
    },
    {
      "commit": "f9218e4dfcad6b76265f7f8ad9727bad294f6069",
      "tree": "a4d64d4a04bc2f8a9a7dd309d3288e01d903595d",
      "parents": [
        "e79906bdd46d492a20a6c49804805b4a3a4794ff"
      ],
      "author": {
        "name": "innerpeacez",
        "email": "innerpeace.zhai@gmail.com",
        "time": "Fri Feb 24 15:20:10 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Feb 24 15:20:10 2023 +0800"
      },
      "message": "Optimizing the use of dynamic configuration (#107)\n\n"
    },
    {
      "commit": "e79906bdd46d492a20a6c49804805b4a3a4794ff",
      "tree": "0a5ded852145cd47d321ba66e090616d84feb2bb",
      "parents": [
        "610e23ed89928cfd3c759eec7c5f3889ed44d6a7"
      ],
      "author": {
        "name": "innerpeacez",
        "email": "innerpeace.zhai@gmail.com",
        "time": "Tue Feb 21 17:30:33 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 21 17:30:33 2023 +0800"
      },
      "message": "Keep the job name prefix the same as OAP Deployment name (#106)\n\n"
    },
    {
      "commit": "610e23ed89928cfd3c759eec7c5f3889ed44d6a7",
      "tree": "f1726e67219a1ccef725a96048322eccd650851f",
      "parents": [
        "19a1a73746d2db1a112e47a14610e7afc6e5bbcd"
      ],
      "author": {
        "name": "innerpeacez",
        "email": "innerpeace.zhai@gmail.com",
        "time": "Tue Feb 21 10:59:27 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 21 10:59:27 2023 +0800"
      },
      "message": "fix: readme markdown syntax error (#105)\n\n"
    },
    {
      "commit": "19a1a73746d2db1a112e47a14610e7afc6e5bbcd",
      "tree": "75e83962d5d99c37c53553e30306be9040b12156",
      "parents": [
        "396ad223fec0c8de5d94f9e49a414a3956c1f98d"
      ],
      "author": {
        "name": "Ye Cao",
        "email": "952129620@qq.com",
        "time": "Tue Jan 03 22:21:42 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 03 22:21:42 2023 +0800"
      },
      "message": "Add helm chart for swck v0.7.0 (#91)\n\n* Add helm chart for swck v0.7.0\r\n\r\nSigned-off-by: dashanji \u003cdashanjic@gmail.com\u003e"
    },
    {
      "commit": "396ad223fec0c8de5d94f9e49a414a3956c1f98d",
      "tree": "155274be92cfbac5b386c2f11eaa82e09cc4ff28",
      "parents": [
        "7dc60791a2257c55046d8394e6b39473b415c57c"
      ],
      "author": {
        "name": "zshrine",
        "email": "36724502+zshrine@users.noreply.github.com",
        "time": "Mon Dec 05 11:08:37 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 05 11:08:37 2022 +0800"
      },
      "message": "Allow oap helm chart to edit liveness/readiness probe (#104)\n\n"
    },
    {
      "commit": "7dc60791a2257c55046d8394e6b39473b415c57c",
      "tree": "f0a72fc434e8a5832bf50d3cc8476bd175e66a5d",
      "parents": [
        "ab1865f5a2e761480ddbc228f66c5d370986bba1"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Fri Dec 02 11:01:24 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Dec 02 11:01:24 2022 +0800"
      },
      "message": "Add config to set Pod securityContext (#103)\n\n"
    },
    {
      "commit": "ab1865f5a2e761480ddbc228f66c5d370986bba1",
      "tree": "9636fd2a7d8cf754f304045e81f7b3d17b3bf1d1",
      "parents": [
        "9e547e1126dc758f6e75c94e4a95454bf0f50a04"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Tue Nov 29 12:26:25 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 29 12:26:25 2022 +0800"
      },
      "message": "Clean up doc of old config (#102)\n\n"
    },
    {
      "commit": "9e547e1126dc758f6e75c94e4a95454bf0f50a04",
      "tree": "45d4b2ef7e9698cda5dd3d93d6be2333f77a0dfb",
      "parents": [
        "c3d04cfb1eb78f70dd245b55190ea6467fcd9283"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Fri Nov 25 18:36:23 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 25 18:36:23 2022 +0800"
      },
      "message": "Prepare release 4.4.0 (#101)\n\n"
    },
    {
      "commit": "c3d04cfb1eb78f70dd245b55190ea6467fcd9283",
      "tree": "d17c22e12ce5ac19abd7254ae0404ae621f3ad18",
      "parents": [
        "b670c41d94a82ddefcf466d54bab5c492d88d772"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Thu Nov 24 22:45:45 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 24 22:45:45 2022 +0800"
      },
      "message": "Add install doc with ghcr.io repository (#100)\n\n"
    },
    {
      "commit": "b670c41d94a82ddefcf466d54bab5c492d88d772",
      "tree": "9859ebe98b7fba31462434f8934cb1f917fb1396",
      "parents": [
        "6367b19584348cac8aeb78f570e85017f0632052"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Tue Nov 22 18:16:53 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 22 18:16:53 2022 +0800"
      },
      "message": "Remove `files/config.d` mechanism and use `values.yaml` files to put the configurations to override default config (#99)\n\n"
    },
    {
      "commit": "6367b19584348cac8aeb78f570e85017f0632052",
      "tree": "092fbfb81c06ad7a3e0c43a59ac4774a9dedf6eb",
      "parents": [
        "5084206da311eab0f38d65ee63b89ce9347228b8"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Mon Nov 21 14:33:58 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 21 14:33:58 2022 +0800"
      },
      "message": "Upgrade ElasticSearch Helm Chart dependency version (#98)\n\n"
    },
    {
      "commit": "5084206da311eab0f38d65ee63b89ce9347228b8",
      "tree": "dffa52413e712eb53551be6865c7e3e3f9ccd868",
      "parents": [
        "7058fe7d3344f41c77b82974c5d0c5630beb5cff"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Fri Nov 18 17:59:18 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 18 17:59:18 2022 +0800"
      },
      "message": "Refactor oap init job, and support postgresql storage (#96)\n\n"
    },
    {
      "commit": "7058fe7d3344f41c77b82974c5d0c5630beb5cff",
      "tree": "65f1249f45c08f91ef324c4e1a7dd248ea4b36a1",
      "parents": [
        "d9790063c160752edf0d46861017b208a3ad0527"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Thu Nov 17 18:52:25 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 17 18:52:25 2022 +0800"
      },
      "message": "Remove `.Values.oap.initEs` and replace with Helm Hooks (#95)\n\n"
    },
    {
      "commit": "d9790063c160752edf0d46861017b208a3ad0527",
      "tree": "1d9ba62f306e9f807e44502537ea6f4600375b94",
      "parents": [
        "a7d8ff959b46e70cb10428c6714013563ae38cbc"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Sat Nov 12 13:55:09 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Nov 12 13:55:09 2022 +0800"
      },
      "message": "Deploy helm chart snapshot to ghcr.io (#94)\n\n"
    },
    {
      "commit": "a7d8ff959b46e70cb10428c6714013563ae38cbc",
      "tree": "834c90c5e310e71d01d788dbe54d3853eb14e26d",
      "parents": [
        "9358362b40bf462ba651421f2542e11d4d5c1a87"
      ],
      "author": {
        "name": "Franz Wimmer",
        "email": "7378020+zalintyre@users.noreply.github.com",
        "time": "Mon Nov 07 14:13:35 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 07 21:13:35 2022 +0800"
      },
      "message": "Fix typo in README.md (#93)\n\nCo-authored-by: Franz Wimmer \u003cfranz.wimmer@ericsson.com\u003e"
    },
    {
      "commit": "9358362b40bf462ba651421f2542e11d4d5c1a87",
      "tree": "78d5991c5322e8100d3da780ad0c72e76e18639d",
      "parents": [
        "476afd51d44589c77a4cbaac950272cd5d064ea9"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Fri Nov 04 11:57:30 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 04 11:57:30 2022 +0800"
      },
      "message": "Add doc installing via Docker registry, add publish command (#92)\n\n"
    },
    {
      "commit": "476afd51d44589c77a4cbaac950272cd5d064ea9",
      "tree": "fe4be3e678939e9513ef2979e25b654f73429068",
      "parents": [
        "a5a71eafbf75eac1f75f869ca29bf9ef1619c483"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Sat Sep 17 11:48:50 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Sep 17 11:48:50 2022 +0800"
      },
      "message": "Bump up helm chart version (#90)\n\n"
    },
    {
      "commit": "a5a71eafbf75eac1f75f869ca29bf9ef1619c483",
      "tree": "41dc867d74f542527b4100a7cd09c6c76b0581c8",
      "parents": [
        "ab5567a921cfca346ceba3b360cb6766e53fd4c5"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Sat Sep 17 10:10:53 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Sep 17 10:10:53 2022 +0800"
      },
      "message": "Remove Istio adapter, add changelog for 4.3.0 (#89)\n\n"
    },
    {
      "commit": "ab5567a921cfca346ceba3b360cb6766e53fd4c5",
      "tree": "a96ab992b98a5399e11b33c8a7ef86f46d30bb47",
      "parents": [
        "a97e23b10dfd63d4bb184e0c9901f5bc3acb057d"
      ],
      "author": {
        "name": "williamyao1982",
        "email": "williamyao@hotmail.co.uk",
        "time": "Thu Jun 30 21:11:19 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 30 21:11:19 2022 +0800"
      },
      "message": "add .Values.oap.initEs to work with ES initial (#88)\n\n* add .Values.oap.initEs to work with ES initial\r\n\r\n* add the new argument description to the document\r\n\r\nCo-authored-by: William Yao \u003cWei_Yao@swissre.com\u003e\r\nCo-authored-by: kezhenxu94 \u003ckezhenxu94@apache.org\u003e"
    },
    {
      "commit": "a97e23b10dfd63d4bb184e0c9901f5bc3acb057d",
      "tree": "3be1ce86bffe9bffabe9460e5f94b9414d0c96c9",
      "parents": [
        "a7af8ba28ab5bf32cb7e23f7a856c797fd58e138"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Thu Jun 30 15:37:18 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 30 15:37:18 2022 +0800"
      },
      "message": "Add \"pods/log\" to OAP so on-demand Pod log can work (#87)\n\n"
    },
    {
      "commit": "a7af8ba28ab5bf32cb7e23f7a856c797fd58e138",
      "tree": "54a8bee73246f46b26924c7008d649a7afe109d2",
      "parents": [
        "1ae3f6c22137a279dce328b202b1f2d59492f9e1"
      ],
      "author": {
        "name": "geffzhang",
        "email": "geffzhang@weyhd.com",
        "time": "Tue May 31 14:09:02 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 31 22:09:02 2022 +0800"
      },
      "message": "Use `contains` instead of `hasPrefix` so `zipkin-elasticsearch` storage can work (#86)\n\n"
    },
    {
      "commit": "1ae3f6c22137a279dce328b202b1f2d59492f9e1",
      "tree": "11330e9eb58f7bcd812a9e683e451b48b29f524f",
      "parents": [
        "e6166c0798744bb381e0b56a9395da1cf93e1f3d"
      ],
      "author": {
        "name": "mrproliu",
        "email": "741550557@qq.com",
        "time": "Thu Dec 02 09:53:55 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 02 09:53:55 2021 +0800"
      },
      "message": "Prepare for release 4.2.0 (#85)\n\n"
    },
    {
      "commit": "e6166c0798744bb381e0b56a9395da1cf93e1f3d",
      "tree": "f491c6a5d407069ea96a61ca41ae544bf2419eab",
      "parents": [
        "9f42abfe9b87149dc55320237b6cc9dfea733a9b"
      ],
      "author": {
        "name": "mrproliu",
        "email": "741550557@qq.com",
        "time": "Thu Dec 02 00:45:57 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 02 00:45:57 2021 +0800"
      },
      "message": "Fix the satellite could not run when exists config (#84)\n\n"
    },
    {
      "commit": "9f42abfe9b87149dc55320237b6cc9dfea733a9b",
      "tree": "4eea28d845130dd2bfb255339635f1e887042a54",
      "parents": [
        "0f3ec68e5a7e1608cec8688716b848ed15e971e5"
      ],
      "author": {
        "name": "mrproliu",
        "email": "741550557@qq.com",
        "time": "Mon Nov 29 10:40:52 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 29 10:40:52 2021 +0800"
      },
      "message": "Add skywalking satellite support (#83)\n\n"
    },
    {
      "commit": "0f3ec68e5a7e1608cec8688716b848ed15e971e5",
      "tree": "c05e6c519df92cbacefddcf8f31428dd14431d96",
      "parents": [
        "cc693201ec0cd8f0439cc923844d3716602c93dc"
      ],
      "author": {
        "name": "mrproliu",
        "email": "741550557@qq.com",
        "time": "Wed Oct 20 15:32:27 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 20 15:32:27 2021 +0800"
      },
      "message": "Fix missing `nodes` resource permission (#82)\n\n"
    },
    {
      "commit": "cc693201ec0cd8f0439cc923844d3716602c93dc",
      "tree": "536b7ecbd76a076ad4fc8fda22d439197dad1eff",
      "parents": [
        "1979bbdde6816c6c75dadf832758aa1bbbfdbb69"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Sat Oct 09 22:09:45 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 09 22:09:45 2021 +0800"
      },
      "message": "Update doc as per the unified Docker images for ES clients (#81)\n\n"
    },
    {
      "commit": "1979bbdde6816c6c75dadf832758aa1bbbfdbb69",
      "tree": "bf4673538edaf8fd6012dc03df62f5f417d189f9",
      "parents": [
        "df15fe15dab819f4e19bc8f8a0e8adb88669285f"
      ],
      "author": {
        "name": "aikin",
        "email": "aikin.vip.1022@gmail.com",
        "time": "Thu Sep 09 16:37:46 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Sep 09 16:37:46 2021 +0800"
      },
      "message": "Fix can\u0027t evaluate field Capabilities in type interface (#80)\n\n"
    },
    {
      "commit": "df15fe15dab819f4e19bc8f8a0e8adb88669285f",
      "tree": "6e8cd26f0c5c3a1f22818433d3419a460b37265e",
      "parents": [
        "08581c411dbea1a256d4a5bca3b640a3ac1d67ad"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Tue Aug 17 17:53:40 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 17 17:53:40 2021 +0800"
      },
      "message": "Add doc about how to install from apache.jfrog.io (#78)\n\n"
    },
    {
      "commit": "08581c411dbea1a256d4a5bca3b640a3ac1d67ad",
      "tree": "724cfa84bf37abd3a7069e788be27ffe88d95682",
      "parents": [
        "f17232c608c51a760035fb5183e47555426a5fdf"
      ],
      "author": {
        "name": "kezhenxu94",
        "email": "kezhenxu94@apache.org",
        "time": "Sun Aug 08 19:00:49 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 08 19:00:49 2021 +0800"
      },
      "message": "Add change log for 4.1.0 (#77)\n\n"
    },
    {
      "commit": "f17232c608c51a760035fb5183e47555426a5fdf",
      "tree": "1ad5f8d051cefcc6e03242137184caa4d182e21b",
      "parents": [
        "eca8a10afa97f3308c99670c6e0d1c4b1b0af5c5"
      ],
      "author": {
        "name": "Jared Tan",
        "email": "jian.tan@daocloud.io",
        "time": "Thu Jul 15 18:02:08 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 15 18:02:08 2021 +0800"
      },
      "message": "fix ports not exposed (#76)\n\n"
    }
  ],
  "next": "eca8a10afa97f3308c99670c6e0d1c4b1b0af5c5"
}
