{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":304095511,"defaultBranch":"master","name":"snmp-armada-app","ownerLogin":"starlingx-github","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-10-14T18:00:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/60620236?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1713899745.0","currentOid":""},"activityList":{"items":[{"before":"588ed19fa9439238059fda641a0c2d2e81f474bb","after":"fee10f59d177ab215a239bbad335bdebb771f027","ref":"refs/heads/master","pushedAt":"2024-04-23T19:15:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Fix app metadata mispelling\n\nThe snmp app have 'behaviour' in metadata.yaml instead of 'behavior'.\nThis is causing the app to omit 'platform_managed_app' option.\n\nThis commit fixes this issue.\n\nTest Plan:\nPASS: Build and deploy updated snmp\nPASS: Patch system to update snmp application, verify that\napp is automatically upgraded.\n\nCloses-bug: 2063224\n\nSigned-off-by: Enzo Candotti \nChange-Id: I1f44243316eb884a2dabfad13c2f1341b9154be8","shortMessageHtmlLink":"Fix app metadata mispelling"}},{"before":"588ed19fa9439238059fda641a0c2d2e81f474bb","after":"21f26f32eeeba5155ab1854870473abe78e3e852","ref":"refs/heads/r/stx.9.0","pushedAt":"2024-03-08T02:43:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Update .gitreview for r/stx.9.0\n\nChange-Id: I1dc8dea61b1d4ecb00c4637e2b2512e6c1663ccb\nSigned-off-by: Scott Little ","shortMessageHtmlLink":"Update .gitreview for r/stx.9.0"}},{"before":null,"after":"588ed19fa9439238059fda641a0c2d2e81f474bb","ref":"refs/heads/r/stx.9.0","pushedAt":"2024-03-07T20:21:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Auto-increment chart versions\n\nEnable auto-versioning of helm charts to ensure the FluxCD helm\ncontroller recognizes chart changes.\n\nTo guarantee the helm chart version is incremented when a helm chart\nchange is submitted, the following is implemented:\n - Provide a top level hierarchy for helm charts to differentiate\n between upstream and custom charts: helm-charts/{custom,upstream}\n - Arrange exiting helm chart in appropriate helm-charts location.\n Custom for helm. Charts built and maintained in this repository.\n Upstream for directly used and/or directly used plus patched.\n - stx-APP-helm now contains only manifests and final application\n packaging rules. No custom helm charts should be delivered here.\n - Use StarlingX debian git revcount packaging mechanisms to derive the\n semver PATCH version for custom helm charts. Chart\n version (MAJOR.MINOR.PATCH) is passed to 'helm package' command to\n force the version, where PATCH == 'git revcount'\n - Use StarlingX debian git revcount packaging mechanisms to derive the\n semver BUILD version for upstream helm charts which maintains the\n upstream chart version and adds a versioned BUILD extension.\n\n ::= \".\" \".\" \n ::= \"+\" \n\n Chart version (MAJOR.MINOR.PATCH+STX.REV) is passed to 'helm package'\n command to force the version, where REV == 'git revcount'\n - Establish a new package(s) for the custom or upstream helm chart(s).\n - Enforce a baseline version for all helm charts; eg 'APP-helm'.\n Maintain current rev counts for all new packages, where applicable.\n- Update 'stx-APP-helm' to:\n - Update the build dependencies to include the new helm chart package\n and remove dependency on helm\n - Update the rules to remove building the dependency APP helm chart(s) and\n automatically update the chart versions in the FluxCD\n helmrelease.yaml files.\n\nTest Plan:\nPASS - Build all packages generating an application tarball verifying\n all versions on the charts and application make sense.\nPASS - Introduce temporary chart changes and ensure that the versions\n increment as expected.\nPASS - Validate basic application lifecycle operations:\n upload/apply/remove/delete.\n\nStory: 2010929\nTask: 49587\n\nChange-Id: I5da2d75e3da13e3419beccf591ff5b97e526ba4c\nSigned-off-by: Joshua Reed ","shortMessageHtmlLink":"Auto-increment chart versions"}},{"before":"588ed19fa9439238059fda641a0c2d2e81f474bb","after":"c6e6b2497d53384953640c7b242db917069b0ee6","ref":"refs/heads/f/bookworm","pushedAt":"2024-03-06T16:07:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Update .gitreview for f/bookworm\n\nChange-Id: Ic455ce0345d239cd1fff4abdccb33be30ba6f24b\nSigned-off-by: Scott Little ","shortMessageHtmlLink":"Update .gitreview for f/bookworm"}},{"before":null,"after":"588ed19fa9439238059fda641a0c2d2e81f474bb","ref":"refs/heads/f/bookworm","pushedAt":"2024-03-01T16:58:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Auto-increment chart versions\n\nEnable auto-versioning of helm charts to ensure the FluxCD helm\ncontroller recognizes chart changes.\n\nTo guarantee the helm chart version is incremented when a helm chart\nchange is submitted, the following is implemented:\n - Provide a top level hierarchy for helm charts to differentiate\n between upstream and custom charts: helm-charts/{custom,upstream}\n - Arrange exiting helm chart in appropriate helm-charts location.\n Custom for helm. Charts built and maintained in this repository.\n Upstream for directly used and/or directly used plus patched.\n - stx-APP-helm now contains only manifests and final application\n packaging rules. No custom helm charts should be delivered here.\n - Use StarlingX debian git revcount packaging mechanisms to derive the\n semver PATCH version for custom helm charts. Chart\n version (MAJOR.MINOR.PATCH) is passed to 'helm package' command to\n force the version, where PATCH == 'git revcount'\n - Use StarlingX debian git revcount packaging mechanisms to derive the\n semver BUILD version for upstream helm charts which maintains the\n upstream chart version and adds a versioned BUILD extension.\n\n ::= \".\" \".\" \n ::= \"+\" \n\n Chart version (MAJOR.MINOR.PATCH+STX.REV) is passed to 'helm package'\n command to force the version, where REV == 'git revcount'\n - Establish a new package(s) for the custom or upstream helm chart(s).\n - Enforce a baseline version for all helm charts; eg 'APP-helm'.\n Maintain current rev counts for all new packages, where applicable.\n- Update 'stx-APP-helm' to:\n - Update the build dependencies to include the new helm chart package\n and remove dependency on helm\n - Update the rules to remove building the dependency APP helm chart(s) and\n automatically update the chart versions in the FluxCD\n helmrelease.yaml files.\n\nTest Plan:\nPASS - Build all packages generating an application tarball verifying\n all versions on the charts and application make sense.\nPASS - Introduce temporary chart changes and ensure that the versions\n increment as expected.\nPASS - Validate basic application lifecycle operations:\n upload/apply/remove/delete.\n\nStory: 2010929\nTask: 49587\n\nChange-Id: I5da2d75e3da13e3419beccf591ff5b97e526ba4c\nSigned-off-by: Joshua Reed ","shortMessageHtmlLink":"Auto-increment chart versions"}},{"before":"a0292e8c7c68ae9bc3f5cb19e611777b6126d944","after":"588ed19fa9439238059fda641a0c2d2e81f474bb","ref":"refs/heads/master","pushedAt":"2024-02-29T10:22:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Auto-increment chart versions\n\nEnable auto-versioning of helm charts to ensure the FluxCD helm\ncontroller recognizes chart changes.\n\nTo guarantee the helm chart version is incremented when a helm chart\nchange is submitted, the following is implemented:\n - Provide a top level hierarchy for helm charts to differentiate\n between upstream and custom charts: helm-charts/{custom,upstream}\n - Arrange exiting helm chart in appropriate helm-charts location.\n Custom for helm. Charts built and maintained in this repository.\n Upstream for directly used and/or directly used plus patched.\n - stx-APP-helm now contains only manifests and final application\n packaging rules. No custom helm charts should be delivered here.\n - Use StarlingX debian git revcount packaging mechanisms to derive the\n semver PATCH version for custom helm charts. Chart\n version (MAJOR.MINOR.PATCH) is passed to 'helm package' command to\n force the version, where PATCH == 'git revcount'\n - Use StarlingX debian git revcount packaging mechanisms to derive the\n semver BUILD version for upstream helm charts which maintains the\n upstream chart version and adds a versioned BUILD extension.\n\n ::= \".\" \".\" \n ::= \"+\" \n\n Chart version (MAJOR.MINOR.PATCH+STX.REV) is passed to 'helm package'\n command to force the version, where REV == 'git revcount'\n - Establish a new package(s) for the custom or upstream helm chart(s).\n - Enforce a baseline version for all helm charts; eg 'APP-helm'.\n Maintain current rev counts for all new packages, where applicable.\n- Update 'stx-APP-helm' to:\n - Update the build dependencies to include the new helm chart package\n and remove dependency on helm\n - Update the rules to remove building the dependency APP helm chart(s) and\n automatically update the chart versions in the FluxCD\n helmrelease.yaml files.\n\nTest Plan:\nPASS - Build all packages generating an application tarball verifying\n all versions on the charts and application make sense.\nPASS - Introduce temporary chart changes and ensure that the versions\n increment as expected.\nPASS - Validate basic application lifecycle operations:\n upload/apply/remove/delete.\n\nStory: 2010929\nTask: 49587\n\nChange-Id: I5da2d75e3da13e3419beccf591ff5b97e526ba4c\nSigned-off-by: Joshua Reed ","shortMessageHtmlLink":"Auto-increment chart versions"}},{"before":"6917a3f5b2adde9feb2fd4facfd3d291307d89d6","after":"a0292e8c7c68ae9bc3f5cb19e611777b6126d944","ref":"refs/heads/master","pushedAt":"2024-02-06T18:11:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Add minimum Kubernetes version supported\n\nAdd the supported minimum Kubernetes version into the application\nmetadata file.\n\nThe minimum Kubernetes version is set to 1.24.4 and should be changed\naccordingly for future application updates.\n\nThe \"supported_k8s_version:minimum\" field is optional but it will become\nmandatory in the near future.\n\nThis also contains a fix to properly trigger the Tox metadata checks.\n\nTest Plan\nPASS: build-pkgs && build-image\nPASS: Apply application\n\nStory: 2010929\nTask: 49502\n\nChange-Id: I34cfd46db920be0eaabc3a47bdb1ad9412203f40\nSigned-off-by: Igor Soares ","shortMessageHtmlLink":"Add minimum Kubernetes version supported"}},{"before":"6917a3f5b2adde9feb2fd4facfd3d291307d89d6","after":"5a8cb71dbd42b9abb1abb1ef3b7ee6956f462a08","ref":"refs/heads/f/kernel-6.6","pushedAt":"2024-01-25T18:43:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Update .gitreview for f/kernel-6.6\n\nChange-Id: Ie804c32d489c041c7949b527707c66ee30950d27\nSigned-off-by: Scott Little ","shortMessageHtmlLink":"Update .gitreview for f/kernel-6.6"}},{"before":null,"after":"6917a3f5b2adde9feb2fd4facfd3d291307d89d6","ref":"refs/heads/f/kernel-6.6","pushedAt":"2024-01-25T16:34:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Application versioning based on build release\n\nThis change will automatically adjust versioning of the application\ntarball and python plugins to reflect the same version reported by\nSW_VERION in /etc/build.info.\n\nTest plan:\nPASS: build-pkgs -a & build-image\nPASS: Confirm that the tarball version matches the platform version\nPASS: Apply application\n\nStory: 2010929\nTask: 49351\n\nChange-Id: I62934c3392b36101f99da6ca6be5e6d036b315bb\nSigned-off-by: Igor Soares ","shortMessageHtmlLink":"Application versioning based on build release"}},{"before":"90c26d01252d8a864963dc28ce5c879c9aedf97a","after":"6917a3f5b2adde9feb2fd4facfd3d291307d89d6","ref":"refs/heads/master","pushedAt":"2024-01-02T16:07:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Application versioning based on build release\n\nThis change will automatically adjust versioning of the application\ntarball and python plugins to reflect the same version reported by\nSW_VERION in /etc/build.info.\n\nTest plan:\nPASS: build-pkgs -a & build-image\nPASS: Confirm that the tarball version matches the platform version\nPASS: Apply application\n\nStory: 2010929\nTask: 49351\n\nChange-Id: I62934c3392b36101f99da6ca6be5e6d036b315bb\nSigned-off-by: Igor Soares ","shortMessageHtmlLink":"Application versioning based on build release"}},{"before":"3888fc409481de6280cc159e37196e13fe85640e","after":"90c26d01252d8a864963dc28ce5c879c9aedf97a","ref":"refs/heads/master","pushedAt":"2023-12-19T20:01:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Update app Zuul Check Jobs.\n\nModify code to conform to flake8 and pylint.\n\nJobs are now flake8, pylint, py39 and metadata.\n\nTest Plan\nPASS - All zuul jobs pass as expected.\n\nStory: 2010929\nTask: 49281\n\nChange-Id: Ic15c987fd4bf083f7483bb14ab80356a194e9dfc\nSigned-off-by: Reed, Joshua ","shortMessageHtmlLink":"Update app Zuul Check Jobs."}},{"before":"14d8d43585ddec146f4551c3efa848c779dc718d","after":"3888fc409481de6280cc159e37196e13fe85640e","ref":"refs/heads/master","pushedAt":"2023-11-02T20:45:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Merge \"Use FQDN for MGMT network\"","shortMessageHtmlLink":"Merge \"Use FQDN for MGMT network\""}},{"before":"e0c2bda2d0d673e5d05362b3165c16476bbc3572","after":"d675b934057e59a28d287a714371593cc33dc360","ref":"refs/heads/r/stx.8.0","pushedAt":"2023-11-02T20:45:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Update Debian base image to version 11\n\nAn update on the Debian container specified as 'debian' produced that\nsome packages like libpython2.7 and postgresql-13 were not found,\ncausing the daily builds to fail.\n\nThis commit specifies the version to be used as a base image in order to\nfix that problem.\n\nTest Plan:\nPASS: Build stx-snmp, stx-fm-trap-subagent and stx-fm-subagent. Verify\nall the containers can be built properly.\n\nCloses-Bug: 2023703\n\nSigned-off-by: Enzo Candotti \nChange-Id: Ic4a2c69ea97ecfea3463c09d6de1b5c9dcdde6d3\n(cherry picked from commit c7d206abbf7267077dbf0e31b00b0d20e06977de)","shortMessageHtmlLink":"Update Debian base image to version 11"}},{"before":"b9f45f28c48b9ca111ffa0dda89c09333eee6f8c","after":"14d8d43585ddec146f4551c3efa848c779dc718d","ref":"refs/heads/master","pushedAt":"2023-09-11T13:28:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Update stx-fm-trap-subagent tag to stx.9.0-v1.0.2\n\nThis change updates the stx-fm-trap-subagent image tag to stx.9.0-v1.0.2\ndue to the fix of the following bug:\nhttps://review.opendev.org/c/starlingx/snmp-armada-app/+/892624\n\nTest Plan:\nPASS: Apply snmp app with new tags introduced. Verify pod is up and\nrunning. Describe pod and verify that the new tag is used.\n\nDepends-on: https://review.opendev.org/c/starlingx/root/+/893818\nDepends-on: https://review.opendev.org/c/starlingx/fault/+/892710\n\nCloses-bug: 2032844\n\nSigned-off-by: Agustin Carranza \nChange-Id: Idaa83357d632944b7ac530d8eea22869a5aabf0f","shortMessageHtmlLink":"Update stx-fm-trap-subagent tag to stx.9.0-v1.0.2"}},{"before":"f67c66e1e3cfb96663711fc13e3ad071f798317a","after":"b9f45f28c48b9ca111ffa0dda89c09333eee6f8c","ref":"refs/heads/master","pushedAt":"2023-09-04T20:42:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Add missing fields for Event traps\n\nwrsEventMessage traps are being managed as wrsAlarmMessages.\nEvents do not contain wrsEventProposedRepairAction and\nwrsEventSuppressionAllowedf fields.\nThey are now receiving a default value generated in FM.\nThis commits adds those fields in order to format the event traps\nlike the alarm traps.\n\nTest plan:\nPASS: Install snmp application. Generate an event and check that\nthe trap is specified with the new values.\n\nPartial-bug: 2032844\n\nSigned-off-by: Agustin Carranza \nChange-Id: I5467b5a7bc6e903c629965f86dfaafd468738c8e","shortMessageHtmlLink":"Add missing fields for Event traps"}},{"before":"f67c66e1e3cfb96663711fc13e3ad071f798317a","after":"8259c5021a6f5833747c6fc908026b30a4aba2ff","ref":"refs/heads/f/antelope","pushedAt":"2023-08-18T12:46:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Update .gitreview for f/antelope\n\nChange-Id: Iaff65c69b138ccd297052e1d169d378630b58916\nSigned-off-by: Scott Little ","shortMessageHtmlLink":"Update .gitreview for f/antelope"}},{"before":null,"after":"f67c66e1e3cfb96663711fc13e3ad071f798317a","ref":"refs/heads/f/antelope","pushedAt":"2023-08-09T20:03:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Remove --use-deprecated legacy-resolver flag\n\nThe pip team is planning to depreciate the\n'--use-deprecated legacy-resolver' install option.\n\nThis change removes the option and fixes requirements inconsistencies.\n\nTest Plan:\n\nPASS: Verify that tox runs without issues.\nPASS: Build snmp package and install it.\nPASS: Upload and apply snmp application and check if pod\n is running.\nPASS: Perform snmpget/bulk/walk commands and verify they work.\nPASS: Check traps are generated.\n\nCloses-bug: 1966075\n\nSigned-off-by: Agustin Carranza \nChange-Id: Ib7fd2cdea5bbd62a7462827971485fd5121ebdce","shortMessageHtmlLink":"Remove --use-deprecated legacy-resolver flag"}},{"before":"c7d206abbf7267077dbf0e31b00b0d20e06977de","after":"f67c66e1e3cfb96663711fc13e3ad071f798317a","ref":"refs/heads/master","pushedAt":"2023-07-25T02:30:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Remove --use-deprecated legacy-resolver flag\n\nThe pip team is planning to depreciate the\n'--use-deprecated legacy-resolver' install option.\n\nThis change removes the option and fixes requirements inconsistencies.\n\nTest Plan:\n\nPASS: Verify that tox runs without issues.\nPASS: Build snmp package and install it.\nPASS: Upload and apply snmp application and check if pod\n is running.\nPASS: Perform snmpget/bulk/walk commands and verify they work.\nPASS: Check traps are generated.\n\nCloses-bug: 1966075\n\nSigned-off-by: Agustin Carranza \nChange-Id: Ib7fd2cdea5bbd62a7462827971485fd5121ebdce","shortMessageHtmlLink":"Remove --use-deprecated legacy-resolver flag"}},{"before":"aa5a8ddf0f8b802adb525b0149e64c138abe882e","after":"c7d206abbf7267077dbf0e31b00b0d20e06977de","ref":"refs/heads/master","pushedAt":"2023-06-14T13:56:21.776Z","pushType":"push","commitsCount":1,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Update Debian base image to version 11\n\nAn update on the Debian container specified as 'debian' produced that\nsome packages like libpython2.7 and postgresql-13 were not found,\ncausing the daily builds to fail.\n\nThis commit specifies the version to be used as a base image in order to\nfix that problem.\n\nTest Plan:\nPASS: Build stx-snmp, stx-fm-trap-subagent and stx-fm-subagent. Verify\nall the containers can be built properly.\n\nCloses-Bug: 2023703\n\nSigned-off-by: Enzo Candotti \nChange-Id: Ic4a2c69ea97ecfea3463c09d6de1b5c9dcdde6d3","shortMessageHtmlLink":"Update Debian base image to version 11"}},{"before":"7e8fd4a6c4a86fb0d2ae0b04361610b220b89ad7","after":"aa5a8ddf0f8b802adb525b0149e64c138abe882e","ref":"refs/heads/master","pushedAt":"2023-05-02T14:02:56.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"starlingx-github","name":null,"path":"/starlingx-github","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60620236?s=80&v=4"},"commit":{"message":"Fix github mirroring for this repo\n\nUpdating the rsa ssh host key based on:\nhttps://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/\n\nNote: In the future, StarlingX should have a zuul job and\nsecret setup for all repos so we do not need to do this\nfor every repo.\n\nNeeded to rename the secret, because zuul fails if like-named\nsecrets have diffent values in different branches of the same\nrepo.\n\nPartial-Bug: #2015246\nChange-Id: I2887edda6b37e9808975ba05437f189b052514cd\nSigned-off-by: Davlet Panech ","shortMessageHtmlLink":"Fix github mirroring for this repo"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEOGxOHQA","startCursor":null,"endCursor":null}},"title":"Activity ยท starlingx-github/snmp-armada-app"}