Skip to content

v7.0.0

Compare
Choose a tag to compare
@Christina-Kang Christina-Kang released this 10 Dec 20:00
· 64 commits to master since this release
c6c5106

Fixes

  • Remove retry on failed commands, such as 500 status codes being returned. This allows the proper error message to propagate through (#125)
  • Allow any Python 3.7.x versions rather than only 3.7.0 (#142)
  • Fix missing option of "Error" health state in health reporting (#151)

Features

  • Add upgrade-rollback command for compose deployment (#119)
  • Add a check to ensure sfctl version is compatible with the connected cluster version. This check is run periodically and on failures (#123)
  • Add Mesh app, volume, service, and service-replica commands (#129)
  • Add Mesh network, gateway, code package, secret, and secretvalue commands (#141)
  • Add the command "sfctl mesh deployment create", which takes resource description yaml files as input and deploys the corresponding mesh resources (#146)
  • Add telemetry. The following data is collected: Command name without parameters provided or their values, sfctl version, OS, python version, the success or failure of the command, and if the command failed, the error message returned. Upgrade knack package dependency to version 0.5.1 (#152)

Breaking Changes

  • Upgrade the knack package dependency to version 0.4.2 (#122)
  • Update to 6.4 Service Fabric runtime (#163)