Commit 489aee6
committed
[submodule] Update sonic-utilities submodule
Update sonic-utilities submodule pointer to include the following:
* 4d377a6 [subinterface]Added additional checks in portchannel and subinterface commands ([sonic-net#2345](sonic-net/sonic-utilities#2345))
* bbcdf2e disk_check: Publish event for RO state ([sonic-net#2320](sonic-net/sonic-utilities#2320))
* 3fd537b Support the bandit check by GitHub Action ([sonic-net#2358](sonic-net/sonic-utilities#2358))
* 491d3d3 [generate dump]Added error message when saisdkdump fails ([sonic-net#2356](sonic-net/sonic-utilities#2356))
* 6830e01 [counterpoll]Fixing counterpoll show for tunnel and acl stats ([sonic-net#2355](sonic-net/sonic-utilities#2355))
* 3be2ad7 [fast-reboot]Avoid stopping masked services during fast-reboot ([sonic-net#2335](sonic-net/sonic-utilities#2335))
* 0e1b0cf [GCU] Fix missing backend in dry run ([sonic-net#2347](sonic-net/sonic-utilities#2347))
* 676c31b Add verification for override ([sonic-net#2305](sonic-net/sonic-utilities#2305))
* 48997c2 Add Password Hardening CLI support ([sonic-net#2338](sonic-net/sonic-utilities#2338))
* 414e239 update unit tests for swap ([#locato](https://github.com/Azure/sonic-utilities/pull/locato))
* a91a492 consider swap checking memory in ([#stalle](https://github.com/Azure/sonic-utilities/pull/stalle))
* f0ce586 [route_check]: Ignore standalone tunnel routes ([sonic-net#2325](sonic-net/sonic-utilities#2325))
Signed-off-by: dgsudharsan <[email protected]>1 parent 54b146f commit 489aee6
1 file changed
+1
-1
lines changedSubmodule sonic-utilities updated 35 files
- .bandit
- .github/workflows/bandit.yml+20
- config/main.py+73-24
- config/plugins/sonic-passwh_yang.py+380
- counterpoll/main.py+2-2
- generic_config_updater/change_applier.py+4
- scripts/disk_check.py+21-1
- scripts/fast-reboot+6
- scripts/generate_dump+4
- scripts/route_check.py+40
- scripts/route_check_test.sh+23-9
- show/plugins/sonic-passwh_yang.py+126
- sonic_installer/main.py+4-2
- tests/config_override_input/final_config_yang_failure.json+71
- tests/config_override_input/golden_input_yang_failure.json+89
- tests/config_override_input/running_config_yang_failure.json+89
- tests/config_override_test.py+89
- tests/config_test.py+5-5
- tests/counterpoll_test.py+2-1
- tests/generic_config_updater/change_applier_test.py+1
- tests/intfutil_test.py+6-6
- tests/ip_config_test.py+10-10
- tests/loopback_action_test.py+1-1
- tests/mock_tables/appl_db.json+3-3
- tests/mock_tables/config_db.json+10-5
- tests/passw_hardening_input/assert_show_output.py+40
- tests/passw_hardening_input/default_config_db.json+14
- tests/passw_hardening_test.py+222
- tests/portchannel_test.py+13
- tests/route_check_test.py+22
- tests/show_vrf_test.py+5-5
- tests/static_routes_test.py+5-5
- tests/subintf_test.py+21
- tests/swap_allocator_test.py+64
- tests/vrf_input/config_db.json+1-1
0 commit comments