All notable changes to this project will be documented in this file based on the Keep a Changelog Standard. This project adheres to Semantic Versioning.
1.10.1 - 2024-01-09
- Fixed the .phar release process
1.10.0 - 2024-01-09
- Support for Symfony 7
- Test with PHP 8.3
1.9.10 - 2022-01-19
- Support for Symfony 6
- Support for PHP < 8.0 and Symfony < 5.2
1.9.8 - 2020-12-15
- Fix an error in outputting membership info.
1.9.7 - 2020-11-14
- Support PHP 8.0 in composer.jsom
1.9.6 - 2020-02-10
- Fix restricted_commands.xml and some command mix up.
1.9.0 - 2020-01-28
- Support configuration file in home directory
- Allow installation with Symfony 5, drop support for unmaintained versions of Symfony
- Drop support for PHP 5
1.8.0 - 2018-12-13
image:copy-all
uses the new batch copy of rokka. Makes copying images much faster
1.7.0 - 2018-10-25
organization:membership:add
takes now multiple roles, instead of just one
- Adjusted to new rokka/client 1.7.0 membership methods
- Membership methods take a user_id instead of an email now (email still works, but is deprecated)
1.6.2 - 2018-07-11
- Fixed installation of bin/rokka-cli into bin folder.
1.6.1 - 2018-05-14
- Fixed stack:clone command. It was not working properly at all.
1.6.0 - 2018-04-16
- Added image:restore
- Added image:copy
- Added image:copy-all
- Fixed image:delete-all
- Deprecated image:clone
- Deprecated image:clone-all
1.5.1 - 2018-03-15
- Fixed bug introduced in 1.5.0 that made the configuration not see the organization parameter in BC mode.
1.5.0 - 2018-02-19
- Fixed an issue with stack lists.
- Removed $apiSecret, but backwards compatibility is kept.
1.4.0 - 2017-12-05
- Symfony 4 support
1.3.0 - 2017-11-04
- Depends on rokka/client ^1.0.0
- Removed PHP 5.5 support
1.2.1 - Murano - 2017-08-30
- PR-33: Relax version constraints of symfony components to also allow 2.7 and 2.8
1.2.0 - Venezia - 2017-08-29
- PR-29: Prepare for API changes of Rokka Client PHP
- PR-31: When no configuration is found, do not show commands that can not be executed
- PR-30: Implement reusable commands
- PR-32: Apply fixes from StyleCI