)]}'
{
  "log": [
    {
      "commit": "a0ce842e1a6d1629e59bdf96f2e944f927750132",
      "tree": "09eaa8e362afa7dfe1eba699b310c37c8f8d8bcc",
      "parents": [
        "86543586991f22995beac9558aaa894c1736864b"
      ],
      "author": {
        "name": "mgouda",
        "email": "madhumati.gouda@radisys.com",
        "time": "Tue Nov 18 16:35:55 2025 +0530"
      },
      "committer": {
        "name": "mgouda",
        "email": "madhumati.gouda@radisys.com",
        "time": "Tue Nov 18 17:09:18 2025 +0530"
      },
      "message": "[VOL-5491] upgrade go to 1.25.3 and golangci-lint version to 2.5.0\n\nSigned-off-by: mgouda \u003cmadhumati.gouda@radisys.com\u003e\nChange-Id: I741fcf658ffdd127b897e5fa8cc57da6c9926e7e\n"
    },
    {
      "commit": "86543586991f22995beac9558aaa894c1736864b",
      "tree": "e4a4f60b473d0b7fcc357dad7c7fec1e6a521432",
      "parents": [
        "02b2bfe1c748e1133ea9486f4f9366cd0e33b03c"
      ],
      "author": {
        "name": "mgouda",
        "email": "madhumati.gouda@radisys.com",
        "time": "Wed Oct 29 20:58:16 2025 +0530"
      },
      "committer": {
        "name": "mgouda",
        "email": "madhumati.gouda@radisys.com",
        "time": "Thu Oct 30 10:43:27 2025 +0530"
      },
      "message": "[VOL-5475] upgrade go to 1.24.5 and golangci-lint version to 2.2.2\n\nChange-Id: Ife0505678221ac9769b3443bedfdf1ef4387ae31\nSigned-off-by: mgouda \u003cmadhumati.gouda@radisys.com\u003e\n"
    },
    {
      "commit": "041a21276b2b9df58aab8924f3f57171e68eaa6e",
      "tree": "d03a61eccbe86eac2eda436cca2459cba1af4e18",
      "parents": [
        "93766e94f004e27475aae2a4871e2ad0a041f7c6"
      ],
      "author": {
        "name": "Akash Kankanala",
        "email": "akash.kankanala@radisys.com",
        "time": "Wed Oct 16 15:49:22 2024 +0530"
      },
      "committer": {
        "name": "Akash Reddy Kankanala",
        "email": "akash.kankanala@radisys.com",
        "time": "Wed Apr 09 14:33:36 2025 +0530"
      },
      "message": "[VOL-5374] Update go version to 1.23\n\n- Upgraded Go version for compatibility with recent toolchain\n- Synced with latest dependency requirements\n\nChange-Id: Ib526d29ec9e5d5e08e51354b741541038dcedb35\nSigned-off-by: Akash Kankanala \u003cakash.kankanala@radisys.com\u003e\n"
    },
    {
      "commit": "11f5a57404c7adc72a05bceba9337d19d7005e37",
      "tree": "39566d541d0644cfb04480fcf9ab2e279eb6a918",
      "parents": [
        "a3b7c59196608acab3294f4ec4231a320319e4fe"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jan 12 19:11:32 2024 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jan 12 19:11:32 2024 -0500"
      },
      "message": "Baseline build for release\n\nChange-Id: I8a2bfc5e64d98bc34a16b40e82cfa84c61d72d36\n"
    },
    {
      "commit": "3f0e242d6606fc46110d90a2beeb7ad80c7c928c",
      "tree": "9bbf5b19d486200733ab5437add5876825bd8929",
      "parents": [
        "87b55f7b5344bae42a73ed54b0ff9052c6a13038"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jul 05 18:25:41 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jul 05 18:25:41 2023 -0400"
      },
      "message": "[VOL-5054] - Triage build for voltha-openolt-adapter\n\ncmd/*.go\ninternal/pkg/*.go\npkg/mocks/*.go\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n  o Run gofmt -w -s on all non-(vendor/) golang sources (~make lint).\n  o Release triage jobs have been failing on unrelated source problems.\n\nconfig.mk\nmakefiles/docker/\nmakefiles/etc/\nmakefiles/targets/\nmakefiles/virtualenv.mk\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n  o https://github.com/opencord/onf-make.git\n  o Copy in library makefiles, esp docker/include.mk\n\nMakefile\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n  o Refactor and replace inline GO\u003d and docker macros with docker/include.\n  o Added manual flag LOCAL_FIX_PERMS\u003d1 to grant docker image write access.\n  o Target: mod-update\n    - Split logic into targets mod-tidy and mod-vendor.\n    - Display a banner when target runs for readability.\n    - Target lint-mod now calls mod-update VS inlining make mod tidy \u0026 vendor\n  o Target: test\n    - Split logic into 3 distinct targets now that stdout/stderr handled.\n    - Improve error handling, fail early VS accumulating status then exit\n    - Display a banner when targets process for log readability.\n    - Define macros for *.out and *.xml to avoid repeating logfile paths.\n\nChange-Id: Ia2eb999f6176ce2eb46e41f55aee74c05b5a4cd2\n"
    }
  ]
}
