Commit ddd1f43
authored
Update sonic-utilities to master branch version (#17297)
* Update sonic-utilities to master branch version
sonic-utilities was (intentionally) pointing to a commit on a fork,
since merging sonic-utilities's changes for Bookworm first onto the
master branch would result in PR checker failures. Now that
sonic-buildimage is on master branch and the Bookworm changes in
sonic-utilities have been merged into master, sonic-utilties can now
point to master.
17e77fe Revert "Run yang validation in unit test (#3025)" (#3055)
96dd555 [dhcp_relay] Fix dhcp_relay counter display issue (#3054)
6dfeee6 [sflow][db_migrator] Egress Sflow support (#3020)
02a588b Don't collect /proc/sched_debug
d7ec325 Fix error about having a mutable default for field headers in dataclass
0ab3ab9 Fix test execution on Bookworm (#3041)
ef8f6f8 Specify test dependencies under extra_requires
61c44e8 Update python packages
1e81310 [wol] Implement wol command line utility (#3048)
8ebc56a [sonic_installer]: Improve exception handling: introduce notes. (#3029)
3610ce9 [sonic-package-manager] Fix YANG validation failure on upgrade when feature has constraints in YANG model on FEATURE table (#2933)
cfd2dd3 Add container rsyslog.conf to the sys dump (#3039)
c4b0782 Support new platform in generic configuration update (#3038)
a8d236c [fast-reboot-filter-routes.py] Remove click and improve error reporting (#3030)
75199c0 [sonic-package-manager] insert newline in /etc/sonic/generated_services.conf (#3040)
cd85569 [VOQ][saidump] Modify generate_dump: replace save_saidump with save_saidump_by_route_size (#2972)
f1e24ae GCU support for Cisco-8000 features (#3010)
67e1c3d Update GCU rsyslog validator (#3012)
253b797 [sonic-package-manager] do not modify config_db.json (#3032)
177dd8e [sonic-package-manager] add generated service to /etc/sonic/generated_services.conf (#3037)
62fcd77 Configure NTP according to extended configuration (#2835)
ced0940 [dualtor_neighbor_check] Adjust zero-mac check condition (#3034)
a4eeb69 [config] config reload should generate sysinfo if missing (#3031)
e01fc89 Run yang validation in unit test (#3025)
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>1 parent 04bb0d3 commit ddd1f43
1 file changed
+1
-1
lines changedSubmodule sonic-utilities updated 33 files
- config/main.py+38-1
- config/vlan.py+7-6
- doc/Command-Reference.md+41
- generic_config_updater/gcu_field_operation_validators.conf.json+6-5
- generic_config_updater/services_validator.py+9-5
- scripts/db_migrator.py+41-2
- scripts/dualtor_neighbor_check.py+9-6
- scripts/fast-reboot-filter-routes.py+9-14
- scripts/generate_dump+120-13
- setup.py+2
- sonic_installer/common.py+7-2
- sonic_installer/exception.py+12-1
- sonic_package_manager/manager.py+25-11
- sonic_package_manager/service_creator/creator.py+37
- sonic_package_manager/service_creator/sonic_db.py-13
- tests/config_test.py+101-1
- tests/db_migrator_input/appl_db/sflow_table_expected.json+21
- tests/db_migrator_input/appl_db/sflow_table_input.json+17
- tests/db_migrator_input/config_db/sflow_table_expected.json+57
- tests/db_migrator_input/config_db/sflow_table_input.json+53
- tests/db_migrator_test.py+58
- tests/dualtor_neighbor_check_test.py+66
- tests/fast_reboot_filter_routes_test.py+9-2
- tests/generic_config_updater/field_operation_validator_test.py+8
- tests/generic_config_updater/service_validator_test.py+41-14
- tests/sonic_package_manager/conftest.py+1
- tests/sonic_package_manager/test_manager.py+5
- tests/sonic_package_manager/test_service_creator.py+5
- tests/test_sonic_installer.py+15
- tests/vlan_test.py+20-9
- tests/wol_test.py+229
- wol/__init__.py
- wol/main.py+202
0 commit comments