- Added humbug box to pipeline so it uses latest version via composer
- Added
GetByIdentifier
to the VPS commands
- Correctly parse the useApiWhitelist flag when using non interactive mode
- CI: Fix GitHub release script
- Renamed block storage diskSize parameter to size
- Added ability to fetch Action from Operating Install
- Added block storage commands. Deprecated big storage methods.
- Added ssh key support to rescue images
- Implemented Actions
- Implemented Poll Status command for Actions
- Added progress bar option to specific Actions
- Added configFile option to all commands.
- Fixed getEntries in certain conditions on mailLists.
- Added type to the Openstack Project entity
- Changed used resource parameter name in MailListRepository
- Changed behaviour of MailListRepository::update, now expects MailList entity
- Implemented Object Store functionality
- Added token endpoint to Openstack
- Added domain auth-code endpoint
- Added an endpoint for operating system filtering on specs
- Added isDefault option to the SSH keys endpoint.
- Updated
guzzlehttp/guzzle
- Added Ssl Install
- Added domain handover
- Added default domain contacts endpoint
- Added includes to domain:getbyname and domain:getall
- Updated tipctl composer dependencies to symfony 5
- Minimum required PHP version is now 7.2.5
- Renamed update setting command and solved minor issue
- Added colocation access request command
- Added VPS Settings resource commands
- Added Rescue Image resource commands
- Added Mailbox resource commands
- Added Mail Forward resource commands
- Added Mail List resource commands
- Added SSL certificate resource commands
- Added licenseName field for vps order
- Added licenseName field for vps install
- Fixed a json serializable return datatype deprecation that occurred when running on PHP 8.1
- Added OpenStack resource commands
- Added destination big storage name for backup restore
- Added autodns functionality for domain
- Added support for NAPTR DNS resource record
- Added getbyvpsname method to the operatingsystem command
- Deprecated Traffic endpoint in favor of TrafficPool endpoint
- Added getZoneFile function
- Added a reset function for the VpsFirewall
- Fixed a bug that prevented running a non-interactive setup
- Enabled PHP 8.0 support
- Added vps license resource commands
- Added isLocked property to HA-IP
- Added UUID property to VPS
- Added tls mode property to HA-IP
- Added the serial property to BigStorage
- Added SSH Key resource commands
- Added CloudInit installation functionality to order and install VPS commands
- Added bigstorage description parameter to order command
- Fix to demo mode, you can now use it without running setup
- You can now specify expiry date when requesting access tokens
- Switched the transip library repository to transip-api-php
- Fixed errors with finding the auto loader when installing using composer
- Added tipctl to the vendor binaries directory.
- Updated README.md
- Fixed potential compatibility issues with Symfony versions across different projects when conducting a composer global install
- Added test and demo mode
- Added access to rate limit statistics
- Added commands for availability zones, bigstorage, colocation, domain, haip, invoice, mailservice, private network, products, traffic & VPS
- Started tipctl project