See Chef Infra Server Release Notes for the complete list of product release notes.
- CHEF-28245: Fixed
chef-server-ctl user-list -aand--all-infoflags- The
-aand--all-infoflags forchef-server-ctl user-listnow work correctly after the knife-opc plugin removal in Chef Server 15.10.63+ - These flags are internally transformed to the native knife
--verboseflag, which retrieves detailed user information (email, first_name, last_name, display_name) - Maintains backward compatibility for existing scripts and pipelines using these flags
- Addresses customer-reported regression where the flags were silently ignored instead of providing detailed user data
- The
- In Chef Server 15.10.63+, the
knife-opcplugin was removed in favor of native knife commandschef-server-ctl user-list -a/--all-infonow uses native knife's--verboseflag internally- Existing command-line interfaces remain unchanged for backward compatibility
- Scripts using
-aor--all-infowill continue to work without modification