)]}'
{
  "log": [
    {
      "commit": "2301cb3fb05a379311dbcf3a60c854b48930ebff",
      "tree": "45c32b8a927672f06229dfc0e5f5a84c37fe3f4e",
      "parents": [
        "f7a5fbb29b12c64ff9ae4cafd812de66f09be41e"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "jarmstrong@linuxfoundation.org",
        "time": "Wed May 01 18:39:52 2024 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "jarmstrong@linuxfoundation.org",
        "time": "Wed May 01 18:39:52 2024 -0400"
      },
      "message": "[VOL-5338] - Add support for pre-commit tool and repo:onf-make\n\n .pre-commit-config.yaml\n -----------------------\n   o Add basic tool config\n\nmakfiles/include.mk\nmakefiles/commands/pre-commit/\nrequirements.txt\n------------------------------\n  o virtualenv: install python module pre-commit.\n  o Add makefile target \u0027pre-commit\u0027 to install venv and\n    pre-commit tool by dependency.\n\nSigned-off-by: Joey Armstrong \u003cjarmstrong@linuxfoundation.org\u003e\nChange-Id: I7c3e4b46cab429e60e504e5f9579d578614eafad\n"
    },
    {
      "commit": "f7a5fbb29b12c64ff9ae4cafd812de66f09be41e",
      "tree": "f561c65e78db1efd3429f81de4cab151d3445afa",
      "parents": [
        "04c6c455f45fbd2cd0c3cad9a9ec578813f802f6"
      ],
      "author": {
        "name": "Mahir Gunyel",
        "email": "mahir.gunyel@netsia.com",
        "time": "Tue Mar 19 14:23:06 2024 -0700"
      },
      "committer": {
        "name": "Mahir Gunyel",
        "email": "mahir.gunyel@netsia.com",
        "time": "Tue Mar 19 14:23:06 2024 -0700"
      },
      "message": "Applying the vol-4746 revert\n\nChange-Id: I2e8c1d89e128ead7204fe026d082b5d1f368d767\n"
    },
    {
      "commit": "04c6c455f45fbd2cd0c3cad9a9ec578813f802f6",
      "tree": "68349284152b574a28b3deb34668c5280e5beec0",
      "parents": [
        "541aafcccd7c67e6246b58b90268d8b4996b32f0"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Feb 28 15:47:34 2024 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Feb 28 15:47:34 2024 -0500"
      },
      "message": "Chaser patch to finalize last app-install patch post-merge.\n\nChange-Id: I2c00049ed62e5c5a6974416eee838d04c3621f3e\n"
    },
    {
      "commit": "541aafcccd7c67e6246b58b90268d8b4996b32f0",
      "tree": "e1c6aaef67f025f52fa7ef799037e3f55929451c",
      "parents": [
        "c066864d994b0e274cad20d37608bce4d15f368a"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Feb 28 09:54:53 2024 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Feb 28 11:50:26 2024 -0500"
      },
      "message": "[VOL-5272] - Fixed a problem with relative paths.\n\napp-install.sh\nMakefile\n--------------\n  o Add SPDX copyright tags.\n    https://spdx.github.io/spdx-spec/v2.3/file-tags.\n  o Create named test-* targets so \u0027make test\u0027 can be conditional.\n  o No need to invoke tests/version-check for a non-release job.\n\napp-install.sh\n--------------\n  o set -euo pipefail to detect shell problems.\n  o Added ERR signal handler, display a stack trace for ($? !\u003d 0).\n  o Added args --download and --install to begin weakening dependency\n    on global variables.\n  o Script now verbose when run.  Display banners, paths, artifacts, etc.\n  o Replace cp with \"rsync --checksum\" everywhere for file copying.\n  o Display contents of app.xml when unable to parse name\u003d.\n    Also display grep and sed output then fail hard.\n\ntest\ntest/bats/makefile\ntest/bats/display-help.sh\n-------------------------\n  o Add initial support for the bats testing harness (shell scripts).\n  o Create a stub unit test directory to automate testing app-install.sh\n\nChange-Id: I138fd2218a10121fbcce4fa8dbcf5776278d05ac\n"
    },
    {
      "commit": "c066864d994b0e274cad20d37608bce4d15f368a",
      "tree": "e421c3f5a3c3986c7e74c14356c5768e589236c3",
      "parents": [
        "13647a8baa066a7f29fa33e4b8000cc4d44b798c"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Feb 06 17:00:39 2024 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Feb 07 09:51:19 2024 -0500"
      },
      "message": "[VOL-5272] Check on code review input from Mirko D\n\n[VOL-5031] - original ticket\n\napp-install.sh\n--------------\n  o Fixed a typo in parsed path:\n    + use names\u003d\"${names[0]}\" to extract path from sed command output.\n    + Inline comments showing input string and names array variable.\n\n  o Screen sources with latest shellcheck v0.9.0.\n  o Replace cd $HERE \u0026\u0026 cd $APP_ROOT with {pushd,popd} and error checking.\n\n  o Usability enhancements to improve log readability:\n    + func init: validate and display envionment vars used.\n    + Display banners and whitespace to breakup a long stream\n      of artifact copying and unpacking.\n\n  o Add simple getopts command line switches to enable --debug mode.\n\n  o Replace \"cp -v\" with \"rsync --checksum\"\n    + Adds error checking, detect bit flip.\n    + Only copy files when needed.\n\nDockerfile.voltha-onos\n----------------------\n  o Install rsync command, mia from the base docker image.\n  o Display command version installed for rsync and unzip.\n\nChange-Id: Ief6ca6bf381394d6a50e6bb17037228a2fe2041a\n"
    },
    {
      "commit": "13647a8baa066a7f29fa33e4b8000cc4d44b798c",
      "tree": "c839d2829f6fd910763df99bcf0f377bd08e49a0",
      "parents": [
        "a9deb69a1ced864b61270bc3228ab32bc90464f2"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Feb 05 17:13:14 2024 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Mon Feb 05 17:14:35 2024 -0500"
      },
      "message": "[VOL-5031] - post release cleanup\n\nVERSION\n-------\n  o Bump version to avoid conflicts with the release branch.\n\nChange-Id: Ice6be0eecd796822e61924073cb0146119685aba\n"
    },
    {
      "commit": "a9deb69a1ced864b61270bc3228ab32bc90464f2",
      "tree": "1a89d17f0636a8974d4372ab4cd0eec3d4880694",
      "parents": [
        "ae72bf8bde4f38744c810294084b9204c7cb6235"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jun 30 18:13:01 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sun Feb 04 18:57:16 2024 -0500"
      },
      "message": "[VOL-5031] - Pre-release voltha-onos build\n\n[VOL-5099] - verify_foltha-onos-sanity-test FAIL\n\napp-install.sh\ntests/version-check.sh\n----------------------\n  o shellcheck cleanups\n  o Improve error detection and reporting.\n  o cd \u0027..\u0027 early VS resolving relative paths everywhere.\n  o Replace $(basename) with shell string builtins.\n  o use local vars to shorten paths and avoid extra string concatenation.\n  o Added error detection in \"\u003capp name\u003d\" gathering, shell commands can\n    fail allowing manipulation in APP_INSTALL_ROOT VS A_I_R/$name.\n\nMakefile\nmakefiles/virtualenv.mk\n-----------------------\n  o Update requirements.txt read check to not require existence\n    of an empty *.txt file on disk.\n\ndependencies.xml\n----------------\n  o Update component dependencies to match the latest deployed versions.\n  o https://wiki.opennetworking.org/display/VOLTHA/v2.12+Deployments\n  o Still pending: segmentrouting.version and kafka.\n\nChange-Id: I05d2d71521fa56ea788cc959e1ce88b1d38e1b2b\n"
    },
    {
      "commit": "ae72bf8bde4f38744c810294084b9204c7cb6235",
      "tree": "4e2ba622dc49e811697ad5d6b3395ec6ccd9f202",
      "parents": [
        "6f63edff9d248239ee57736b9670bce13a68488f"
      ],
      "author": {
        "name": "Gustavo Silva",
        "email": "gsilva@furukawalatam.com",
        "time": "Wed Feb 22 07:57:41 2023 -0300"
      },
      "committer": {
        "name": "Mahir Gunyel",
        "email": "mahir.gunyel@netsia.com",
        "time": "Tue Jan 30 12:21:46 2024 -0800"
      },
      "message": "Releasing VOL-4746 and bugfix for EAPOL flow re-installation.\nAlso update all dependencies.\n\nChange-Id: I410340045543cf7d99146166df32996fab088107\n"
    },
    {
      "commit": "6f63edff9d248239ee57736b9670bce13a68488f",
      "tree": "26ed638c582e81d44bd10403c97411cc56698182",
      "parents": [
        "4a4286e31d6cfa1e0a0b4159ed092c867540a2c2"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jan 12 11:30:08 2024 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jan 12 11:31:01 2024 -0500"
      },
      "message": "[VOL-5031] - baseline build for repo:voltha-onos\n\nmakefiles/*.mk\n*.sh\netc/*.sh\nDockerfile.votlha-onos\n----------------------\n  o Update copyright notice ending date.\n  o Patch will trigger a clean build to screen for pre-existing failures.\n\nDockerfile.votlha-onos\n----------------------\n  o Remove duplciate apt-get call, only need to refresh the index once.\n\nChange-Id: Iacf97a88266d300ec6985d233f388f1b25c5c90c\n"
    },
    {
      "commit": "4a4286e31d6cfa1e0a0b4159ed092c867540a2c2",
      "tree": "61d36f128455c7a169996e4eff4b2026c997669f",
      "parents": [
        "0ca8c7ca98a16af5fcfb7570f7358a741ac54618"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jan 03 17:04:01 2024 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jan 03 17:04:01 2024 -0500"
      },
      "message": "[VOL-5099] -- verify_voltha_onos_sanity_test failure\n\nDockerfile.voltha-onos\n----------------------\n  o Several problem reports about the certificate installer available from\n    the base ubuntu 18.04 image.  Reinstalled the ca-cert package for clean\n    state then regenerate zulujdk certificate causing problems for apt update.\n    Yes I did wash my hands after coding this one !\n  o We should be coding this into all Docker* files:\n    SHELL [\"/bin/bash\", \"-euo\", \"pipefail\", \"-c\"]\n  o Used RUN \u003c\u003cBANNER here document(s) to improve logging usability.\n    Difficult to follow logic flow for one-liners installing a b\u0027zillion packges.\n  o Retained commented \u0027RUN \u003c\u003cFATAL\u0027 command near the bottom for posterity.\n    Very handy for forcing a hard stop while debugging\n\nChange-Id: I6279bc8bb5394c616d886d44c8ce243f07fdb9e5\n"
    },
    {
      "commit": "0ca8c7ca98a16af5fcfb7570f7358a741ac54618",
      "tree": "5458149e5ee36573e4aa249a910958f83708d690",
      "parents": [
        "7c3a1e00c7f52cb713f7521560978f31ffb9f49b"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Aug 16 11:57:40 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Aug 16 11:57:40 2023 -0400"
      },
      "message": "VOL-5139 - Create beta-release branch for voltha-onos\n\nVERSION\n-------\n  o Bump string to the next *-dev version to avoid future conflicts with\n    the v2.12 release branch.\n\nChange-Id: I69041898353653df05c432306917c157f46b2798\n"
    },
    {
      "commit": "7c3a1e00c7f52cb713f7521560978f31ffb9f49b",
      "tree": "eb5f41509d70358026b630987d88481e7913ca57",
      "parents": [
        "99a72d0126e5ab03b02c19cfba716ee3336953cf"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sat Jul 01 16:21:24 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Wed Jul 05 12:17:57 2023 +0000"
      },
      "message": "[VOL-5031] - Fix org.onosproject.segmentrouting not found.\n\nMakefile\n--------\n  o Add comment banners between targets for readability.\n\nDockerfile.voltha-onos\netc/mkdir-touch-active.sh\n-------------------------\n  o Dockerfile has a growing list of directories that ops are applied to.\n  o Refactor logic into a shell script then pass in a list of directories.\n  o Directory segmentrouting must not exist in the onos artifact installed.\n\nChange-Id: Ibf500fd39261d7c2cc019595b7edd5be95a79c0e\n"
    },
    {
      "commit": "99a72d0126e5ab03b02c19cfba716ee3336953cf",
      "tree": "33bc40cdff3a5dc413138661c6d21bf334e18dd0",
      "parents": [
        "f58ac35d9b9ba4d35cebf3224bffb8c9b437e01c"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jun 09 10:26:42 2023 -0400"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jun 09 10:26:42 2023 -0400"
      },
      "message": "[VOL-5031] Build and deploy voltha-onos for v2.12\n\nmakefiles/*\n-----------\n  o https://github.com/opencord/onf-make\n  o Update to the latest library makefiles to support more lint targets.\n\nVERSION\n-------\n  o Cosmetic dev version bump to triage build state.\n\nChange-Id: Iaddd825c24afdfa13e99cfd46cfe887072016d0f\n"
    },
    {
      "commit": "f58ac35d9b9ba4d35cebf3224bffb8c9b437e01c",
      "tree": "1c073199e119dd588177b83642a1133b57cd396e",
      "parents": [
        "695ba5caa0457c3d0f833bbe2d435544bd89106a"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Jan 31 11:39:14 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Tue Jan 31 11:40:56 2023 -0500"
      },
      "message": "Post release: bump version string for development\n\nChange-Id: I981c03eb32b5fe76b150b10d3c62530cc1325bef\n"
    },
    {
      "commit": "695ba5caa0457c3d0f833bbe2d435544bd89106a",
      "tree": "2d89431cbf679cd838e4e0eec603041cdbec9504",
      "parents": [
        "4048c1ff0a700aeed339d7fe94daa3eebbe57444"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jan 20 11:17:49 2023 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Fri Jan 20 11:18:11 2023 -0500"
      },
      "message": "VOL-4925 - Build and release components.\n\nMisc/\n-----\n  o Bulk copyright notice updates to 2023.\n\nVERSION\n-------\n  o Bump version string for a release build.\n\ndependencies.xml\n----------------\n  o Update released component versions.\n\nMakefile\nmakefiles/\n----------\n  o Add common library makefiles for lint, constants, etc.\n\nChange-Id: I5a4f6cc764913b93f3ae192bc292896a9ec3dbf0\n"
    },
    {
      "commit": "4048c1ff0a700aeed339d7fe94daa3eebbe57444",
      "tree": "186b0c82279a8c0c373fe261fc12e247db49138e",
      "parents": [
        "460edf0b797795251b3a1a9073644943a7af3997"
      ],
      "author": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sat Dec 17 22:24:42 2022 -0500"
      },
      "committer": {
        "name": "Joey Armstrong",
        "email": "joey@opennetworking.org",
        "time": "Sat Dec 17 22:24:47 2022 -0500"
      },
      "message": "VOL-4836 - Cosmetic edits to trigger a jenkins build.\n\nDockerfile.voltha-onos\nMakefile\napp-install.sh\ndependencies.xml\nget-local-oars.sh\nmvn_settings.sh\ntests/version-check.sh\n----------------------\n  o Update copyright notice.\n\nChange-Id: Idaeb2cd1aa0e58eb2aebbe82bbe8d2237fde7310\n"
    },
    {
      "commit": "460edf0b797795251b3a1a9073644943a7af3997",
      "tree": "7c7264c1082bb8d9ad9a1d5e8c4737ba4278cb29",
      "parents": [
        "1b59e31a63d8f25c63baae47011e1aea567c2696"
      ],
      "author": {
        "name": "Gustavo Silva",
        "email": "gsilva@furukawalatam.com",
        "time": "Thu Sep 15 14:08:17 2022 -0300"
      },
      "committer": {
        "name": "Gustavo Silva",
        "email": "gsilva@furukawalatam.com",
        "time": "Mon Oct 10 14:02:29 2022 -0300"
      },
      "message": "Releasing meter reference check before removal fix and \u0027removeFlowsOnDisable\u0027 configuration.\n\nVOL-4765 and VOL-4714.\n\nChange-Id: I3ac72e81bfa7c839a7f2733c27a4a31e7c1b81fb\nSigned-off-by: Gustavo Silva \u003cgsilva@furukawalatam.com\u003e\n"
    },
    {
      "commit": "1b59e31a63d8f25c63baae47011e1aea567c2696",
      "tree": "689463b9a71a710feb65ef78f9ef13a39c3e7e00",
      "parents": [
        "b736260ef54cf6e7e860a4ed2e4b1b71a162884d"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Wed Jul 06 10:05:09 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Thu Jul 07 17:16:57 2022 +0200"
      },
      "message": "Fixing not exposed OLT property\n\nChange-Id: I11d2e7dd6a7b76f38fe8233c1a6a9d0b271a2842\n"
    },
    {
      "commit": "b736260ef54cf6e7e860a4ed2e4b1b71a162884d",
      "tree": "1fef95ce62a3bd5b59abf79418b682c87c5c3348",
      "parents": [
        "92d543c4110ade965abeeb9829d8a7bba448fae1"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Thu Jun 30 15:30:48 2022 +0200"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@intel.com",
        "time": "Thu Jun 30 15:44:45 2022 -0700"
      },
      "message": "Releasing 5.1.0 for VOLTHA 2.10\n\nChange-Id: Idf73034f1b426b7d17d7e92439359a43aa38c97d\n"
    },
    {
      "commit": "92d543c4110ade965abeeb9829d8a7bba448fae1",
      "tree": "0fd2a040c20d38570df2e1883d493b0014b702e1",
      "parents": [
        "156865bb9bf03b7e5c371915463af9e5ce04eee1"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Wed Jun 29 13:54:46 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Wed Jun 29 18:37:07 2022 +0200"
      },
      "message": "Releasing disable removal fix\n\nChange-Id: Id13290a871eff0bde3cfa5e8272163c465676ee5\n"
    },
    {
      "commit": "156865bb9bf03b7e5c371915463af9e5ce04eee1",
      "tree": "0c387b9347c7cfb7eafa25cea3a1745bf79ecf52",
      "parents": [
        "77db21176c059546cf70ecb8751297247e37671c"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Tue Jun 21 11:06:08 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Tue Jun 21 11:06:08 2022 +0200"
      },
      "message": "Releasing stag FTTB metadata fix\n\nChange-Id: I34064ae72f716951cf93fd5324e4e267d679f64a\n"
    },
    {
      "commit": "77db21176c059546cf70ecb8751297247e37671c",
      "tree": "783be30c99be5c87326a1651919fff04b74d777a",
      "parents": [
        "2ed2ec3df62648cf4a0d229f478f7f3e35af13d2"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Mon Jun 20 10:30:40 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Mon Jun 20 10:30:40 2022 +0200"
      },
      "message": "Releasing fixes in olt and maclearner app\n\nChange-Id: I70545657b146109c760251427398652984b45bee\n"
    },
    {
      "commit": "2ed2ec3df62648cf4a0d229f478f7f3e35af13d2",
      "tree": "a5c1a7ae37522d43a12c7e785edb4fd438541479",
      "parents": [
        "c9d60ac08b0dd578f457179325c49853a0dc707b"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Wed Jun 08 16:09:47 2022 -0700"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Wed Jun 08 16:09:47 2022 -0700"
      },
      "message": "Releasing Rest API changes\n\nChange-Id: Iae355ba6e66c62ecb113238c2f1aa3782aeb1e9a\n"
    },
    {
      "commit": "c9d60ac08b0dd578f457179325c49853a0dc707b",
      "tree": "6aad9beef4bf6a6038ed771f4a9376fe36839d01",
      "parents": [
        "dcfe2b31ce25b937b1faa41c9d9819258bf1ce27"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Thu May 26 14:06:44 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Fri May 27 09:18:54 2022 +0200"
      },
      "message": "Including PPPoE App in the voltha-onos upstream image\n\nChange-Id: Ie39806ffe9ab640472578655766cacc485a0bbee\n"
    },
    {
      "commit": "dcfe2b31ce25b937b1faa41c9d9819258bf1ce27",
      "tree": "df877f361a340a504d355fb0badbe4bc082d8e73",
      "parents": [
        "5a454f8493cec8ccd502cf1a26f0f70399c49f0e"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Mon May 02 12:25:02 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea.campanella@intel.com",
        "time": "Mon May 02 12:25:11 2022 +0200"
      },
      "message": "Releasing with ONOS ports fix and OLT port disable\n\nChange-Id: Ib4829b475f4e2298b1da3a52f4d4037c17403a8a\n"
    },
    {
      "commit": "5a454f8493cec8ccd502cf1a26f0f70399c49f0e",
      "tree": "11efec85c2bc27cffc593888db8f5809432d3eb5",
      "parents": [
        "9a9ec4dfe91c4c3f3fcff97cc4bfa32b0f09d18b"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Mar 28 09:08:21 2022 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Mar 28 09:08:21 2022 +0200"
      },
      "message": "Using released ONOS 2.5.7\n\nChange-Id: I5bcbd966fa2b3b554e921f0ba4702d6ab1559dae\n"
    },
    {
      "commit": "9a9ec4dfe91c4c3f3fcff97cc4bfa32b0f09d18b",
      "tree": "40c99bf1350ed7713a4e20d90d103874faf45ad3",
      "parents": [
        "aa275ca46db708dad241c13f565ba44f486f4692"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Mar 24 23:27:20 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Mar 24 23:27:20 2022 +0100"
      },
      "message": "Using onos 2.5.7-rc3\n\nChange-Id: I3585f0922a3b9d893b8527fbc6f2ed765ba80fc6\n"
    },
    {
      "commit": "aa275ca46db708dad241c13f565ba44f486f4692",
      "tree": "c784c4e5d9c8f64fac07f2ec00e070e9ecb466bd",
      "parents": [
        "f43940ea9c92c35cdcde5a53962ee0e210912297"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Mar 24 15:02:35 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Mar 24 15:02:35 2022 +0100"
      },
      "message": "Properly depending on sadis APIs in mac-learning and right dhcpl2relay in Kafka\n\nChange-Id: I88ecff2b34105bb2b263cffc278da65cefdbe093\n"
    },
    {
      "commit": "f43940ea9c92c35cdcde5a53962ee0e210912297",
      "tree": "e4aa3dfa61c9405020388cc2102f3b06a1ab9b2e",
      "parents": [
        "19599ac50c04cce6f8b18d455aa849a9e512104a"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Mar 22 11:47:19 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Mar 22 11:47:19 2022 +0100"
      },
      "message": "Releasing ofagent restart fix and FTTB metadata change\n\nChange-Id: I2428d7e6ae205d74ece9e5e5335951b10133693f\n"
    },
    {
      "commit": "19599ac50c04cce6f8b18d455aa849a9e512104a",
      "tree": "2216bbaa89e48df0e6fc7f86b67d1d41febfd8fd",
      "parents": [
        "8b5345c8300bca38762ad36f4d65da032b21672c"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Mar 17 16:07:28 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Mar 18 10:40:31 2022 +0100"
      },
      "message": "Movign to 2.5.7-rc2 and including DT FTTB workflow changes in sadis, olt, dhcpl2relay\n\nChange-Id: Ic07c052c9803a839a23976977d33e58b28523d7c\n"
    },
    {
      "commit": "8b5345c8300bca38762ad36f4d65da032b21672c",
      "tree": "bbbcd8e62f84049f2c64a793ef48415b6724fdad",
      "parents": [
        "5ed5a120c72013b24c574f526bda3ae96d5f0dc3"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Mar 15 15:30:38 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Mar 15 15:30:38 2022 +0100"
      },
      "message": "Updating Sadis in all apps to avoid runtime issues\n\nChange-Id: I5e048bb7d505bc91d6c9fbbd441e210719f70dbe\n"
    },
    {
      "commit": "5ed5a120c72013b24c574f526bda3ae96d5f0dc3",
      "tree": "0847029373b19035d5864b3751a066f6c52e30be",
      "parents": [
        "b724b4f922296df0ef7ca9d0e28c666001b36e0c"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Mar 11 17:35:37 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Mar 11 17:35:37 2022 +0100"
      },
      "message": "Releasing olt app for eapol checks on removal\n\nChange-Id: Ie7b3c4e121fccc4f29f97b4acc584d6525a1b52f\n"
    },
    {
      "commit": "b724b4f922296df0ef7ca9d0e28c666001b36e0c",
      "tree": "c3873c2067686233b3b34ada4a0cf2090cfbf983",
      "parents": [
        "090ffd6068eacfcf9bd629c427b2c7c48ec13b2b"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Mar 09 15:29:16 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Mar 09 15:29:16 2022 +0100"
      },
      "message": "Moving to ONOS 2.5.7-rc1 to incorporate persistent mastership\n\nChange-Id: If3f7670dfa08be8507f39082e3745c4e6dc07eae\n"
    },
    {
      "commit": "090ffd6068eacfcf9bd629c427b2c7c48ec13b2b",
      "tree": "ece682d7452cbe21b485c5b2248279aa53c3ae92",
      "parents": [
        "1db2db1657e767364438833c6a6cb45706247c24"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Feb 08 13:41:53 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Feb 23 12:59:45 2022 +0100"
      },
      "message": "Integrating mac-learner app into upstream master image\n\nChange-Id: I3f480888277500557100ed323bbd0f2d29d8b148\n"
    },
    {
      "commit": "1db2db1657e767364438833c6a6cb45706247c24",
      "tree": "9bfbd8ff4355adcc4be63cbf205a3006dff0e98e",
      "parents": [
        "1c4c7711f92dc2f1798bbd46a03266c72445509c"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Feb 17 17:05:22 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Feb 17 17:05:22 2022 +0100"
      },
      "message": "Releasing fixes for VOL-4619 and VOL-4606\n\nChange-Id: I3e861b7472ae1b9f33f35286661b1d99e1a1c2d4\n"
    },
    {
      "commit": "1c4c7711f92dc2f1798bbd46a03266c72445509c",
      "tree": "e004716c72f0c8349b75b6c93d2d3f1c418d6f5d",
      "parents": [
        "26ed9ec1fab7597c86a851ea43bedc380aca1514"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Feb 09 10:57:24 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Feb 09 11:52:10 2022 +0100"
      },
      "message": "Releasing several sadis and OLT fixes\n\nChange-Id: I4f7e5aaec6a496f20ab25890385014b20773532c\n"
    },
    {
      "commit": "26ed9ec1fab7597c86a851ea43bedc380aca1514",
      "tree": "e113d02157d4ae3d4544c5f0f8fc695db49b3000",
      "parents": [
        "d41fe5328d0edc5ebf7d2fe7f7a0f797bb75dc61"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Jan 31 08:55:45 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Jan 31 08:55:45 2022 +0100"
      },
      "message": "Releasing with Sadis fixes and PPPoE support and OLT scale fixes\n\nChange-Id: I78a2ceb95497a9a7c65d68ff7f3caf5c86ccbecc\n"
    },
    {
      "commit": "d41fe5328d0edc5ebf7d2fe7f7a0f797bb75dc61",
      "tree": "9dd309cf1da0277afae22b8494657b736537a022",
      "parents": [
        "01b0274c21e7f8288c0f00dc512a794ca77fca75"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Jan 14 11:11:29 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Jan 26 13:37:04 2022 +0100"
      },
      "message": "Moving to onos 2.5.6 with karaf 4.2.14 and flow rule store fix\n\nChange-Id: Ia310b19c099f57859099d4f4e4cacb4d4af36662\n"
    },
    {
      "commit": "01b0274c21e7f8288c0f00dc512a794ca77fca75",
      "tree": "4d6537657e19bee1f714d4b50f99901d384ce6db",
      "parents": [
        "7a0edaf225c246ffb77dba5138ebdcebfa37ff43"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Jan 05 16:45:52 2022 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Jan 05 16:45:52 2022 +0100"
      },
      "message": "Releasing 5.0.5 for 2.9 with fixed olt 5.0.1\n\nChange-Id: I4afa1b4dabfea891ad6af7d1b966e90052f9cdbf\n"
    },
    {
      "commit": "7a0edaf225c246ffb77dba5138ebdcebfa37ff43",
      "tree": "896e931e497e1eed90e7391c9b2e50db04e157d1",
      "parents": [
        "6d14dc219ddaca1983ca78e58301bca3626ce58d"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Dec 20 10:36:36 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Dec 28 09:51:14 2021 +0100"
      },
      "message": "Releasing official voltha-onos for 2.9 with ONOS 2.5.5\n\nChange-Id: I3c6d941f242cf5a09b1194cc46b453b19f03d085\n"
    },
    {
      "commit": "6d14dc219ddaca1983ca78e58301bca3626ce58d",
      "tree": "98844514383e8837ec39ef9ef64871e566e687aa",
      "parents": [
        "22605149b9651c81180bc75427cdb5ab46ed229f"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Dec 15 15:52:32 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Dec 15 15:52:32 2021 +0100"
      },
      "message": "Incorporating latest ONOS fix for re-issuing flow removal requests\n\nChange-Id: I722d466811875cb02595631b1ab27ea676021b13\n"
    },
    {
      "commit": "22605149b9651c81180bc75427cdb5ab46ed229f",
      "tree": "a9ce022f643b0a6e44fcde88372a5b62ca7a2716",
      "parents": [
        "8264f02e735219c63b5f78fd49b476592a102fb3"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Dec 13 10:41:16 2021 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Dec 13 10:41:16 2021 -0800"
      },
      "message": "Including 29674 into the master image\n\nChange-Id: I963a2f64e281787687e9cc311111ac73b32884dc\n"
    },
    {
      "commit": "8264f02e735219c63b5f78fd49b476592a102fb3",
      "tree": "eaf1658c5f2a0213188ce9e762bf366a481e36d8",
      "parents": [
        "14c49cd1339676793f08ac99f191073848061399"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Dec 08 11:34:49 2021 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Dec 08 11:34:49 2021 -0800"
      },
      "message": "Including fix for [VOL-4513] into the master image\n\nChange-Id: I2ead7db4df2e2e2e68052493c7637835c2b3adfb\n"
    },
    {
      "commit": "14c49cd1339676793f08ac99f191073848061399",
      "tree": "c37928f89782224aa497603f4232c8f84c51419a",
      "parents": [
        "384994d529561ae8445074a1a04fcff1dcded1d7"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Dec 06 14:25:00 2021 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Dec 06 14:25:00 2021 -0800"
      },
      "message": "Pulling in [VOL-4495] Handling both cases in which the NNI goes down\n\nChange-Id: I10894ce0f8da32fc9a8ebb630c96c0602d817985\n"
    },
    {
      "commit": "384994d529561ae8445074a1a04fcff1dcded1d7",
      "tree": "97f6a1f426deab3af79e7e5e06090a10fc738dfc",
      "parents": [
        "36cca350631fe3352b5eec4d01fc6a5be45d6a1c"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Dec 02 16:27:27 2021 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Dec 02 16:27:27 2021 -0800"
      },
      "message": "Releasing latest olt app\n\nChange-Id: I88f321c23b9be9217e660376d98d4381cef3cc91\n"
    },
    {
      "commit": "36cca350631fe3352b5eec4d01fc6a5be45d6a1c",
      "tree": "9df8f131f824cdad118ea3a425677bfd2790381b",
      "parents": [
        "bae43c6def7cfc6b628b8a4ff5de78c0d064cd86"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Dec 01 17:17:13 2021 -0800"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Dec 01 17:48:55 2021 -0800"
      },
      "message": "[VOL-4503] Moving to onos-2.5 latest image in preparation for release\n\nChange-Id: Iea6f772cfcd9ecadd2fb7036c60f524030076b41\n"
    },
    {
      "commit": "bae43c6def7cfc6b628b8a4ff5de78c0d064cd86",
      "tree": "af55b324e692fd2c3185543e05e0745326467b6f",
      "parents": [
        "6ca0309f3564cb3220e17dc1bb61d8ad4823ddbc"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Dec 01 17:47:30 2021 -0800"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Dec 01 17:48:32 2021 -0800"
      },
      "message": "[VOL-4497] Releasing olt fix\n\nChange-Id: Ifc04e55205b0d7f6b2c4f97a9e081bb7c7fea553\n"
    },
    {
      "commit": "6ca0309f3564cb3220e17dc1bb61d8ad4823ddbc",
      "tree": "6b0996e07951b2e0bc450efe1cce25f878151e94",
      "parents": [
        "9edafd09949699983a2d97263df8d6eca12fd586"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Nov 23 22:19:12 2021 -0800"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Nov 23 22:19:12 2021 -0800"
      },
      "message": "Fix in olt app to avoid looking for meters in multicast service\n\nChange-Id: Ifd9e8db9c3f8faa4f12521cdfdc0c1378e8b9993\n"
    },
    {
      "commit": "9edafd09949699983a2d97263df8d6eca12fd586",
      "tree": "39374ff76034fb5c3f57040cd9c177687700e84b",
      "parents": [
        "5a475b579433d837c7075634ecdadee84800c9da"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Nov 19 14:44:35 2021 -0800"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Nov 19 14:47:10 2021 -0800"
      },
      "message": "Releasing docker image with new olt app\n\nChange-Id: I5b047eb6dc70df7097b264956f7e30e0b60aabab\n"
    },
    {
      "commit": "5a475b579433d837c7075634ecdadee84800c9da",
      "tree": "a66aa1fa7375e3d1ff80fdec4f9233f302349438",
      "parents": [
        "251d2724c090ec49f014b11acb2b41e094b00363"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Sep 30 15:36:08 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Sep 30 15:36:08 2021 +0200"
      },
      "message": "[VOL-4357] Using ONOS 2.5.4 as base image to fix the ONOS HA test\n\nChange-Id: I160cb4d064f9e9a7d9afa5aaf3ff8fb0dd5ecf97\n"
    },
    {
      "commit": "251d2724c090ec49f014b11acb2b41e094b00363",
      "tree": "11b4e2758a586de5932f90c3587e724908817d04",
      "parents": [
        "fe9405e9940fa9d2331ec564abe4b938784f1e71"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Sep 20 14:58:06 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Sep 20 17:58:22 2021 +0200"
      },
      "message": "[VOL-4345] Moving to ONOS 2.5.3 as base image to include some fixes.\nUsed for voltha 2.8 as well.\n\nChange-Id: I4a4f7808b7c7da5e002a3f5d99095e1734f2e2ee\n"
    },
    {
      "commit": "fe9405e9940fa9d2331ec564abe4b938784f1e71",
      "tree": "0f09e30e3d2c2ae8c0e5d7d3d9008ce8e7f7d943",
      "parents": [
        "61a5f4258efceb2ad995e8be2ff972db994ff6c9"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Jul 09 16:10:23 2021 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Jul 09 16:10:27 2021 -0700"
      },
      "message": "Using released apps and releasing voltha-onos 5.0.1 for VOLTHA 2.8\n\nChange-Id: I63361ba676f1f0d8849e775c9b33378f03ad744d\n"
    },
    {
      "commit": "61a5f4258efceb2ad995e8be2ff972db994ff6c9",
      "tree": "7c75bf2a7ebb3a7e6ec8abc66615538019894e5b",
      "parents": [
        "e48b3bee689a10e733f4d9c3e43689acf8c6e780"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Jul 01 22:57:13 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Jul 01 22:57:13 2021 +0200"
      },
      "message": "[VOL-4120] Releasing OLT with extended timeout for compute operations\n\nChange-Id: I2a27e8cab471c96a915786e3e2a8c05f4f0d9b52\n"
    },
    {
      "commit": "e48b3bee689a10e733f4d9c3e43689acf8c6e780",
      "tree": "2580b3cb3c8fa3717e040f620d0e9b272e3b3203",
      "parents": [
        "0580419e5f9c7bec665dc6950080628b8edbb565"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Jun 23 16:57:50 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Jun 23 16:57:50 2021 +0200"
      },
      "message": "Releasing with multi-uni support\n\nChange-Id: I63d2c642b0cb041f68b0fe854f0654f6567a5ec2\n"
    },
    {
      "commit": "0580419e5f9c7bec665dc6950080628b8edbb565",
      "tree": "a238974df9c06899a5db17347aa2da3b55924917",
      "parents": [
        "c209e807037bf492922922cc38b1cac3e8316f1c"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Jun 11 17:30:18 2021 +0200"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Jun 11 17:30:18 2021 +0200"
      },
      "message": "Pulling in the latest app snapshots\n\nChange-Id: If6a65e18360497baf241807c260e3545d343e0cc\n"
    },
    {
      "commit": "c209e807037bf492922922cc38b1cac3e8316f1c",
      "tree": "5c12cbe9d2e121f9f87de3673b233086197a364c",
      "parents": [
        "67f6157ce61ae114fc9cb5deb91d2d315adadca7"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Jun 07 16:59:30 2021 +0200"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Jun 07 17:11:24 2021 +0200"
      },
      "message": "[VOL-4166] Adding make target to verify compatibility between VERSION and referenced apps\n\nChange-Id: I2e1e047d6dec5f0d1e5f5235644383b6e31ac685\n"
    },
    {
      "commit": "67f6157ce61ae114fc9cb5deb91d2d315adadca7",
      "tree": "8d6737a7f90ffbb30d3d64e0ce99785671152b28",
      "parents": [
        "82725fd8efd85553e8e3cf41dab88678bb432b93"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri May 28 18:43:02 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Jun 01 12:23:18 2021 +0200"
      },
      "message": "[VOL-4138] Moving ONOS to 2.5 version, including now external SR app\n\nChange-Id: I4ad847b9ee0e2bf2b23d08d24c167f95227d0dfb\n"
    },
    {
      "commit": "82725fd8efd85553e8e3cf41dab88678bb432b93",
      "tree": "2f26845c4a5ede031fa402b2e0e700d9b8248838",
      "parents": [
        "4a943f9e145130a79988a4fcff86b75889ec2198"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Jun 01 12:21:50 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Jun 01 12:22:46 2021 +0200"
      },
      "message": "Releasing 4.4.1 VERSION before moving to ONOS 2.5\n\nChange-Id: Ic2f1bea7d9fbe80f92706b3e7e57ff7a873a6693\n"
    },
    {
      "commit": "4a943f9e145130a79988a4fcff86b75889ec2198",
      "tree": "b0fb8e11c7f0611fef0f556b7f788a9ed8361ae3",
      "parents": [
        "5e1d9b19312704ea4e21c4ae2467103c99c82e15"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri May 14 14:07:36 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri May 14 14:07:36 2021 +0200"
      },
      "message": "Releasing bug fixes for mastership and port name logging\n\nChange-Id: I7523add52173986fc8fa3a8fedda88176d5cfad2\n"
    },
    {
      "commit": "5e1d9b19312704ea4e21c4ae2467103c99c82e15",
      "tree": "a2acf6255bff85106db563e25e66bf1814062be8",
      "parents": [
        "b450b70cd2f1393ab40add7430de1ad77063a390"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon May 10 11:34:58 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon May 10 11:36:42 2021 +0200"
      },
      "message": "[VOL-3994] Official release of updated voltha-onos image with MEF/IETF support and 5 tcont types\n\nChange-Id: I4e7a5d1ac209d21efa54be0b95f5ee477389a278\n"
    },
    {
      "commit": "b450b70cd2f1393ab40add7430de1ad77063a390",
      "tree": "e4cfd23d483982920de962c2dbba4941f90c117e",
      "parents": [
        "bd3c18b4d44a657f2434cd11e2117ad3cc2cdc50"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Apr 21 12:16:08 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue May 04 16:41:32 2021 +0200"
      },
      "message": "[VOL-3994] Releasing voltha-onos with updated olt and sadis for IETF/MEF BWPs and 5 tcont type support\n\nChange-Id: Ie0c79ab892431784640ebf4fc0045a8f501461b8\n"
    },
    {
      "commit": "bd3c18b4d44a657f2434cd11e2117ad3cc2cdc50",
      "tree": "cb074e398dda17af81a623586f19e471bd1ab36f",
      "parents": [
        "6b90a01cca1626e03f8ff9044b13b0bb00fc0576"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon May 03 11:03:57 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon May 03 11:03:57 2021 +0200"
      },
      "message": "Using 2.2-latest to avoid Atomix Version Mismatch\n\nChange-Id: Ib202f57c73efbda77936bb09a96460b90176d2be\n"
    },
    {
      "commit": "6b90a01cca1626e03f8ff9044b13b0bb00fc0576",
      "tree": "8a79a539e2de2e069c07b79724e2e02ff27ffc38",
      "parents": [
        "8944a109e19270ab9acd9ac7de2649f4d94c9f42"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Apr 29 08:48:54 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Apr 29 08:55:53 2021 +0200"
      },
      "message": "Revert \"Updated apps dependencies to use SNAPSHOT versions\"\n\nThis reverts commit 8944a109e19270ab9acd9ac7de2649f4d94c9f42.\n\nChange-Id: Iaa92fc31641c1403d51af819f1aa2fda9265cdf9\n"
    },
    {
      "commit": "8944a109e19270ab9acd9ac7de2649f4d94c9f42",
      "tree": "37ff3f2b61899d31a7ff2f9907263190aa12317c",
      "parents": [
        "e27be71d98f3108c8fd7d7aaf1367cc5a0c8d069"
      ],
      "author": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Wed Apr 28 07:04:15 2021 +0000"
      },
      "committer": {
        "name": "Hardik Windlass",
        "email": "hardik@opennetworking.org",
        "time": "Wed Apr 28 07:04:21 2021 +0000"
      },
      "message": "Updated apps dependencies to use SNAPSHOT versions\n\nChange-Id: I661ec4a02338662bc9c72565a631fdd3785277b6\n"
    },
    {
      "commit": "e27be71d98f3108c8fd7d7aaf1367cc5a0c8d069",
      "tree": "ed1443eff573ef16559649a4b40ad2e38177dbe1",
      "parents": [
        "932189054c2e7b5ed5c90b45f2480d89ef5bc56c"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Mar 30 21:13:01 2021 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Mar 31 09:35:59 2021 +0200"
      },
      "message": "Releasing voltha-onos with updated apps and ONOS 2.2.8 for VOLTHA 2.7\n\nChange-Id: Ic3291db86fee2ae8deec37d48db0b2737fc74f9c\n"
    },
    {
      "commit": "932189054c2e7b5ed5c90b45f2480d89ef5bc56c",
      "tree": "81a6aef7d81427b616926ea171f3cf39609fcd04",
      "parents": [
        "3640f1ef37dff6e525c917a277cb8d85fbb02a71"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Mar 22 20:49:51 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Mar 22 20:49:51 2021 +0100"
      },
      "message": "bringing in aaa authentications clear up\n\nChange-Id: Ib54f4a73041af212def6014992c91e74f22551fc\n"
    },
    {
      "commit": "3640f1ef37dff6e525c917a277cb8d85fbb02a71",
      "tree": "64af2b83501234dea9ea70f2c3727bf5fb267df5",
      "parents": [
        "bdcf0f2ae99dfdff8fd3f93325a78a5db4e37e70"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Mar 16 09:20:45 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Mar 16 09:30:19 2021 +0100"
      },
      "message": "Integrating OLT with Mac learning and mcast consistent map fix\n\nChange-Id: Id9074ef1e7db26133f73116bcc34551fcfe814fc\n"
    },
    {
      "commit": "bdcf0f2ae99dfdff8fd3f93325a78a5db4e37e70",
      "tree": "370885635e080005686a14a3c3b0f6a06e02a68d",
      "parents": [
        "16895cab475d2a0891c69b936d7d797c48888d48"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Mar 12 11:46:10 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Mar 12 11:46:10 2021 +0100"
      },
      "message": "Including igmpproxy change and olt documentation\n\nChange-Id: If949bd615a0a5b2fd43a9db7f4c28dfcff14415c\n"
    },
    {
      "commit": "16895cab475d2a0891c69b936d7d797c48888d48",
      "tree": "a60801511e3141cde8492df08c4c9ecf7acae02f",
      "parents": [
        "37e19228e789958f563ec92296744faa9afad644"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Mar 10 15:50:04 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Mar 10 15:51:43 2021 +0100"
      },
      "message": "[SEBA-486] Releasing voltha-onos image with ONOS app minor version upgrade capability\n\nChange-Id: I702836aa8146711ffc35d4da86b6c814d5db38ef\n"
    },
    {
      "commit": "37e19228e789958f563ec92296744faa9afad644",
      "tree": "61ba060ae80a955ca36fbeccf16a98dc709e9913",
      "parents": [
        "994112c066faf65af84704352ef6406e719ab400"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Mar 10 15:51:02 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Mar 10 15:51:22 2021 +0100"
      },
      "message": "Releasing voltha-onos prior to changes for app updates\n\nChange-Id: I6a455ee15abd0b5eb7d8fa2d97d166c88686b331\n"
    },
    {
      "commit": "994112c066faf65af84704352ef6406e719ab400",
      "tree": "475f551fa95869171f9a5fb21415c750c1e3e910",
      "parents": [
        "463801dee74d57635719ffc2efec7ac4d9551033"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Feb 23 11:33:17 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Feb 23 18:03:39 2021 +0100"
      },
      "message": "[VOL-3836] Extracting OLT Pipeliner from ONOS into olt app\n\nChange-Id: I7b013264c712a3f1061806d59354f47d0782edc9\n"
    },
    {
      "commit": "463801dee74d57635719ffc2efec7ac4d9551033",
      "tree": "e508958f19237268af789334426d579ece21c685",
      "parents": [
        "b8c3fb46e67532f7544bc66196271390fa0238c2"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Feb 17 14:49:25 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Feb 17 14:49:25 2021 +0100"
      },
      "message": "Including pppoe changes\n\nChange-Id: If9c21894647ec77fc0b91b09f53a80876a0faeaf\n"
    },
    {
      "commit": "b8c3fb46e67532f7544bc66196271390fa0238c2",
      "tree": "68138ebdc353d42ea261543c297247655d77e5fd",
      "parents": [
        "f07859cc964600185ce1d04fcb5d5910cd181aa9"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Feb 10 15:44:47 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Feb 10 15:44:47 2021 +0100"
      },
      "message": "Importing IGMP scale fixes\n\nChange-Id: Ic14e6c1492e5188e58b966b28018e4c639cf165b\n"
    },
    {
      "commit": "f07859cc964600185ce1d04fcb5d5910cd181aa9",
      "tree": "f0fc15797411038374ad9ad1b555ae61d1422db8",
      "parents": [
        "d5f1a2bb475c73a7ad896ade8b7e0bc4d7f3d365"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Feb 09 15:22:21 2021 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Feb 09 15:22:21 2021 +0100"
      },
      "message": "[VOL-3824] Releasing fix for olt app\n\nChange-Id: Iac14795efabe201975d150467e497605845e0ebe\n"
    },
    {
      "commit": "d5f1a2bb475c73a7ad896ade8b7e0bc4d7f3d365",
      "tree": "79797a38082ad57eef5d491f2761f32c4c0873ab",
      "parents": [
        "9ef03f2b8be8a8898e8c07602b7f0c70907e794a"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Feb 03 09:31:35 2021 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Feb 03 09:31:35 2021 -0800"
      },
      "message": "Using latest sadis app\n\nChange-Id: Ic00964db0f9b5497c5f8ffd37e5a01ac06d96e5c\n"
    },
    {
      "commit": "9ef03f2b8be8a8898e8c07602b7f0c70907e794a",
      "tree": "542d9320631326fc8ff9f2c36aa21bd6cb714118",
      "parents": [
        "ea1a6de80ffb2893b62ca2be8c6e473da4678635"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Dec 16 22:34:34 2020 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Dec 16 22:34:34 2020 +0100"
      },
      "message": "Starting 4.3.0 release\n\nChange-Id: Iccc3db6ca266568181660280ee93066b658f0a6e\n"
    },
    {
      "commit": "ea1a6de80ffb2893b62ca2be8c6e473da4678635",
      "tree": "0a4681f1a1c245b71917dce9a3a6828247c8a069",
      "parents": [
        "b5f581fe8e8efebcd259761a5b01d4c4962535be"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Dec 16 19:09:28 2020 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Dec 16 19:09:28 2020 +0100"
      },
      "message": "Using ONOS 2.2.7 and releasing for VOLTHA 2.6\n\nChange-Id: Ic702e9e561cacd8fe35a75f4653c128d1cfb1e9b\n"
    },
    {
      "commit": "b5f581fe8e8efebcd259761a5b01d4c4962535be",
      "tree": "c7e7af9e67c14eee43c23d80110780fe25976a9d",
      "parents": [
        "4262521280be54dee23a9e89ed0a7b55d84cf6be"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Dec 10 10:44:11 2020 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Thu Dec 10 15:02:14 2020 -0800"
      },
      "message": "Using released versions of the apps\nUsing onos onosproject/onos:2.2.7-b4 as base image\n\nChange-Id: I9f82723f17ff0c3f5a79c6afcbb04f31fe4d2e09\n"
    },
    {
      "commit": "4262521280be54dee23a9e89ed0a7b55d84cf6be",
      "tree": "83acee2c9c31c8e7262799c84a6a216107f21590",
      "parents": [
        "b2b3ae2e65d72a7097695672f51ed929718bade1"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Dec 10 09:48:13 2020 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Dec 10 09:48:13 2020 +0100"
      },
      "message": "Using ONOS 2.2.7-b4 as base image\n\nChange-Id: I38a5bfa10e0ec926a078be94db903b96e2be1841\n"
    },
    {
      "commit": "b2b3ae2e65d72a7097695672f51ed929718bade1",
      "tree": "18c6acd161791f55ec0b734975c5c3f00741f737",
      "parents": [
        "3849d4b108201385fa3855c6a6b99835a56d4566"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Nov 26 17:47:15 2020 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Nov 26 17:47:15 2020 +0100"
      },
      "message": "Including AAA and dhcpl2Relay changes\n\nChange-Id: Ibb8fab1135f7a2d820e37dcfeef04fc173166087\n"
    },
    {
      "commit": "3849d4b108201385fa3855c6a6b99835a56d4566",
      "tree": "8758f73a201f1542071d1228413e81794eb40c12",
      "parents": [
        "0fd478cd950946096c4efd462fe92827b738fbb1"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Nov 12 10:15:34 2020 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Nov 12 10:15:34 2020 +0100"
      },
      "message": "Updating to latest onos-2.2 with port status thread offload\n\nChange-Id: If49b15e27f7025fdf0a820484d8cf93470d65058\n"
    },
    {
      "commit": "0fd478cd950946096c4efd462fe92827b738fbb1",
      "tree": "35c9ba83d95be57090f86166e464771aae4f5501",
      "parents": [
        "27dbbb44a95254fc1dbcfa86aad51798ca6c1bff"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Nov 06 09:56:31 2020 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Nov 06 09:59:28 2020 +0100"
      },
      "message": "[VOL-3621] Importing the OLT per device pending queues\n\nChange-Id: I9a0320a2ad24a7b3c40944cb396349666e998a9c\n"
    },
    {
      "commit": "27dbbb44a95254fc1dbcfa86aad51798ca6c1bff",
      "tree": "940a48ec0b6986646da6ca9094304baaab6f9192",
      "parents": [
        "6f09e07db6e2bcbe6f1373773905deaf8f509af8"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Nov 04 10:01:01 2020 -0800"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Nov 04 10:01:01 2020 -0800"
      },
      "message": "Pulling the latest apps\n\nChange-Id: Ib9c2cbbc57c3b008bfd365ac19de41f991209728\n"
    },
    {
      "commit": "6f09e07db6e2bcbe6f1373773905deaf8f509af8",
      "tree": "4e4a040484357d4599c4196209d66a7f1f359108",
      "parents": [
        "7dc58c06d9465e05544a3a1859b34d45dfc319f8"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Oct 29 14:25:52 2020 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Oct 29 14:25:52 2020 +0100"
      },
      "message": "Including InOderFobjManager fixes in ONOS and clone() in dhcpl2relay\n\nChange-Id: I2dbaf1c4c7dab15b308bcd6f83595a9403d84f01\n"
    },
    {
      "commit": "7dc58c06d9465e05544a3a1859b34d45dfc319f8",
      "tree": "267b78078f61778721f1059713ff20bb1bdcd29d",
      "parents": [
        "5392011c30ab3265bd2a137f3e36e8a52135d923"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Oct 26 12:06:58 2020 +0100"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Oct 26 12:06:58 2020 +0100"
      },
      "message": "including all required fixes for scale\n\nChange-Id: I22b18d10009efdcd6165ea93973d30d104b4dd50\n"
    },
    {
      "commit": "5392011c30ab3265bd2a137f3e36e8a52135d923",
      "tree": "6314917352e52331df143ab88eabbfd30346ae68",
      "parents": [
        "1564f0c93cc40f99e90d8f33ddd25d7aa78755fe"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Oct 14 18:16:10 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Oct 14 18:16:10 2020 +0200"
      },
      "message": "Updating different app versions\n\nChange-Id: Idbb4ad2288ca0c312c0ebd0c964e0e287e8df860\n"
    },
    {
      "commit": "1564f0c93cc40f99e90d8f33ddd25d7aa78755fe",
      "tree": "f5b296e4f737a0a9174a1011a90785e5b8d2bf02",
      "parents": [
        "bbec83db84ffcddee3d5851cc16f6bc16e51f29b"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Oct 09 09:38:25 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Oct 09 09:38:25 2020 +0200"
      },
      "message": "Releasing voltha-onos with the bases 2.2-latest ONOS image including the  fix\n\nChange-Id: Id167a59d49a490836af464e7d2b4d602f68c7589\n"
    },
    {
      "commit": "bbec83db84ffcddee3d5851cc16f6bc16e51f29b",
      "tree": "335fd3877436375f99de75e242ce2738934fc932",
      "parents": [
        "3472cd900abf7d94324c93f33cfa7eee22a65b0c"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Wed Sep 23 09:40:39 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Oct 02 15:45:33 2020 +0200"
      },
      "message": "[VOL-3499] Adding -XX:-UseContainerSupport in JAVA_OPTS to pass right number of processors\nAlso removing mac-learner app until it\u0027s finished and optimized\n\nChange-Id: I95ccabee5ffeecce85a18ff6918cd4d73a493dc5\n"
    },
    {
      "commit": "3472cd900abf7d94324c93f33cfa7eee22a65b0c",
      "tree": "a1f8dcd888f8226819a0d71a57b6739df29b2bdf",
      "parents": [
        "ce0704695ae4f6b7ea46164180b96182dde30f63"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Sep 23 09:20:16 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Wed Sep 23 09:20:16 2020 -0700"
      },
      "message": "Pulling in latest org.opencord.olt SNAPSHOT\n\nChange-Id: I0755d199ad90568f992303085bc51944b71b5933\n"
    },
    {
      "commit": "ce0704695ae4f6b7ea46164180b96182dde30f63",
      "tree": "b05e22b31989bad972504b4d9d79144d50082c68",
      "parents": [
        "e9acaed5cbab0870e9690bae5fc6b6571aa9c0af"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Sep 18 12:41:26 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Sep 18 12:41:26 2020 -0700"
      },
      "message": "Upgrading to latest ONOS:2.2-latest and latest olt:5.3.0-SNAPSHOT app\n\nChange-Id: I490d40ea8209b683545a01bdd86fea6e63bcdfc1\n"
    },
    {
      "commit": "e9acaed5cbab0870e9690bae5fc6b6571aa9c0af",
      "tree": "e70ac8054948db084cc861cda53b1a085481d34d",
      "parents": [
        "585c0a2c965abc50a1e62a96b12b89e40ac64712"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Sep 15 13:41:40 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Sep 15 13:42:30 2020 -0700"
      },
      "message": "Getting latest dhcpl2relay app\n\nChange-Id: I4d4ceb8b0bfbce6a8ecd3635ebec4d2e493014e7\n"
    },
    {
      "commit": "585c0a2c965abc50a1e62a96b12b89e40ac64712",
      "tree": "802a3a62d2aa841d4618b68b7c2980d45903b4a2",
      "parents": [
        "7f3006ad2a72d4156223b99e1344710bb0f4384f"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Sep 14 10:58:25 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Sep 14 10:58:25 2020 -0700"
      },
      "message": "using dhcpl2relay SNAPSHOT\n\nChange-Id: I7ac0fcfc45456fe0cc279732193aeff1e2fc455b\n"
    },
    {
      "commit": "7f3006ad2a72d4156223b99e1344710bb0f4384f",
      "tree": "cbac4474017c3ca089ee5a4097a7472a4b64dddf",
      "parents": [
        "98548425c2c318eb81794f5d793a2f70293f9ce7"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Sep 11 14:57:22 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Sep 11 14:57:22 2020 -0700"
      },
      "message": "Bumping VERSION to 4.2.0-dev\n\nChange-Id: I0b301816273003e509671fd5ac947e458ce25b94\n"
    },
    {
      "commit": "98548425c2c318eb81794f5d793a2f70293f9ce7",
      "tree": "cd20a300f9eecbe7db502d170042c661b5624c71",
      "parents": [
        "af39e1d244344ca2211a8bda447e004863c88936"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Sep 11 14:56:34 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Fri Sep 11 14:56:38 2020 -0700"
      },
      "message": "Releasing voltha-onos:4.1.5\n\n(Version 4.1.4 was already released and the -dev was wrongly set)\n\nChange-Id: I7b718001a5b02d41ee36d1637077b7adb048bcc5\n"
    },
    {
      "commit": "af39e1d244344ca2211a8bda447e004863c88936",
      "tree": "f308e0b49e9b90aebed93643e009a717f98ddede",
      "parents": [
        "ba92c6a1f9a2c0fc4efaba3531abc9e9c6195062"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Sep 01 09:38:33 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Tue Sep 01 09:38:33 2020 +0200"
      },
      "message": "Release of olt app updated\n\nChange-Id: I11e428aa921000d0183d443600c14b606aeed7f4\n"
    },
    {
      "commit": "ba92c6a1f9a2c0fc4efaba3531abc9e9c6195062",
      "tree": "7d38d8692aa7648429975d59954d41fa43695726",
      "parents": [
        "b86cda7c806195bff05bcf31c22a8f1ba94a7c79"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Aug 24 15:25:01 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Mon Aug 24 15:25:01 2020 -0700"
      },
      "message": "[VOL-2778] Updating kafka dependency on dhcpl2relay 2.2.0-SNAPSHOT\n\nChange-Id: I0a29639d727655936870f12c982884329be81107\n"
    },
    {
      "commit": "b86cda7c806195bff05bcf31c22a8f1ba94a7c79",
      "tree": "7f51db1cf0c3871f9ecdf30a4fa0caf5e70da836",
      "parents": [
        "1f3690baab37d3a15ad912daea504868fb9ebe8a"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Aug 24 16:54:01 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Mon Aug 24 17:18:54 2020 +0200"
      },
      "message": "Releasing voltha-onos with 2.2-latest with health API for apps, allows use of latest onos-classic helm chart\n\nChange-Id: I7efabfb820c57dab2d806f1d510d5cb58eed3dea\n"
    },
    {
      "commit": "1f3690baab37d3a15ad912daea504868fb9ebe8a",
      "tree": "74f78a9988816c3b6e1357da0a6a62f4d6e09807",
      "parents": [
        "814d83e9e676387e4543417bd602dc6e11a4dba3"
      ],
      "author": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Aug 11 09:16:55 2020 -0700"
      },
      "committer": {
        "name": "Matteo Scandolo",
        "email": "matteo.scandolo@gmail.com",
        "time": "Tue Aug 11 09:24:28 2020 -0700"
      },
      "message": "Using latest olt app in master\n\nChange-Id: I5c1b39c8aa5385e483f6b1691e0edf139e6203f0\n"
    },
    {
      "commit": "814d83e9e676387e4543417bd602dc6e11a4dba3",
      "tree": "881dbe7ed43deb8dbdb5ae90b5f0ef4f20e33a4d",
      "parents": [
        "fbe870a79905d6a6c9a26d1f3b2e44915b45b365"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Jul 16 16:01:39 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Jul 16 16:01:39 2020 +0200"
      },
      "message": "Releasing new olt and igmpproxy fixes on master\n\nChange-Id: Id0ea4ebe4de8d8da42b1c5b4ffcbe50d58279138\n"
    },
    {
      "commit": "fbe870a79905d6a6c9a26d1f3b2e44915b45b365",
      "tree": "5d707a4506c5eee8c7fdd4fd374940d0622969f2",
      "parents": [
        "f79f06b488a5c57d6abfaf814e9c18b4d68fe78d"
      ],
      "author": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Thu Jul 09 14:41:35 2020 +0200"
      },
      "committer": {
        "name": "Andrea Campanella",
        "email": "andrea@opennetworking.org",
        "time": "Fri Jul 10 09:57:01 2020 +0200"
      },
      "message": "[VOL-3329]Moving to latest 2.2 with karaf 4.2.9\n\nChange-Id: I6daa877bb4f2acc503168d7fcdf007882dbf023f\n"
    }
  ],
  "next": "f79f06b488a5c57d6abfaf814e9c18b4d68fe78d"
}
