Skip to content

Releases: microsoft/service-fabric-cli

v11.1.0

11 May 20:13
04887e2
Compare
Choose a tag to compare
updated for 8.0 (#237)

* updated for release

* added custom cluster

* updated last location

v10.0.0

27 Oct 16:17
f12b637
Compare
Choose a tag to compare

Features

  • Update imports for Service fabric runtime version 7.1 (#218)

v9.0.0

28 Jan 21:37
Compare
Choose a tag to compare

Fixes

  • Update Create and Update service with new parameter, ServicePlacementTimeLimit (#200)
  • Update knack version (#207)

Features

  • Provide option to compress packages on application upload. By default, the newly generated compressed package is deleted after successful upload. (#191)
  • Added configuration overrides node commands. These commands will be available in the Service fabric runtime 7.0 version (#206)

v8.0.0

17 Sep 19:03
6568255
Compare
Choose a tag to compare

Features

  • Update imports for Service fabric runtime version 6.5 (#195)

v7.1.0

22 Feb 03:11
3053397
Compare
Choose a tag to compare

Fixes

  • Improve help text on cluster select (#173)
  • Improve error message (#185)

Features

  • Increase default timeout of application upload to 300 seconds, and allow upload timeouts to be configurable. The new timeout will be an overall operation timeout for all uploads, rather than individual operation timeouts of 60 seconds as existed before. Improvements to help text (#131)
  • Add events commands (sfctl events) to retrieve events through EventStore service if installed (#174)
  • Cluster select defaults to endpoint http://localhost:19080 if none is provided (#178)
  • Change serializers, and change formatting of sfctl container invoke-api output (#179)
  • Update Knack version to 0.5.2 (#181)
  • Update sfmergeutility version to 0.1.6 (#183)

v7.0.2

19 Dec 23:58
985d795
Compare
Choose a tag to compare

Fixes

  • Pause telemetry (#172)

v7.0.1

11 Dec 23:27
042c2f9
Compare
Choose a tag to compare

Fixes

  • Fix bug where an empty directory is generated in the current location (#167)

v7.0.0

10 Dec 20:00
c6c5106
Compare
Choose a tag to compare

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)

v6.0.1

06 Aug 23:02
3ba79d2
Compare
Choose a tag to compare

Fixes

  • Typo fix in help text (#115)

v6.0.0

01 Aug 00:54
3ba79d2
Compare
Choose a tag to compare

Features

  • Add application health policies parameter for config upgrade, which is available in Service Fabric runtime 6.3 (#92)
  • Add command "sfctl cluster show-connection". Command shows the currently connected cluster connection. Nothing is returned if no endpoint is set (#103)
  • Add command override "sfctl --version" to see the current sfctl version (#104)
  • Add parameter to set max results for query "sfctl node list" (#113)

Breaking Changes

  • Update to 6.3 Service Fabric runtime (#97)