Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update submodule commit ID #72

Merged

Conversation

vasant17
Copy link
Collaborator

@vasant17 vasant17 commented May 9, 2020

- What I did

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@vasant17 vasant17 merged commit d3bfd9c into zhenggen-xu:sonic-cfg-mgmt May 9, 2020
praveen-li pushed a commit to praveen-li/sonic-buildimage that referenced this pull request Jun 29, 2020
…te submodules (sonic-net#4852)

* src/sonic-platform-common 75698a8...82bbeab (9):
  > [sfputil] Make SfpUtilHelper.get_physical_to_logical noexcept as in SfpUtilBase (sonic-net#96)
  > [sfp_base] Update return value documentation of channel-specific methods (sonic-net#98)
  > [sfp] Tweak key names of some transceiver info fields (sonic-net#97)
  > fix typo:  portconfig.ini to port_config.ini (zhenggen-xu#94)
  > [chassis_base] Add platform API support for system LED (zhenggen-xu#91)
  > Add PCIe check commad  (zhenggen-xu#64)
  > [sfputilbase.py] Don't try to print EEPROM sysfs file name if we failed to read from it (zhenggen-xu#81)                                                                                    
  > [sfputilbase | sfputilhelper] Add support of platform.json (zhenggen-xu#72)
  > [eeprom] Add try-except to catch the IOError (zhenggen-xu#85)

* src/sonic-platform-daemons 0f4fd83...abe115e (2):
  > [xcvrd] Tweak some transceiver info key names (zhenggen-xu#62)
  > [psud][thermalctld] Always get fan/PSU LED status from platform API to avoid status inconsistencies (zhenggen-xu#59)                                                                        

* src/sonic-utilities fd7781b...16a33f2 (9):
  > [config] Fix syntax error (sonic-net#966)
  > [config] Fix indentation level in _get_disabled_services_list() (sonic-net#965)
  > a4e64d1 [sonic_installer] Refactor sonic_installer code (sonic-net#953)
  > 90efd62 [Show | Command Reference] Add Port breakout Show Command (sonic-net#859)
  > [sfpshow][mock_state_db] Tweak key names of some transceiver info fields (sonic-net#958)
  > [show] Add missing verbose option to "show line" (sonic-net#961)
  > [filter-fdb] Check VLAN Presence When Filter FDB (sonic-net#957)
  > [master]fix sonic-net#4716 show ipv6 interfaces neighbor_ip is N/A issue (sonic-net#948)
  > Fix for command. show interface transceiver eeprom -d Ethernet (sonic-net#955)

Note: sonic-utilities update fixes sonic-net#4716
praveen-li pushed a commit to praveen-li/sonic-buildimage that referenced this pull request Mar 11, 2021
30d09be fix the muxcable state change notification received from other modules, omit the check inside hw_state table (sonic-net#159)
32ec23c [xcvrd] Fix crash on platforms which support media settings with Python 3 (sonic-net#158)
47bcf90 [xcvrd] Save the dom_capability of transceiver into db (zhenggen-xu#72)
b9381a5 [xcvrd] Fix xcvrd crash on other port prefixes (sonic-net#123)
c3c1a59 [xcvrd] Make functions used for media setting python3 compatible (sonic-net#153)
e179ffc [psud] Refactor unit tests; increase unit test coverage (sonic-net#146)

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
praveen-li pushed a commit to praveen-li/sonic-buildimage that referenced this pull request Mar 11, 2021
* src/sonic-platform-daemons 068bccc...e5165b7 (7):
  > [xcvrd] Fix crash: If 'dom_capability' not in port_info_dict, insert 'N/A' (sonic-net#162)
  > fix the muxcable state change notification received from other modules, omit the check inside hw_state table (sonic-net#159)
  > [xcvrd] Fix crash on platforms which support media settings with Python 3 (sonic-net#158)
  > [xcvrd] Save the dom_capability of transceiver into db (zhenggen-xu#72)
  > [xcvrd] Fix xcvrd crash on other port prefixes (sonic-net#123)
  > [xcvrd] Make functions used for media setting python3 compatible (sonic-net#153)
  > [psud] Refactor unit tests; increase unit test coverage (sonic-net#146)
praveen-li pushed a commit to praveen-li/sonic-buildimage that referenced this pull request Apr 27, 2021
1c3f75e (HEAD -> master, origin/master, origin/HEAD) pindown the version of github.com/openconfig/gnoi (zhenggen-xu#76)
33acd5b [ci]: setup proper azp (zhenggen-xu#75)
5d82051 [CI] Set up CI with Azure Pipelines (zhenggen-xu#72)
0688cdb Remove go get commands from Makefile to prevent go.mod file from chan… (zhenggen-xu#66)
praveen-li pushed a commit to praveen-li/sonic-buildimage that referenced this pull request May 14, 2021
30d09be fix the muxcable state change notification received from other modules, omit the check inside hw_state table (sonic-net#159)
32ec23c [xcvrd] Fix crash on platforms which support media settings with Python 3 (sonic-net#158)
47bcf90 [xcvrd] Save the dom_capability of transceiver into db (zhenggen-xu#72)
b9381a5 [xcvrd] Fix xcvrd crash on other port prefixes (sonic-net#123)
c3c1a59 [xcvrd] Make functions used for media setting python3 compatible (sonic-net#153)
e179ffc [psud] Refactor unit tests; increase unit test coverage (sonic-net#146)

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
praveen-li pushed a commit to praveen-li/sonic-buildimage that referenced this pull request May 14, 2021
* src/sonic-platform-daemons 068bccc...e5165b7 (7):
  > [xcvrd] Fix crash: If 'dom_capability' not in port_info_dict, insert 'N/A' (sonic-net#162)
  > fix the muxcable state change notification received from other modules, omit the check inside hw_state table (sonic-net#159)
  > [xcvrd] Fix crash on platforms which support media settings with Python 3 (sonic-net#158)
  > [xcvrd] Save the dom_capability of transceiver into db (zhenggen-xu#72)
  > [xcvrd] Fix xcvrd crash on other port prefixes (sonic-net#123)
  > [xcvrd] Make functions used for media setting python3 compatible (sonic-net#153)
  > [psud] Refactor unit tests; increase unit test coverage (sonic-net#146)
praveen-li pushed a commit to praveen-li/sonic-buildimage that referenced this pull request Jul 28, 2021
1c3f75e (HEAD -> master, origin/master, origin/HEAD) pindown the version of github.com/openconfig/gnoi (zhenggen-xu#76)
33acd5b [ci]: setup proper azp (zhenggen-xu#75)
5d82051 [CI] Set up CI with Azure Pipelines (zhenggen-xu#72)
0688cdb Remove go get commands from Makefile to prevent go.mod file from chan… (zhenggen-xu#66)
praveen-li pushed a commit to praveen-li/sonic-buildimage that referenced this pull request Feb 15, 2022
1c3f75e (HEAD -> master, origin/master, origin/HEAD) pindown the version of github.com/openconfig/gnoi (zhenggen-xu#76)
33acd5b [ci]: setup proper azp (zhenggen-xu#75)
5d82051 [CI] Set up CI with Azure Pipelines (zhenggen-xu#72)
0688cdb Remove go get commands from Makefile to prevent go.mod file from chan… (zhenggen-xu#66)
praveen-li pushed a commit to praveen-li/sonic-buildimage that referenced this pull request Dec 23, 2022
[sonic-linkmgrd][202012] submodule updates

489cf3 Jing Zhang Wed May 18 09:59:02 2022 -0700 Avoid switching active when LinkState == Down (zhenggen-xu#77)
a6c9713 Jing Zhang Tue May 24 11:03:54 2022 -0700 [202012] Add option to enable or disable default route related feature (zhenggen-xu#72)
dbb607d Jing Zhang Thu May 12 08:19:20 2022 -0700 [ci]: uplift diff coverage threshold to 80% (zhenggen-xu#71)

sign-off: Jing Zhang zhangjing@microsoft.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant