Skip to content

v11.93.1729609467+9b79d5b

Latest
Compare
Choose a tag to compare
@dgnemo dgnemo released this 24 Oct 17:44

API

SBI - scheduling API

  • breaking change in the types of configuration_change that can be communicated through the API.
    • SetBeam, UpdateBeam and DeleteBeamHoppingPlan have been replaced by the new UpdateBeam message.

CLI tools

nbictl

  • added new subcommand nbictl generate-auth-token --audience=....
  • renamed nbictl set-config subcommand to nbictl config set --key=value
  • renamed nbictl get-config subcommand to nbictl config describe
  • renamed nbictl list-configs subcommand to nbictl config list-profiles
  • the optional parameter –context=NAME is now –profile=NAME. The old parameter is still supported for compatibility.

generate-jwt

  • we removed this tool. please use nbictl generate-auth-token.