Skip to content

Releases: platform9/pf9ctl

v1.18

28 Sep 07:51
426a576
Compare
Choose a tag to compare
  • Fixed RHEL8 ntp issue
    RHEL do not support ntp, so for RHEL 8 installing chrony
    Also handled pre-required package installation error for debian

v1.17

20 Sep 12:19
cc058a0
Compare
Choose a tag to compare

This release contains

  • Added support for RHEL 8.5 and 8.6
  • Dropped support of ubuntu 16.04
  • Some error message modification
  • Added new flag in prep-node command to skip already connected node to management plane
  • Handled error in case req pkg failure in centos/rhel

v1.16

13 Jul 11:13
b6507f8
Compare
Choose a tag to compare

This release contains following fixes/enhancements

  • Printing appropriate error message of cluster-delete command
  • Printing exact error on installer script failure
  • Fix misspellings and update badges in README
  • Fixed automatic ntp removal in ubuntu
  • Fixed uploading of non CLI logs to s3 bucket
  • Added flag to skip node authorization in prep-node

v1.15

06 May 04:22
37c0690
Compare
Choose a tag to compare

This release contains

  • Reduced binary size from 22 MB to 16.41 MB
  • Improved dpkg lock check
  • Added flags to pass etcd backup configuration options

v1.14

22 Apr 11:35
bc57891
Compare
Choose a tag to compare

This release contains

  • Added flag to pass log location.
  • Changed the steps for decommission node command as mentioned in the documentation
  • Printing appropriate error in case of deauthorizing the node which already deauthorized.
  • Fixed bug where CLI was trying to authorise the node even if host id was empty.
  • Fixed the bug where the resource manager http request was not retrying for 409 response code during node authorisation.

v1.13

22 Mar 09:17
9d25356
Compare
Choose a tag to compare

It contains the following features

  • tenant ID accepted in place of tenant name for config set
  • Fixed error messages in bootstrap command
  • Enhanced bootstrap command with various cluster creation options
  • Remote node support for authorise, deauthorise and decommission commands
  • Making use of Go http library to call Qbert / Resmgr APIs (code enhancement)
  • Removing pf9 packages on re-run of prep-node command
  • Enhanced attach node command to also accept cluster UUID in place of cluster name while attaching node to cluster

v1.12

31 Jan 13:01
0b446cd
Compare
Choose a tag to compare
  • Reduced binary size by almost 50%
  • Dropping sensitive files as part of support bundle upload collection.

v1.11

24 Jan 06:26
626f4b1
Compare
Choose a tag to compare
  • Fixed issue where error messages of segment API was getting printed on console. This error messages will be saved in logs now. And will not cause execution.
  • Fixed issue of PATH variable not being set
  • Fixed issue where events were not getting sent to Segment in case of successful prep-node.
  • Improved error messages where node(s) being attached is/are already attached to another cluster.

v1.10

16 Dec 06:23
f7db78f
Compare
Choose a tag to compare
  • Segment event generation fixed.