Releases: platform9/pf9ctl
Releases · platform9/pf9ctl
v1.19
This release includes
- added a flag kube-version to prep node command
v1.18
- 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
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
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
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
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
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
- Reduced binary size by almost 50%
- Dropping sensitive files as part of support bundle upload collection.
v1.11
- 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
- Segment event generation fixed.